4.5: Linear Approximations, Differentials and Newton’s Method

Slides:



Advertisements
Similar presentations
6.4 day 1 Separable Differential Equations
Advertisements

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
4.5 Linearization & Newton’s Method
Section 2.9 Linear Approximations and Differentials Math 1231: Single-Variable Calculus.
3.4 Velocity, Speed, and Rates of Change
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.
Y x z An Introduction to Partial Derivatives Greg Kelly, Hanford High School, Richland, Washington.
Loop Application: Numerical Methods, Part 1 The power of Matlab Mathematics + Coding.
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.
8.7 Lengths of Curves 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.
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.
§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
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)
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.
6.4 day 1 Separable Differential Equations Jefferson Memorial, Washington DC Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Vickie Kelly,
2.2 Derivatives Great Sand Dunes National Monument, Colorado Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Vickie Kelly, 2003.
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.
CS B553: Algorithms for Optimization and Learning
Ch. 5 – Applications of Derivatives
Differentiation Rules
6.4 day 1 Separable Differential Equations
7.4 Lengths of Curves and Surface Area
and Indefinite Integration (Part I)
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.
Chapter 6.
3.3 Differentiation Rules
Computers in Civil Engineering 53:081 Spring 2003
3.3 Differentiation Rules
2.2 Basic Differentiation Rules and Rates of Change (Part 1)
Section 4.8: Newton’s Method
Mathematical Solution of Non-linear equations : Newton Raphson method
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
§3.10 Linear Approximations and Differentials
3.8: Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
2.2 Basic Differentiation Rules and Rates of Change (Part 1)
Denver & Rio Grande Railroad Gunnison River, Colorado
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
7.4 Lengths of Curves and Surface Area
An Introduction to Partial Derivatives
Finding constant of integration
3.3 Differentiation Rules
Chapter 6.
Sec 3.10: Linear approximation and Differentials
Copyright © Cengage Learning. All rights reserved.
MATH 1910 Chapter 3 Section 8 Newton’s Method.
Parametric Functions 10.1 Greg Kelly, Hanford High School, Richland, Washington.
3.3 Differentiation Rules
1 Newton’s Method.
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 .

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