SlideShare ist ein Scribd-Unternehmen logo
1 von 13
Convergence of Newton-Raphson Method
Suppose 𝑥𝑛 differs from the root 𝛼by a small quantity 𝜀𝑛 such that 𝑥0 = 𝛼 + 𝜀𝑛 and 𝑥𝑛+1 =
𝛼 + 𝜀𝑛+1
Then 𝛼 + 𝜀𝑛+1 = 𝛼 + 𝜀𝑛 −
𝑓 𝛼+𝜀𝑛
𝑓′ 𝛼+𝜀𝑛
𝜀𝑛+1= 𝜀𝑛 −
𝑓 𝛼+𝜀𝑛
𝑓′ 𝛼+𝜀𝑛
= 𝜀𝑛 −
𝑓 𝛼 +𝜀𝑛𝑓′ 𝛼 +
1
2!
⋅𝜀𝑛
2𝑓′′ 𝛼 +⋯
𝑓′ 𝛼 +𝜀𝑛𝑓′′ 𝛼
=𝜀𝑛 −
𝜀𝑛𝑓′ 𝛼 +
1
2!
⋅𝜀𝑛
2𝑓′′ 𝛼 +⋯
𝑓′ 𝛼 +𝜀𝑛𝑓′′ 𝛼
=
𝜀𝑛
2
2
𝑓′′ 𝛼
𝑓′ 𝛼
This shows that the subsequent error at each step, is proportional to the square of the
previous error and as such the convergence is quadratic. Thus Newton Raphson method has
second order convergence.
Rule-I Descarte's Rule of sign (for real roots)
In any algebra equation 𝑓 𝑥 = 0
1. The number of positive roots cannot exceed the number of changes of signs (or variations) from positive to negative
and negative to positive in𝑓 𝑥 .
2. The number of negative roots cannot exceed the number of variations in 𝑓 −𝑥 .
If we consider the equation 2𝑥7 − 𝑥5 + 4𝑥3 − 5 = 0
Rule-II
Every equation of an odd degree has at least one real root opposite to that of (
𝑎𝑛
𝑎0
), whereas every equation of an even
degree whose last term is negative has at least two real roots, one positive and the other negative.
Rule-III Relation between roots and coefficients
If 𝛼1, 𝛼2, 𝛼3 … 𝛼n are the roots of the equation
𝑥n + 𝑎 1 𝑥 n-1 + 𝑎 2 𝑥 n-2 + . . . + 𝑎 n-1 𝑥 + 𝑎 n = 0
𝛼 1 = −
𝑎1
𝑎0
𝛼 1𝛼2 = −
𝑎2
𝑎0
𝛼 1𝛼2𝛼3 = −
𝑎3
𝑎0
Some rules to Locate Roots of 𝑓 𝑥 = 0
In all the previous methods we require prior information about the root, but in this method we do
not required any previous information and it is capable of giving all the roots of algebraic equation
𝑓 𝑥 = 0 at a time.
This is a direct method to find the roots of any polynomial equation with real coefficients. The
basic idea behind this method is to separate the roots of the equations by squaring the roots. This
can be done by separating even and odd powers of 𝑥 in
𝑓𝑛 𝑥 = 𝑥n + 𝑎 1 𝑥 n-1 + 𝑎 2 𝑥 n-2 + . . . + 𝑎 n-1 𝑥 + 𝑎 n = 0
Now separate odd and even degree powers of x and squaring on both sides. Thus we get,
(𝑥 n + 𝑎 2 𝑥 n-2 + 𝑎 4 𝑥 n-4 + . . . )2 = (𝑥 n + 𝑎 1 𝑥 n-1 + 𝑎 3 𝑥 n-3 + . . . )2
𝑥 2n
n - (𝑎 1
2 - 2 𝑎 2) 𝑥 2n-2 + (𝑎 2
2 - 2 𝑎 1 𝑎 3 + 2 𝑎 4) 𝑥 2n-4 +. . . +(-1)n 𝑎 n
2 = 0
Substituting y for 𝑥 2 we have
𝑦 n + 𝑏 1 𝑦 n-1 + . . . + 𝑏 n-1 𝑦 + 𝑏 n = 0
Where 𝑏 1 = 𝑎 1
2 - 2 𝑎 2
𝑏 2 = 𝑎 2
2 - 2 𝑎 1 𝑎 3 + 2 𝑎 4
𝑏 n = −1 2 𝑎 n
2
Graeffe's Root Squaring Method
If 𝛼1, 𝛼2, 𝛼3 … 𝛼n are the roots of original equation then 𝛼1
2
, 𝛼2
2
, 𝛼3
2… 𝛼n
2 are the roots of
the above equation.
This procedure can be repeated many times so that the final equation
𝑧 n +𝑐1 𝑧n-1 + . . . + 𝑐 n-1𝑧+ 𝑐 n= 0
has the roots
𝛾 1, 𝛾 2 , . . ., 𝛾 n such that 𝛾 i = 𝛼 i
(2^m) where 𝑖 = 1, 2, . . ., 𝑚 Type equation here. if we
repeat the process m times.
If we assume |𝛼1| > |𝛼2| > . . . |𝛼n| then | 𝛾 1| >> | 𝛾 2| >> . . .>> | 𝛾 n|
that is the roots 𝛾 i are very widely separated for large 𝑚.
Then
𝛾 1 = −𝑐1
𝛾 2 =
−𝐶2
𝐶1
𝛾3 =
−𝐶3
𝐶2
Now since 𝛾 i = 𝛼 i
(2^m) 𝛼𝑖 = 𝛾𝑖
1
2𝑚 =
𝐶𝑖
𝐶𝑖−1
Apply Graeffe's root squaring method to solve the equation 𝑥3−8𝑥2 + 17𝑥 − 10 = 0
Given 𝑥3
−8𝑥2
+ 17𝑥 − 10 = 0
Rearranged given equation by separating even and odd degree powers of x, we get
𝑥3
+17𝑥 = 10 + 8𝑥2
Squaring both side we get
x3
+ 17x 2
= 10 + 8𝑥2 2
𝑥6
+ 34𝑥4
+ 289𝑥2
= 64𝑥4
+ 160𝑥2
+ 100.
Now, let 𝑥2
= 𝑦 , we get
𝑦3 + 34𝑦2 + 289𝑦 = 64𝑦2 + 160𝑦 + 100.
𝑦3
+ 129𝑦 = 30𝑦2
+ 100
Again squaring both sides, we get
𝑦3
+ 129𝑦 2
= 30𝑦2
+ 100 2
𝑦6
+ 258𝑦4
+ 16641𝑦2
= 900𝑦4
+ 6000𝑦2
+ 10000
𝑦6
+ 10641𝑦2
= 642𝑦4
+ 10000
Example-1
Now, let 𝑦2
= 𝑧 to get
𝑧3
+ 10641𝑧 = 642𝑧2
+ 10000
Again squaring both side, we get
(𝑧3
+10641𝑧)2 = 642𝑧2
+ 10000 2
𝑧6 + 21282𝑧4 + 113230881𝑧2 = 412164𝑧4 + 12840000𝑧2 + 100000000
Putting 𝑧2
= 𝑢, we get
𝑢3 − 390882𝑢2 + 100390881𝑢 − 108 = 0
Comparing the above equation with 𝑢3 + 𝐵1𝑢2 + 𝐵2𝑢 + 𝐵3 = 0, we get
𝐵1 = −390882, 𝐵2 = 100390881, 𝐵3 = −108
.
Let the roots of equation (2)are
𝑥𝑖 = 𝑅 1/2𝑚
= −
𝐵𝑖
𝐵𝑖−1
1
2𝑚
: 𝐵0 = 1
𝑥1 = 𝑅1
1
8= −𝐵1
1
8 = 390882
1
8 = 5.004 ≈ 5
𝑥2 = 𝑅2
1
8=
−B2
B1
1
8
=
100390881
390882
1
8
= 2.000 =2
𝑥3 = 𝑅3
1
8=
−B3
B2
1
8
=
108
100390881
1
8
= 0.999 ≈ 1
Thus, roots of given equation are 5 , 2 and 1.
Find all roots of the equation 𝑥3-2 𝑥2-5𝑥+6=0by Graeffe’s method.
Given 𝑥3
-5𝑥 = 2 𝑥2
−6
Squaring on both sides
𝑥2 (𝑥2
-5)2 = (2 𝑥2
−6)2
Put 𝑥2 = 𝑦 to get
𝑦(𝑦-5)2 = (2𝑦 -6)2
𝑦(𝑦2 +49) = 14 𝑦2+36
Again squaring on both sides and putting 𝑦2 = 𝑧, we get
𝑧(𝑧+49)2 = (14𝑧 +36)2
Or 𝑧(𝑧2+1393) = 98𝑧2 +1296
Again squaring and putting 𝑧2 = 𝑢, we get
𝑢(𝑢+1393)2 =( 98𝑢 +1296)
Or 𝑢3
-6818 𝑢2
+ 1686433𝑢-1679616=0
If the roots of this equation are R1,R2,R3
Example-2
𝑥1 = 𝑅1
1
8= −𝐵1
1
8 = 6818
1
8 = 3.0144 ≈ 3
𝑥2 = 𝑅2
1
8=
−B2
B1
1
8
=
1686433
6818
1
8
= 1.9914 =2
𝑥3 = 𝑅3
1
8=
−B3
B2
1
8
=
1679616
1686433
1
8
= 0.9994 ≈ 1
By Descartes rule of sign, there is one negative root which is found by substituting the
values in the given equation, we find
𝑓 3 = 0, 𝑓 −2 = 0 𝑓 1 = 0
Hence the roots are 3,-2,1.
Complex Roots
If 𝛼𝑟 and 𝛼𝑟+1form a complex pair 𝜌𝑟𝑒±𝑖𝜙,then the coefficients of 𝑥𝑛−𝑟in successive
squarings would fluctuate both in magnitude and sign by an amount (2𝜌𝑟
𝑚 cos𝑚𝜙 𝑟)
For sufficiently large 𝑚, 𝜌𝑟and 𝜙𝑟can be determined by
𝜌𝑟2 2𝑚
=
𝑐𝑟+1
𝑐𝑟−1
, 2𝜌𝑟
𝑚 cos𝑚𝜙 𝑟=
𝐶𝑟+1
𝐶𝑟−1
If the equation has only one pair of complex roots say 𝜌𝑟𝑒±𝑖𝜙 = 𝜉 + 𝑖𝜂 then we can
find all real roots .
𝜉 is given by 𝛼1 + 𝛼2 + ⋯ + 𝛼𝑟−1
+ 2𝜉 + 𝛼𝑟+2 𝛼𝑟+2 + ⋯ 𝛼𝑛 = 0
And 𝜂 is given by 𝜌𝑟
2
= 𝜉2
+ 𝜂2
𝑜𝑟 𝜂 = 𝜌𝑟
2
− 𝜉2
Example-1
Apply Graeffe’s method to find all the roots of the equation 𝑥4
− 3𝑥 + 1 = 0.
We have
𝑓(𝑥) = 𝑥4
− 3𝑥 + 1 = 0
+ − +
There being two changes in sign, above equation has two positive real roots and no negative
real roots.
Thus, the two remaining two roots are complex.
Rewriting (𝑖) as 𝑥4
+ 1 = 3𝑥, and squaring, we get
(𝑦2
+ 1)2
= 9𝑦
Where 𝑦 = 𝑥2
.
Squaring again and putting 𝑦2
= 𝑧, we obtain
𝑧 + 1 4 = 81𝑧 𝑜𝑟, 𝑧4 + 4𝑧3 + 6𝑧2 − 77𝑧 + 1 = 0
Or
𝑧4
+ 6𝑧2
+ 1 = −𝑧(4𝑧2
− 77)
Squaring once again and putting 𝑧2 = 𝑢, we get 𝑢2 + 6𝑢 + 1 2 = 𝑢 4𝑢 − 77 2
Or
𝑢4
− 4𝑢3
+ 654𝑢2
− 5917𝑢 + 1 = 0
If 𝛼1, 𝛼2, 𝛼3, 𝛼4 be the roots of the original equation, then roots of the above
equation are 𝛼1
8
, 𝛼2
8
, 𝛼3
8
, 𝛼4
8
. Thus, we have
𝛼1
8
= 4 𝑖. 𝑒. 𝛼1 = 1.1892
𝛼2
8
=
654
4
= 163.5 𝑖. 𝑒. 𝛼2 = 1.891
𝛼3
8
=
5917
654
= 9.0474 𝑖. 𝑒. 𝛼3 = 1.3169
𝛼4
8
=
1
5917
= 0.00017 𝑖. 𝑒. 𝛼4 = 0.3379
From above equations, we observe that the magnitude of the coefficient
𝑐1 and 𝑐4 have become constant. This indicates that 𝛼1 and 𝛼4 are the
real roots where as 𝛼2 and 𝛼3 are a pair of complex roots.
∴ the real roots 𝛼1 = 1.1892 and 𝛼4 = 0.3379.
Now let us find the complex roots 𝜌2𝑒±𝜙2 = 𝜉 + 𝑖𝜂
Hence, we have
𝜌2
2 23
=
𝑐2+1
𝑐2−1
𝑜𝑟 𝜌2
16
=
5917
4
= 1479.25
Where 𝜌2 = 1.5781
Also, from original equation, 𝛼1 + 2𝜉 + 𝛼4 = 0
This gives
𝜉 = −
1
2
𝛼1 + 𝛼4 = −0.7636 𝑎𝑛𝑑 𝜂 = 𝜌2
2
− 𝜉2 = 1.381
Hence the complex roots are −0.7636 ± 1.381𝑖

Weitere ähnliche Inhalte

Was ist angesagt?

Ode powerpoint presentation1
Ode powerpoint presentation1Ode powerpoint presentation1
Ode powerpoint presentation1
Pokkarn Narkhede
 
Multiple integral(tripple integral)
Multiple integral(tripple integral)Multiple integral(tripple integral)
Multiple integral(tripple integral)
jigar sable
 

Was ist angesagt? (20)

Interpolation functions
Interpolation functionsInterpolation functions
Interpolation functions
 
Power series
Power series Power series
Power series
 
Jacobi iterative method
Jacobi iterative methodJacobi iterative method
Jacobi iterative method
 
Lecture-4 Reduction of Quadratic Form.pdf
Lecture-4 Reduction of Quadratic Form.pdfLecture-4 Reduction of Quadratic Form.pdf
Lecture-4 Reduction of Quadratic Form.pdf
 
Hyperbolic functions dfs
Hyperbolic functions dfsHyperbolic functions dfs
Hyperbolic functions dfs
 
Lti system
Lti systemLti system
Lti system
 
Equation of a plane
Equation of a planeEquation of a plane
Equation of a plane
 
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical MethodsGauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
 
Methods of variation of parameters- advance engineering mathe mathematics
Methods of variation of parameters- advance engineering mathe mathematicsMethods of variation of parameters- advance engineering mathe mathematics
Methods of variation of parameters- advance engineering mathe mathematics
 
Binomial theorem for any index
Binomial theorem for any indexBinomial theorem for any index
Binomial theorem for any index
 
Ode powerpoint presentation1
Ode powerpoint presentation1Ode powerpoint presentation1
Ode powerpoint presentation1
 
Multiple integral(tripple integral)
Multiple integral(tripple integral)Multiple integral(tripple integral)
Multiple integral(tripple integral)
 
ORTHOGONAL, ORTHONORMAL VECTOR, GRAM SCHMIDT PROCESS, ORTHOGONALLY DIAGONALI...
ORTHOGONAL, ORTHONORMAL  VECTOR, GRAM SCHMIDT PROCESS, ORTHOGONALLY DIAGONALI...ORTHOGONAL, ORTHONORMAL  VECTOR, GRAM SCHMIDT PROCESS, ORTHOGONALLY DIAGONALI...
ORTHOGONAL, ORTHONORMAL VECTOR, GRAM SCHMIDT PROCESS, ORTHOGONALLY DIAGONALI...
 
Gauss jordan
Gauss jordanGauss jordan
Gauss jordan
 
Runge-Kutta methods with examples
Runge-Kutta methods with examplesRunge-Kutta methods with examples
Runge-Kutta methods with examples
 
Random Variable
Random VariableRandom Variable
Random Variable
 
Methods of solving ODE
Methods of solving ODEMethods of solving ODE
Methods of solving ODE
 
Ordinary differential equation
Ordinary differential equationOrdinary differential equation
Ordinary differential equation
 
Newton’s Divided Difference Formula
Newton’s Divided Difference FormulaNewton’s Divided Difference Formula
Newton’s Divided Difference Formula
 
BCD ADDER
BCD ADDER BCD ADDER
BCD ADDER
 

Ähnlich wie Lecture 3

Semana 13 ecuaciones polinomiales ii álgebra-uni ccesa007
Semana 13   ecuaciones polinomiales ii  álgebra-uni ccesa007Semana 13   ecuaciones polinomiales ii  álgebra-uni ccesa007
Semana 13 ecuaciones polinomiales ii álgebra-uni ccesa007
Demetrio Ccesa Rayme
 
MATRICES AND CALCULUS.pptx
MATRICES AND CALCULUS.pptxMATRICES AND CALCULUS.pptx
MATRICES AND CALCULUS.pptx
massm99m
 

Ähnlich wie Lecture 3 (20)

Комплекс тоо цуврал хичээл-2
Комплекс тоо цуврал хичээл-2Комплекс тоо цуврал хичээл-2
Комплекс тоо цуврал хичээл-2
 
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
Comparative analysis of x^3+y^3=z^3 and x^2+y^2=z^2 in the Interconnected Sets
 
Functions of severable variables
Functions of severable variablesFunctions of severable variables
Functions of severable variables
 
Plano numerico
Plano numericoPlano numerico
Plano numerico
 
Class-10-Mathematics-Chapter-1-CBSE-NCERT.ppsx
Class-10-Mathematics-Chapter-1-CBSE-NCERT.ppsxClass-10-Mathematics-Chapter-1-CBSE-NCERT.ppsx
Class-10-Mathematics-Chapter-1-CBSE-NCERT.ppsx
 
Least Square Plane and Leastsquare Quadric Surface Approximation by Using Mod...
Least Square Plane and Leastsquare Quadric Surface Approximation by Using Mod...Least Square Plane and Leastsquare Quadric Surface Approximation by Using Mod...
Least Square Plane and Leastsquare Quadric Surface Approximation by Using Mod...
 
Application of Integration
Application of IntegrationApplication of Integration
Application of Integration
 
HERMITE SERIES
HERMITE SERIESHERMITE SERIES
HERMITE SERIES
 
ANALISIS RIIL 1 3.2 ROBERT G BARTLE
ANALISIS RIIL 1 3.2 ROBERT G BARTLEANALISIS RIIL 1 3.2 ROBERT G BARTLE
ANALISIS RIIL 1 3.2 ROBERT G BARTLE
 
ANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLE
ANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLEANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLE
ANALISIS RIIL 1 3.3 dan 3.4 ROBERT G BARTLE
 
Differential Calculus- differentiation
Differential Calculus- differentiationDifferential Calculus- differentiation
Differential Calculus- differentiation
 
Sistempertidaksamaanduavariabel2122
Sistempertidaksamaanduavariabel2122Sistempertidaksamaanduavariabel2122
Sistempertidaksamaanduavariabel2122
 
Semana 13 ecuaciones polinomiales ii álgebra-uni ccesa007
Semana 13   ecuaciones polinomiales ii  álgebra-uni ccesa007Semana 13   ecuaciones polinomiales ii  álgebra-uni ccesa007
Semana 13 ecuaciones polinomiales ii álgebra-uni ccesa007
 
Ordinary Differential Equations: Variable separation method
Ordinary Differential Equations: Variable separation method  Ordinary Differential Equations: Variable separation method
Ordinary Differential Equations: Variable separation method
 
Ecuaciones lineales de orden superior
Ecuaciones lineales de orden superiorEcuaciones lineales de orden superior
Ecuaciones lineales de orden superior
 
Waveguides
WaveguidesWaveguides
Waveguides
 
One solution for many linear partial differential equations with terms of equ...
One solution for many linear partial differential equations with terms of equ...One solution for many linear partial differential equations with terms of equ...
One solution for many linear partial differential equations with terms of equ...
 
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
Four Point Gauss Quadrature Runge – Kuta Method Of Order 8 For Ordinary Diffe...
 
Lecture5_Laplace_ODE.pdf
Lecture5_Laplace_ODE.pdfLecture5_Laplace_ODE.pdf
Lecture5_Laplace_ODE.pdf
 
MATRICES AND CALCULUS.pptx
MATRICES AND CALCULUS.pptxMATRICES AND CALCULUS.pptx
MATRICES AND CALCULUS.pptx
 

Kürzlich hochgeladen

Call Girls Hosur Road Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hosur Road Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hosur Road Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hosur Road Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
amitlee9823
 
Vip Mumbai Call Girls Ghatkopar Call On 9920725232 With Body to body massage ...
Vip Mumbai Call Girls Ghatkopar Call On 9920725232 With Body to body massage ...Vip Mumbai Call Girls Ghatkopar Call On 9920725232 With Body to body massage ...
Vip Mumbai Call Girls Ghatkopar Call On 9920725232 With Body to body massage ...
amitlee9823
 
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men 🔝Tirupati🔝 Escor...
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men  🔝Tirupati🔝   Escor...➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men  🔝Tirupati🔝   Escor...
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men 🔝Tirupati🔝 Escor...
amitlee9823
 
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night StandCall Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...
poojakaurpk09
 
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
ZurliaSoop
 
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdfreStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
Ken Fuller
 
Gabriel_Carter_EXPOLRATIONpp.pptx........
Gabriel_Carter_EXPOLRATIONpp.pptx........Gabriel_Carter_EXPOLRATIONpp.pptx........
Gabriel_Carter_EXPOLRATIONpp.pptx........
deejay178
 
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
amitlee9823
 
Chikkabanavara Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Chikkabanavara Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Chikkabanavara Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Chikkabanavara Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
amitlee9823
 
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
ssuserded2d4
 

Kürzlich hochgeladen (20)

Call Girls Hosur Road Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hosur Road Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hosur Road Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hosur Road Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
Vip Mumbai Call Girls Ghatkopar Call On 9920725232 With Body to body massage ...
Vip Mumbai Call Girls Ghatkopar Call On 9920725232 With Body to body massage ...Vip Mumbai Call Girls Ghatkopar Call On 9920725232 With Body to body massage ...
Vip Mumbai Call Girls Ghatkopar Call On 9920725232 With Body to body massage ...
 
Miletti Gabriela_Vision Plan for artist Jahzel.pdf
Miletti Gabriela_Vision Plan for artist Jahzel.pdfMiletti Gabriela_Vision Plan for artist Jahzel.pdf
Miletti Gabriela_Vision Plan for artist Jahzel.pdf
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Sa...
 
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men 🔝Tirupati🔝 Escor...
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men  🔝Tirupati🔝   Escor...➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men  🔝Tirupati🔝   Escor...
➥🔝 7737669865 🔝▻ Tirupati Call-girls in Women Seeking Men 🔝Tirupati🔝 Escor...
 
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
Toxicokinetics studies.. (toxicokinetics evaluation in preclinical studies)
 
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night StandCall Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Kengeri Satellite Town ☎ 7737669865 🥵 Book Your One night Stand
 
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hosur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Devanahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...
Virgin Call Girls Delhi Service-oriented sexy call girls ☞ 9899900591 ☜ Rita ...
 
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
 
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Bidadi Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen DatingDubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
Dubai Call Girls Starlet O525547819 Call Girls Dubai Showen Dating
 
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdfreStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
reStartEvents 5:9 DC metro & Beyond V-Career Fair Employer Directory.pdf
 
Gabriel_Carter_EXPOLRATIONpp.pptx........
Gabriel_Carter_EXPOLRATIONpp.pptx........Gabriel_Carter_EXPOLRATIONpp.pptx........
Gabriel_Carter_EXPOLRATIONpp.pptx........
 
Guide to a Winning Interview May 2024 for MCWN
Guide to a Winning Interview May 2024 for MCWNGuide to a Winning Interview May 2024 for MCWN
Guide to a Winning Interview May 2024 for MCWN
 
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Btm Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
Chikkabanavara Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Chikkabanavara Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...Chikkabanavara Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
Chikkabanavara Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangal...
 
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf0425-GDSC-TMU.pdf
 
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
Hyderabad 💫✅💃 24×7 BEST GENUINE PERSON LOW PRICE CALL GIRL SERVICE FULL SATIS...
 

Lecture 3

  • 1. Convergence of Newton-Raphson Method Suppose 𝑥𝑛 differs from the root 𝛼by a small quantity 𝜀𝑛 such that 𝑥0 = 𝛼 + 𝜀𝑛 and 𝑥𝑛+1 = 𝛼 + 𝜀𝑛+1 Then 𝛼 + 𝜀𝑛+1 = 𝛼 + 𝜀𝑛 − 𝑓 𝛼+𝜀𝑛 𝑓′ 𝛼+𝜀𝑛 𝜀𝑛+1= 𝜀𝑛 − 𝑓 𝛼+𝜀𝑛 𝑓′ 𝛼+𝜀𝑛 = 𝜀𝑛 − 𝑓 𝛼 +𝜀𝑛𝑓′ 𝛼 + 1 2! ⋅𝜀𝑛 2𝑓′′ 𝛼 +⋯ 𝑓′ 𝛼 +𝜀𝑛𝑓′′ 𝛼 =𝜀𝑛 − 𝜀𝑛𝑓′ 𝛼 + 1 2! ⋅𝜀𝑛 2𝑓′′ 𝛼 +⋯ 𝑓′ 𝛼 +𝜀𝑛𝑓′′ 𝛼 = 𝜀𝑛 2 2 𝑓′′ 𝛼 𝑓′ 𝛼 This shows that the subsequent error at each step, is proportional to the square of the previous error and as such the convergence is quadratic. Thus Newton Raphson method has second order convergence.
  • 2. Rule-I Descarte's Rule of sign (for real roots) In any algebra equation 𝑓 𝑥 = 0 1. The number of positive roots cannot exceed the number of changes of signs (or variations) from positive to negative and negative to positive in𝑓 𝑥 . 2. The number of negative roots cannot exceed the number of variations in 𝑓 −𝑥 . If we consider the equation 2𝑥7 − 𝑥5 + 4𝑥3 − 5 = 0 Rule-II Every equation of an odd degree has at least one real root opposite to that of ( 𝑎𝑛 𝑎0 ), whereas every equation of an even degree whose last term is negative has at least two real roots, one positive and the other negative. Rule-III Relation between roots and coefficients If 𝛼1, 𝛼2, 𝛼3 … 𝛼n are the roots of the equation 𝑥n + 𝑎 1 𝑥 n-1 + 𝑎 2 𝑥 n-2 + . . . + 𝑎 n-1 𝑥 + 𝑎 n = 0 𝛼 1 = − 𝑎1 𝑎0 𝛼 1𝛼2 = − 𝑎2 𝑎0 𝛼 1𝛼2𝛼3 = − 𝑎3 𝑎0 Some rules to Locate Roots of 𝑓 𝑥 = 0
  • 3. In all the previous methods we require prior information about the root, but in this method we do not required any previous information and it is capable of giving all the roots of algebraic equation 𝑓 𝑥 = 0 at a time. This is a direct method to find the roots of any polynomial equation with real coefficients. The basic idea behind this method is to separate the roots of the equations by squaring the roots. This can be done by separating even and odd powers of 𝑥 in 𝑓𝑛 𝑥 = 𝑥n + 𝑎 1 𝑥 n-1 + 𝑎 2 𝑥 n-2 + . . . + 𝑎 n-1 𝑥 + 𝑎 n = 0 Now separate odd and even degree powers of x and squaring on both sides. Thus we get, (𝑥 n + 𝑎 2 𝑥 n-2 + 𝑎 4 𝑥 n-4 + . . . )2 = (𝑥 n + 𝑎 1 𝑥 n-1 + 𝑎 3 𝑥 n-3 + . . . )2 𝑥 2n n - (𝑎 1 2 - 2 𝑎 2) 𝑥 2n-2 + (𝑎 2 2 - 2 𝑎 1 𝑎 3 + 2 𝑎 4) 𝑥 2n-4 +. . . +(-1)n 𝑎 n 2 = 0 Substituting y for 𝑥 2 we have 𝑦 n + 𝑏 1 𝑦 n-1 + . . . + 𝑏 n-1 𝑦 + 𝑏 n = 0 Where 𝑏 1 = 𝑎 1 2 - 2 𝑎 2 𝑏 2 = 𝑎 2 2 - 2 𝑎 1 𝑎 3 + 2 𝑎 4 𝑏 n = −1 2 𝑎 n 2 Graeffe's Root Squaring Method
  • 4. If 𝛼1, 𝛼2, 𝛼3 … 𝛼n are the roots of original equation then 𝛼1 2 , 𝛼2 2 , 𝛼3 2… 𝛼n 2 are the roots of the above equation. This procedure can be repeated many times so that the final equation 𝑧 n +𝑐1 𝑧n-1 + . . . + 𝑐 n-1𝑧+ 𝑐 n= 0 has the roots 𝛾 1, 𝛾 2 , . . ., 𝛾 n such that 𝛾 i = 𝛼 i (2^m) where 𝑖 = 1, 2, . . ., 𝑚 Type equation here. if we repeat the process m times. If we assume |𝛼1| > |𝛼2| > . . . |𝛼n| then | 𝛾 1| >> | 𝛾 2| >> . . .>> | 𝛾 n| that is the roots 𝛾 i are very widely separated for large 𝑚. Then 𝛾 1 = −𝑐1 𝛾 2 = −𝐶2 𝐶1 𝛾3 = −𝐶3 𝐶2 Now since 𝛾 i = 𝛼 i (2^m) 𝛼𝑖 = 𝛾𝑖 1 2𝑚 = 𝐶𝑖 𝐶𝑖−1
  • 5. Apply Graeffe's root squaring method to solve the equation 𝑥3−8𝑥2 + 17𝑥 − 10 = 0 Given 𝑥3 −8𝑥2 + 17𝑥 − 10 = 0 Rearranged given equation by separating even and odd degree powers of x, we get 𝑥3 +17𝑥 = 10 + 8𝑥2 Squaring both side we get x3 + 17x 2 = 10 + 8𝑥2 2 𝑥6 + 34𝑥4 + 289𝑥2 = 64𝑥4 + 160𝑥2 + 100. Now, let 𝑥2 = 𝑦 , we get 𝑦3 + 34𝑦2 + 289𝑦 = 64𝑦2 + 160𝑦 + 100. 𝑦3 + 129𝑦 = 30𝑦2 + 100 Again squaring both sides, we get 𝑦3 + 129𝑦 2 = 30𝑦2 + 100 2 𝑦6 + 258𝑦4 + 16641𝑦2 = 900𝑦4 + 6000𝑦2 + 10000 𝑦6 + 10641𝑦2 = 642𝑦4 + 10000 Example-1
  • 6. Now, let 𝑦2 = 𝑧 to get 𝑧3 + 10641𝑧 = 642𝑧2 + 10000 Again squaring both side, we get (𝑧3 +10641𝑧)2 = 642𝑧2 + 10000 2 𝑧6 + 21282𝑧4 + 113230881𝑧2 = 412164𝑧4 + 12840000𝑧2 + 100000000 Putting 𝑧2 = 𝑢, we get 𝑢3 − 390882𝑢2 + 100390881𝑢 − 108 = 0 Comparing the above equation with 𝑢3 + 𝐵1𝑢2 + 𝐵2𝑢 + 𝐵3 = 0, we get 𝐵1 = −390882, 𝐵2 = 100390881, 𝐵3 = −108 . Let the roots of equation (2)are 𝑥𝑖 = 𝑅 1/2𝑚 = − 𝐵𝑖 𝐵𝑖−1 1 2𝑚 : 𝐵0 = 1 𝑥1 = 𝑅1 1 8= −𝐵1 1 8 = 390882 1 8 = 5.004 ≈ 5 𝑥2 = 𝑅2 1 8= −B2 B1 1 8 = 100390881 390882 1 8 = 2.000 =2 𝑥3 = 𝑅3 1 8= −B3 B2 1 8 = 108 100390881 1 8 = 0.999 ≈ 1 Thus, roots of given equation are 5 , 2 and 1.
  • 7. Find all roots of the equation 𝑥3-2 𝑥2-5𝑥+6=0by Graeffe’s method. Given 𝑥3 -5𝑥 = 2 𝑥2 −6 Squaring on both sides 𝑥2 (𝑥2 -5)2 = (2 𝑥2 −6)2 Put 𝑥2 = 𝑦 to get 𝑦(𝑦-5)2 = (2𝑦 -6)2 𝑦(𝑦2 +49) = 14 𝑦2+36 Again squaring on both sides and putting 𝑦2 = 𝑧, we get 𝑧(𝑧+49)2 = (14𝑧 +36)2 Or 𝑧(𝑧2+1393) = 98𝑧2 +1296 Again squaring and putting 𝑧2 = 𝑢, we get 𝑢(𝑢+1393)2 =( 98𝑢 +1296) Or 𝑢3 -6818 𝑢2 + 1686433𝑢-1679616=0 If the roots of this equation are R1,R2,R3 Example-2
  • 8. 𝑥1 = 𝑅1 1 8= −𝐵1 1 8 = 6818 1 8 = 3.0144 ≈ 3 𝑥2 = 𝑅2 1 8= −B2 B1 1 8 = 1686433 6818 1 8 = 1.9914 =2 𝑥3 = 𝑅3 1 8= −B3 B2 1 8 = 1679616 1686433 1 8 = 0.9994 ≈ 1 By Descartes rule of sign, there is one negative root which is found by substituting the values in the given equation, we find 𝑓 3 = 0, 𝑓 −2 = 0 𝑓 1 = 0 Hence the roots are 3,-2,1.
  • 9. Complex Roots If 𝛼𝑟 and 𝛼𝑟+1form a complex pair 𝜌𝑟𝑒±𝑖𝜙,then the coefficients of 𝑥𝑛−𝑟in successive squarings would fluctuate both in magnitude and sign by an amount (2𝜌𝑟 𝑚 cos𝑚𝜙 𝑟) For sufficiently large 𝑚, 𝜌𝑟and 𝜙𝑟can be determined by 𝜌𝑟2 2𝑚 = 𝑐𝑟+1 𝑐𝑟−1 , 2𝜌𝑟 𝑚 cos𝑚𝜙 𝑟= 𝐶𝑟+1 𝐶𝑟−1 If the equation has only one pair of complex roots say 𝜌𝑟𝑒±𝑖𝜙 = 𝜉 + 𝑖𝜂 then we can find all real roots . 𝜉 is given by 𝛼1 + 𝛼2 + ⋯ + 𝛼𝑟−1 + 2𝜉 + 𝛼𝑟+2 𝛼𝑟+2 + ⋯ 𝛼𝑛 = 0 And 𝜂 is given by 𝜌𝑟 2 = 𝜉2 + 𝜂2 𝑜𝑟 𝜂 = 𝜌𝑟 2 − 𝜉2
  • 10. Example-1 Apply Graeffe’s method to find all the roots of the equation 𝑥4 − 3𝑥 + 1 = 0. We have 𝑓(𝑥) = 𝑥4 − 3𝑥 + 1 = 0 + − + There being two changes in sign, above equation has two positive real roots and no negative real roots. Thus, the two remaining two roots are complex. Rewriting (𝑖) as 𝑥4 + 1 = 3𝑥, and squaring, we get (𝑦2 + 1)2 = 9𝑦 Where 𝑦 = 𝑥2 .
  • 11. Squaring again and putting 𝑦2 = 𝑧, we obtain 𝑧 + 1 4 = 81𝑧 𝑜𝑟, 𝑧4 + 4𝑧3 + 6𝑧2 − 77𝑧 + 1 = 0 Or 𝑧4 + 6𝑧2 + 1 = −𝑧(4𝑧2 − 77) Squaring once again and putting 𝑧2 = 𝑢, we get 𝑢2 + 6𝑢 + 1 2 = 𝑢 4𝑢 − 77 2 Or 𝑢4 − 4𝑢3 + 654𝑢2 − 5917𝑢 + 1 = 0 If 𝛼1, 𝛼2, 𝛼3, 𝛼4 be the roots of the original equation, then roots of the above equation are 𝛼1 8 , 𝛼2 8 , 𝛼3 8 , 𝛼4 8 . Thus, we have
  • 12. 𝛼1 8 = 4 𝑖. 𝑒. 𝛼1 = 1.1892 𝛼2 8 = 654 4 = 163.5 𝑖. 𝑒. 𝛼2 = 1.891 𝛼3 8 = 5917 654 = 9.0474 𝑖. 𝑒. 𝛼3 = 1.3169 𝛼4 8 = 1 5917 = 0.00017 𝑖. 𝑒. 𝛼4 = 0.3379 From above equations, we observe that the magnitude of the coefficient 𝑐1 and 𝑐4 have become constant. This indicates that 𝛼1 and 𝛼4 are the real roots where as 𝛼2 and 𝛼3 are a pair of complex roots. ∴ the real roots 𝛼1 = 1.1892 and 𝛼4 = 0.3379. Now let us find the complex roots 𝜌2𝑒±𝜙2 = 𝜉 + 𝑖𝜂
  • 13. Hence, we have 𝜌2 2 23 = 𝑐2+1 𝑐2−1 𝑜𝑟 𝜌2 16 = 5917 4 = 1479.25 Where 𝜌2 = 1.5781 Also, from original equation, 𝛼1 + 2𝜉 + 𝛼4 = 0 This gives 𝜉 = − 1 2 𝛼1 + 𝛼4 = −0.7636 𝑎𝑛𝑑 𝜂 = 𝜌2 2 − 𝜉2 = 1.381 Hence the complex roots are −0.7636 ± 1.381𝑖