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.

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

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.
Square root of an arbitrary positive number: Determination by estimation & iteration Given an area (A) of a square, determine its width. ? Area.
Dr. Jie Zou PHY Chapter 2 Solution of Nonlinear Equations: Lecture (III)
APPLICATIONS OF DIFFERENTIATION Newton’s Method In this section, we will learn: How to solve high-degree equations using Newton’s method. APPLICATIONS.
Notes, part 5. L’Hospital Another useful technique for computing limits is L'Hospital's rule: Basic version: If, then provided the latter exists. This.
6-4: n th Roots I can simplify radicals and approximate them using a calculator.
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.
Aim: What are the higher degree function and equation? Do Now: a) Graph f(x) = x 3 + x 2 – x – 1 on the calculator b) How many times does the graph intersect.
Copyright © Cengage Learning. All rights reserved. 4 Applications of Differentiation.
Loop Application: Numerical Methods, Part 1 The power of Matlab Mathematics + Coding.
Graphics Graphics Korea University kucg.korea.ac.kr 2. Solving Equations of One Variable Korea University Computer Graphics Lab. Lee Seung Ho / Shin.
3.1 The Derivative Tues Sept 22 If f(x) = 2x^2 - 3, find the slope between the x values of 1 and 4.
Newton’s Method Other Recursive Methods Modified Fixed Point Method.
Solving equations numerically The sign - change rule If the function f(x) is continuous for an interval a  x  b of its domain, if f(a) and f(b) have.
7.4 – Roots of Real Numbers. Real vs. Imaginary Roots – opposite of exponents!
4.5: Linear Approximations, Differentials and Newton’s Method.
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.
Example Ex. Find Sol. So. Example Ex. Find (1) (2) (3) Sol. (1) (2) (3)
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.
Iteration Methods “Mini-Lecture” on a method to solve problems by iteration Ch. 4: (Nonlinear Oscillations & Chaos). Some nonlinear problems are solved.
Solving equations with polynomials – part 2. n² -7n -30 = 0 ( )( )n n 1 · 30 2 · 15 3 · 10 5 · n + 3 = 0 n – 10 = n = -3n = 10 =
4.1 Linear Approximations Thurs Jan 7
Linearization, Newton’s Method
4.1 Linear Approximations Mon Dec 21 Do Now Find the equation of the tangent line of each function at 1) Y = sinx 2) Y = cosx.
4.1 Linear Approximations Fri Oct 16 Do Now Find the equation of the tangent line of each function at 1) Y = sinx 2) Y = cosx.
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.
4.5: Linear Approximations, Differentials and Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
Lecture 4 Numerical Analysis. Solution of Non-Linear Equations Chapter 2.
1 4.8 – Newton’s Method. 2 The Situation Let’s find the x-intercept of function graphed using derivatives and tangent lines. |x1|x1 |x2|x2 |x3|x3 Continuing,
Chapter 5 Numerical Root Findings
TOPIC : 7 NUMERICAL METHOD.
LECTURE 4 OF SOLUTIONS OF NON-LINEAR EQUATIONS OBJECTIVES
2.1 Tangents & Velocities.
Numerical Methods.
4.5: Linear Approximations, Differentials and Newton’s Method
HW: Worksheet Aim: What are the higher degree function and equation?
LECTURE 3 OF SOLUTIONS OF NON -LINEAR EQUATIONS.
3.1 Polynomial & Exponential Derivatives
Derivative of an Exponential
4.2 Real Zeros Finding the real zeros of a polynomial f(x) is the same as solving the related polynomial equation, f(x) = 0. Zero, solution, root.
Some problems for your consideration
Section 3.9 Linear Approximation.
Numerical Methods.
Warm Up Graph the following y= x4 (x + 3)2 (x – 4)5 (x – 3)
The graph of a function f(x) is given below
Zeros to Quadratic Functions
Copyright © Cengage Learning. All rights reserved.
Warm-up: Find the equation of a quadratic function in standard form that has a root of 2 + 3i and passes through the point (2, -27). Answer: f(x) = -3x2.
Copyright © Cengage Learning. All rights reserved.
NEWTON’S METHOD Section 3.8.
Warm Up Graph the following y= x4 (x + 3)2 (x – 4)5 (x – 3)
Copyright © Cengage Learning. All rights reserved.
Section 4.8: Newton’s Method
A step-by-step process of trial and improvement
3.8 Newton’s Method How do you find a root of the following function without a graphing calculator? This is what Newton did.
Copyright © Cengage Learning. All rights reserved.
3.8: Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
4.5: Linear Approximations, Differentials and Newton’s Method
3.8: Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
Packet #12 Applications: Newton’s Method
If {image} choose the graph of f'(x).
Copyright © Cengage Learning. All rights reserved.
MATH 1910 Chapter 3 Section 8 Newton’s Method.
1 Newton’s Method.
Presentation transcript:

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

Newton’s Method Newton’s Method is a procedure for finding numerical approximations to zeros of functions by using the tangent line to get closer to the zero

Newton’s Method To approximate a root of f(x) = 0: 1) Choose initial guess x0 (close to the zero if possible) 2) Generate successive approximations x1, x2,…, where

Ex Calculate the first three approximations to a root of f(x) = x^2 – 5 using initial guess x =2

How many iterations to use? If 2 successive iterations agree to N decimal places, then that approximation is accurate to N decimal places

Ex Approximate the cube root of 5, accurate to 3 decimal places using Newton’s Method

Note Your initial guess is important! If your initial guess is not close enough, Newton’s Method could take you the wrong way! (or a different root)

Ex Using Newton’s Method, find a root of f(x) = x^4 – 6x^2 + x + 5 using initial guess x = 0

Ex Using Newton’s Method, find a root of f(x) = x^4 – 6x^2 + x + 5 using initial guess x = -1

Closure Apply Newton’s method 2 times to y = x^2 – 6 with initial guess 2. HW: P.272 #