Zeroes of Transcendental and Polynomial Equations. Bisection method, Regula-falsi method and Newton-Raphson method

Similar documents
Solution of Algebric & Transcendental Equations

PART I Lecture Notes on Numerical Solution of Root Finding Problems MATH 435

CHAPTER-II ROOTS OF EQUATIONS

SBAME CALCULUS OF FINITE DIFFERENCES AND NUMERICAL ANLAYSIS-I Units : I-V

Hence a root lies between 1 and 2. Since f a is negative and f(x 0 ) is positive The root lies between a and x 0 i.e. 1 and 1.

SOLUTION OF ALGEBRAIC AND TRANSCENDENTAL EQUATIONS BISECTION METHOD

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

Numerical Analysis MTH603

Roots of Equations. ITCS 4133/5133: Introduction to Numerical Methods 1 Roots of Equations

BEKG 2452 NUMERICAL METHODS Solution of Nonlinear Equations

PLC Papers. Created For:

UNIT - 2 Unit-02/Lecture-01

Program : M.A./M.Sc. (Mathematics) M.A./M.Sc. (Final) Paper Code:MT-08 Numerical Analysis Section A (Very Short Answers Questions)

Root Finding (and Optimisation)

Rational Exponents. Polynomial function of degree n: with leading coefficient,, with maximum number of turning points is given by (n-1)

Lecture 44. Better and successive approximations x2, x3,, xn to the root are obtained from

APPROXIMATION OF ROOTS OF EQUATIONS WITH A HAND-HELD CALCULATOR. Jay Villanueva Florida Memorial University Miami, FL

Queens College, CUNY, Department of Computer Science Numerical Methods CSCI 361 / 761 Spring 2018 Instructor: Dr. Sateesh Mane.

MTH603 FAQ + Short Questions Answers.

NUMERICAL AND STATISTICAL COMPUTING (MCA-202-CR)

cha1873x_p02.qxd 3/21/05 1:01 PM Page 104 PART TWO

Math 473: Practice Problems for Test 1, Fall 2011, SOLUTIONS

Numerical Methods. Roots of Equations

Virtual University of Pakistan

p 1 p 0 (p 1, f(p 1 )) (p 0, f(p 0 )) The geometric construction of p 2 for the se- cant method.

Solving Non-Linear Equations (Root Finding)

Numerical Analysis MTH603. Virtual University of Pakistan Knowledge beyond the boundaries

Numerical Analysis: Solving Nonlinear Equations

Relations and Functions (for Math 026 review)

CE 205 Numerical Methods. Some of the analysis methods you have used so far.. Algebra Calculus Differential Equations etc.

ROOT FINDING REVIEW MICHELLE FENG

INTRODUCTION TO NUMERICAL ANALYSIS

Solution of Nonlinear Equations: Graphical and Incremental Sea

Chapter 1. Functions 1.1. Functions and Their Graphs

Page No.1. MTH603-Numerical Analysis_ Muhammad Ishfaq

Midterm Review. Igor Yanovsky (Math 151A TA)

The Derivative of a Function Measuring Rates of Change of a function. Secant line. f(x) f(x 0 ) Average rate of change of with respect to over,

Solution of Nonlinear Equations

Numerical Methods Lecture 3

3.4. ZEROS OF POLYNOMIAL FUNCTIONS

Chapter 3: Root Finding. September 26, 2005

Chapter 1. Root Finding Methods. 1.1 Bisection method

Appendix 8 Numerical Methods for Solving Nonlinear Equations 1

Numerical and Statistical Methods

5. Some theorems on continuous functions

Variable. Peter W. White Fall 2018 / Numerical Analysis. Department of Mathematics Tarleton State University

6.3 METHODS FOR ADVANCED MATHEMATICS, C3 (4753) A2

Numerical and Statistical Methods

3.1 Introduction. Solve non-linear real equation f(x) = 0 for real root or zero x. E.g. x x 1.5 =0, tan x x =0.

Convergence Rates on Root Finding

The iteration formula for to find the root of the equation

Section 9.7 and 9.10: Taylor Polynomials and Approximations/Taylor and Maclaurin Series

UMUC MATH-107 Final Exam Information

Introduction to Numerical Analysis

Math 4329: Numerical Analysis Chapter 03: Fixed Point Iteration and Ill behaving problems. Natasha S. Sharma, PhD

Chapter 3 Differentiation Rules

Analysis II: Basic knowledge of real analysis: Part V, Power Series, Differentiation, and Taylor Series

A Library of Functions

Numerical Methods. Root Finding

AP Calculus Summer Prep

Root Finding Methods

NUMERICAL METHODS. x n+1 = 2x n x 2 n. In particular: which of them gives faster convergence, and why? [Work to four decimal places.

SOLVING EQUATIONS OF ONE VARIABLE

Chapter 2: Functions, Limits and Continuity

by Martin Mendez, UASLP Copyright 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Algebra II/Math III Curriculum Map

e x = 1 + x + x2 2! + x3 If the function f(x) can be written as a power series on an interval I, then the power series is of the form

Calculus I. George Voutsadakis 1. LSSU Math 151. Lake Superior State University. 1 Mathematics and Computer Science

Question Bank (I scheme )

5.6 Logarithmic and Exponential Equations

UNIT II SOLUTION OF NON-LINEAR AND SIMULTANEOUS LINEAR EQUATION

Book 4. June 2013 June 2014 June Name :

Math 117: Calculus & Functions II

Pearson Mathematics Algebra 2 Common Core 2015

MTH4100 Calculus I. Lecture notes for Week 2. Thomas Calculus, Sections 1.3 to 1.5. Rainer Klages

Comparative Analysis of Convergence of Various Numerical Methods

Chapter 7: Techniques of Integration

The Graphs of Polynomial Functions

This page intentionally left blank

Solution of Nonlinear Equations

2. Algebraic functions, power functions, exponential functions, trig functions

NOTES FOR NUMERICAL METHODS MUHAMMAD USMAN HAMID

Chapter 4: More Applications of Differentiation

Root Finding For NonLinear Equations Bisection Method

11.10a Taylor and Maclaurin Series

GENG2140, S2, 2012 Week 7: Curve fitting

Mathematics: Algebra II Honors Unit 6: Radical Functions

MALLA REDDY ENGINEERING COLLEGE

1 What is numerical analysis and scientific computing?

Subbalakshmi Lakshmipathy College of Science. Department of Mathematics

Comparison of Virginia s College and Career Ready Mathematics Performance Expectations with the Common Core State Standards for Mathematics

Numerical Methods Dr. Sanjeev Kumar Department of Mathematics Indian Institute of Technology Roorkee Lecture No 7 Regula Falsi and Secant Methods

Common Core State Standards for Mathematics - High School PARRC Model Content Frameworks Mathematics Algebra 2

Algebra II with Trig 3 rd Nine Weeks Pacing Guide Grade 11

Jim Lambers MAT 460/560 Fall Semester Practice Final Exam

Section 4.2 Polynomial Functions of Higher Degree

PRINTABLE VERSION. Practice Final. Question 1. Find the coordinates of the y-intercept for 5x 9y + 6 = 0. 2 (0, ) 3 3 (0, ) 2 2 (0, ) 3 6 (0, ) 5

Standards to Topics. Louisiana Student Standards for Mathematics Algebra I

CHAPTER 4 ROOTS OF EQUATIONS

Continuity. MATH 161 Calculus I. J. Robert Buchanan. Fall Department of Mathematics

Transcription:

Zeroes of Transcendental and Polynomial Equations Bisection method, Regula-falsi method and Newton-Raphson method

PRELIMINARIES Solution of equation f (x) = 0 A number (real or complex) is a root of the equation f (x) =0 if f ( ) = 0. Location of the root Theorem If f(x) is a continuous function in the closed interval [a, b] and f (a). f (b) < 0 [i.e. f (a) and f (b) are of opposite signs] then the equation f (x) = 0 has at least one real root in the open interval (a, b).

Zero s of a Polynomial and Transcendental Equations: Given an equation f(x) = 0, where f(x) can be of the forum (i) f(x) = a 0 x n + a 1 x n-1 +.. + a n Algebraic Polynomial (ii) or trigonometric, exponential or logarithmic function f(x) = ax + b logx i.e. (Transcendental) if f(ξ) = 0 for some ξ, than x= ξ is said to be a zero is a root of multiplicity p if f (x) = (x- ξ) p g(x) = 0 where g(ξ) 0. We can define the root of an equation as the value of x that makes f(x) = 0. The roots are some limites called the zeros of the equation. There are many functions for which the root cannot be determined so easily. 3

One method to obtain an approx. solution is to plot the function and determine where it crosses X-axis. Graphical methods provide rough estimates of roots and lack precision. The standard methods for locating roots typically fall into some what related but primarily distinct problem areas 4

How to locate the real roots of p n (x) = 0, where p n (x) = a 0 x n + a 1 x n-1 +.+ a n. I. The Number of positive roots of p n (x) = 0, where the coefficients a s are real cannot exceed the number of changes in signs of the coefficients in the polynomial p n (x) and the number of negative roots of p n (x) cannot exceed the number of changes of the sign of the coefficients in p n (-x) = 0 II. Largest rot of p n (x) = 0 is approximately equal to the root of a0x+a1=0. The smallest roots of pn(x)=0 may be approximated by a n-1 x + a n = 0 III. If p(a) and p(b) have opposite signs, then there are odd number of real roots of p n (x) = 0 between (a,b). If p(a) + p(b) have the same sign than there are no or an even number of real roots between a and h. 5

BISECTION METHOD Locate the interval (a, b) in which root lies. Bisect the interval (a, b). Choose the half interval in which the root lies. Bisect the half interval. Repeat the process until the root converges.

Example Find the root of the equation x 3 x 1 = 0 by bisection method. Solution f(1). f(2) < 0 Hence a root lies in the interval (1,2). Bisecting, we get two half intervals (1,1.5) and (1.5,2). The root lies in (1,1.5). Repeat the process until the root converges to 1.3247.

Regula Falsi Method y x i+2 x i -1 x i x x i+1

REGULA FALSI METHOD Locate the interval (a, b) in which the root lies. First Approximation to the root X 0 [ a* f ( b) - b* f ( a)] = [ f ( b) - f ( a)] Locate the next interval (a, X 0 ) or ( X 0, b ) in which root lies. Repeat the process until the root converges.

Example Find the real root of x 3 9x + 1 = 0. Solution A root lies between 2 and 3. Applying Regula Falsi Method iteratively, the root converges to 2.9428 after 4 iterations.

SUCCESSIVE APPROXIMATION METHOD Rewrite the equation f(x) = 0 in the form x = (x). Choose the initial approximation X 0 x 1 = (x 0 ), x 2 = (x 1 ),, The sequence of approximations converges to a root if ' (x) < 1 in the interval containing the root.

Example Solve cos x + 3 = 2x Solution Write x = (cos x + 3) 2 f = (x) (x) = (-½) sin x and (x) < 1 in (0, π/2). Choose x 0 = π/2 = 1.5708. Successive approximation will yield the root as 1.5236 in 12 th iteration.

NEWTON RAPHSON METHOD Locate the interval (a, b). Choose a or b which is nearer to the root as the first approximation x 0 to the root. Next approximation f(x ) 0 x = x - 1 0 f (x ) 0 Repeat the process until the root converges.

Example Solve e x 1 = 2x Solution The root is near 1. Take x 1 = 1. x 2 = x 1 = 1.3922 f (x f '(x 1 1 ) ) Successive iterations will yield the root 1.2564.

SECANT METHOD In Newton Raphson Method we have to evaluate f'(x) at every iteration. In this method f'(x) is approximated by the formula f'(x n ) ~ f(x Thus, x n+1 = n x ) n x - f(x - x n-1 n-1 ) f(xn ) - x n f(x f (x ) - f (x ) n-1 n n-1 n-1 )

Example Find a root of x 3 4x + 1 = 0 using secant method. Solution The root lies in (0,1) as f(0) = 1, f(1) = 2. Successive application of secant formula yields the root 0.2541.

Comparison Method Iterative formula Bisection x n+1 xx n + = - 2 n 1 False position xn-1f(x n) - xnf(x n-1) x n+1 = f(x ) - f(x ) n n-1 Order of convergence Gain of one bit per iteration Evaluation of functions for iteration Reliability of convergence 1 Guaranteed convergence 1 1 Guaranteed convergence Successive approximation Newton raphson x n = (x n-1 ) 1 1 Easy to programme.no guaranteed convergence f(x ) n x n+1 = xn - f(x n ) Secant n-1 n n n-1 xn+1 = f(x n) - f(x n- 1) x f(x )-x f(x ) 2 2 Convergence depends on stating value. Fast convergence 1.62 1 No guarantee if not near the root

GRAEFFES ROOT SQUARING METHOD This is a direct method. This method is used to find all the roots of a polynomial equation with real coefficients. For any nth degree polynomial equation the following results will apply. Results There will be n roots for an nth degree polynomial equation. There will be at least one real root if n is odd. Complex roots occur only in pairs. Descartes' rule of signs will be true.

Descartes Rule of Signs Number of positive roots of f(x) = 0 is equal to the number of sign changes of the coefficients or is less than this number by an even integer. The number of negative roots of f(x) = 0 is obtained by considering the number of sign changes in f( x).

Root Squaring Let f(x) = a 0 x n + a 1 x n-1 + a 2 x n-2 + L + a n = 0 Then f(x) f( x) = a 02 x 2n (a 2 1 2a 0 a 2 ) x 2n-2 + (a 2 2 2a 1 a 3 + 2a 0 a 4 )x 2n-4 + L + (-1) n a 2 n = 0. Substitute y = -x 2 the equation reduces to y n + C 1 y n-1 + C 2 y n-2 + L + C n-1 y + C n = 0 where C 1 = a 2 1 2a 0 a 2, C 2 = a 2 2 2a 1 a 3 + 2a 0 a 4, C n = a 2 n The derived polynomial is of the same degree as the original polynomial and its roots are x 12, x 22,, x 2 n where x 1, x 2,, x n are the roots of the original polynomial. If we apply this root squaring process repeatedly it will yield successive derived polynomial having roots which are negative of successively higher even powers (2k after k squaring) of the roots of original polynomial.

Root Squaring After k squaring let the reduced polynomial be y n + b 1 y n-1 + b 2 y n-2 + L + b n = 0.Then the roots of this polynomial are: x 1m, -x 2m,, - x n m where m = 2 k. Let R i = -x i2, i = 1, 2,, n. Assuming x 1 > x 2 > L > x n we get R 1 > > R 2 > > R 3 >> R n Hence b 1 = R i = R 1 b 2 = R i R j ~ R 1 R 2 b 3 = R i R j R k ~ R 1 R 2 R 3 (-1) n b n = R 1 R 2 R n b i We get R i = i = 1, 2,, n and R i = b i -1 Fix sign using Descartes rule and actual substituition. b b i i-1

Example Solve x 3 2x 2 5x + 6 = 0 using Root squaring method Solution k 2 k Coefficients First squaring Second squaring Third squaring a 0 a 1 a 2 a 3 0 1 1-2 -5 6 1 4 10 25 24 1 2 1 14 49 36 36 1 196-98 2401-1008 1296 2 4 1 98 1393 1296 1 9604-2786 1940449-254016 1679616 3 8 1 6818 1686433 1679616

Squaring x 1 = b 1 1/8 = (6818) 1/8 = 3.0144 x 2 = b b 2 1 1/ 8 = 1686433 6818 1/ 8 = 1.9914 x 3 = b3 2 1/ 8 = 1679616 1686433 1/ 8 = 0.9995 By Descartes rule of signs and by actual substitution, we get the roots as 3.01443, -1.9914, 0.9995. The exact roots are 3, -2, 1.