Roots of Polynomials Chapter 7 The Islamic University of Gaza

Slides:



Advertisements
Similar presentations
Finding Complex Roots of Quadratics
Advertisements

Lecture 5 Newton-Raphson Method
CSE 330: Numerical Methods
Open Methods Chapter 6 The Islamic University of Gaza
Rational Root Theorem.
Complex Numbers The imaginary number i is defined as so that Complex numbers are in the form a + bi where a is called the real part and bi is the imaginary.
Chapter 18 Interpolation The Islamic University of Gaza
Quadratic Equations From Their Solutions From solutions to factors to final equations (10.3)
Open Methods Chapter 6 The Islamic University of Gaza
Newton-Cotes Integration Formula
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Martin Mendez UASLP Chapter 61 Unit II.
Open Methods Chapter 6 The Islamic University of Gaza
NUMERICAL METHODS WITH C++ PROGRAMMING
Bracketing Methods Chapter 5 The Islamic University of Gaza
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 10 Roots of Polynomials.
Chapter 4 Roots of Polynomials.
Lesson 2.5 The Fundamental Theorem of Algebra. For f(x) where n > 0, there is at least one zero in the complex number system Complex → real and imaginary.
3 Polynomial and Rational Functions © 2008 Pearson Addison-Wesley. All rights reserved Sections 3.1–3.4.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Graph quadratic equations. Complete the square to graph quadratic equations. Use the Vertex Formula to graph quadratic equations. Solve a Quadratic Equation.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 21 Newton-Cotes Integration Formula.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 2 Roots of Equations Why? But.
Copyright © 2006 Pearson Education, Inc. Publishing as Pearson Addison-Wesley The Fundamental Theorem of Algebra ♦ Perform arithmetic operations on complex.
Lecture Notes Dr. Rakhmad Arief Siregar Universiti Malaysia Perlis
Sketching quadratic functions To sketch a quadratic function we need to identify where possible: The y intercept (0, c) The roots by solving ax 2 + bx.
Zeros of Polynomial Functions Section 2.5 Page 312.
Real Zeros of a Polynomial Function Objectives: Solve Polynomial Equations. Apply Descartes Rule Find a polynomial Equation given the zeros.
Chapter 3 Polynomial and Rational Functions Copyright © 2014, 2010, 2007 Pearson Education, Inc Zeros of Polynomial Functions.
7.5.1 Zeros of Polynomial Functions
The Rational Root Theorem The Rational Root Theorem gives us a tool to predict the Values of Rational Roots:
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Chapter 71.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 7.
Zeros of Polynomials 2.5.
Using the Fundamental Theorem of Algebra 6.7. Learning Targets Students should be able to… -Use fundamental theorem of algebra to determine the number.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 7 Roots of Polynomials.
WARM UP WHAT TO EXPECT FOR THE REST OF THE YEAR 4 May The Discriminant May 29 Chapter Review May 30 Review May 31 Chapter 9 Test June Adding.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 5 Bracketing Methods.
Solving Non-Linear Equations (Root Finding)
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 27.
Chapter 4: Polynomial and Rational Functions. Determine the roots of the polynomial 4-4 The Rational Root Theorem x 2 + 2x – 8 = 0.
Chapter 3 Polynomial and Rational Functions Copyright © 2014, 2010, 2007 Pearson Education, Inc Zeros of Polynomial Functions.
3 Polynomial and Rational Functions © 2008 Pearson Addison-Wesley. All rights reserved Sections 3.1–3.4.
7.5 Roots and Zeros Objectives:
Bellwork Perform the operation and write the result in standard from ( a + bi)
CHAPTER 10 LESSON OBJECTIVES. Objectives 10.1 Students will be able to: Identify quadratic functions and determine whether they have a minimum or maximum.
The formulae for the roots of a 3rd degree polynomial are given below
Warm-Up Solve each equation by factoring. 1) x x + 36 = 02) 2x 2 + 5x = 12.
SOLVING SINGLE EQUATIONS Engineers are often required to solve complicated algebraic equations. These equations may represent cause-and-effect relationships.
Chapter 2 – Polynomial and Rational Functions 2.5 – The Fundamental Theorem of Algebra.
Quadratic Function A quadratic function is defined by a quadratic or second-degree polynomial. Standard Form
Chapter 4 Quadratic Equations
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Bracketing Methods (Bisection Method)
Roots and Zeros 5.7.
2.5 Zeros of Polynomial Functions
Daily Check!!! (Irrational Roots)
Finding polynomial roots
6.2 Solving Quadratic Equations by Graphing
Lesson 2.5 The Fundamental Theorem of Algebra
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Numerical Analysis Lecture 7.
Chapter 27.
E) Quadratic Formula & Discriminant
1. Use the quadratic formula to find all real zeros of the second-degree polynomial
Computers in Civil Engineering 53:081 Spring 2003
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 © 2014, 2010, 2007 Pearson Education, Inc.
Rational Root Theorem.
3.5 Solving Nonlinear Systems
6-8 Roots and Zeros Given a polynomial function f(x), the following are all equivalent: c is a zero of the polynomial function f(x). x – c is a factor.
Presentation transcript:

Roots of Polynomials Chapter 7 The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 7 Roots of Polynomials

Roots of Polynomials The roots of polynomials such as Follow these rules: For an nth order equation, there are n real or complex roots. If n is odd, there is at least one real root. If complex root exist in conjugate pairs (that is, (l+mi and l-mi ), where .

Conventional Methods The efficiency of bracketing and open methods depends on whether the problem being solved involves complex roots. If only real roots exist, these methods could be used. Finding good initial guesses complicates both the open and bracketing methods, also the open methods could be susceptible to divergence.

Conventional Methods Müller method Bairstow methods Special methods have been developed to find the real and complex roots of polynomials: Müller method Bairstow methods

Roots of Polynomials: Müller’s Method Müller’s method obtains a root estimate by projecting a parabola to the x axis through three function values.

Muller’s Method The method consists of deriving the coefficients of parabola that goes through the three points: 1. Write the equation in a convenient form:

Muller’s Method 2. The parabola should intersect the three points [xo, f(xo)], [x1, f(x1)], [x2, f(x2)]. The coefficients of the polynomial can be estimated by substituting three points to give

Muller’s Method 3. Three equations can be solved for three unknowns, a, b, c. Since two of the terms in the 3rd equation are zero, it can be immediately solved for c = f(x2).

Muller’s Method Solving the above equations

Muller’s Method Roots can be found by applying an alternative form of quadratic formula: The error can be calculated as ± term yields two roots. This will result in a largest denominator, and will give root estimate that is closest to x2.

Muller’s Method: Example Use Muller’s method to find roots of f(x)= x3 - 13x - 12 Initial guesses of x0, x1, and x2 of 4.5, 5.5 and 5.0 respectively. (Roots are -3, -1 and 4) Solution - f(xo)= f(4.5)=20.626, - f(x1)= f(5.5)=82.875 and, - f(x2)= f(5)= 48.0 - ho= 5.5-4.5 = 1, h1 = 5-5.5 = -0.5 - do= (82.875-20.625) /(5.5-4.5) = 62.25 - d1= (48-82.875)/ (5-5.5) = 69.75

Muller’s Method: Example - b =15(-0.5)+ 69.75 = 62.25 - c = 48 ±(b2-4ac)0.5 = ±31.54461 Choose sign similar to the sign of b (+ve) x3 = 5 + (-2)(48)/(62.25+31.54461) = 3.976487 The error estimate is et=|(-1.023513)/(3.976487)|*100 = 25.7% The second iteration will have x0=5.5 x1=5 and x2=3.976487

Müller’s Method: Example Iteration xr Error % 0 5 1 3.976487 25.7 2 4.001 0.614 3 4.000 0.026 4 4.000 0.000012