4.5: Linear Approximations, Differentials and Newton’s Method

Slides:



Advertisements
Similar presentations
Kim Day Jessie Twigger Christian Zelenka. How is this technique conducted.
Advertisements

Copyright © Cengage Learning. All rights reserved.
Section Differentials Tangent Line Approximations A tangent line approximation is a process that involves using the tangent line to approximate a.
4.5: Linear Approximations and Differentials
3 Copyright © Cengage Learning. All rights reserved. Applications of Differentiation.
4.5 Linearization & Newton’s Method
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.
DERIVATIVES Linear Approximations and Differentials In this section, we will learn about: Linear approximations and differentials and their applications.
A Numerical Technique for Building a Solution to a DE or system of DE’s.
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.
4.5: Linear Approximations, Differentials and Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
AP CALCULUS AB Chapter 4: Applications of Derivatives Section 4.5:
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.
13.4 Differentials “Mathematics possesses not only truth, but supreme beauty - a beauty cold and austere, like that of sculpture." -Bertrand Russell.
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.
Numerical Methods.
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.
AUGUST 2. MATH 104 Calculus I Review of previous material…. …methods and applications of integration, differential equations ………..
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.
Linearization, Newton’s Method
3.8 Local Linear Approximations; Differentials (page 226) b We have been interpreting dy/dx as a single entity representing the derivative of y with respect.
Finding Definite Integrals by Substitution and Solving Separable Differential Equations.
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)
3 Copyright © Cengage Learning. All rights reserved. Applications of Differentiation.
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.
Linear Approximations. In this section we’re going to take a look at an application not of derivatives but of the tangent line to a function. Of course,
4.5: Linear Approximations, Differentials and Newton’s Method
LECTURE 3 OF SOLUTIONS OF NON -LINEAR EQUATIONS.
CS B553: Algorithms for Optimization and Learning
Ch. 5 – Applications of Derivatives
2.9 Linear Approximations and Differentials
Some problems for your consideration
AP Calculus AB: Lesson 93 Newton's Method Newton’s Method
Part (a) Keep in mind that dy/dx is the SLOPE! We simply need to substitute x and y into the differential equation and represent each answer as a slope.
Differential Equations Separation of Variables
Chapter 6.
Sec 3.10: Linear approximation and Differentials
Copyright © Cengage Learning. All rights reserved.
Differentials and Linear Approximation
4.5: Linear Approximations and Differentials
2.1 The Derivative and the Tangent Line Problem
Copyright © Cengage Learning. All rights reserved.
Section 4.8: Newton’s Method
Copyright © Cengage Learning. All rights reserved.
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.
4.5: Linear Approximations, Differentials and Newton’s Method
Homework, Page Let f (x) = 3x2. Show that f (2+h) =3h2 + 12h Then show that and compute f ′(2) by taking the limit as h → 0. Rogawski Calculus.
§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
Chapter 6.
Sec 3.10: Linear approximation and Differentials
Copyright © Cengage Learning. All rights reserved.
MATH 1910 Chapter 3 Section 8 Newton’s Method.
Section 4.1 Linear Approximations and Applications
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.

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.) 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.) 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 technique is sometimes called the Newton-Raphson method. Actually, the techniques that we will see in the next slides were developed by an English mathematician named Joseph Raphson, and published in 1690. Isaac Newton developed a similar formula in 1671, but it was not published until 1736 and is not as easy to use as Raphson’s method. Very little is known about Joseph Raphson, who lived approximately 1648-1715. He was acquainted with Newton, so he may have gotten the idea from Newton. Anyway, Newton tends to get the credit.

Find where crosses .

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

There are much easier methods of finding roots using our calculator. We learn Newton’s method of finding roots for historical interest and to deepen our appreciation of calculus. Newton’s method is sometimes tested on the AP exam, and will therefore sometimes appear on a test in this class. There are much easier methods of finding roots using our calculator. Statue of Isaac Newton as a college student in Trinity College Chapel at Cambridge University, Cambridge, England

Approximate the negative root of: Example: Approximate the negative root of: If you have the function graphed, you can find the roots by using: F5 Math 2 Zero Use the arrow keys to select the lower and upper bounds, and press ENTER each time. You would need to find each root separately.

p Example: Approximate the negative root of: An even quicker way to find roots is to use the following when in the home screen: F2 Algebra 4 Zeros Press ENTER p

Homework: 4.5a 4.5 p242 5,7,11 4.4 p228 45 3.6 p153 11,25,41,55   4.5b 4.5 p242 5,8,14,18,25,33 3.6 p153 17,33,47,63 4.5c 4.5 p242 19,27,36,50 3.6 p153 29; p156 1,2,3,4