SlideShare a Scribd company logo
Series Solutions at Ordinary
point and Regular Singular
point
ADVANCED ENGINEERING MATHEMATICS
Series Solutions at Ordinary Point
• We are considering methods of solving second order linear equations when the
coefficients are functions of the independent variable. We consider the second order
linear homogeneous equation
P(x)
𝑑2 𝑦
𝑑𝑥2 + Q(x)
𝑑𝑦
𝑑𝑥
+ R(x)y = 0 (1)
• since the procedure for the non-homogeneous equation is similar. Many problems in
mathematical physics lead to equations of this form having polynomial coefficients;
examples include the Bessel equation
𝑥2y’’ + xy’ + (𝑥2 – 𝑎2) y = 0
• where a is a constant, and the Legendre equation
(1 – 𝑥2) y’’ – 2xy’ + c(c + 1) y = 0
• where c is a constant.
• For this reason, as well as to simplify the algebraic computations, we primarily
consider the case in which P, Q, and R are polynomials. However, we will see that
the method can be applied when P, Q, and R are analytic functions. For the time
being, we assume P, Q, and R are polynomials and they do not have common
factors. Suppose that we wish to solve equation (1) in a neighborhood of a point a.
The solution of equation (1) in an interval containing point a is closely related
with the behavior of P(x) in the interval.
• Definition: Given the equation
P(x)
𝑑2 𝑦
𝑑𝑥2 + Q(x)
𝑑𝑦
𝑑𝑥
+ R(x)y = 0
the equation
𝑑2 𝑦
𝑑𝑥2 +
Q(x)
P(x)
𝑑𝑦
𝑑𝑥
+
R(x)
P(x)
y = 0 or
𝑑2 𝑦
𝑑𝑥2 + p(x)
𝑑𝑦
𝑑𝑥
+ q(x) y = 0
where p(x) =
Q(x)
P(x)
and q(x) =
R(x)
P(x)
is called the equivalent normalized form of equation(1)
• Definition:
The point a is called an ordinary point of equation (1) if both of the functions p(x) and
q(x) in the equivalent normalized form, are analytic functions at the point a.
If either or both of these functions are not analytic at a, then the point a is a singular
point of equation (1).
• Theorem:
If a is an ordinary point of the differential equation (1), then p(x) = Q(x)/P(x) and q(x)
= R(x)/P(x) are analytic at a, and there are two nontrivial linearly independent power
series solutions of equation (1) of the form
𝑛=0
∞
𝑐 𝑛(𝑥 − 𝑎) 𝑛, 𝑛=0
∞
𝑑 𝑛(𝑥 − 𝑎) 𝑛
Furthermore, the radius of convergence for each of the series solutions is at least as
large as the minimum of the radii of convergence of the series for p(x) and q(x).
The Method of Solution
• We assume that a is an ordinary point of the equation (1), so it has a series solution
near a of the form 𝑛=0
∞
𝑐 𝑛(𝑥 − 𝑎) 𝑛 that converges for |x –a| < ρ .
• We want to determine the coefficients c0, c1, c2, … in the series solution. Let’s
differentiate the series termwise twice.
• y(x) = 𝑛=0
∞
𝑐 𝑛(𝑥 − 𝑎) 𝑛 = 𝑐0 + 𝑐1(x-a) + 𝑐2(x−a)2
+ ....
• y'(x) = 𝑛=0
∞
𝑐 𝑛 𝑛(𝑥 − 𝑎) 𝑛−1 = 𝑐1 + 2𝑐2(x-a) + 3𝑐3(x−a)2
+ ....
• y‘’(x) = 𝑛=0
∞
𝑐 𝑛 𝑛(𝑛 − 1)(𝑥 − 𝑎) 𝑛−2 = 2𝑐2 + 6𝑐3(x-a) + 12𝑐4(x−a)2
+ ....
Substituting in the differential equation (1), we get
𝐾0 + 𝐾1(x-a) + 𝐾2(x−a)2
+ .... + 𝐾 𝑛(x−a) 𝑛
+ .... = 0 (4)
where 𝐾 𝑛 is function of certain coefficients 𝑐𝑖. In order that series (4) be valid for all
x in some interval |x – a| < ρ, we must have
𝐾0= 𝐾1= ... = 𝐾 𝑛 = ... = 0
Translated Series Solutions
• If we look for a solution of the equation P(x)
𝑑2 𝑦
𝑑𝑥2 + Q(x)
𝑑𝑦
𝑑𝑥
+ R(x)y = 0 of the form
y = 𝑛=0
∞
𝑐 𝑛(𝑥 − 𝑎) 𝑛
, we can make a change of variable x – a = t, obtaining a new
differential equation for y as a function of t, and then look for solutions of this new
equation of the form y(t) = 𝑛=0
∞
𝑐 𝑛 𝑡 𝑛
. When we have finished the calculations, we
replace t by x –a
Series Solutions Near a Regular Singular Point
We will now consider solving the equation
P(x)
𝑑2 𝑦
𝑑𝑥2 + Q(x)
𝑑𝑦
𝑑𝑥
+ R(x)y = 0
Where 𝑥0= 0 is a regular singular point. This means that the limits
𝑝0 = lim
𝑥→0
𝑥
Q(x)
P(x)
……(1) and 𝑞0 = lim
𝑥→0
𝑥2 R(x)
P(x)
……(2)
• exist. Sometimes, it is convenient to rewrite this in the form (by dividing by P(x)
and multiplying by 𝑥2):
𝑥2 𝑑2 𝑦
𝑑𝑥2 + x[xp(x)]
𝑑𝑦
𝑑𝑥
+ [𝑥2
q(x)]y = 0 ……(3)
Our initial guess for a solution to this equation is
• y(x) = 𝑛=0
∞
𝑎 𝑛 𝑥 𝑛+𝑟
• Where 𝑎0 ≠ 0 After taking derivatives and plugging y’ and y’’ into equation (3),
we can find the indicial equation F(r)=0 by looking at the coeffcient of 𝑥 𝑟, which
is equal to 𝑎0 𝐹 𝑟 .The indicial equation can also be found directly from the
equation:
𝐹 𝑟 = r(r-1)+ 𝑝0 𝑟 + 𝑝0 = 0
• Where 𝑝0 And 𝑞0 are the limits in equations (1) and (2). The roots of
𝐹 𝑟 , denoted by 𝑟1and 𝑟2, are called the exponents at the singularity.
Suppose 𝑟1 ≥ 𝑟2 and are real. Then in the interval 0< 𝑥 < p ,where p is the
minimum of the radii of convergence, there is a solution of the form:
𝑦1(x) = 𝑥 𝑟1 1 + 𝑛=0
∞
𝑎 𝑛(𝑟1)𝑥 𝑛
• Where 𝑎 𝑛(𝑟1) is obtained from the recurrence relation one gets from
looking at the coefficient of 𝑥 𝑛+𝑟 and plugging in r = r1 And 𝑎0 = 1
THANK YOU

More Related Content

What's hot

Ordinary differential equation
Ordinary differential equationOrdinary differential equation
Ordinary differential equation
DnyaneshwarPardeshi1
 
02 first order differential equations
02 first order differential equations02 first order differential equations
02 first order differential equations
vansi007
 
DIFFERENTIAL EQUATIONS
DIFFERENTIAL EQUATIONSDIFFERENTIAL EQUATIONS
DIFFERENTIAL EQUATIONS
Urmila Bhardwaj
 
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
Kaushal Patel
 
Ordinary differential equation
Ordinary differential equationOrdinary differential equation
Ordinary differential equation
JUGAL BORAH
 
Persamaan Differensial Biasa 2014
Persamaan Differensial Biasa 2014 Persamaan Differensial Biasa 2014
Persamaan Differensial Biasa 2014
Rani Sulvianuri
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
MalathiNagarajan20
 
Histroy of partial differential equation
Histroy of partial differential equationHistroy of partial differential equation
Histroy of partial differential equation
amanullahkakar2
 
First Order Differential Equations
First Order Differential EquationsFirst Order Differential Equations
First Order Differential Equations
Itishree Dash
 
introduction to differential equations
introduction to differential equationsintroduction to differential equations
introduction to differential equations
Emdadul Haque Milon
 
Numerical solution of ordinary differential equation
Numerical solution of ordinary differential equationNumerical solution of ordinary differential equation
Numerical solution of ordinary differential equation
Dixi Patel
 
The method of frobenius
The method of frobeniusThe method of frobenius
Power Series - Legendre Polynomial - Bessel's Equation
Power Series - Legendre Polynomial - Bessel's EquationPower Series - Legendre Polynomial - Bessel's Equation
Power Series - Legendre Polynomial - Bessel's Equation
ArijitDhali
 
Higher Differential Equation
Higher Differential Equation Higher Differential Equation
Higher Differential Equation
Abdul Hannan
 
Analytic function
Analytic functionAnalytic function
Analytic function
Santhanam Krishnan
 
presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve
Mukuldev Khunte
 
Differential Equations
Differential EquationsDifferential Equations
Differential Equations
KrupaSuthar3
 
Homogeneous Linear Differential Equations
 Homogeneous Linear Differential Equations Homogeneous Linear Differential Equations
Homogeneous Linear Differential Equations
AMINULISLAM439
 

What's hot (20)

Ordinary differential equation
Ordinary differential equationOrdinary differential equation
Ordinary differential equation
 
02 first order differential equations
02 first order differential equations02 first order differential equations
02 first order differential equations
 
DIFFERENTIAL EQUATIONS
DIFFERENTIAL EQUATIONSDIFFERENTIAL EQUATIONS
DIFFERENTIAL EQUATIONS
 
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
 
Ordinary differential equation
Ordinary differential equationOrdinary differential equation
Ordinary differential equation
 
Persamaan Differensial Biasa 2014
Persamaan Differensial Biasa 2014 Persamaan Differensial Biasa 2014
Persamaan Differensial Biasa 2014
 
Ch05 4
Ch05 4Ch05 4
Ch05 4
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
 
Histroy of partial differential equation
Histroy of partial differential equationHistroy of partial differential equation
Histroy of partial differential equation
 
First Order Differential Equations
First Order Differential EquationsFirst Order Differential Equations
First Order Differential Equations
 
introduction to differential equations
introduction to differential equationsintroduction to differential equations
introduction to differential equations
 
Numerical solution of ordinary differential equation
Numerical solution of ordinary differential equationNumerical solution of ordinary differential equation
Numerical solution of ordinary differential equation
 
The method of frobenius
The method of frobeniusThe method of frobenius
The method of frobenius
 
Power Series - Legendre Polynomial - Bessel's Equation
Power Series - Legendre Polynomial - Bessel's EquationPower Series - Legendre Polynomial - Bessel's Equation
Power Series - Legendre Polynomial - Bessel's Equation
 
Higher Differential Equation
Higher Differential Equation Higher Differential Equation
Higher Differential Equation
 
Analytic function
Analytic functionAnalytic function
Analytic function
 
presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve presentation on Euler and Modified Euler method ,and Fitting of curve
presentation on Euler and Modified Euler method ,and Fitting of curve
 
Differential Equations
Differential EquationsDifferential Equations
Differential Equations
 
Homogeneous Linear Differential Equations
 Homogeneous Linear Differential Equations Homogeneous Linear Differential Equations
Homogeneous Linear Differential Equations
 
Lagrange’s interpolation formula
Lagrange’s interpolation formulaLagrange’s interpolation formula
Lagrange’s interpolation formula
 

Similar to Series solutions at ordinary point and regular singular point

Algebric Functions.pdf
Algebric Functions.pdfAlgebric Functions.pdf
Algebric Functions.pdf
MamadArip
 
Lecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsLecture 1.2 quadratic functions
Lecture 1.2 quadratic functions
narayana dash
 
OrthogonalFunctionsPaper
OrthogonalFunctionsPaperOrthogonalFunctionsPaper
OrthogonalFunctionsPaperTyler Otto
 
160280102051 c3 aem
160280102051 c3 aem160280102051 c3 aem
160280102051 c3 aem
L.D. COLLEGE OF ENGINEERING
 
Algebra
AlgebraAlgebra
Rational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of SignsRational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of Signsswartzje
 
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
Rupesh383474
 
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
polanesgumiran
 
Optimum Engineering Design - Day 2b. Classical Optimization methods
Optimum Engineering Design - Day 2b. Classical Optimization methodsOptimum Engineering Design - Day 2b. Classical Optimization methods
Optimum Engineering Design - Day 2b. Classical Optimization methods
SantiagoGarridoBulln
 
The remainder theorem powerpoint
The remainder theorem powerpointThe remainder theorem powerpoint
The remainder theorem powerpoint
Juwileene Soriano
 
13 graphs of factorable polynomials x
13 graphs of factorable polynomials x13 graphs of factorable polynomials x
13 graphs of factorable polynomials x
math260
 
Multivriada ppt ms
Multivriada   ppt msMultivriada   ppt ms
Multivriada ppt ms
Faeco Bot
 
2.9 graphs of factorable polynomials
2.9 graphs of factorable polynomials2.9 graphs of factorable polynomials
2.9 graphs of factorable polynomialsmath260
 

Similar to Series solutions at ordinary point and regular singular point (20)

Ch05 2
Ch05 2Ch05 2
Ch05 2
 
Ch05 7
Ch05 7Ch05 7
Ch05 7
 
Algebric Functions.pdf
Algebric Functions.pdfAlgebric Functions.pdf
Algebric Functions.pdf
 
Summer Proj.
Summer Proj.Summer Proj.
Summer Proj.
 
Ch07 6
Ch07 6Ch07 6
Ch07 6
 
Lecture 1.2 quadratic functions
Lecture 1.2 quadratic functionsLecture 1.2 quadratic functions
Lecture 1.2 quadratic functions
 
OrthogonalFunctionsPaper
OrthogonalFunctionsPaperOrthogonalFunctionsPaper
OrthogonalFunctionsPaper
 
Ch05 3
Ch05 3Ch05 3
Ch05 3
 
160280102051 c3 aem
160280102051 c3 aem160280102051 c3 aem
160280102051 c3 aem
 
Algebra
AlgebraAlgebra
Algebra
 
Rational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of SignsRational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of Signs
 
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
 
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
 
Optimum Engineering Design - Day 2b. Classical Optimization methods
Optimum Engineering Design - Day 2b. Classical Optimization methodsOptimum Engineering Design - Day 2b. Classical Optimization methods
Optimum Engineering Design - Day 2b. Classical Optimization methods
 
The remainder theorem powerpoint
The remainder theorem powerpointThe remainder theorem powerpoint
The remainder theorem powerpoint
 
13 graphs of factorable polynomials x
13 graphs of factorable polynomials x13 graphs of factorable polynomials x
13 graphs of factorable polynomials x
 
Multivriada ppt ms
Multivriada   ppt msMultivriada   ppt ms
Multivriada ppt ms
 
Ch07 5
Ch07 5Ch07 5
Ch07 5
 
2.9 graphs of factorable polynomials
2.9 graphs of factorable polynomials2.9 graphs of factorable polynomials
2.9 graphs of factorable polynomials
 
Ch05 5
Ch05 5Ch05 5
Ch05 5
 

More from vaibhav tailor

Numerical integration;Gaussian integration one point, two point and three poi...
Numerical integration;Gaussian integration one point, two point and three poi...Numerical integration;Gaussian integration one point, two point and three poi...
Numerical integration;Gaussian integration one point, two point and three poi...
vaibhav tailor
 
Flow of viscous fluid through circular pipe
Flow of viscous fluid through circular pipeFlow of viscous fluid through circular pipe
Flow of viscous fluid through circular pipe
vaibhav tailor
 
Recapitulation of carnot,otto and diesel cycle, dual cycle,comparison of ott...
Recapitulation of  carnot,otto and diesel cycle, dual cycle,comparison of ott...Recapitulation of  carnot,otto and diesel cycle, dual cycle,comparison of ott...
Recapitulation of carnot,otto and diesel cycle, dual cycle,comparison of ott...
vaibhav tailor
 
Gibbs phase rule and lever rule
Gibbs phase rule and lever ruleGibbs phase rule and lever rule
Gibbs phase rule and lever rule
vaibhav tailor
 
Money
MoneyMoney
Cases of eccentric loading in bolted joints
Cases of eccentric loading in bolted jointsCases of eccentric loading in bolted joints
Cases of eccentric loading in bolted joints
vaibhav tailor
 
Flow through pipes
Flow through pipesFlow through pipes
Flow through pipes
vaibhav tailor
 
The taylor hobson talysurf surface roughness tester
The taylor hobson talysurf surface roughness testerThe taylor hobson talysurf surface roughness tester
The taylor hobson talysurf surface roughness tester
vaibhav tailor
 
Sony pictures crippled by gop hackers, 2014 cs ala
Sony pictures crippled by gop hackers, 2014 cs alaSony pictures crippled by gop hackers, 2014 cs ala
Sony pictures crippled by gop hackers, 2014 cs ala
vaibhav tailor
 
Physical significance of non dimensional numbers
Physical significance of non dimensional numbersPhysical significance of non dimensional numbers
Physical significance of non dimensional numbers
vaibhav tailor
 
Operation of reciprocating pump
Operation of reciprocating pumpOperation of reciprocating pump
Operation of reciprocating pump
vaibhav tailor
 
Intro to production management and plant layout
Intro to production management and plant layoutIntro to production management and plant layout
Intro to production management and plant layout
vaibhav tailor
 
Concentric springs, surge phenomenon in spring, helical torsion, spiral spring
Concentric springs, surge phenomenon in spring, helical torsion, spiral springConcentric springs, surge phenomenon in spring, helical torsion, spiral spring
Concentric springs, surge phenomenon in spring, helical torsion, spiral spring
vaibhav tailor
 
Classification of clutches, torque transmission capacity, considerations for ...
Classification of clutches, torque transmission capacity, considerations for ...Classification of clutches, torque transmission capacity, considerations for ...
Classification of clutches, torque transmission capacity, considerations for ...
vaibhav tailor
 
USM Ultra Sonic Machinig
USM Ultra Sonic MachinigUSM Ultra Sonic Machinig
USM Ultra Sonic Machinig
vaibhav tailor
 
Refrigerant condenser and its types
Refrigerant condenser and its typesRefrigerant condenser and its types
Refrigerant condenser and its types
vaibhav tailor
 
Surface Hardening of Steel
Surface Hardening of SteelSurface Hardening of Steel
Surface Hardening of Steel
vaibhav tailor
 
Milling cutters
Milling cuttersMilling cutters
Milling cutters
vaibhav tailor
 
Laplace transform & fourier series
Laplace transform & fourier seriesLaplace transform & fourier series
Laplace transform & fourier series
vaibhav tailor
 
Graphical interfacing standards
Graphical interfacing standardsGraphical interfacing standards
Graphical interfacing standards
vaibhav tailor
 

More from vaibhav tailor (20)

Numerical integration;Gaussian integration one point, two point and three poi...
Numerical integration;Gaussian integration one point, two point and three poi...Numerical integration;Gaussian integration one point, two point and three poi...
Numerical integration;Gaussian integration one point, two point and three poi...
 
Flow of viscous fluid through circular pipe
Flow of viscous fluid through circular pipeFlow of viscous fluid through circular pipe
Flow of viscous fluid through circular pipe
 
Recapitulation of carnot,otto and diesel cycle, dual cycle,comparison of ott...
Recapitulation of  carnot,otto and diesel cycle, dual cycle,comparison of ott...Recapitulation of  carnot,otto and diesel cycle, dual cycle,comparison of ott...
Recapitulation of carnot,otto and diesel cycle, dual cycle,comparison of ott...
 
Gibbs phase rule and lever rule
Gibbs phase rule and lever ruleGibbs phase rule and lever rule
Gibbs phase rule and lever rule
 
Money
MoneyMoney
Money
 
Cases of eccentric loading in bolted joints
Cases of eccentric loading in bolted jointsCases of eccentric loading in bolted joints
Cases of eccentric loading in bolted joints
 
Flow through pipes
Flow through pipesFlow through pipes
Flow through pipes
 
The taylor hobson talysurf surface roughness tester
The taylor hobson talysurf surface roughness testerThe taylor hobson talysurf surface roughness tester
The taylor hobson talysurf surface roughness tester
 
Sony pictures crippled by gop hackers, 2014 cs ala
Sony pictures crippled by gop hackers, 2014 cs alaSony pictures crippled by gop hackers, 2014 cs ala
Sony pictures crippled by gop hackers, 2014 cs ala
 
Physical significance of non dimensional numbers
Physical significance of non dimensional numbersPhysical significance of non dimensional numbers
Physical significance of non dimensional numbers
 
Operation of reciprocating pump
Operation of reciprocating pumpOperation of reciprocating pump
Operation of reciprocating pump
 
Intro to production management and plant layout
Intro to production management and plant layoutIntro to production management and plant layout
Intro to production management and plant layout
 
Concentric springs, surge phenomenon in spring, helical torsion, spiral spring
Concentric springs, surge phenomenon in spring, helical torsion, spiral springConcentric springs, surge phenomenon in spring, helical torsion, spiral spring
Concentric springs, surge phenomenon in spring, helical torsion, spiral spring
 
Classification of clutches, torque transmission capacity, considerations for ...
Classification of clutches, torque transmission capacity, considerations for ...Classification of clutches, torque transmission capacity, considerations for ...
Classification of clutches, torque transmission capacity, considerations for ...
 
USM Ultra Sonic Machinig
USM Ultra Sonic MachinigUSM Ultra Sonic Machinig
USM Ultra Sonic Machinig
 
Refrigerant condenser and its types
Refrigerant condenser and its typesRefrigerant condenser and its types
Refrigerant condenser and its types
 
Surface Hardening of Steel
Surface Hardening of SteelSurface Hardening of Steel
Surface Hardening of Steel
 
Milling cutters
Milling cuttersMilling cutters
Milling cutters
 
Laplace transform & fourier series
Laplace transform & fourier seriesLaplace transform & fourier series
Laplace transform & fourier series
 
Graphical interfacing standards
Graphical interfacing standardsGraphical interfacing standards
Graphical interfacing standards
 

Recently uploaded

road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 

Recently uploaded (20)

road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 

Series solutions at ordinary point and regular singular point

  • 1. Series Solutions at Ordinary point and Regular Singular point ADVANCED ENGINEERING MATHEMATICS
  • 2. Series Solutions at Ordinary Point • We are considering methods of solving second order linear equations when the coefficients are functions of the independent variable. We consider the second order linear homogeneous equation P(x) 𝑑2 𝑦 𝑑𝑥2 + Q(x) 𝑑𝑦 𝑑𝑥 + R(x)y = 0 (1) • since the procedure for the non-homogeneous equation is similar. Many problems in mathematical physics lead to equations of this form having polynomial coefficients; examples include the Bessel equation 𝑥2y’’ + xy’ + (𝑥2 – 𝑎2) y = 0 • where a is a constant, and the Legendre equation (1 – 𝑥2) y’’ – 2xy’ + c(c + 1) y = 0 • where c is a constant.
  • 3. • For this reason, as well as to simplify the algebraic computations, we primarily consider the case in which P, Q, and R are polynomials. However, we will see that the method can be applied when P, Q, and R are analytic functions. For the time being, we assume P, Q, and R are polynomials and they do not have common factors. Suppose that we wish to solve equation (1) in a neighborhood of a point a. The solution of equation (1) in an interval containing point a is closely related with the behavior of P(x) in the interval. • Definition: Given the equation P(x) 𝑑2 𝑦 𝑑𝑥2 + Q(x) 𝑑𝑦 𝑑𝑥 + R(x)y = 0 the equation 𝑑2 𝑦 𝑑𝑥2 + Q(x) P(x) 𝑑𝑦 𝑑𝑥 + R(x) P(x) y = 0 or 𝑑2 𝑦 𝑑𝑥2 + p(x) 𝑑𝑦 𝑑𝑥 + q(x) y = 0 where p(x) = Q(x) P(x) and q(x) = R(x) P(x) is called the equivalent normalized form of equation(1)
  • 4. • Definition: The point a is called an ordinary point of equation (1) if both of the functions p(x) and q(x) in the equivalent normalized form, are analytic functions at the point a. If either or both of these functions are not analytic at a, then the point a is a singular point of equation (1). • Theorem: If a is an ordinary point of the differential equation (1), then p(x) = Q(x)/P(x) and q(x) = R(x)/P(x) are analytic at a, and there are two nontrivial linearly independent power series solutions of equation (1) of the form 𝑛=0 ∞ 𝑐 𝑛(𝑥 − 𝑎) 𝑛, 𝑛=0 ∞ 𝑑 𝑛(𝑥 − 𝑎) 𝑛 Furthermore, the radius of convergence for each of the series solutions is at least as large as the minimum of the radii of convergence of the series for p(x) and q(x).
  • 5. The Method of Solution • We assume that a is an ordinary point of the equation (1), so it has a series solution near a of the form 𝑛=0 ∞ 𝑐 𝑛(𝑥 − 𝑎) 𝑛 that converges for |x –a| < ρ . • We want to determine the coefficients c0, c1, c2, … in the series solution. Let’s differentiate the series termwise twice. • y(x) = 𝑛=0 ∞ 𝑐 𝑛(𝑥 − 𝑎) 𝑛 = 𝑐0 + 𝑐1(x-a) + 𝑐2(x−a)2 + .... • y'(x) = 𝑛=0 ∞ 𝑐 𝑛 𝑛(𝑥 − 𝑎) 𝑛−1 = 𝑐1 + 2𝑐2(x-a) + 3𝑐3(x−a)2 + .... • y‘’(x) = 𝑛=0 ∞ 𝑐 𝑛 𝑛(𝑛 − 1)(𝑥 − 𝑎) 𝑛−2 = 2𝑐2 + 6𝑐3(x-a) + 12𝑐4(x−a)2 + .... Substituting in the differential equation (1), we get 𝐾0 + 𝐾1(x-a) + 𝐾2(x−a)2 + .... + 𝐾 𝑛(x−a) 𝑛 + .... = 0 (4) where 𝐾 𝑛 is function of certain coefficients 𝑐𝑖. In order that series (4) be valid for all x in some interval |x – a| < ρ, we must have 𝐾0= 𝐾1= ... = 𝐾 𝑛 = ... = 0
  • 6. Translated Series Solutions • If we look for a solution of the equation P(x) 𝑑2 𝑦 𝑑𝑥2 + Q(x) 𝑑𝑦 𝑑𝑥 + R(x)y = 0 of the form y = 𝑛=0 ∞ 𝑐 𝑛(𝑥 − 𝑎) 𝑛 , we can make a change of variable x – a = t, obtaining a new differential equation for y as a function of t, and then look for solutions of this new equation of the form y(t) = 𝑛=0 ∞ 𝑐 𝑛 𝑡 𝑛 . When we have finished the calculations, we replace t by x –a
  • 7. Series Solutions Near a Regular Singular Point We will now consider solving the equation P(x) 𝑑2 𝑦 𝑑𝑥2 + Q(x) 𝑑𝑦 𝑑𝑥 + R(x)y = 0 Where 𝑥0= 0 is a regular singular point. This means that the limits 𝑝0 = lim 𝑥→0 𝑥 Q(x) P(x) ……(1) and 𝑞0 = lim 𝑥→0 𝑥2 R(x) P(x) ……(2) • exist. Sometimes, it is convenient to rewrite this in the form (by dividing by P(x) and multiplying by 𝑥2): 𝑥2 𝑑2 𝑦 𝑑𝑥2 + x[xp(x)] 𝑑𝑦 𝑑𝑥 + [𝑥2 q(x)]y = 0 ……(3) Our initial guess for a solution to this equation is
  • 8. • y(x) = 𝑛=0 ∞ 𝑎 𝑛 𝑥 𝑛+𝑟 • Where 𝑎0 ≠ 0 After taking derivatives and plugging y’ and y’’ into equation (3), we can find the indicial equation F(r)=0 by looking at the coeffcient of 𝑥 𝑟, which is equal to 𝑎0 𝐹 𝑟 .The indicial equation can also be found directly from the equation: 𝐹 𝑟 = r(r-1)+ 𝑝0 𝑟 + 𝑝0 = 0 • Where 𝑝0 And 𝑞0 are the limits in equations (1) and (2). The roots of 𝐹 𝑟 , denoted by 𝑟1and 𝑟2, are called the exponents at the singularity. Suppose 𝑟1 ≥ 𝑟2 and are real. Then in the interval 0< 𝑥 < p ,where p is the minimum of the radii of convergence, there is a solution of the form: 𝑦1(x) = 𝑥 𝑟1 1 + 𝑛=0 ∞ 𝑎 𝑛(𝑟1)𝑥 𝑛 • Where 𝑎 𝑛(𝑟1) is obtained from the recurrence relation one gets from looking at the coefficient of 𝑥 𝑛+𝑟 and plugging in r = r1 And 𝑎0 = 1