Math 4329: Numerical Analysis Chapter 03: Newton s Method. Natasha S. Sharma, PhD

Similar documents
Newton s Method and Linear Approximations

Two hours. To be provided by Examinations Office: Mathematical Formula Tables. THE UNIVERSITY OF MANCHESTER. 29 May :45 11:45

ROOT FINDING REVIEW MICHELLE FENG

UNCC 2001 Algebra II

Core Mathematics 1 Quadratics

Newton s Method and Linear Approximations

Newton s Method and Linear Approximations 10/19/2011

Chapter 3: Root Finding. September 26, 2005

CHAPTER 2 POLYNOMIALS KEY POINTS

A2 HW Imaginary Numbers

Solving Non-Linear Equations (Root Finding)

Tropical Polynomials

King Fahd University of Petroleum and Minerals Prep-Year Math Program Math (001) - Term 181 Recitation (1.1)

S56 (5.1) Polynomials.notebook August 25, 2016

Roots and Coefficients of a Quadratic Equation Summary

Math 2142 Homework 5 Part 1 Solutions

AS PURE MATHS REVISION NOTES

2-7 Solving Quadratic Inequalities. ax 2 + bx + c > 0 (a 0)

Chapter 2 Formulas and Definitions:

SOLUTION OF ALGEBRAIC AND TRANSCENDENTAL EQUATIONS BISECTION METHOD

Key Features of a Graph. Warm Up What do you think the key features are of a graph? Write them down.

30 Wyner Math Academy I Fall 2015

Algebra II. A2.1.1 Recognize and graph various types of functions, including polynomial, rational, and algebraic functions.

Grade 11/12 Math Circles Elliptic Curves Dr. Carmen Bruni November 4, 2015

Systems of Equations and Inequalities. College Algebra

INDEX UNIT 3 TSFX REFERENCE MATERIALS 2014 ALGEBRA AND ARITHMETIC

Multiplication of Polynomials

Algebra 2A Unit 1 Week 1 Day Activity Unit 1 Week 2 Day Activity Unit 1 Week 3 Day Activity Unit 2 Week 1 Day Activity

MATH Spring 2010 Topics per Section

Instructional Units Plan Algebra II

SOLUTIONS FOR PROBLEMS 1-30

Math Academy I Fall Study Guide. CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8

Fall River Joint Unified School District

Elliptic Curves. Dr. Carmen Bruni. November 4th, University of Waterloo

Quantile Textbook Report

8 th Grade Math Connects

WAYNESBORO AREA SCHOOL DISTRICT CURRICULUM ALGEBRA II

The Research- Driven Solution to Raise the Quality of High School Core Courses. Algebra I I. Instructional Units Plan

CONTENTS COLLEGE ALGEBRA: DR.YOU

Unit 1 Vocabulary. A function that contains 1 or more or terms. The variables may be to any non-negative power.

Module 2: Reflecting on One s Problems

PERT Practice Test #2

correlated to the Washington D.C. Public Schools Learning Standards Algebra I

EE Homework 5 - Solutions

Conic Sections. Geometry - Conics ~1~ NJCTL.org. Write the following equations in standard form.

5.3. Polynomials and Polynomial Functions

Section 4.1: Polynomial Functions and Models

Polynomial and Synthetic Division

Section September 6, If n = 3, 4, 5,..., the polynomial is called a cubic, quartic, quintic, etc.

Reading Mathematical Expressions & Arithmetic Operations Expression Reads Note

DISCRIMINANT EXAM QUESTIONS

Pre-Calculus Chapter 0. Solving Equations and Inequalities 0.1 Solving Equations with Absolute Value 0.2 Solving Quadratic Equations

NEWTON S METHOD EVAN BANYASH, CHANDLER BOGOLIN, AND DONNA YOUNG. This paper is dedicated to Dr. Ritter. We love him so.

Maths Higher Prelim Content

Mathematical Focus 1 Complex numbers adhere to certain arithmetic properties for which they and their complex conjugates are defined.

Answers to the problems will be posted on the school website, go to Academics tab, then select Mathematics and select Summer Packets.

The absolute value (modulus) of a number

Chapter 1: Precalculus Review

Foundations of Math II Unit 5: Solving Equations

Quantile Textbook Report

ACT MATH MUST-KNOWS Pre-Algebra and Elementary Algebra: 24 questions

COURSE Iterative methods for solving linear systems

Order of Operations Practice: 1) =

Solving Equations Quick Reference

a factors The exponential 0 is a special case. If b is any nonzero real number, then

Numerical Methods. Roots of Equations

We want to determine what the graph of the logarithmic function. y = log a. (x) looks like for values of a such that a > 1

y 1 x 1 ) 2 + (y 2 ) 2 A circle is a set of points P in a plane that are equidistant from a fixed point, called the center.

Pre-Algebra 2. Unit 9. Polynomials Name Period

APPLICATIONS OF DIFFERENTIATION

Scientific Computing. Roots of Equations

Problem. Set up the definite integral that gives the area of the region. y 1 = x 2 6x, y 2 = 0. dx = ( 2x 2 + 6x) dx.

SKILL BUILDER TEN. Graphs of Linear Equations with Two Variables. If x = 2 then y = = = 7 and (2, 7) is a solution.

The greatest common factor, or GCF, is the largest factor that two or more terms share.

Portable Assisted Study Sequence ALGEBRA IIB

QUADRATIC FUNCTIONS AND MODELS

Separate sum (may be implied) ( 1)(2 1) ( 1) 6 n n n n n A1,A1 1 mark for each part oe

SAMPLE QUESTIONS OF MATHEMATICS 1432

Lesson 7.1 Polynomial Degree and Finite Differences

Prentice Hall Mathematics, Geometry 2009 Correlated to: Maine Learning Results 2007 Mathematics Grades 9-Diploma

Catholic Central High School

CALCULUS BASIC SUMMER REVIEW

Pure Mathematics P1

3. A( 2,0) and B(6, -2), find M 4. A( 3, 7) and M(4,-3), find B. 5. M(4, -9) and B( -10, 11) find A 6. B(4, 8) and M(-2, 5), find A

Solving Systems of Linear and Quadratic Equations

Further algebra. polynomial identities

Mathematics Precalculus: Academic Unit 7: Conics

Algebra. Mathematics Help Sheet. The University of Sydney Business School

MATH 1040 Objectives List

Warm-Up. Use long division to divide 5 into

Math Review and Lessons in Calculus

SYSTEMS OF NONLINEAR EQUATIONS

Check boxes of Edited Copy of Sp Topics (was 261-pilot)

Next, we ll use all of the tools we ve covered in our study of trigonometry to solve some equations.

Homework. Basic properties of real numbers. Adding, subtracting, multiplying and dividing real numbers. Solve one step inequalities with integers.

Quantitative Techniques (Finance) 203. Polynomial Functions

Mathematics. Polynomials and Quadratics. hsn.uk.net. Higher. Contents. Polynomials and Quadratics 52 HSN22100

Numerical Methods Lecture 3

Secondary Honors Algebra II Objectives

Chapter 4. Solution of Non-linear Equation. Module No. 1. Newton s Method to Solve Transcendental Equation

Transcription:

Mathematical question we are interested in numerically answering How to find the x-intercepts of a function f (x)? These x-intercepts are called the roots of the equation f (x) = 0. Notation: denote the exact root by α. That means, f (α) = 0.

Basic Idea Behind Given x 0, x 1 is the x-intercept of the tangent line at (x 0, f (x 0 )).

Tangent Line at (x 0, f (x 0 )): y(x) = f (x 0 ) + f (x 0 )(x x 0 ). We obtain the next iterate x 1 as the x-intercept of the tangent line that is f (x 0 ) + f (x 0 )(x 1 x 0 ) = 0. This simplifies to x 1 = x 0 f (x 0) f (x 0 ). Generalizing, we can generate a sequence {x n } n 1 where x n+1 = x n f (x n) f, n = 0, 1, 2, (x n )

Example Find the largest root of f (x) = x 6 x 1 = 0 accurate within ε = 1e 8 using.

Solution Note α 1.134724138. Solution: The sequence of iterates {x n } n 1 is generated according to the formula: for all n = 0, 1, 2, ( x 6 x n+1 = x n n x n 1 ) 6xn 5, 1 ( 6x 5 = x n 1 ) ( x 6 n 6xn 5 n x n 1 ) 1 6xn 5 1 ( ) 6xn 6 x n xn 6 x n 1 = 6xn 5 1 = 5x 6 n + 1 6x 5 n 1.

Performance of the n x n f (x n ) x n x n 1 α x n 1 0 1.50 8.89e+1 1 1.30049088 2.5e+1-2e-1-3.65e-1 2 1.18148042 5.38e-1-1.19e-1-1.66e-1 3 1.13945559 4.92e-2-4.2e-2-4.68e-3 4 1.13477763 5.5e-4-4.68e-3-4.73e-3 5 1.13472415 7.11e-8-5.35e-5-5.35e-5 6 1.13472414 1.55e-15-6.91e-9-6.91e-9.. α 1.134724138... Remarks 1 May converge slowly at first. However, as the iterates come closer to the root, the speed of convergence increases.

Another Example Using solve the following equation f (x) x 3 3x 2 + 3x 1 = 0 with an accuracy of ε = 10 6. Simplified form of : with initial guess x 0 = 0.5. x n+1 = 2x 3 n x 2 n + 1 3(x n 1) 2,

Application I: Root finding in any dimension Example: Finding the intersection of a hyperbola and a circle. Intersection of a circle and a hyperbola 6 4 y coordinate 2 0 2 4 5 0 5 x coordinate

Application II: Division Operation Replace the division operation in early computers. These early computers only allowed addition, subtraction and multiplication. Compute 1 b using and the operations +,,. Solution: Find x such that x = 1 b. Equivalently, find x satisfying f (x) := b x 1 = 0 : Start with initial guess x 0, compute x 1 using x 1 = x 0 (2 bx 0 ).

Error Assume that f (x) has atleast continuous derivatives of order 2 for all x in some interval containing α and f (α) 0. α x n+1 = (α x n ) 2[ f (c n ) ] 2f. (x n ) Error in x n+1 is nearly proportional to the square of the error in x n. The term f (c n) 2f (x n) is the amplification factor. However, it depends on n. We need to make this factor independent of n. This can be achieved in the following manner: f (c n ) 2f (x n ) f (α) 2f (α) = M. f (x) M = max x [a,b] 2f (x).

Error Initial guess is crucial here and determine the number of iterations needed to achieve the desired accuracy! For our worked out example, f (c n ) 2f (x n ) f (α) 2f (α) 2.42. α x n+1 2.42(α x n ) 2

Determining x 0 without using Bisection α x n+1 = (α x n ) 2[ f (c n ) ] 2f (x n [ ) (α x n ) 2 f (α) ] 2f (α) }{{} M Multiplying both sides with M M(α x n+1 ) M 2 (α x n ) 2 M(α x 2 ) M 2 (α x 1 ) 2 M 2( M 2 (α x 0 ) 4) = ( ) 2 2 M(α x 0 ).

M(α x 0 ) < 1 = α x 0 < 1 M By picking x 0 1 < 1/b x 0 1/b < 1 1 < 1 bx 0 < 1 1 0 < bx 0 < 2

Order of Convergence A sequence {x n } n 0 converges to α with order p 1 if α x n+1 c α x n p, n 0 for some c 0 p = 1 and c < 1 linear convergence (Bisection ), p = 2 quadratic convergence ( ), p = 3 cubic convergence (some fixed point iterative methods).