Linearization, Newton’s Method

Slides:



Advertisements
Similar presentations
“Teach A Level Maths” Vol. 2: A2 Core Modules
Advertisements

Ch. 6.1: Solve Quadratic Equations by Graphing
“Teach A Level Maths” Vol. 2: A2 Core Modules
Copyright © Cengage Learning. All rights reserved.
Solving Quadratic Equations – Graphing Method This presentation explains how to solve quadratic equations graphically. Note that all non-zero terms have.
4.5 Linearization & Newton’s Method
APPLICATIONS OF DIFFERENTIATION Newton’s Method In this section, we will learn: How to solve high-degree equations using Newton’s method. APPLICATIONS.
The Derivative. Objectives Students will be able to Use the “Newton’s Quotient and limits” process to calculate the derivative of a function. Determine.
Calculator Shortcut – Solving Trinomials
EXAMPLE 1 Graph an equation of a circle
Section 1.2 Linear Equations and Rational Equations
Slope-Intercept Form of an Equation © 2002 by Shawna Haider.
AP CALCULUS AB Chapter 4: Applications of Derivatives Section 4.5:
Copyright © Cengage Learning. All rights reserved. 4 Applications of Differentiation.
Loop Application: Numerical Methods, Part 1 The power of Matlab Mathematics + Coding.
A technique for approximating the real zeros of a Function.
Section 2.8 The Derivative as a Function Goals Goals View the derivative f ´(x) as a function of x View the derivative f ´(x) as a function of x Study.
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.
LINEARIZATION AND NEWTON’S METHOD Section 4.5. Linearization Algebraically, the principle of local linearity means that the equation of the tangent.
Solving Quadratic Equations by Graphing. Essential Question Where are the solutions to quadratic equations located on the graph of the parabola?
Applications of Loops: The power of MATLAB Mathematics + Coding
Iteration Methods “Mini-Lecture” on a method to solve problems by iteration Ch. 4: (Nonlinear Oscillations & Chaos). Some nonlinear problems are solved.
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.
FINDING A POLYNOMIAL PASSING THROUGH A POINT. Review: the Linear Factorization Theorem If where n > 1 and a n ≠ 0 then Where c 1, c 2, … c n are complex.
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.
The Slope of theTangent Line. Calculus grew out of four major problems that European mathematicians were working on during the seventeenth century. 1.
Solving Quadratic-Linear Systems
Local Linear Approximation Objective: To estimate values using a local linear approximation.
Section 2.4 – Calculating the Derivative Numerically.
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)
Section 3.9 Linear Approximation and the Derivative.
Table of Contents Equations: Solving Graphically Example 1: Solve graphically. First get all nonzero terms on one side. Second, enter the expression on.
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.
Section – Solving Systems of Equations Calculator Required.
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.
SECTION 8-L Linearization Linear Approximations Tangent line approximations.
Tangent Line Approximations Section 3.9 Notes. Given a function, f (x), we can find its tangent at x = a. The equation of the tangent line, which we’ll.
§ 4.2 The Exponential Function e x.
4.5: Linear Approximations, Differentials and Newton’s Method
Numerical Methods.
4.5: Linear Approximations, Differentials and Newton’s Method
LECTURE 3 OF SOLUTIONS OF NON -LINEAR EQUATIONS.
Ch. 5 – Applications of Derivatives
The Derivative and the Tangent Line Problems
Numerical Methods.
Section Euler’s Method
Solving Equations Graphically
Section 1.2 Linear Equations and Rational Equations
On a small neighborhood The function is approximately linear
Copyright © Cengage Learning. All rights reserved.
Sec 3.10: Linear approximation and Differentials
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Section 4.8: Newton’s 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.
Copyright © Cengage Learning. All rights reserved.
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.8: Newton’s Method Greg Kelly, Hanford High School, Richland, Washington.
5.5: Linearization and Newton’s Method
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.
Linear Approximation.
Presentation transcript:

Linearization, Newton’s Method Section 4.5a

Starting with a Calculator Exploration… Let 1. Find the line tangent to the graph of at . 2. Set and . Zoom in on the two graphs at . The line tangent to a curve lies close to the curve near the point of tangency…

y x Slope = Point-slope equation for the tangent line: x Point-slope equation for the tangent line: Thus, the tangent is the graph of the linear function  As long as the line remains close to the graph of f, L(x) gives a good approximation of f (x)…

Definition: Linearization If is differentiable at x = a, then the approximating function is the linearization of f at a. The approximation is the standard linear approximation of at a. The point x = a is the center of the approximation.

Practice Problems Let’s take a look at the graph!!! For each of the following, find the linearization of the function at the given point. Let’s take a look at the graph!!!

Practice Problems Again, consider the graph… For each of the following, find the linearization of the function at the given point. Again, consider the graph…

Newton’s Method Newton’s method is a numerical technique for approximating a zero of a function with zeros of its linearizations… (note: this is a technique utilized by many calculators…)

y x The process of Newton’s method: To find a solution of an equation f(x) = 0, we begin with an initial estimate x , found either by looking at the graph or by guessing. 1 y Root sought x 1st Approximations

y x The process of Newton’s method: Then we use the tangent curve at that point to approximate the curve  the point where the tangent hits the x-axis gives the next approximation, x . y 2 Root sought x 2nd 1st Approximations

y x The process of Newton’s method: We continue this process, using each approximation to generate the next  usually, we will eventually get close enough to the actual zero to stop. y Root sought x 4th 3rd 2nd 1st Approximations

y Root sought x Point-slope equation for the tangent to the curve at

y Root sought x We can find where it crosses the x-axis by setting y = 0:

y x This value of x is the next approximation!!! Root sought Solve for x:

Procedure for newton’s method 1. Guess a first approximation to a solution of the equation . A graph may help. 2. Use the first approximation to get a second, the second to get a third, and so on, using the formula:

Practice Problems Use Newton’s method to estimate the solution. Make your answer accurate to 6 decimal places. The graph of the function suggests that x = – 0.3 is a good first approximation: 1

Practice Problems Final Answer: Use Newton’s method to estimate the solution. Make your answer accurate to 6 decimal places. Let and Store into Then store into and press the “Enter” key over and over. Watch as the numbers converge to the zero of f. Use different values for your initial approximation, and repeat steps 2 and 3… Final Answer: