Many pre-calculus concepts can be taught from a discrete dynamical systems viewpoint. This approach permits the teacher to cover exciting applications.

Slides:



Advertisements
Similar presentations
TWO STEP EQUATIONS 1. SOLVE FOR X 2. DO THE ADDITION STEP FIRST
Advertisements

System of linear Equation
Feichter_DPG-SYKL03_Bild-01. Feichter_DPG-SYKL03_Bild-02.
Copyright © 2003 Pearson Education, Inc. Slide 1 Computer Systems Organization & Architecture Chapters 8-12 John D. Carpinelli.
Chapter 1 The Study of Body Function Image PowerPoint
Copyright © 2011, Elsevier Inc. All rights reserved. Chapter 6 Author: Julia Richards and R. Scott Hawley.
1 Copyright © 2013 Elsevier Inc. All rights reserved. Appendix 01.
STATISTICS INTERVAL ESTIMATION Professor Ke-Sheng Cheng Department of Bioenvironmental Systems Engineering National Taiwan University.
STATISTICS HYPOTHESES TEST (II) One-sample tests on the mean and variance Professor Ke-Sheng Cheng Department of Bioenvironmental Systems Engineering National.
ALGEBRA Number Walls
Algebraic Expressions
Summary of Convergence Tests for Series and Solved Problems
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Title Subtitle.
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Arithmetic and Geometric Means
FACTORING ax2 + bx + c Think “unfoil” Work down, Show all steps.
Year 6 mental test 10 second questions
Chapter 7 Sampling and Sampling Distributions
Project 2- Stock Option Pricing
REVIEW: Arthropod ID. 1. Name the subphylum. 2. Name the subphylum. 3. Name the order.
Mathematics for Economics Beatrice Venturi 1 Economics Faculty CONTINUOUS TIME: LINEAR DIFFERENTIAL EQUATIONS Economic Applications LESSON 2 prof. Beatrice.
Mathematics for Economics Beatrice Venturi 1 Economics Faculty CONTINUOUS TIME: LINEAR DIFFERENTIAL EQUATIONS Economic Applications LESSON 2 prof. Beatrice.
Biostatistics Unit 5 Samples Needs to be completed. 12/24/13.
Break Time Remaining 10:00.
Discrete Math Recurrence Relations 1.
World-class Standards World Class Education Standards (WCES) are those standards that, when implemented through quality instruction and content, prepare.
Copyright © Cengage Learning. All rights reserved.
Randomized Algorithms Randomized Algorithms CS648 1.
Recurrences : 1 Chapter 3. Growth of function Chapter 4. Recurrences.
College Algebra & Trigonometry
Exponential Growth or Decay Function
Copyright © Cengage Learning. All rights reserved.
5-1 Chapter 5 Theory & Problems of Probability & Statistics Murray R. Spiegel Sampling Theory.
MAT 205 F08 Chapter 12 Complex Numbers.
VOORBLAD.
15. Oktober Oktober Oktober 2012.
Quadratic Inequalities
Constant, Linear and Non-Linear Constant, Linear and Non-Linear
P Preparation for Calculus.
Factor P 16 8(8-5ab) 4(d² + 4) 3rs(2r – s) 15cd(1 + 2cd) 8(4a² + 3b²)
Functions, Graphs, and Limits
Basel-ICU-Journal Challenge18/20/ Basel-ICU-Journal Challenge8/20/2014.
1..
© 2012 National Heart Foundation of Australia. Slide 2.
Understanding Generalist Practice, 5e, Kirst-Ashman/Hull
25 seconds left…...
Copyright © Cengage Learning. All rights reserved.
H to shape fully developed personality to shape fully developed personality for successful application in life for successful.
Januar MDMDFSSMDMDFSSS
Analyzing Genes and Genomes
We will resume in: 25 Minutes.
©Brooks/Cole, 2001 Chapter 12 Derived Types-- Enumerated, Structure and Union.
Essential Cell Biology
Clock will move after 1 minute
Intracellular Compartments and Transport
PSSA Preparation.
Essential Cell Biology
Energy Generation in Mitochondria and Chlorplasts
Select a time to count down from the clock above
Murach’s OS/390 and z/OS JCLChapter 16, Slide 1 © 2002, Mike Murach & Associates, Inc.
1 Functions and Applications
Math Review with Matlab:
© The University of Texas at El Paso Two First Year Seminar Course Designs for Science and Mathematics Majors Helmut Knaust Department of Mathematical.
Scientific Revolutions – A First Year Seminar Course Design
“Many pre-calculus concepts can be taught from a discrete dynamical systems viewpoint. This approach permits the teacher to cover exciting applications.
Presentation transcript:

Many pre-calculus concepts can be taught from a discrete dynamical systems viewpoint. This approach permits the teacher to cover exciting applications and enrichment topics. Helmut Knaust, Ph.D. Associate Professor Department of Mathematical Sciences University of Texas at El Paso January 7, 2003

2 We use Discrete Dynamical Systems (=first order difference equations) –To study some classical functions seen in an algebra course –To study some mathematical models in population biology

3 Excel spreadsheets –Are the perfect tool to visualize the solutions of difference equations –Reduce the amount of algebra performed by the students

4 I have used the ideas and materials presented in university courses (SCI 1300, SCI 1100, UNIV 1301) aimed at –Students in Science and Engineering who were concurrently taking a remedial Mathematics course (Algebra I or Algebra II)

5 Objectives of these Courses: –Strengthen the students mathematical and critical thinking skills –Increase the students motivation to study mathematics by portraying mathematics as a useful tool in science and engineering –Improve students computer skills

6 What I like about this material: –This is pre-calculus in the true sense of the word - a preview of the power of differential equations –A nice illustration of how to use technology in mathematics –Conceptually hard, but algebraically not too challenging

7 The simplicity of nature is not to be measured by that of our conceptions. Infinitely varied in its effects, nature is simple only in its causes, and its economy consists in producing a great number of phenomena, often very complicated, by means of a small number of general laws. Pierre-Simon Laplace ( )

8 An Introductory Example: Linear Models –Converting temperature from º C to º F –The defining ingredients: 0 º C corresponds to 32 º F Every 1 degree increase in º C corresponds to a 1.8 degree increase in º F Initial Data Difference Equation

9 (c = degrees Celsius, f = degrees Fahrenheit) Initial Data: f(0)=32 Difference Equation: f(c+1)-f(c) = 1.8 f(c+1) = f(c) + 1.8

10 cf Initial Data f(5) = f(4)+1.8 = = 41.0

11 cf Linear Models Data on the left are in arithmetic progression (= constant differences between consecutive terms) Data on the right are in arithmetic progression (= constant differences between consecutive terms)

12

13 Exponential Models: Population Growth The change in population from one year to the next is proportional to the present population Difference Equation: P(n+1) - P(n) = k P(n) (P = population at time n, n = time (in years)) The change in population from one year to the next… …is proportional to… …to the present population

14 Exponential Models P(n+1) - P(n) = k P(n) P(n+1) = (1+k) P(n) Spreadsheet

15 Exponential Models: Population Growth nP(n) Data on the left are in arithmetic progression (= constant differences between consecutive terms) Data on the right are in geometric progression (= constant ratios between consecutive terms)

16 Student Activity Fill in the missing data in the table on the right such that the y- data are in geometric progression: xy

17 First Historical Aside: The Babylonian Algorithm –Compute approximations for the square root of 2. –Take as a first guess x(0)=1. x(0)=1 is too small, since 1 2 < 2; consequently 2/x(0)=2 is too big; try their average next: –x(1)=1/2 [ x(0) + 2/(x(0) ]=1.5

18 First Historical Aside: The Babylonian Algorithm –This leads to the recurrence relation x(n+1)=1/2 [ x(n) + 2/x(n) ]

19 First Historical Aside: The Babylonian Algorithm nx(n)x(n)

20 Second Historical Aside: Fibonacci Numbers Leonardo of Pisa, better known as Fibonacci, might have been the first to propose a model for population growth. In 1202 he proposed the following model for an imaginary rabbit population.

21 Second Historical Aside: Fibonacci Numbers We start with one pair of rabbits (one female and one male) that matures to reproductive age in a fixed period of time, say a month. At that time they produce a new pair, one female and one male. The original pair will reproduce one more time, after one more month, and again the offspring will be a pair of rabbits. In the sequel, each pair of rabbits will reproduce twice, at intervals separated by a month, and at each reproduction, the new pair will go on in a similar fashion. All of the reproduction happens at the same time, and each pair reproduces exactly twice.

22 Second Historical Aside: Fibonacci Numbers We can model Fibonaccis model as follows: Let R(t) be the number of rabbit pairs that are born at the beginning of the tth month. The first pair appears at time t = 0. R(0) = 1 This first pair bears another pair at time t = 1. R(1) = 1 It follows from the description above that for all later times R(t) = R(t-1) + R (t-2).

23 Second Historical Aside: Fibonacci Numbers nR(n)R(n)/R(n-1)nR(n)R(n)/R(n-1)

24 Second Historical Aside: Fibonacci Numbers Cheating, by assuming that the ratio r of consecutive terms is eventually constant, we can compute r: –r = R(n+2)/R(n+1) = R(n+1)/R(n) –Using R(n+2)=R(n+1)+R(n), we obtain r = 1 + 1/r, i.e. r 2 – r – 1 = 0 –Solving for r yields the Golden Ratio as the positive solution:

25 Modeling with Difference Equations: Logistic Growth Population growth with limited resources Introducing the concept of a population ceiling N –If the population is much smaller than N, growth should be exponential –If the population is close to N, growth should be close to 0 –If population exceeds N, growth should be negative

26 Modeling with Difference Equations: Logistic Growth Spreadsheet

27 Modeling with Difference Equations: Predator-Prey-Model

28 Modeling with Difference Equations: Predator-Prey-Model

29 Modeling with Difference Equations: Predator-Prey-Model Spreadsheet (a, b, c, d and N are positive constants)

30 All Questions Answered, All Answers Questioned * Contact: Web: *Borrowed from D. Knuth