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

4.5: Linear Approximations and Differentials
4.5 Linearization & Newton’s Method
Newton’s Method finds Zeros Efficiently finds Zeros of an equation: –Solves f(x)=0 Why do we care?
Section 2.9 Linear Approximations and Differentials Math 1231: Single-Variable Calculus.
ROOTS OF EQUATIONS Student Notes ENGR 351 Numerical Methods for Engineers Southern Illinois University Carbondale College of Engineering Dr. L.R. Chevalier.
Roots of Equations Open Methods (Part 2).
DERIVATIVES Linear Approximations and Differentials In this section, we will learn about: Linear approximations and differentials and their applications.
Before we start, we are going to load the Calculus Tools flash application software to your calculator. 1. Connect the sending and.
DO NOW Find the equation of the tangent line of y = 3sin2x at x = ∏
A Numerical Technique for Building a Solution to a DE or system of DE’s.
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.
Roots of a Polynomial: Root of a polynomial is the value of the independent variable at which the polynomial intersects the horizontal axis (the function.
DERIVATIVES 3. Summary f(x) ≈ f(a) + f’(a)(x – a) L(x) = f(a) + f’(a)(x – a) ∆y = f(x + ∆x) – f(x) dx = ∆x dy = f’(x)dx ∆ y≈ dy.
Solving Non-Linear Equations (Root Finding)
4.5: Linear Approximations, Differentials and Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
Newton's Method for Functions of Several Variables Joe Castle & Megan Grywalski.
AP CALCULUS AB Chapter 4: Applications of Derivatives Section 4.5:
7.4 Lengths of Curves. 2+x csc x 1 0 If we want to approximate the length of a curve, over a short distance we could measure a straight line. By the.
Loop Application: Numerical Methods, Part 1 The power of Matlab Mathematics + Coding.
NETWONS METHOD DOING THAT JAWN I AM A BO$$ STUDENTS WILL BE ABLE TO USE NEWTON’S METHOD TO FIND THE ROOTS OF ALGEBRAIC EXPRESSIONS.
3.7 Implicit Differentiation Niagara Falls, NY & Canada Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Vickie Kelly, 2003.
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.
CHAPTER 3 NUMERICAL METHODS
3.7 Implicit Differentiation Niagara Falls, NY & Canada Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Vickie Kelly, 2003.
Greg Kelly, Hanford High School, Richland, Washington.
Newton’s Method, Root Finding with MATLAB and Excel
Dr. Jie Zou PHY Chapter 2 Solution of Nonlinear Equations: Lecture (II)
linear  2.3 Newton’s Method ( Newton-Raphson Method ) 1/12 Chapter 2 Solutions of Equations in One Variable – Newton’s Method Idea: Linearize a nonlinear.
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.
Lecture 5 - Single Variable Problems CVEN 302 June 12, 2002.
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.
§3.6 Newton’s Method. The student will learn about
4.1 Extreme Values of Functions
3 Copyright © Cengage Learning. All rights reserved. Applications of Differentiation.
3.9 Differentials. Objectives Understand the concept of a tangent line approximation. Compare the value of a differential, dy, with the actual change.
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.
Sections 3.8, 4.6, and 6.1 Numerical Techniques. For our last PowerPoint of the year we will take a quick tour of some numerical techniques that we have.
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)
The formulae for the roots of a 3rd degree polynomial are given below
3.6 The Chain Rule Y= f(g(x)) Y’=f’(g(x)) g’(x). Chain rule Unlocks many derivatives.
Project on Newton’s Iteration Method Presented by Dol Nath Khanal Project Advisor- Professor Dexuan Xie 05/11/2015.
4.5: Linear Approximations, Differentials and Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
4.5: Linear Approximations, Differentials and Newton’s Method
4.2 Implicit Differentiation
4.5: Linear Approximations, Differentials and Newton’s Method
LECTURE 3 OF SOLUTIONS OF NON -LINEAR EQUATIONS.
Ch. 5 – Applications of Derivatives
Some problems for your consideration
3.11: Derivatives of Inverse Functions
3.6 Implicit Differentiation
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
3.8: Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
4.5: Linear Approximations, Differentials and Newton’s Method
§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
3.7 Implicit Differentiation
Sec 3.10: Linear approximation and Differentials
Copyright © Cengage Learning. All rights reserved.
MATH 1910 Chapter 3 Section 8 Newton’s Method.
1 Newton’s Method.
Presentation transcript:

4.5: Linear Approximations, Differentials and Newton’s Method

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.

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

Linearization Example Find the linear approximation of f(x) = x 2 at x = 1. Use the approximation to

Linearization Example Find the linear approximation of f(x) = x 2 at x = 1. Use the approximation to

Linearization Example Use linearization to approximate

Linearization Example Use linearization to approximate

Approximating Binomial Powers Approximating Binomial Powers: this is a special case of a general linearization formula that applies to the powers of 1+x for small values of x:

Approximating Binomial Powers Use this formula to find polynomials that will approximate the following functions for values of x close to zero:

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

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.1, approximately how much will the area change? very small change in A very small change in r (approximate change in area)

Compare to actual change: New area: Old area:

Newton’s Method Newton’s Method: numerical method of approximating the zeros of a function.

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.

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 Guess: Amazingly close to zero! Newton’s 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: Wrong root found Looking for this root. Bad guess. Failure to converge

Newton’s method is built in to the Calculus Tools application on the TI-89. Of course if you have a TI-89, 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.

APPS Select and press. Calculus Tools ENTER If you see this screen, press, change the mode settings as necessary, and press again. ENTER APPS Now let’s do one on the TI-89: Approximate the positive root of:

Now let’s do one on the TI-89: APPS Select and press. Calculus Tools ENTER Press (Deriv) F2 Press (Newton’s Method) 3 Enter the equation. (You will have to unlock the alpha mode.) Set the initial guess to 1. Press. ENTER Approximate the positive root of: Set the iterations to 3.

Press to see the summary screen. ESC Press to see each iteration. ENTER

 Press and then to return your calculator to normal. ESC HOME