Taylor Polynomials. James K. Peterson. Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Size: px
Start display at page:

Download "Taylor Polynomials. James K. Peterson. Department of Biological Sciences and Department of Mathematical Sciences Clemson University"

Transcription

1 James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 24, 2013

2 Outline 1 First Order Approximation s Second Order Approximations 2 Approximation Over Long Times

3 Abstract This lecture is about function approximation and what are called.

4 Let s consider a function which is defined locally at the point p. This means there is at least an interval (a, b) containing p where f is defined. Of course, this interval could be the whole x axis! Let s also assume f exists locally at p in this same interval. Now pick any x is the interval [p, b) (we can also pick a point in the left hand interval (a, p] but we will leave that discussion to you!). From Calculus I, recall Rolle s Theorem and the Mean Value Theorem. These are usually discussed in Calculus I, but we really prove them carefully in course called Mathematical Analysis (but that is another story).

5 Rolle s Theorem Theorem Rolle s Theorem Let f : [a, b] R be a function defined on the interval [a, b] which is continuous on the closed interval [a, b] and is at least differentiable on the open interval (a, b). If f (a) = f (b), then there is at least one point c, between a and b, so that f (c) = 0. Proof. Take a piece of rope in your hand and make sure you hold the right and left side at the same height. When the rope is stretched tight, it represents the graph of a constant function: at all points c, f (c) = 0. If we pull up on the rope in between our hands, the graph goes up to a maximum and at that point c, again we have f (c) = 0. A similar argument holds if we pull down on the rope to get a minimum.

6 The Mean Value Theorem Theorem Let f : [a, b] R be continuous on [a, b] and is at least differentiable on (a, b). Then there is at least one point c, between a and b, so that f (c) = [f (b) f (a)]/[b a]. Proof. Define M = (f (b) f (a))/(b a) and the function g(t) = f (t) f (a) M(t a). Note g(a) = 0 and g(b) = f (b) f (a) [(f (b) f (a))/(b a)](b a) = 0. Apply Rolle s Theorem to g. So there is a < c < b so that g (c) = 0. But g (t) = f (t) M, so g (c) = 0 tells us f (c) = M. We conclude there is a point c, between a and b so that f (c) = [f (b) f (a)]/(b a)].

7 The Mean Value Theorem Theorem Let f : [a, b] R be continuous on [a, b] and is at least differentiable on (a, b). Then for each x, there is at least one point c, between a and x, so that f (c) = [f (x) f (a)]/[x a]. Proof. Define M = (f (x) f (a))/(x a) and the function g(t) = f (t) f (a) M(t a). Note g(a) = 0 and g(x) = f (x) f (a) [(f (x) f (a))/(x a)](x a) = 0. Apply Rolle s Theorem to g. So there is a < c < x so that g (c) = 0. But g (t) = f (t) M, so g (c) = 0 tells us f (c) = M. We conclude there is a point c, between a and x so that f (c) = [f (x) f (a)]/(x a)].

8 Zeroth Order Taylor Polynomial Theorem Let f : [a, b] R be continuous on [a, b] and be at least differentiable on (a, b). Then for each x, there is at least one point c, between a and x, so that f (x) = f (a) + f (c)(x a). The constant f (a) is called the zeroth order Taylor Polynomial for f at a. and we denote it by p 0 (x; a). The point a is called the base point. Note we are approximating f (x) by the constant f (a) and the error we make is f (c)(x a). If f (t) = t 3, by the theorem above, we know on the interval [1, 3] that f (t) = f (1) + f (c)(t 1) where c is some point between 1 and 3. Thus, t 3 = 1 + (3c 2 )(t 1) for some 1 < c < 3. So here the zeroth order Taylor Polynomial is p 0 (t, 1) = 1 and the error is (3c 2 )(t 1).

9 If f (t) = e 1.2t, by the theorem above, we know on the interval [0, 5] that f (t) = f (0) + f (c)(t 0) where c is some point between 0 and 5. Thus, e 1.2t = 1 + ( 1.2)e 1.2c (t 0) for some 0 < c < 5 or e 1.2t = 1 1.2e 1.2c t So here the zeroth order Taylor Polynomial is p 0 (t, 1) = 1 and the error is 1.2e 1.2c t. If f (t) = e.00231t, by the theorem above, we know on the interval [0, 8] that f (t) = f (0) + f (c)(t 0) where c is some point between 0 and 8. Thus, e.00231t = 1 + (.00231)e.00231c (t 0) for some 0 < c < 8 or e.00231t = e.00231c t. So here the zeroth order Taylor Polynomial is p 0 (t, 1) = 1 and the error is.00231e.00231c t.

10 The Order One Taylor Polynomial Theorem Let f : [a, b] R be continuous on [a, b] and is at least two times differentiable on (a, b). Then for each x, there is at least one point c, between a and x, so that f (x) = f (a) + f (a)(x a) + (1/2)f (c)(x a) 2. Proof. Define M = (f (x) f (a) f (a)(x a))/[(x a) 2 ] and the function g(t) = f (t) f (a) f (a)(t a) M(t a) 2. So g(a) = 0 and

11 Proof. g(x) = f (x) f (a) f (a)(x a) ( f (x) f (a) f ) (a)(x a) (x a) 2 (x a) 2 = f (x) f (a) f (a)(x a) (f (x) f (a) f (a)(x a)) = 0. Apply Rolle s Theorem to g which tells us there is a point d so that g (d) = 0 with d between a and x. Next, we find g (t) = f (t) f (a) 2M(t a). Then g (a) = 0 and we know g (d) = 0. Apply Rolle s Theorem to g on [a, d]. So there is a < c < d with g (c) = 0. But g (t) = f (t) 2M, so f (c) = 2M. We conclude there is a point c, between a and b so that (1/2)f (c) = [f (x) f (a) f (a)(x a)]/(x a) 2 ].

12 Proof. We conclude there is a point c between a and x so that f (x) = f (a) + f (a)(x a) f (c)(x a) 2. The function f (a) + f (a)(x a) is called the first order Taylor Polynomial for f at base point a and is also called p 1 (t, a). It is also the traditional tangent line to f at a from first semester calculus. The error is (1/2)f (c)(x a) 2.

13 First Order Approximation s For f (t) = e 1.2t on the interval [0, 5] find the tangent line approximation, the error and maximum the error can be on the interval. f (t) = f (0) + f (0)(t 0) + (1/2)f (c)(t 0) 2 = 1 + ( 1.2)(t 0) + (1/2)( 1.2) 2 e 1.2c (t 0) 2 = 1 1.2t + (1/2)(1.2) 2 e 1.2c t 2. where c is some point between 0 and 5. The first order Taylor Polynomial is p 1 (t, 0) = 1 1.2t which is also the tangent line to e 1.2t at 0. The error is (1/2)( 1.2) 2 e 1.2c t 2. Now let AE denote absolute value of the actual error and ME be maximum absolute error on a given interval.

14 First Order Approximation s continued: The largest the error can be on [0, 5] is when f (c) is the biggest it can be on the interval. Here, AE = (1/2)(1.2) 2 e 1.2c t 2 (1/2)(1.2) 2 1 (5) 2 = (1/2) = ME. Do this same problem on the interval [0, 10]. The approximations are the same but now 0 < c < 10 and AE = (1/2)(1.2) 2 e 1.2c t 2 (1/2)(1.2) 2 1 (10) 2 = (1/2) = ME.

15 First Order Approximation s Do this same problem on the interval [0, 100]. The approximations are the same, 0 < c < 100 and AE = (1/2)(1.2) 2 e 1.2c t 2 (1/2)(1.2) 2 (1)(100) 2 = (1/2) = ME. Do this same problem on the interval [0, T ]. The approximations are the same, 0 < c < T and AE = (1/2)(1.2) 2 e 1.2c t 2 (1/2)(1.2) 2 (1)(T ) 2 = (1/2)1.44 T 2 = ME.

16 First Order Approximation s If f (t) = e βt, for β = , find the tangent line approximation, the error and the maximum error on [0, 5]. On the interval [0, 5], then f (t) = f (0) + f (0)(t 0) f (c)(t 0) 2 = 1 + ( β)(t 0) ( β)2 e βc (t 0) 2 = 1 βt β2 e βc t 2. where c is some point between 0 and 5. The first order Taylor Polynomial is p 1 (t, 0) = 1 βt which is also the tangent line to e βt at 0. The error is 1 2 β2 e βc t 2.

17 First Order Approximation s continued: The largest the error can be on [0, 5] is when f (c) is the biggest it can be on the interval. Here, AE = (1/2)( ) 2 e c t 2 (1/2)( ) 2 (1)(5) 2 = (1/2) (25) = ME Do this same problem on the interval [0, 10] The approximation is the same, c is between 0 and 10 and AE = (1/2)( ) 2 e c t 2 (1/2)( ) 2 (1)(10) 2 = (1/2) = ME.

18 First Order Approximation s Do this same problem on the interval [0, 100] The approximation is the same, c is between 0 and 100 and AE = (1/2)( ) 2 e c t 2 (1/2)( ) 2 (1)(100) 2 = (1/2) = ME. Do this same problem on the interval [0, T ] The approximation is the same, c is between 0 and T and AE = (1/2)( ) 2 e c t 2 (1/2)( ) 2 (1)(T ) 2 = (1/2) T 2 = ME.

19 First Order Approximation s If f (t) = cos(3t) + 2 sin(4t), then on the interval [0, 5] find the tangent line approximation, the error and the maximum error. We have f (0) = 1 and f (t) = 3 sin(3t) + 8 cos(4t) so that f (0) = 8. Further, f (t) = 9 cos(3t) 32 sin(4t) so f (c) = 9 cos(3c) 32 sin(4c). Thus, for some 0 < c < 5 f (t) = f (0) + f (0)(t 0) f (c)(t 0) 2 = 1 + (8)(t 0) ( 9 cos(3c) 32 sin(4c))(t 0)2, The first order Taylor Polynomial is p 1 (t, 0) = 1 + 8t which is also the tangent line to cos(3t) + 2 sin(4t) at 0. The error is (1/2)( 9 cos(3c) 32 sin(4c))(t 0) 2.

20 First Order Approximation s continued: the error is largest on [0, 5] when f (c) is the biggest it can be on [0, 5]. Here, AE = (1/2)( 9 cos(3c) 32 sin(4c)) t 2 (1/2) 9 cos(3c) 32 sin(4c) 5 2 (1/2) = (1/2)(41)(25) = ME Do this same problem on the interval [0, 10]. The approximations are the same, 0 < c < 10 and AE = (1/2)( 9 cos(3c) 32 sin(4c)) t 2 (1/2) 9 cos(3c) 32 sin(4c) (10) 2 = (1/2)(41)(100) = ME.

21 First Order Approximation s Do this same problem on the interval [0, 100]. The approximations are the same, 0 < c < 100 and AE = (1/2)( 9 cos(3c) 32 sin(4c)) t 2 (1/2) 9 cos(3c) 32 sin(4c) (100) 2 = (1/2)(41)(10 4 ) = ME. Do this same problem on the interval [0, T ]. The approximations are the same, 0 < c < T and AE = (1/2)( 9 cos(3c) 32 sin(4c)) t 2 (1/2) 9 cos(3c) 32 sin(4c) T 2 = (1/2)(41)T 2 = ME.

22 First Order Approximation s Homework 34 For these problems, find the Taylor polynomial of order one, i.e. the Tangent line approximation. state the error in terms of the second derivative. state the maximum absolute error on the given interval f (t) = e t at base point 0, intervals [0, 10], [0, 100] and [0, T ] f (t) = e t at base point 0, intervals [0, 20], [0, 200] and [0, T ] f (t) = 2 cos(5t) + 5 sin(3t) at base point 0, intervals [0, 30], [0, 300] and [0, T ] f (t) = 8 cos(2t) + 3 sin(7t) at base point 0, intervals [0, 40], [0, 400] and [0, T ].

23 Second Order Approximations We can do more: The Order Two Taylor Polynomial Theorem Let f : [a, b] R be continuous on [a, b] and is at least three times differentiable on (a, b). Then for each x, there is at least one point c, between a and x, so that f (x) = f (a) + f (a)(x a) + (1/2)f (a)(x a) 2 +(1/6)f (c)(x a) 3. The function f (a) + f (a)(x a) + (1/2)f (a)(x a) 2 is the second order Taylor polynomial to f at a. It is also called the second order approximation to f at a. The error term is now (1/6)f (a)(x a) 3.

24 Second Order Approximations If f (t) = e βt, for β = , find the second order approximation, the error and the maximum error on [0, 5]. On the interval [0, 5], then there is some 0 < c < 5 so that f (t) = f (0) + f (0)(t 0) + (1/2)f (0)(t 0) 2 +(1/6)f (c)(t 0) 3 = 1 + ( β)(t 0) ( β)2 (t 0) ( β)3 e βc (t 0) 3 = 1 βt + (1/2)β 2 (1/6)β 3 e βc t 3. The second order Taylor Polynomial is p 2 (t, 0) = 1 βt + (1/2)β 2 t 2 which is also called the quadratic approximation to e βt at 0. The error is 1 6 β3 e βc t 3.

25 Second Order Approximations continued: the error is largest on [0, 5] when f (c) is the biggest it can be on the interval. Here, AE = (1/6)( ) 3 e c t 3 (1/6)( ) 3 e c t 3 (1/6)( ) 3 (1) (5) 3 = (1/6) (125) = ME Do this same problem on the interval [0, T ]. The approximations are the same, 0 < c < T and AE = (1/6)( ) 3 e c t 3.

26 Second Order Approximations continued: hence, AE (1/6)( ) 3 e c t 3 (1/6)( ) 3 T 3 = (1/6) (T 3 ) = ME. If f (t) = 7 cos(3t) + 3 sin(5t), then on the interval [0, 15] find the second order approximation, the error and the maximum error. We have f (0) = 7 and f (t) = 21 sin(3t) + 15 cos(5t) so that f (0) = 15. Further, f (t) = 63 cos(3t) 75 sin(5t) so f (0) = 63 and finally f (t) = 189 sin(3t) 375 cos(5t) and f (c) = 189 sin(3c) 375 cos(5c).

27 Second Order Approximations continued: Thus, for some 0 < c < 15 f (t) = f (0) + f (0)(t 0) + (1/2)f (0)(t 0) 2 +(1/6)f (0)(t 0) 3 = 7 + (15)(t 0) + (1/2)( 63)(t 0) 2 +(1/6)(189 sin(3c) 375 cos(5c))(t 0) 3 = t (1/2)63t 2 +(1/6)(189 sin(3c) 375 cos(5c))(t 0) 3 The second order Taylor Polynomial is p 2 (t, 0) = t (63/2)t 2 which is also the quadratic approximation to 7 cos(3t) + 3 sin(5t) at 0. The error is (1/6)(189 sin(3c) 375 cos(5c))(t 0) 3.

28 Second Order Approximations continued: The largest the error can be on the interval [0, 15] is then AE = (1/6)(189 sin(3c) 375 cos(5c))(t 0) 3 (1/6) (189 sin(3c) 375 cos(5c))t 3 (1/6)( ) t 3 (1/6)(564)(15) 3 = ME. Do this same problem on the interval [0, T ]. The approximations are the same, 0 < c < T and AE = (1/6)(189 sin(3c) 375 cos(5c))(t 0) 3 (1/6)( ) t 3 (1/6)(564)T 3 = ME.

29 Second Order Approximations Homework 35 For these problems, find the Taylor polynomial of order two, i.e. the second order or quadratic approximation. state the error in terms of the third derivative. state the maximum error on the given interval f (t) = e t at base point 0, intervals [0, 10], [0, 100] and [0, T ] f (t) = e t at base point 0, intervals [0, 20], [0, 200] and [0, T ] f (t) = 6 cos(2t) 5 sin(4t) at base point 0, intervals [0, 30], [0, 300] and [0, T ] f (t) = 6 cos(5t) + 3 sin(2t) at base point 0, intervals [0, 40], [0, 400] and [0, T ].

30 Approximation Over Long Times We often want to approximate a functions like e βt over a long time scale line human life time.

31 Approximation Over Long Times We often want to approximate a functions like e βt over a long time scale line human life time. Let s get started on this. We ll graph the tangent line and the function and see what AE and ME look like

32 Approximation Over Long Times We often want to approximate a functions like e βt over a long time scale line human life time. Let s get started on this. We ll graph the tangent line and the function and see what AE and ME look like We want to know when is the tangent line approximation a reasonable one?

33 Approximation Over Long Times Homework 36 For these problems given the function f (t) and the base point t 0 : Tangent Line Approximations Write the approximation equation f (t) = P 1 (t, t 0 ) + (1/2)f (c t )(t t 0 ) 2. State the Tangent line function, TL(t) = P 1 (t, t 0 ). State where the point c t is located for the tangent line approximation. For a given time, t, state the absolute error. Draw on the same graph f (t) and the tangent line labeling important things. For the given final time, T F, determine the overestimate of the absolute error f (t) TL(t)

34 Approximation Over Long Times Homework 36 Continued Quadratic Approximations Write the approximation equation f (t) = P 2 (t, t 0 ) + (1/6)f (c t )(1/6)(t t 0 ) 3. State the Quadratic approximation Q(t) = P 2 (t, t 0 ). State where the point c t is located for the quadratic approximation. For a given time, t, state the absolute error. Draw on the same graph f (t) and the quadratic labeling important things. For the given final time, T F, determine the overestimate of the absolute error f (t) Q(t)

35 Approximation Over Long Times Homework 36 Continued 36.1 Measure t in days and use β = , f (t) = e βt, t 0 = 0 and T F = 60 years Measure t in days and use β = , f (t) = e βt, t 0 = 0 and T F = 70 years Measure t in days and use β = , f (t) = e βt, t 0 = 0 and T F = 80 years Measure t in days and use β = , f (t) = e βt, t 0 = 0 and T F = 90 years.

Predator - Prey Model Trajectories are periodic

Predator - Prey Model Trajectories are periodic Predator - Prey Model Trajectories are periodic James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 4, 2013 Outline 1 Showing The PP

More information

Predator - Prey Model Trajectories are periodic

Predator - Prey Model Trajectories are periodic Predator - Prey Model Trajectories are periodic James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 4, 2013 Outline Showing The PP Trajectories

More information

Complex Numbers. James K. Peterson. September 19, Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Complex Numbers. James K. Peterson. September 19, Department of Biological Sciences and Department of Mathematical Sciences Clemson University Complex Numbers James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 19, 2013 Outline 1 Complex Numbers 2 Complex Number Calculations

More information

Complex Numbers. Outline. James K. Peterson. September 19, Complex Numbers. Complex Number Calculations. Complex Functions

Complex Numbers. Outline. James K. Peterson. September 19, Complex Numbers. Complex Number Calculations. Complex Functions Complex Numbers James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 19, 2013 Outline Complex Numbers Complex Number Calculations Complex

More information

Project One: C Bump functions

Project One: C Bump functions Project One: C Bump functions James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 2, 2018 Outline 1 2 The Project Let s recall what the

More information

The First Derivative and Second Derivative Test

The First Derivative and Second Derivative Test The First Derivative and Second Derivative Test James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University April 9, 2018 Outline 1 Extremal Values 2

More information

The First Derivative and Second Derivative Test

The First Derivative and Second Derivative Test The First Derivative and Second Derivative Test James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 8, 2017 Outline Extremal Values The

More information

The Method of Undetermined Coefficients.

The Method of Undetermined Coefficients. The Method of Undetermined Coefficients. James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University May 24, 2017 Outline 1 Annihilators 2 Finding The

More information

Solving systems of ODEs with Matlab

Solving systems of ODEs with Matlab Solving systems of ODEs with Matlab James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 20, 2013 Outline 1 Systems of ODEs 2 Setting Up

More information

Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories

Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 6, 203 Outline

More information

Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories

Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories Linear Systems of ODE: Nullclines, Eigenvector lines and trajectories James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 6, 2013 Outline

More information

Derivatives and the Product Rule

Derivatives and the Product Rule Derivatives and the Product Rule James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University January 28, 2014 Outline 1 Differentiability 2 Simple Derivatives

More information

Uniform Convergence Examples

Uniform Convergence Examples Uniform Convergence Examples James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 13, 2017 Outline 1 Example Let (x n ) be the sequence

More information

14 Increasing and decreasing functions

14 Increasing and decreasing functions 14 Increasing and decreasing functions 14.1 Sketching derivatives READING Read Section 3.2 of Rogawski Reading Recall, f (a) is the gradient of the tangent line of f(x) at x = a. We can use this fact to

More information

Runge - Kutta Methods for first and second order models

Runge - Kutta Methods for first and second order models Runge - Kutta Methods for first and second order models James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 3, 2013 Outline 1 Runge -

More information

More On Exponential Functions, Inverse Functions and Derivative Consequences

More On Exponential Functions, Inverse Functions and Derivative Consequences More On Exponential Functions, Inverse Functions and Derivative Consequences James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University January 10, 2019

More information

More Protein Synthesis and a Model for Protein Transcription Error Rates

More Protein Synthesis and a Model for Protein Transcription Error Rates More Protein Synthesis and a Model for Protein James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 3, 2013 Outline 1 Signal Patterns Example

More information

Geometric Series and the Ratio and Root Test

Geometric Series and the Ratio and Root Test Geometric Series and the Ratio and Root Test James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 5, 2018 Outline 1 Geometric Series

More information

Convergence of Sequences

Convergence of Sequences James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 5, 2018 Outline 1 2 Homework Definition Let (a n ) n k be a sequence of real numbers.

More information

Mathematical Induction Again

Mathematical Induction Again Mathematical Induction Again James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University January 12, 2017 Outline Mathematical Induction Simple POMI Examples

More information

Mathematical Induction Again

Mathematical Induction Again Mathematical Induction Again James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University January 2, 207 Outline Mathematical Induction 2 Simple POMI Examples

More information

Matrices and Vectors

Matrices and Vectors Matrices and Vectors James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 11, 2013 Outline 1 Matrices and Vectors 2 Vector Details 3 Matrix

More information

Uniform Convergence Examples

Uniform Convergence Examples Uniform Convergence Examples James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 13, 2017 Outline More Uniform Convergence Examples Example

More information

Sin, Cos and All That

Sin, Cos and All That Sin, Cos and All That James K Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 9, 2014 Outline Sin, Cos and all that! A New Power Rule Derivatives

More information

Taylor and Maclaurin Series. Approximating functions using Polynomials.

Taylor and Maclaurin Series. Approximating functions using Polynomials. Taylor and Maclaurin Series Approximating functions using Polynomials. Approximating f x = e x near x = 0 In order to approximate the function f x = e x near x = 0, we can use the tangent line (The Linear

More information

Caculus 221. Possible questions for Exam II. March 19, 2002

Caculus 221. Possible questions for Exam II. March 19, 2002 Caculus 221 Possible questions for Exam II March 19, 2002 These notes cover the recent material in a style more like the lecture than the book. The proofs in the book are in section 1-11. At the end there

More information

Announcements. Topics: Homework: - sections , 6.1 (extreme values) * Read these sections and study solved examples in your textbook!

Announcements. Topics: Homework: - sections , 6.1 (extreme values) * Read these sections and study solved examples in your textbook! Announcements Topics: - sections 5.2 5.7, 6.1 (extreme values) * Read these sections and study solved examples in your textbook! Homework: - review lecture notes thoroughly - work on practice problems

More information

Calculus I Homework: The Derivatives of Polynomials and Exponential Functions Page 1

Calculus I Homework: The Derivatives of Polynomials and Exponential Functions Page 1 Calculus I Homework: The Derivatives of Polynomials and Exponential Functions Page 1 Questions Example Differentiate the function y = ae v + b v + c v 2. Example Differentiate the function y = A + B x

More information

Project Two. James K. Peterson. March 26, Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Project Two. James K. Peterson. March 26, Department of Biological Sciences and Department of Mathematical Sciences Clemson University Project Two James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 26, 2019 Outline 1 Cooling Models 2 Estimating the Cooling Rate k 3 Typical

More information

Project Two. Outline. James K. Peterson. March 27, Cooling Models. Estimating the Cooling Rate k. Typical Cooling Project Matlab Session

Project Two. Outline. James K. Peterson. March 27, Cooling Models. Estimating the Cooling Rate k. Typical Cooling Project Matlab Session Project Two James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 27, 2018 Outline Cooling Models Estimating the Cooling Rate k Typical Cooling

More information

Derivatives in 2D. Outline. James K. Peterson. November 9, Derivatives in 2D! Chain Rule

Derivatives in 2D. Outline. James K. Peterson. November 9, Derivatives in 2D! Chain Rule Derivatives in 2D James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 9, 2016 Outline Derivatives in 2D! Chain Rule Let s go back to

More information

Derivatives and the Product Rule

Derivatives and the Product Rule Derivatives an the Prouct Rule James K. Peterson Department of Biological Sciences an Department of Mathematical Sciences Clemson University January 28, 2014 Outline Differentiability Simple Derivatives

More information

Mathematical Induction

Mathematical Induction Mathematical Induction James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University January 12, 2017 Outline Introduction to the Class Mathematical Induction

More information

Defining Exponential Functions and Exponential Derivatives and Integrals

Defining Exponential Functions and Exponential Derivatives and Integrals Defining Exponential Functions and Exponential Derivatives and Integrals James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University February 19, 2014

More information

MAT137 Calculus! Lecture 45

MAT137 Calculus! Lecture 45 official website http://uoft.me/mat137 MAT137 Calculus! Lecture 45 Today: Taylor Polynomials Taylor Series Next: Taylor Series Power Series Definition (Power Series) A power series is a series of the form

More information

Calculus with Analytic Geometry I Exam 8 Take Home Part.

Calculus with Analytic Geometry I Exam 8 Take Home Part. Calculus with Analytic Geometry I Exam 8 Take Home Part. INSTRUCTIONS: SHOW ALL WORK. Write clearly, using full sentences. Use equal signs appropriately; don t use them between quantities that are not

More information

Geometric Series and the Ratio and Root Test

Geometric Series and the Ratio and Root Test Geometric Series and the Ratio and Root Test James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 5, 2017 Outline Geometric Series The

More information

Extreme Values and Positive/ Negative Definite Matrix Conditions

Extreme Values and Positive/ Negative Definite Matrix Conditions Extreme Values and Positive/ Negative Definite Matrix Conditions James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 8, 016 Outline 1

More information

Math 651 Introduction to Numerical Analysis I Fall SOLUTIONS: Homework Set 1

Math 651 Introduction to Numerical Analysis I Fall SOLUTIONS: Homework Set 1 ath 651 Introduction to Numerical Analysis I Fall 2010 SOLUTIONS: Homework Set 1 1. Consider the polynomial f(x) = x 2 x 2. (a) Find P 1 (x), P 2 (x) and P 3 (x) for f(x) about x 0 = 0. What is the relation

More information

e x = 1 + x + x2 2! + x3 If the function f(x) can be written as a power series on an interval I, then the power series is of the form

e x = 1 + x + x2 2! + x3 If the function f(x) can be written as a power series on an interval I, then the power series is of the form Taylor Series Given a function f(x), we would like to be able to find a power series that represents the function. For example, in the last section we noted that we can represent e x by the power series

More information

Objectives: Review open, closed, and mixed intervals, and begin discussion of graphing points in the xyplane. Interval notation

Objectives: Review open, closed, and mixed intervals, and begin discussion of graphing points in the xyplane. Interval notation MA 0090 Section 18 - Interval Notation and Graphing Points Objectives: Review open, closed, and mixed intervals, and begin discussion of graphing points in the xyplane. Interval notation Last time, we

More information

Lecture 9 4.1: Derivative Rules MTH 124

Lecture 9 4.1: Derivative Rules MTH 124 Today we will see that the derivatives of classes of functions behave in similar ways. This is nice because by noticing this general pattern we can develop derivative rules which will make taking derivative

More information

Section 3.7. Rolle s Theorem and the Mean Value Theorem

Section 3.7. Rolle s Theorem and the Mean Value Theorem Section.7 Rolle s Theorem and the Mean Value Theorem The two theorems which are at the heart of this section draw connections between the instantaneous rate of change and the average rate of change of

More information

When a is positive, the parabola opens up and has a minimum When a is negative, the parabola opens down and has a maximum

When a is positive, the parabola opens up and has a minimum When a is negative, the parabola opens down and has a maximum KEY CONCEPTS For a quadratic relation of the form y = ax 2 + c, the maximum or minimum value occurs at c, which is the y-intercept. When a is positive, the parabola opens up and has a minimum When a is

More information

Properties of a Taylor Polynomial

Properties of a Taylor Polynomial 3.4.4: Still Better Approximations: Taylor Polynomials Properties of a Taylor Polynomial Constant: f (x) f (a) Linear: f (x) f (a) + f (a)(x a) Quadratic: f (x) f (a) + f (a)(x a) + 1 2 f (a)(x a) 2 3.4.4:

More information

Newton s Cooling Model in Matlab and the Cooling Project!

Newton s Cooling Model in Matlab and the Cooling Project! Newton s Cooling Model in Matlab and the Cooling Project! James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 10, 2014 Outline Your Newton

More information

Understanding Part 2 of The Fundamental Theorem of Calculus

Understanding Part 2 of The Fundamental Theorem of Calculus Understanding Part of The Fundamental Theorem of Calculus Worksheet 8: The Graph of F () What is an Anti-Derivative? Give an eample that is algebraic: and an eample that is graphical: eample : Below is

More information

Convergence of Sequences

Convergence of Sequences Convergence of Sequences James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University February 12, 2018 Outline Convergence of Sequences Definition Let

More information

Upper and Lower Bounds

Upper and Lower Bounds James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University August 30, 2017 Outline 1 2 s 3 Basic Results 4 Homework Let S be a set of real numbers. We

More information

Sin, Cos and All That

Sin, Cos and All That Sin, Cos and All That James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 9, 2017 Outline 1 Sin, Cos and all that! 2 A New Power Rule 3

More information

Hölder s and Minkowski s Inequality

Hölder s and Minkowski s Inequality Hölder s and Minkowski s Inequality James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 1, 218 Outline Conjugate Exponents Hölder s

More information

Taylor and Maclaurin Series. Approximating functions using Polynomials.

Taylor and Maclaurin Series. Approximating functions using Polynomials. Taylor and Maclaurin Series Approximating functions using Polynomials. Approximating f x = e x near x = 0 In order to approximate the function f x = e x near x = 0, we can use the tangent line (The Linear

More information

Graphs of polynomials. Sue Gordon and Jackie Nicholas

Graphs of polynomials. Sue Gordon and Jackie Nicholas Mathematics Learning Centre Graphs of polynomials Sue Gordon and Jackie Nicholas c 2004 University of Sydney Mathematics Learning Centre, University of Sydney 1 1 Graphs of Polynomials Polynomials are

More information

Getting Started With The Predator - Prey Model: Nullclines

Getting Started With The Predator - Prey Model: Nullclines Getting Started With The Predator - Prey Model: Nullclines James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 28, 2013 Outline The Predator

More information

Newton s Method and Linear Approximations

Newton s Method and Linear Approximations Newton s Method and Linear Approximations Curves are tricky. Lines aren t. Newton s Method and Linear Approximations Newton s Method for finding roots Goal: Where is f (x) = 0? f (x) = x 7 + 3x 3 + 7x

More information

The Method of Laplace Transforms.

The Method of Laplace Transforms. The Method of Laplace Transforms. James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University May 25, 217 Outline 1 The Laplace Transform 2 Inverting

More information

The SIR Disease Model Trajectories and MatLab

The SIR Disease Model Trajectories and MatLab The SIR Disease Model Trajectories and MatLab James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 17, 2013 Outline Reviewing the SIR

More information

Section 2.8: The Power Chain Rule

Section 2.8: The Power Chain Rule calculus sin frontera Section 2.8: The Power Chain Rule I want to see what happens when I take a function I know, like g(x) = x 2, and raise it to a power, f (x) = ( x 2 ) a : f (x) = ( x 2 ) a = ( x 2

More information

1. Which one of the following points is a singular point of. f(x) = (x 1) 2/3? f(x) = 3x 3 4x 2 5x + 6? (C)

1. Which one of the following points is a singular point of. f(x) = (x 1) 2/3? f(x) = 3x 3 4x 2 5x + 6? (C) Math 1120 Calculus Test 3 November 4, 1 Name In the first 10 problems, each part counts 5 points (total 50 points) and the final three problems count 20 points each Multiple choice section Circle the correct

More information

Antiderivatives! Outline. James K. Peterson. January 28, Antiderivatives. Simple Fractional Power Antiderivatives

Antiderivatives! Outline. James K. Peterson. January 28, Antiderivatives. Simple Fractional Power Antiderivatives Antiderivatives! James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University January 28, 2014 Outline Antiderivatives Simple Fractional Power Antiderivatives

More information

8.5 Taylor Polynomials and Taylor Series

8.5 Taylor Polynomials and Taylor Series 8.5. TAYLOR POLYNOMIALS AND TAYLOR SERIES 50 8.5 Taylor Polynomials and Taylor Series Motivating Questions In this section, we strive to understand the ideas generated by the following important questions:

More information

Lecture 10. Econ August 21

Lecture 10. Econ August 21 Lecture 10 Econ 2001 2015 August 21 Lecture 10 Outline 1 Derivatives and Partial Derivatives 2 Differentiability 3 Tangents to Level Sets Calculus! This material will not be included in today s exam. Announcement:

More information

Predator - Prey Model Trajectories and the nonlinear conservation law

Predator - Prey Model Trajectories and the nonlinear conservation law Predator - Prey Model Trajectories and the nonlinear conservation law James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 28, 2013 Outline

More information

The above statement is the false product rule! The correct product rule gives g (x) = 3x 4 cos x+ 12x 3 sin x. for all angles θ.

The above statement is the false product rule! The correct product rule gives g (x) = 3x 4 cos x+ 12x 3 sin x. for all angles θ. Math 7A Practice Midterm III Solutions Ch. 6-8 (Ebersole,.7-.4 (Stewart DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual exam. You

More information

Parabolas and lines

Parabolas and lines Parabolas and lines Study the diagram at the right. I have drawn the graph y = x. The vertical line x = 1 is drawn and a number of secants to the parabola are drawn, all centred at x=1. By this I mean

More information

Runge - Kutta Methods for first order models

Runge - Kutta Methods for first order models Runge - Kutta Methods for first order models James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 30, 2013 Outline 1 Runge - Kutte Methods

More information

Math 221 Notes on Rolle s Theorem, The Mean Value Theorem, l Hôpital s rule, and the Taylor-Maclaurin formula. 1. Two theorems

Math 221 Notes on Rolle s Theorem, The Mean Value Theorem, l Hôpital s rule, and the Taylor-Maclaurin formula. 1. Two theorems Math 221 Notes on Rolle s Theorem, The Mean Value Theorem, l Hôpital s rule, and the Taylor-Maclaurin formula 1. Two theorems Rolle s Theorem. If a function y = f(x) is differentiable for a x b and if

More information

polynomial function polynomial function of degree n leading coefficient leading-term test quartic function turning point

polynomial function polynomial function of degree n leading coefficient leading-term test quartic function turning point polynomial function polynomial function of degree n leading coefficient leading-term test quartic function turning point quadratic form repeated zero multiplicity Graph Transformations of Monomial Functions

More information

Integration by Parts Logarithms and More Riemann Sums!

Integration by Parts Logarithms and More Riemann Sums! Integration by Parts Logarithms and More Riemann Sums! James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 16, 2013 Outline 1 IbyP with

More information

MA 1128: Lecture 19 4/20/2018. Quadratic Formula Solving Equations with Graphs

MA 1128: Lecture 19 4/20/2018. Quadratic Formula Solving Equations with Graphs MA 1128: Lecture 19 4/20/2018 Quadratic Formula Solving Equations with Graphs 1 Completing-the-Square Formula One thing you may have noticed when you were completing the square was that you followed the

More information

Calculus (Math 1A) Lecture 4

Calculus (Math 1A) Lecture 4 Calculus (Math 1A) Lecture 4 Vivek Shende August 31, 2017 Hello and welcome to class! Last time We discussed shifting, stretching, and composition. Today We finish discussing composition, then discuss

More information

Calculus I Sample Exam #01

Calculus I Sample Exam #01 Calculus I Sample Exam #01 1. Sketch the graph of the function and define the domain and range. 1 a) f( x) 3 b) g( x) x 1 x c) hx ( ) x x 1 5x6 d) jx ( ) x x x 3 6 . Evaluate the following. a) 5 sin 6

More information

Antiderivatives! James K. Peterson. January 28, Department of Biological Sciences and Department of Mathematical Sciences Clemson University

Antiderivatives! James K. Peterson. January 28, Department of Biological Sciences and Department of Mathematical Sciences Clemson University ! James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University January 28, 2014 Outline 1 2 Simple Fractional Power Abstract This lecture is going to talk

More information

Convergence of Fourier Series

Convergence of Fourier Series MATH 454: Analysis Two James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University April, 8 MATH 454: Analysis Two Outline The Cos Family MATH 454: Analysis

More information

Dirchlet s Function and Limit and Continuity Arguments

Dirchlet s Function and Limit and Continuity Arguments Dirchlet s Function and Limit and Continuity Arguments James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University February 23, 2018 Outline 1 Dirichlet

More information

MATH 121: EXTRA PRACTICE FOR TEST 2. Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam.

MATH 121: EXTRA PRACTICE FOR TEST 2. Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam. MATH 121: EXTRA PRACTICE FOR TEST 2 Disclaimer: Any material covered in class and/or assigned for homework is a fair game for the exam. 1 Linear Functions 1. Consider the functions f(x) = 3x + 5 and g(x)

More information

Physics 6303 Lecture 22 November 7, There are numerous methods of calculating these residues, and I list them below. lim

Physics 6303 Lecture 22 November 7, There are numerous methods of calculating these residues, and I list them below. lim Physics 6303 Lecture 22 November 7, 208 LAST TIME:, 2 2 2, There are numerous methods of calculating these residues, I list them below.. We may calculate the Laurent series pick out the coefficient. 2.

More information

Speed of waves. Apparatus: Long spring, meter stick, spring scale, stopwatch (or cell phone stopwatch)

Speed of waves. Apparatus: Long spring, meter stick, spring scale, stopwatch (or cell phone stopwatch) Name: Speed of waves Group Members: Date: TA s Name: Apparatus: Long spring, meter stick, spring scale, stopwatch (or cell phone stopwatch) Objectives 1. To directly calculate the speed of waves in a stretched

More information

Calculus (Math 1A) Lecture 4

Calculus (Math 1A) Lecture 4 Calculus (Math 1A) Lecture 4 Vivek Shende August 30, 2017 Hello and welcome to class! Hello and welcome to class! Last time Hello and welcome to class! Last time We discussed shifting, stretching, and

More information

Consequences of Continuity

Consequences of Continuity Consequences of Continuity James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 4, 2017 Outline 1 Domains of Continuous Functions 2 The

More information

3. Use absolute value notation to write an inequality that represents the statement: x is within 3 units of 2 on the real line.

3. Use absolute value notation to write an inequality that represents the statement: x is within 3 units of 2 on the real line. PreCalculus Review Review Questions 1 The following transformations are applied in the given order) to the graph of y = x I Vertical Stretch by a factor of II Horizontal shift to the right by units III

More information

Math Boot Camp Functions and Algebra

Math Boot Camp Functions and Algebra Fall 017 Math Boot Camp Functions and Algebra FUNCTIONS Much of mathematics relies on functions, the pairing (relation) of one object (typically a real number) with another object (typically a real number).

More information

Chapter 8: Taylor s theorem and L Hospital s rule

Chapter 8: Taylor s theorem and L Hospital s rule Chapter 8: Taylor s theorem and L Hospital s rule Theorem: [Inverse Mapping Theorem] Suppose that a < b and f : [a, b] R. Given that f (x) > 0 for all x (a, b) then f 1 is differentiable on (f(a), f(b))

More information

Differentiating Series of Functions

Differentiating Series of Functions Differentiating Series of Functions James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 30, 017 Outline 1 Differentiating Series Differentiating

More information

Section Example Determine the Maclaurin series of f (x) = e x and its the interval of convergence.

Section Example Determine the Maclaurin series of f (x) = e x and its the interval of convergence. Example Determine the Maclaurin series of f (x) = e x and its the interval of convergence. Example Determine the Maclaurin series of f (x) = e x and its the interval of convergence. f n (0)x n Recall from

More information

Mon 3 Nov Tuesday 4 Nov: Quiz 8 ( ) Friday 7 Nov: Exam 2!!! Today: 4.5 Wednesday: REVIEW. In class Covers

Mon 3 Nov Tuesday 4 Nov: Quiz 8 ( ) Friday 7 Nov: Exam 2!!! Today: 4.5 Wednesday: REVIEW. In class Covers Mon 3 Nov 2014 Tuesday 4 Nov: Quiz 8 (4.2-4.4) Friday 7 Nov: Exam 2!!! In class Covers 3.9-4.5 Today: 4.5 Wednesday: REVIEW Linear Approximation and Differentials In section 4.5, you see the pictures on

More information

Newton s Method and Linear Approximations

Newton s Method and Linear Approximations Newton s Method and Linear Approximations Newton s Method for finding roots Goal: Where is f (x) =0? f (x) =x 7 +3x 3 +7x 2 1 2-1 -0.5 0.5-2 Newton s Method for finding roots Goal: Where is f (x) =0? f

More information

Name: SOLUTIONS Date: 09/07/2017. M20550 Calculus III Tutorial Worksheet 2

Name: SOLUTIONS Date: 09/07/2017. M20550 Calculus III Tutorial Worksheet 2 M20550 Calculus III Tutorial Worksheet 2 1. Find an equation of the plane passes through the point (1, 1, 7) and perpendicular to the line x = 1 + 4t, y = 1 t, z = 3. Solution: To write an equation of

More information

What is proof? Lesson 1

What is proof? Lesson 1 What is proof? Lesson The topic for this Math Explorer Club is mathematical proof. In this post we will go over what was covered in the first session. The word proof is a normal English word that you might

More information

Definition: A "system" of equations is a set or collection of equations that you deal with all together at once.

Definition: A system of equations is a set or collection of equations that you deal with all together at once. System of Equations Definition: A "system" of equations is a set or collection of equations that you deal with all together at once. There is both an x and y value that needs to be solved for Systems

More information

Hölder s and Minkowski s Inequality

Hölder s and Minkowski s Inequality Hölder s and Minkowski s Inequality James K. Peterson Deartment of Biological Sciences and Deartment of Mathematical Sciences Clemson University Setember 10, 2018 Outline 1 Conjugate Exonents 2 Hölder

More information

Runge - Kutta Methods for first order models

Runge - Kutta Methods for first order models Runge - Kutta Methods for first order models James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University October 30, 2013 Outline Runge - Kutte Methods

More information

What is on today. 1 Linear approximation. MA 123 (Calculus I) Lecture 17: November 2, 2017 Section A2. Professor Jennifer Balakrishnan,

What is on today. 1 Linear approximation. MA 123 (Calculus I) Lecture 17: November 2, 2017 Section A2. Professor Jennifer Balakrishnan, Professor Jennifer Balakrishnan, jbala@bu.edu What is on today 1 Linear approximation 1 1.1 Linear approximation and concavity....................... 2 1.2 Change in y....................................

More information

Riemann Sums. Outline. James K. Peterson. September 15, Riemann Sums. Riemann Sums In MatLab

Riemann Sums. Outline. James K. Peterson. September 15, Riemann Sums. Riemann Sums In MatLab Riemann Sums James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 15, 2013 Outline Riemann Sums Riemann Sums In MatLab Abstract This

More information

Econ Slides from Lecture 10

Econ Slides from Lecture 10 Econ 205 Sobel Econ 205 - Slides from Lecture 10 Joel Sobel September 2, 2010 Example Find the tangent plane to {x x 1 x 2 x 2 3 = 6} R3 at x = (2, 5, 2). If you let f (x) = x 1 x 2 x3 2, then this is

More information

A Library of Functions

A Library of Functions LibraryofFunctions.nb 1 A Library of Functions Any study of calculus must start with the study of functions. Functions are fundamental to mathematics. In its everyday use the word function conveys to us

More information

Math 2142 Homework 5 Part 1 Solutions

Math 2142 Homework 5 Part 1 Solutions Math 2142 Homework 5 Part 1 Solutions Problem 1. For the following homogeneous second order differential equations, give the general solution and the particular solution satisfying the given initial conditions.

More information

Integration and Differentiation Limit Interchange Theorems

Integration and Differentiation Limit Interchange Theorems Integration and Differentiation Limit Interchange Theorems James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University March 11, 2018 Outline 1 A More

More information

Matrix Solutions to Linear Systems of ODEs

Matrix Solutions to Linear Systems of ODEs Matrix Solutions to Linear Systems of ODEs James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University November 3, 216 Outline 1 Symmetric Systems of

More information

Function Composition and Chain Rules

Function Composition and Chain Rules Function Composition and s James K. Peterson Department of Biological Sciences and Department of Matematical Sciences Clemson University Marc 8, 2017 Outline 1 Function Composition and Continuity 2 Function

More information