3.8: Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.

Slides:



Advertisements
Similar presentations
Copyright © Cengage Learning. All rights reserved.
Advertisements

Lecture 5 Newton-Raphson Method
Mathematics1 Mathematics 1 Applied Informatics Štefan BEREŽNÝ.
CSE 330: Numerical Methods
Newton’s Method finds Zeros Efficiently finds Zeros of an equation: –Solves f(x)=0 Why do we care?
Numeriska beräkningar i Naturvetenskap och Teknik 1.Solving equations.
Chapter 4 Roots of Equations
Solving Non-Linear Equations (Root Finding)
4.5: Linear Approximations, Differentials and Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
TI89 and Differentiability Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Vickie Kelly, 2003 Arches National Park.
1.4 Parametric Equations Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Greg Kelly, 2005 Mt. Washington Cog Railway, NH.
A technique for approximating the real zeros of a Function.
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.
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.
ME 142 Engineering Computation I Root Finding & Iterative Solutions.
Numerical Methods Solution of Equation.
Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Vickie Kelly, 2003 Arches National Park 2.1 The Derivative and the Tangent Line Problem (Part.
§3.6 Newton’s Method. The student will learn about
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
Recursive Methods for Finding Roots of Functions Bisection & Newton’s Method.
5.5 Bases Other than e and Applications (Part 1) Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Vickie Kelly, 2008 Acadia National Park,
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)
Newton’s Method Problem: need to solve an equation of the form f(x)=0. Graphically, the solutions correspond to the points of intersection of the.
Iteration The solution lies between 0 and 1. e.g. To find integer bounds for we can sketch and  0 and 1 are the integer bounds. We often start by finding.
4.5: Linear Approximations, Differentials and Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
Newton's Method Lesson 3.8.
2.3 The Product and Quotient Rules (Part 1)
4.5: Linear Approximations, Differentials and Newton’s Method
4.5: Linear Approximations, Differentials and Newton’s Method
CS B553: Algorithms for Optimization and Learning
Mean Value Theorem for Derivatives
6.2 Solving Quadratic Equations by Graphing
Mean Value & Rolle’s Theorems
Read Chapters 5 and 6 of the textbook
2.1 The Derivative and the Tangent Line Problem (Part 2)
Roots of equations Class VII.
3.6 Implicit Differentiation
3.2 Differentiability Arches National Park - Park Avenue
Roots of equations Class IX.
5.3 Inverse Function (part 2)
NEWTON’S METHOD Section 3.8.
2.4 Rates of Change and Tangent Lines
2.2 Basic Differentiation Rules and Rates of Change (Part 1)
Section 4.8: Newton’s Method
ROOTS OF EQUATIONS.
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
Newton’s Method and Its Extensions
4.5: Linear Approximations, Differentials and Newton’s Method
3.2 Differentiability Arches National Park
3.8: Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
NEWTON’S METHOD Section 3.8.
4.2 Area Greenfield Village, Michigan
2.2 Basic Differentiation Rules and Rates of Change (Part 1)
5.5: Linearization and Newton’s Method
4.5: Linear Approximations, Differentials and Newton’s Method
Solving Quadratic Equations by Factoring
3.2 Differentiability Arches National Park
Copyright © Cengage Learning. All rights reserved.
MATH 1910 Chapter 3 Section 8 Newton’s Method.
2.1 The Derivative and the Tangent Line Problem (Part 2)
1 Newton’s Method.
ME 142 Engineering Computation I
5.3 Inverse Function (part 2)
Presentation transcript:

3.8: Newton’s Method Greg Kelly, Hanford High School, Richland, Washington

Objective Approximate a zero of a function using Newton's Method.

Interval Midpoint(c) f(c) Recall the Bisection Method for approximating roots. Need interval where f(endpoints) have different signs. Interval [ -, +] Midpoint(c) f(c) [1, 2] 1.5 + [1, 1.5] 1.25 - [1.25, 1.5] 1.375 [1.375, 1.5] 1.4375 Converges, but it may take a while.

Another method for finding zeros (besides the Bisection Method) is called Newton’s Method (also known as Newton-Raphson Method). Requirements for Newton’s Method: Needs an initial “good” estimate Uses the derivative of the function in the calculation, so the function needs to be differentiable in the open interval (a,b) around the zero

Newton's Method is based on the assumption that the graph of f and the tangent line at (x,f(x)) both cross the x-axis at about the same point. You use that x-intercept to make another estimate (usually better) for the zero.

Tangent line: set y=0 and solve for x Newton's Method: Tangent line: set y=0 and solve for x intercept new guess Next estimates:

Using Newton's Method: Let f(c)=0 where f is differentiable on an open interval containing c. Make an initial estimate x1 (that's "close" to c). Determine a new approximation: If is within the desired accuracy, stop. Otherwise repeat step 2.

Calculate 3 iterations of Newton's Method to approximate a zero of Use x1=1 as the initial guess. Find x4.

TI 84 Procedure: Set y1 = function and y2 = derivative Type in the initial approximation and hit ENTER. Type in ANS – y1(ANS) / y2(ANS) hit ENTER Hit ENTER for next approximation. Repeat step 4 until the desired accuracy is reached.

Use Newton's Method to approximate the zeros of Continue until successive approximations differ by less than 0.0001. Test some #s: Or look at graph on calculator (x≈-1.2) x1=-1.2 x1=-1. x1=0 x2=-1.23511 x2=-1.333333 x2=1 x3=-1.233754 x3=-1.243386 x3=0.5715286 x4=-1.23375 x4=-1.233855 x5=-1.23375 x6=-1.23375 x18=-1.23375

Use Newton's Method to find zeros of Let x1=0.1.

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

Condition for Convergence:

Example: On the interval (1,3), it will be <1. So convergence of Newton's method is guaranteed.

Example: For any value of x, it equals 2, so Newton's Method will fail to converge.

Homework 3.8 (p. 226) #1-17 odd 27, 29, 33 (#5-13 only find one root)