4.5: Linear Approximations, Differentials and Newton’s Method

Slides:



Advertisements
Similar presentations
Section Differentials Tangent Line Approximations A tangent line approximation is a process that involves using the tangent line to approximate a.
Advertisements

Golden Spike National Historic Site, Promontory, Utah Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Vickie Kelly, Day 1 Lengths.
4.5: Linear Approximations and Differentials
2.4 Rates of Change and Tangent Lines Devil’s Tower, Wyoming Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Vickie Kelly, 1993.
Section 2.9 Linear Approximations and Differentials Math 1231: Single-Variable Calculus.
Greg Kelly, Hanford High School, Richland, Washington.
Secant Method Another Recursive Method. Secant Method The secant method is a recursive method used to find the solution to an equation like Newton’s Method.
4.5: Linear Approximations, Differentials and Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
1.4 Parametric Equations Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Greg Kelly, 2005 Mt. Washington Cog Railway, NH.
Linear Approximation It is a way of finding the equation of a line tangent to a curve and using it to approximate a y value of the curve.
Loop Application: Numerical Methods, Part 1 The power of Matlab Mathematics + Coding.
1.4 Parametric Equations Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Greg Kelly, 2005 Mt. Washington Cog Railway, NH.
3.1 Definition of the Derivative & Graphing the Derivative
4.5: Linear Approximations, Differentials and Newton’s Method.
4.5: Linear Approximations, Differentials and Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
Problem of the Day No calculator! What is the instantaneous rate of change at x = 2 of f(x) = x2 - 2 ? x - 1 A) -2 C) 1/2 E) 6 B) 1/6 D) 2.
The Empire Builder, day 1 Partial Fractions Greg Kelly, Hanford High School, Richland, Washington.
Greg Kelly, Hanford High School, Richland, Washington.
LINEARIZATION AND NEWTON’S METHOD Section 4.5. Linearization Algebraically, the principle of local linearity means that the equation of the tangent.
Linearization and Newton’s Method. I. Linearization A.) Def. – If f is differentiable at x = a, then the approximating function is the LINEARIZATION of.
For any function f (x), the tangent is a close approximation of the function for some small distance from the tangent point. We call the equation of the.
4.1 Extreme Values of Functions
3 Copyright © Cengage Learning. All rights reserved. Applications of Differentiation.
4.8 Newton’s Method Mon Nov 9 Do Now Find the equation of a tangent line to f(x) = x^5 – x – 1 at x = 1.
Linearization, Newton’s Method
Differentials A quick Review on Linear Approximations and Differentials of a function of one Variable.
Golden Spike National Historic Site, Promontory, Utah Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Vickie Kelly, Day 1 Lengths.
Warm Up Write an equation of the tangent line to the curve at the given point. 1)f(x)= x 3 – x + 1 where x = -1 2)g(x) = 3sin(x/2) where x = π/2 3)h(x)
4.5: Linear Approximations, Differentials and Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
6.4 day 1 Separable Differential Equations Jefferson Memorial, Washington DC Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Vickie Kelly,
Substitution & Separable Differential Equations
5.2 Definite Integrals Greg Kelly, Hanford High School, Richland, Washington.
4.5: Linear Approximations, Differentials and Newton’s Method
Slope Fields Greg Kelly, Hanford High School, Richland, Washington
Differential Equations by Separation of Variables
2.4 Rates of Change and Tangent Lines
5.2 Definite Integrals Greg Kelly, Hanford High School, Richland, Washington.
4.5: Linear Approximations, Differentials and Newton’s Method
LECTURE 3 OF SOLUTIONS OF NON -LINEAR EQUATIONS.
Ch. 5 – Applications of Derivatives
6.2 Integration by Substitution M.L.King Jr. Birthplace, Atlanta, GA
Substitution & Separable Differential Equations
7.4 Lengths of Curves and Surface Area
Substitution & Separable Differential Equations
Separable Differential Equations
5.2 Definite Integrals Greg Kelly, Hanford High School, Richland, Washington.
Integration by Substitution M.L.King Jr. Birthplace, Atlanta, GA
8.4 Partial Fractions The Empire Builder, 1957
2.4 Rates of Change and Tangent Lines
Section 4.8: Newton’s Method
5.2 Definite Integrals Greg Kelly, Hanford High School, Richland, Washington.
3.8 Newton’s Method How do you find a root of the following function without a graphing calculator? This is what Newton did.
4.8: Linear Approximations, Differentials and Newton’s Method
Linearization and Newton’s Method
3.8: Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
§3.10 Linear Approximations and Differentials
3.8: Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
5.5: Linearization and Newton’s Method
4.5: Linear Approximations, Differentials and Newton’s Method
Unit 5 : Day 6 Linear Approximations,
3.3 Velocity, Speed, and Rates of Change
Substitution & Separable Differential Equations
7.4 Lengths of Curves and Surface Area
1.4 Parametric Equations Mt. Washington Cog Railway, NH
Sec 3.10: Linear approximation and Differentials
Copyright © Cengage Learning. All rights reserved.
MATH 1910 Chapter 3 Section 8 Newton’s Method.
1.4 Parametric Equations Greg Kelly, Hanford High School, Richland, Washington.
1 Newton’s Method.
Substitution & Separable Differential Equations
Presentation transcript:

4.5: Linear Approximations, Differentials and Newton’s Method Greg Kelly, Hanford High School, Richland, Washington

For any function f (x), the tangent is a close approximation of the function for some small distance from the tangent point. We call the equation of the tangent the linearization of the function.

Start with the point/slope equation: linearization of f at a is the standard linear approximation of f at a. The linearization is the equation of the tangent line, and you can use the old formulas if you like.

Important linearizations for x near zero: This formula also leads to non-linear approximations:

dy can be considered a very small change in y. Differentials: When we first started to talk about derivatives, we said that becomes when the change in x and change in y become very small. dy can be considered a very small change in y. dx can be considered a very small change in x.

Let be a differentiable function. The differential is an independent variable. The differential is:

Example: Consider a circle of radius 10. If the radius increases by 0 Example: Consider a circle of radius 10. If the radius increases by 0.1, approximately how much will the area change? very small change in r very small change in A (approximate change in area)

(approximate change in area) Compare to actual change: New area: Old area:

Newton’s Method Finding a root for: We will use Newton’s Method to find the root between 2 and 3.

Guess: (not drawn to scale) (new guess)

Guess: (new guess)

Guess: (new guess)

Guess: Amazingly close to zero! This is Newton’s Method of finding roots. It is an example of an algorithm (a specific set of computational steps.) It is sometimes called the Newton-Raphson method This is a recursive algorithm because a set of steps are repeated with the previous answer put in the next repetition. Each repetition is called an iteration.

Guess: Newton’s Method: Amazingly close to zero! This is Newton’s Method of finding roots. It is an example of an algorithm (a specific set of computational steps.) It is sometimes called the Newton-Raphson method This is a recursive algorithm because a set of steps are repeated with the previous answer put in the next repetition. Each repetition is called an iteration.

Find where crosses .

There are some limitations to Newton’s method: Looking for this root. Bad guess. Wrong root found Failure to converge

Newton’s method is built into your calculator You could just use the root finder to answer the problem. The only reason to use the calculator for Newton’s Method is to help your understanding or to check your work. It would not be allowed in a college course, on the AP exam or on one of my tests.

Now let’s do one on the TI-84: Approximate the positive root of: Enter f(x) into the y= window Enter f’(x) and unselect it Graph the function and make a guess Go back to home screen and store your guess as x Then type x – y1/y2 and store your answer Re-Type x – y1/y2 sto X and your calculator will store Each answer automatically Continue to hit enter until your answers converge **Repeat for others zeros if the function has more! Answers: 1.347826087