numerical methods

Click here to load reader

Upload: jorgeduardooo

Post on 23-Jun-2015

1.278 views

Category:

Education


2 download

TRANSCRIPT

  • 1. Bairstow Method
    Jorge Eduardo Celis
    ROOTS OF POLYNOMIALS

2. Bairstow Method
A method for calculating roots of polynomials can calculate peer (conjugated in the case of complex roots).
Unlike Newton, calculate complex roots without having to make calculations with complex numbers.
It is based on the synthetic division of the polynomial Pn (x) by the quadratic (x2 - rx - s).
3. Bairstow Method
The synthetic division can be extended to quadratic factors:
and even by multiplying the coefficients is obtained:
4. Bairstow Method
We want to find the values of r and s that make b1 and b0 equal to zero since, in this case, the factor divided exactly quadratic polynomial.
The first method works by taking an initial approximation (r0, s0) and generate approximations (rk, sk) getting better using an iterative procedure until the remainder of division by the quadratic polynomial (x2 - rkx - sk) is zero.
The iterative procedure of calculation is based on the fact that both b1 and b0 are functions of r and s.
5. Bairstow Method
In developing b1 (rk, sk) and b0 (rk, sk) in Taylor series around the point (r *, s *), we obtain:
It takes (r *, s *) as the point where the residue is zero andr = r * - rk, s = s * - sk. Then:
6. Bairstow Method
Bairstow showed that the required partial derivatives can be obtained from the bi by a second synthetic division between factor (x2 - r0x - s0) in the same way that the bi are obtained from the ai.The calculation is:
7. Bairstow Method
Thus, the system of equations can be written
8. Bairstow Method
Calculation of approximate error:When tolerance is reached estimated coefficientsrand s is used to calculate the roots:
9. Bairstow Method
Then:
When the resulting polynomial is of third order or more, the Bairstow method should be applied to obtain a resultant function of order 2.
When the result is quadratic polynomial, defines two of the roots using the quadratic equation.
When the final function is first order root is determined from the clearance of the equation.
10. Bibliography
CHAPRA, Steven C. y CANALE, Raymond P.: Mtodos Numricos para Ingenieros. McGraw Hill 2002.
http://ocw.mit.edu/OcwWeb/Mathematics
PPTX EDUARDO CARRILLO, PHD.