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

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)
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.
NCTM Standards: 2 & 6. Appreciation The increase of value of an item over a period of time. The formula for compound interest can be used to find the.
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.
Objectives: To solve quadratic equations using the Quadratic Formula. To determine the number of solutions by using the discriminant.
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.
Lecture 8 Numerical Analysis. Solution of Non-Linear Equations Chapter 2.
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.
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.
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.
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.
Roots of Polynomials Chapter 7 The Islamic University of Gaza
Presentation transcript:

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

The roots of polynomials such as Follow these rules: 1. For an n th order equation, there are n real or complex roots. 2. If n is odd, there is at least one real root. 3. If complex root exist in conjugate pairs (that is, ( +  i and -  i ), where.

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

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

Müller’s method obtains a root estimate by projecting a parabola to the x axis through three function values. Roots of Polynomials: Müller’s Method Secant Method 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 [x o, f(x o )], [x 1, f(x 1 )], [x 2, f(x 2 )]. 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 3 rd equation are zero, it can be immediately solved for c = f(x 2 ).

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 x 2.

Muller’s Method: Example Use Muller’s method to find roots of f(x)= x x - 12 Initial guesses of x 0, x 1, and x 2 of 4.5, 5.5 and 5.0 respectively. (Roots are -3, -1 and 4) Solution - f(x o )= f(4.5)=20.626, - f(x 1 )= f(5.5)= and, - f(x 2 )= f(5)= h o = = 1, h 1 = = -0.5  o = ( ) /( ) =  1 = ( )/ (5-5.5) = 69.75

Muller’s Method: Example - a = ( )/(-0.5+1) = 15 - b =15(-0.5) = c = 48 ±(b 2 -4ac) 0.5 = ± Choose sign similar to the sign of b (+ve) x 3 = 5 + (-2)(48)/( ) = The error estimate is  t =|( )/( )|*100 = 25.7% The second iteration will have x 0 =5.5 x 1 =5 and x 2 =

Müller’s Method: Example Iteration x r Error %