How to solve high-degree equations

Slides:



Advertisements
Similar presentations
Section 3.8 – Newton’s Method. Solving Complicated Equations There is a well-known formula to solve all quadratic equations and there exist more complicated.
Advertisements

Introduction to Differentiation Motion Graphs. Travel Graph Describe what is happening at each stage of this travel graph
APPLICATIONS OF DIFFERENTIATION Newton’s Method In this section, we will learn: How to solve high-degree equations using Newton’s method. APPLICATIONS.
Da Nang-08/2014 Natural Science Department – Duy Tan University Lecturer: Ho Xuan Binh ABSOLUTE MAXIMUM & MINIMUM VALUES In this section, we will learn:
Section 1.2 Basics of Functions
EXAMPLE 2 Write a rule for the nth term Write a rule for the nth term of the sequence. Then find a 7. a. 4, 20, 100, 500,... b. 152, –76, 38, –19,... SOLUTION.
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.
EXAMPLE 2 Write a rule for the nth term a. 4, 9, 14, 19,... b. 60, 52, 44, 36,... SOLUTION The sequence is arithmetic with first term a 1 = 4 and common.
Da Nang-09/2013 Natural Science Department – Duy Tan University Lecturer: Ho Xuan Binh Double Integrals in Polar Coordinates. We will learn about: How.
Da Nang-03/2014 Natural Science Department – Duy Tan University Lecturer: Ho Xuan Binh Triple Integrals in Cylindrical Coordinates In this section, we.
Copyright © Cengage Learning. All rights reserved. 4 Applications of Differentiation.
Loop Application: Numerical Methods, Part 1 The power of Matlab Mathematics + Coding.
Da Nang-11/2013 Natural Science Department – Duy Tan University Lecturer: Ho Xuan Binh Related Rates. In this section, we will learn: How to compute the.
Da Nang-2/2015 Natural Science Department – Duy Tan University Lecturer: Ho Xuan Binh Applications of Double Integrals In this section, we will learn about:
Notes Over 7.1 no real 4th roots Finding nth Roots
Da Nang-10/2014 Natural Science Department – Duy Tan University Lecturer: Ho Xuan Binh MATHEMATICAL MODELS In this section, we will learn: Mathematical.
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)
Da Nang-11/2013 Natural Science Department – Duy Tan University Lecturer: Ho Xuan Binh Optimization Problems. In this section, we will learn: How to solve.
Dr. Jie Zou PHY Chapter 2 Solution of Nonlinear Equations: Lecture (II)
5.5 Roots of Real Numbers Squares Roots Nth Roots Principal Roots.
Da Nang-01/2015 Natural Science Department – Duy Tan University Lecturer: Ho Xuan Binh Directional Derivatives In this section, we will learn how to find:
By the end of this section, you will be able to: 1. Determine the number and type of roots for a polynomial equation; 2. Find the zeros of a polynomial.
Da Nang-06/2015 Natural Science Department – Duy Tan University Lecturer: Ho Xuan Binh FUBINI’S TH. (TRIPLE INTEGRALS)
Linearization, Newton’s Method
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.
Lecture 4 Numerical Analysis. Solution of Non-Linear Equations Chapter 2.
TVM Solver Day 2. What will the monthly payment be if you lease a car for 36 months with a present value of $26,000 and a value of $18,500 after the three.
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,
The Inverse Trigonometric Functions
Problems of the Day 4x + y = 43 x – 8y = – 44 6x + y = 42 3/21/2018
Section 3.2 Polynomial Functions and Their Graphs
Solving Quadratic Equation by Graphing
1.9 Inverse Trig Functions Obj: Graph Inverse Trig Functions
Geometry Creating Line Equations Part 1
4.1 Graphing Quadratic Functions
Piecewise Functions At least 2 equations, each of which applies to a different part of the functions domain. It is like having 3 equations for 3 different.
LECTURE 3 OF SOLUTIONS OF NON -LINEAR EQUATIONS.
Solving Quadratic Equation and Graphing
Section 3.2 Polynomial Functions and Their Graphs
Rafael Sabino COT 4210 October 5th, 2004
AP Calculus AB: Lesson 93 Newton's Method Newton’s Method
Warmup Solve:
Numerical Analysis Lecture 7.
The graph of a function f(x) is given below
Solving Word Problems Objective: Students will be able to write and solve equations based on real world situations.
Factor Theorems.
Copyright © Cengage Learning. All rights reserved.
Piecewise Functions At least 2 equations, each of which applies to a different part of the functions domain. It is like having 3 equations for 3 different.
Copyright © Cengage Learning. All rights reserved.
Quadratic Functions and Models
Copyright © Cengage Learning. All rights reserved.
Section 2.3 Polynomial Functions and Their Graphs
Section 3.2 Polynomial Functions and Their Graphs
Using Functions to Solve One-Variable Equations
Section 4.8: Newton’s Method
Section 7–1 Geometry PreAP, Revised ©2014
Copyright © Cengage Learning. All rights reserved.
Finding the Total Area y= 2x +1 y= x Area = Area =
Solving Linear Equations by Graphing
Graph Linear Functions
Finding the Total Area y= 2x +1 y= x Area = Area =
Section 2.3: Polynomial Functions of Higher Degree with Modeling
Packet #12 Applications: Newton’s Method
In each of the following situations, solve for x.
Copyright © Cengage Learning. All rights reserved.
MATH 1910 Chapter 3 Section 8 Newton’s Method.
Integrated Math One – Quarter 1 Benchmark Review
(Type Answer Here) (Type Answer Here) (Type Answer Here)
Presentation transcript:

How to solve high-degree equations Natural Science Department – Duy Tan University Newton’s Method In this section, we will learn: How to solve high-degree equations using Newton’s method. Lecturer: Ho Xuan Binh Da Nang-11/2014

Natural Science Department – Duy Tan University INTRODUCTION 1 Suppose that a car dealer offers to sell you a car for $18,000 or for payments of $375 per month for five years. You would like to know what monthly interest rate the dealer is, in effect, charging you. To find the answer, you have to solve the equation 48x(1 + x)60 - (1 + x)60 + 1 = 0 How would you solve such an equation? Newton’s method  

The geometry behind Newton’s method is shown here. Natural Science Department – Duy Tan University NEWTON’S METHOD 2 The geometry behind Newton’s method is shown here. We start with a first approximation x1, which is obtained by one of the following methods: Newton’s method

Natural Science Department – Duy Tan University NEWTON’S METHOD 2 Consider the tangent line L to the curve y = f(x) at the point (x1, f(x1)) and look at the x-intercept of L, labeled x2. Newton’s method  

If f’(x1) ≠ 0, we can solve this equation for x2: Natural Science Department – Duy Tan University SECOND APPROXIMATION 3 As the x-intercept of L is x2, we set y = 0 and obtain: 0 - f(x1) = f’(x1)(x2 - x1) If f’(x1) ≠ 0, we can solve this equation for x2: Newton’s method

SUCCESSIVE APPROXIMATIONS 4 Natural Science Department – Duy Tan University SUCCESSIVE APPROXIMATIONS 4 If we keep repeating this process, we obtain a sequence of approximations x1, x2, x3, x4, . . . Newton’s method

SUBSEQUENT APPROXIMATION 5 Natural Science Department – Duy Tan University SUBSEQUENT APPROXIMATION 5 In general, if the nth approximation is xn and f’(xn) ≠ 0, then the next approximation is given by: Newton’s method

Natural Science Department – Duy Tan University NOTE 6 Consider the situation shown here. You can see that x2 is a worse approximation than x1. It might even happen that an approximation falls outside the domain of f, such as x3. Newton’s method

Natural Science Department – Duy Tan University Example 7 Starting with x1 = 2, find the third approximation x3 to the root of the equation x3 – 2x – 5 = 0. Newton’s method

Thank you for your attention