SlideShare a Scribd company logo
1 of 27
Series solution of ordinary differential
equation
PRANAV VEERANI 130280111117 311225
SHIKHA VERMA 130280111118 311226
DHWANI WAGHELA 130280111121 311227
Power series
• The power series method is the standard
method for solving linear ODEs with variable
coefficients. It gives solutions in the form of
power series. These series can be used for
computing values, graphing curves, proving
formulas, and exploring properties of
solutions, as we shall see.
Power Series
Ordinary and Singular Point
• Consider the linear differential equation
Y”+𝑃(𝑋)Y’+𝑄(𝑋)Y =0
where 𝑃(𝑥)and 𝑄(𝑥)are functions of x only.
• Ordinary Point
The point x=𝑥0 is called an ordinary point of the
equation Y”+𝑃(𝑋)Y’+𝑄(𝑋)Y =0 if both 𝑃(𝑋)and
𝑄(𝑋)are finite at x=𝑥0.
SINGULAR POINT
• Singular Point
The point x=𝑥0 is called a singular point of the
equation Y”+𝑃(𝑋)Y’+𝑄(𝑋)Y =0 if 𝑃(𝑋) or 𝑄(𝑋) or
both are infinite at x=𝑥0.
There are two types of singular points:
(1)Regular Singular Point:
The point x=𝑥0 is called regular singular point of
the equation Y”+𝑃(𝑋)Y’+𝑄(𝑋)Y =0 if both (x − 𝑥0)
𝑃(𝑋) and (𝑥 − 𝑥0)2
𝑄(𝑋) are finite at x=𝑥0.
SINGULAR POINT
(2)Irregular Singular Point
The point x=𝑥0 is called an irregular singular
point of the equation Y”+𝑃(𝑋)Y’+𝑄(𝑋)Y =0
if(x − 𝑥0) 𝑃(𝑋) or (𝑥 − 𝑥0)2
𝑄(𝑋) or both are
infinite at x=𝑥0.
EXAMPLE
(i)Determine if x=1 is a regular singular point of
(1− 𝑥2
)y" − 2xy’+n(n+1)y=0 where n is a
constant
Solution: Dividing both sides by (1− 𝑥2
),
y”---
2𝑥
1−𝑥2 y’+
𝑛(𝑛+1)
1−𝑥2 y=0
ComparingwithY”+𝑃(𝑋)Y’+𝑄(𝑋)Y =0,
𝑃(𝑋)= −
2𝑥
1−𝑥2,𝑄 𝑥 =
𝑛(𝑛+1)
1−𝑥2
EXAMPLE
• P(x) and Q(x) are infinite at x=1,
• X=1is a singular point.
• Now,
(x-1)P(x)=(x-1)(
−2𝑥
1−𝑥2)=
2𝑥
1+𝑥
(𝑥 − 1)2
Q(x)= (𝑥 − 1)2
(
𝑛(𝑛+1)
(1−𝑥)2 )=
1−𝑥 𝑛(𝑛+1)
1+𝑥
Both (x-1)P(x) and (𝑥 − 1)2
Q(x) are finite at x=1.
X=1 is regular singular point.
EXAMPLE
(ii)Determine the singular points of differential
equation 2x(𝑥 − 1)2
Y”+3xY’+(x-2)Y=0 and
classify them as regular or irregular.
• Dividing both sides by 2x(𝑥 − 1)2
,
• Y”+
3
2(𝑥−2)2Y’+
1
2𝑥(𝑥−2)
Y=0
• Comparing with Y”+P(x)Y’+Q(x)Y=0,
• P(x)=
3
2(𝑥−2)2 ,Q(x)=
1
2𝑥(𝑥−2)
EXAMPLE
• At x=2,P(x) is infinite.
• At x=0,2 ,Q(x) is infinite.
• X=0 and x=2 are singular points.
• For x=0
• (x-0)P(x)=x
3
2(𝑥−2)2
• (𝑥 − 0)2
Q(x)=𝑥2 1
2𝑥(𝑥−2)
=
𝑥
2(𝑥−2)
• Both (x-0)P(x) and (𝑥 − 0)2
Q(x) are finite at x=0.
EXAMPLE
• X=0 is a regular singular point.
• For x=2
• (x-2)P(x)=(x-2)
3
2(𝑥−2)2=
3
2(𝑥−2)
• (𝑥 − 2)2
Q(x)=(𝑥 − 2)2 1
2𝑥(𝑥−2)
=
𝑥−2
2𝑥
• (x-2)P(x) is infinite at x=2.
• x=2 is an irregular singular point.
Power series solution about ordinary
point
• A power series solution of a differential
equation Y”+P(x)Y’+Q(x)Y=0 about ordinary
point x=𝑥0 can be obtained using the
following steps.
1 Assume that Y= 𝑘=0
∞
𝑎 𝑘 (𝑥 − 𝑥0) 𝑘
be the
solution of the given differential equation.
2 Find Y’= 𝑘=0
∞
𝑘 𝑎 𝑘(𝑥 − 𝑥0) 𝑘−1
and
Y”= 𝑘=0
∞
𝑘 (𝑘 − 1)𝑎 𝑘(𝑥 − 𝑥0) 𝑘−2
SOLUTION OF ORDINARY POINT
3 Substitute the value of Y , Y’ and Y” in given
differential equation.
4 Equate to zero the coefficients of various
powers of x and find 𝑎2,𝑎3,𝑎4 _ _ _etc.in terms
of 𝑎0and 𝑎1.
5 Substitute the values of the constants
𝑎2,𝑎3,𝑎4 _ _ _ in Y= 𝑘=0
∞
𝑎 𝑘 (𝑥 − 𝑥0) 𝑘
which
will be the required power series solution.
Mclaurin series
We see that Taylor series are power series.
From the last section we know that power
series represent analytic functions. And we
now show that every analytic function can be
represented by power series, namely, by
Taylor series (with various centers). A
Maclaurin series3 is a Taylor series with
center
00
z
00
z
Important maclurin series
𝑒 𝑥
= 1 +
𝑥
1!
+
𝑥2
2!
+
𝑥3
3!
+ ⋯ , −∞ < 𝑥 < ∞
cos 𝑥 = 1 −
𝑥2
2!
+
𝑥4
4!
−
𝑥6
6!
+ ⋯
sin 𝑥 = 𝑥 −
𝑥3
3!
+
𝑥5
5!
−
𝑥7
7!
+ ⋯
cos ℎ𝑥 = 1 +
𝑥2
2!
+
𝑥4
4!
+
𝑥6
6!
+ ⋯
sin ℎ𝑥 = 𝑥 +
𝑥3
3!
+
𝑥5
5!
+
𝑥7
7!
+ ⋯
SERIES FORMULAS
• Log(1+x)=x −
𝑥2
2
+
𝑥3
3
−
𝑥2
4
+----
• (1 + 𝑥)−1
= 1 − x + 𝑥2
− 𝑥3
+ 𝑥4
−------
• (1 − 𝑥)−1
= 1 + x + 𝑥2
+ 𝑥3
+ 𝑥4
+------
EXAMPLE
EXAMPLE
Y’= 𝑘=0
∞
𝑘𝑎 𝑘 𝑥 𝑘−1
Substituting above values in (1),we get
𝑘=0
∞
𝑘𝑎 𝑘 𝑥 𝑘−1- 2X 𝑘=0
∞
𝑎 𝑘=0
𝑘=0
∞
𝑘𝑎 𝑘 𝑥 𝑘−1- 𝑘=0
∞
2 𝑎 𝑘 𝑥 𝑘+1
=0
(kk-2)
𝑘=0
∞
𝑘𝑎 𝑘 𝑥 𝑘−1- 𝑘=2
∞
2 𝑎 𝑘−2 𝑥 𝑘−1
=0
𝑎1+ 𝑘=2
∞
𝑘𝑎 𝑘 𝑥 𝑘−1- 𝑘=2
∞
2 𝑎 𝑘−2 𝑥 𝑘−1
=0
EXAMPLE
𝑎1+ 𝑘=2
∞
[𝑘𝑎 𝑘 − 2𝑎 𝑘−2]𝑥 𝑘−1
=0
Equating the coefficients of
𝑥0
: 𝑎1=0
𝑥 𝑘−1
: k𝑎 𝑘-2𝑎 𝑘−2=0
𝑎 𝑘=
2
𝑘
𝑎 𝑘−2,k>=2
This is called the recurrence relation.
For k=2, 𝑎2=
2
2
𝑎0=𝑎0
EXAMPLE
For k=3, 𝑎3=
2
3
𝑎1=0
For k=4, 𝑎4=
2
4
𝑎2=
1
2
𝑎0
For k=5, 𝑎5=
2
5
𝑎3=0
For k=6, 𝑎6=
2
6
𝑎4=
1
3
(
𝑎0
2
)
Substituting above values in (2),we get
Y= 𝑘=0
∞
𝑎 𝑘 𝑥 𝑘
EXAMPLE
=𝑎0 + 𝑎1 𝑥 + 𝑎2 𝑥2
+ 𝑎3 𝑥3
+ 𝑎4 𝑥4
+ 𝑎5 𝑥5
+
𝑎6 𝑥6
+-------
=𝑎0 + 𝑎0 𝑥2
+
𝑎0 𝑥4
2
+
𝑎0 𝑥6
6
+-----
=𝑎0(1 + 𝑥2
+
𝑥4
2
+
𝑥6
6
+--)
=𝑎0 𝑒 𝑥2
basis ={𝑒 𝑥2
}
EXAMPLE
By power series method , solve
(1 − 𝑥2
)Y”-2xY’+2Y=0
Given equation
(1 − 𝑥2
)Y”-2xY’+2Y=0
Comparing with Y”+P(x)Y’+Q(x)Y=0,
P(x)=
−2𝑥
1−𝑥2 , Q(x)=
2𝑦
1−𝑥2
Both P(x) and Q(x) are finite at x=0.
EXAMPLE
• X=0 is an ordinary point.
Let the series solution of (1) be
Y= 𝑘=0
∞
𝑎 𝑘 𝑥 𝑘
Y’= 𝑘=0
∞
𝑘 𝑎 𝑘 𝑥 𝑘−1
Y”= 𝑘=0
∞
𝑘 (𝑘 − 1)𝑎 𝑘 𝑥 𝑘−2
Substituting above values in (1),we get
(1-𝑥2
) 𝑘=0
∞
𝑘 (𝑘 − 1)𝑎 𝑘 𝑥 𝑘−2
-
2x 𝑘=0
∞
𝑘 𝑎 𝑘 𝑥 𝑘−1
+2 𝑘=0
∞
𝑎 𝑘 𝑥 𝑘=0
EXAMPLE
• 𝑘=0
∞
𝑘 (𝑘 − 1)𝑎 𝑘 𝑥 𝑘−2
− 𝑘=0
∞
𝑘 (𝑘 − 1)𝑎 𝑘 𝑥 𝑘
−
𝑘=0
∞
2𝑘 𝑎 𝑘 𝑥 𝑘
+ 𝑘=0
∞
2 𝑎 𝑘 𝑥 𝑘
=0
• 𝑘=0
∞
𝑘 (𝑘 − 1)𝑎 𝑘 𝑥 𝑘−2
− 𝑘=0
∞
[𝑘 ( 𝑘 −
EXAMPLE
• 𝑘=0
∞
𝑘 (𝑘 − 1)𝑎 𝑘 𝑥 𝑘−2
−
𝑘=2
∞
[𝑘(𝑘 − 3)]𝑎 𝑘−2 𝑥 𝑘−2
=0
• 𝑘=2
∞
𝑘 (𝑘 − 1)𝑎 𝑘 𝑥 𝑘−2
−
𝑘=2
∞
[𝑘(𝑘 − 3)]𝑎 𝑘−2 𝑥 𝑘−2
=0
Equating the coefficient of
𝑥 𝑘−2
: k k − 1 𝑎 𝑘 − k k − 3 𝑎 𝑘−2 = 0
𝑎 𝑘=
𝑘(𝑘−3)
𝑘(𝑘−1)
𝑎 𝑘−2, k ≥ 2
EXAMPLE
• 𝑎 𝑘=
(𝑘−3)
(𝑘−1)
𝑎 𝑘−2, k ≥ 2
• For For k=2, 𝑎2 = −𝑎0
For k=3, 𝑎3 = 0
For k=4, 𝑎4 =
1
3
𝑎2 =
−1
3
𝑎0
For k=5, 𝑎5 =
2
4
𝑎3 = 0
For k=6, 𝑎6 =
3
5
𝑎4 =
3
5
−1
3
𝑎0 =
−1
5
𝑎0
Substituting above values in (2) ,we get
EXAMPLE
• Y= 𝑘=0
∞
𝑎 𝑘 𝑥 𝑘
= 𝑎0 +𝑎1 𝑥 + 𝑎2 𝑥2
+ 𝑎3 𝑥3
+ 𝑎4 𝑥4
+ 𝑎5 𝑥5
+
𝑎6 𝑥6
+-------
= 𝑎0 +𝑎1 𝑥 − 𝑎0 𝑥2
−
𝑎0 𝑥4
3
−
𝑎 𝑜 𝑥6
5
− −----
= 𝑎0 (1 − 𝑥2
−
𝑥4
3
−
𝑥6
5
− −----)+𝑎1x

More Related Content

What's hot

Linear dependence & independence vectors
Linear dependence & independence vectorsLinear dependence & independence vectors
Linear dependence & independence vectorsRakib Hossain
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptDrazzer_Dhruv
 
First order linear differential equation
First order linear differential equationFirst order linear differential equation
First order linear differential equationNofal Umair
 
Methods of solving ODE
Methods of solving ODEMethods of solving ODE
Methods of solving ODEkishor pokar
 
Runge-Kutta methods with examples
Runge-Kutta methods with examplesRunge-Kutta methods with examples
Runge-Kutta methods with examplesSajjad Hossain
 
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchalppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchalharshid panchal
 
General Quadrature Equation
General Quadrature EquationGeneral Quadrature Equation
General Quadrature EquationMrinalDev1
 
Runge kutta method -by Prof.Prashant Goad(R.C.Patel Institute of Technology,...
Runge  kutta method -by Prof.Prashant Goad(R.C.Patel Institute of Technology,...Runge  kutta method -by Prof.Prashant Goad(R.C.Patel Institute of Technology,...
Runge kutta method -by Prof.Prashant Goad(R.C.Patel Institute of Technology,...Prashant Goad
 
Interpolation In Numerical Methods.
 Interpolation In Numerical Methods. Interpolation In Numerical Methods.
Interpolation In Numerical Methods.Abu Kaisar
 
Eigen values and eigen vectors
Eigen values and eigen vectorsEigen values and eigen vectors
Eigen values and eigen vectorsRiddhi Patel
 
application of first order ordinary Differential equations
application of first order ordinary Differential equationsapplication of first order ordinary Differential equations
application of first order ordinary Differential equationsEmdadul Haque Milon
 
Series solutions at ordinary point and regular singular point
Series solutions at ordinary point and regular singular pointSeries solutions at ordinary point and regular singular point
Series solutions at ordinary point and regular singular pointvaibhav tailor
 
Orthogonal trajectories
Orthogonal trajectoriesOrthogonal trajectories
Orthogonal trajectoriesBilal Amjad
 
Vector calculus
Vector calculusVector calculus
Vector calculusraghu ram
 
Linear dependence(ld) &amp;linear independence(li)
Linear dependence(ld)  &amp;linear independence(li)Linear dependence(ld)  &amp;linear independence(li)
Linear dependence(ld) &amp;linear independence(li)Digvijaysinh Gohil
 
Tangent and normal
Tangent and normalTangent and normal
Tangent and normalRameshMakar
 

What's hot (20)

Ordinary differential equation
Ordinary differential equationOrdinary differential equation
Ordinary differential equation
 
Linear dependence & independence vectors
Linear dependence & independence vectorsLinear dependence & independence vectors
Linear dependence & independence vectors
 
Analytic function
Analytic functionAnalytic function
Analytic function
 
Matrices and System of Linear Equations ppt
Matrices and System of Linear Equations pptMatrices and System of Linear Equations ppt
Matrices and System of Linear Equations ppt
 
First order linear differential equation
First order linear differential equationFirst order linear differential equation
First order linear differential equation
 
Methods of solving ODE
Methods of solving ODEMethods of solving ODE
Methods of solving ODE
 
Runge-Kutta methods with examples
Runge-Kutta methods with examplesRunge-Kutta methods with examples
Runge-Kutta methods with examples
 
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchalppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
ppt on Vector spaces (VCLA) by dhrumil patel and harshid panchal
 
General Quadrature Equation
General Quadrature EquationGeneral Quadrature Equation
General Quadrature Equation
 
Runge kutta method -by Prof.Prashant Goad(R.C.Patel Institute of Technology,...
Runge  kutta method -by Prof.Prashant Goad(R.C.Patel Institute of Technology,...Runge  kutta method -by Prof.Prashant Goad(R.C.Patel Institute of Technology,...
Runge kutta method -by Prof.Prashant Goad(R.C.Patel Institute of Technology,...
 
Interpolation In Numerical Methods.
 Interpolation In Numerical Methods. Interpolation In Numerical Methods.
Interpolation In Numerical Methods.
 
Eigen values and eigen vectors
Eigen values and eigen vectorsEigen values and eigen vectors
Eigen values and eigen vectors
 
application of first order ordinary Differential equations
application of first order ordinary Differential equationsapplication of first order ordinary Differential equations
application of first order ordinary Differential equations
 
Series solutions at ordinary point and regular singular point
Series solutions at ordinary point and regular singular pointSeries solutions at ordinary point and regular singular point
Series solutions at ordinary point and regular singular point
 
Orthogonal trajectories
Orthogonal trajectoriesOrthogonal trajectories
Orthogonal trajectories
 
Vector calculus
Vector calculusVector calculus
Vector calculus
 
Runge kutta
Runge kuttaRunge kutta
Runge kutta
 
Runge Kutta Method
Runge Kutta MethodRunge Kutta Method
Runge Kutta Method
 
Linear dependence(ld) &amp;linear independence(li)
Linear dependence(ld)  &amp;linear independence(li)Linear dependence(ld)  &amp;linear independence(li)
Linear dependence(ld) &amp;linear independence(li)
 
Tangent and normal
Tangent and normalTangent and normal
Tangent and normal
 

Similar to Power series

07-Convolution.pptx signal spectra and signal processing
07-Convolution.pptx signal spectra and signal processing07-Convolution.pptx signal spectra and signal processing
07-Convolution.pptx signal spectra and signal processingJordanJohmMallillin
 
Lecture 3 - Series Expansion III.pptx
Lecture 3 - Series Expansion III.pptxLecture 3 - Series Expansion III.pptx
Lecture 3 - Series Expansion III.pptxPratik P Chougule
 
Study Material Numerical Solution of Odinary Differential Equations
Study Material Numerical Solution of Odinary Differential EquationsStudy Material Numerical Solution of Odinary Differential Equations
Study Material Numerical Solution of Odinary Differential EquationsMeenakshisundaram N
 
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFYQUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFYssuser2e348b
 
Higher Order Differential Equation
Higher Order Differential EquationHigher Order Differential Equation
Higher Order Differential EquationShrey Patel
 
Laurents & Taylors series of complex numbers.pptx
Laurents & Taylors series of complex numbers.pptxLaurents & Taylors series of complex numbers.pptx
Laurents & Taylors series of complex numbers.pptxjyotidighole2
 
Functions of severable variables
Functions of severable variablesFunctions of severable variables
Functions of severable variablesSanthanam Krishnan
 
Pre-calculus 1, 2 and Calculus I (exam notes)
Pre-calculus 1, 2 and Calculus I (exam notes)Pre-calculus 1, 2 and Calculus I (exam notes)
Pre-calculus 1, 2 and Calculus I (exam notes)William Faber
 
math1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfmath1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfHebaEng
 
Assignment grouping 2(bungee jumping) (edit)
Assignment grouping 2(bungee jumping) (edit)Assignment grouping 2(bungee jumping) (edit)
Assignment grouping 2(bungee jumping) (edit)Eqah Ihah
 
derivatives part 1.pptx
derivatives part 1.pptxderivatives part 1.pptx
derivatives part 1.pptxKulsumPaleja1
 
graphs of quadratic function grade 9.pptx
graphs of quadratic function grade 9.pptxgraphs of quadratic function grade 9.pptx
graphs of quadratic function grade 9.pptxMeryAnnMAlday
 
Quarter 1 - Illustrating and solving quadratic equations
Quarter 1 - Illustrating and solving quadratic equationsQuarter 1 - Illustrating and solving quadratic equations
Quarter 1 - Illustrating and solving quadratic equationsReynz Anario
 
MATRICES AND CALCULUS.pptx
MATRICES AND CALCULUS.pptxMATRICES AND CALCULUS.pptx
MATRICES AND CALCULUS.pptxmassm99m
 
INVERSE DIFFERENTIAL OPERATOR
INVERSE DIFFERENTIAL OPERATORINVERSE DIFFERENTIAL OPERATOR
INVERSE DIFFERENTIAL OPERATORsumanmathews
 

Similar to Power series (20)

07-Convolution.pptx signal spectra and signal processing
07-Convolution.pptx signal spectra and signal processing07-Convolution.pptx signal spectra and signal processing
07-Convolution.pptx signal spectra and signal processing
 
Lecture 3 - Series Expansion III.pptx
Lecture 3 - Series Expansion III.pptxLecture 3 - Series Expansion III.pptx
Lecture 3 - Series Expansion III.pptx
 
Study Material Numerical Solution of Odinary Differential Equations
Study Material Numerical Solution of Odinary Differential EquationsStudy Material Numerical Solution of Odinary Differential Equations
Study Material Numerical Solution of Odinary Differential Equations
 
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFYQUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
QUADRATIC EQUATIONS WITH MATHS PROPER VERIFY
 
Higher Order Differential Equation
Higher Order Differential EquationHigher Order Differential Equation
Higher Order Differential Equation
 
Laurents & Taylors series of complex numbers.pptx
Laurents & Taylors series of complex numbers.pptxLaurents & Taylors series of complex numbers.pptx
Laurents & Taylors series of complex numbers.pptx
 
Functions of severable variables
Functions of severable variablesFunctions of severable variables
Functions of severable variables
 
Pre-calculus 1, 2 and Calculus I (exam notes)
Pre-calculus 1, 2 and Calculus I (exam notes)Pre-calculus 1, 2 and Calculus I (exam notes)
Pre-calculus 1, 2 and Calculus I (exam notes)
 
math1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdfmath1مرحلة اولى -compressed.pdf
math1مرحلة اولى -compressed.pdf
 
Assignment grouping 2(bungee jumping) (edit)
Assignment grouping 2(bungee jumping) (edit)Assignment grouping 2(bungee jumping) (edit)
Assignment grouping 2(bungee jumping) (edit)
 
Linear equations 2-2 a graphing and x-y intercepts
Linear equations   2-2 a graphing and x-y interceptsLinear equations   2-2 a graphing and x-y intercepts
Linear equations 2-2 a graphing and x-y intercepts
 
derivatives part 1.pptx
derivatives part 1.pptxderivatives part 1.pptx
derivatives part 1.pptx
 
graphs of quadratic function grade 9.pptx
graphs of quadratic function grade 9.pptxgraphs of quadratic function grade 9.pptx
graphs of quadratic function grade 9.pptx
 
Quarter 1 - Illustrating and solving quadratic equations
Quarter 1 - Illustrating and solving quadratic equationsQuarter 1 - Illustrating and solving quadratic equations
Quarter 1 - Illustrating and solving quadratic equations
 
MATRICES AND CALCULUS.pptx
MATRICES AND CALCULUS.pptxMATRICES AND CALCULUS.pptx
MATRICES AND CALCULUS.pptx
 
Fismat chapter 4
Fismat chapter 4Fismat chapter 4
Fismat chapter 4
 
Ch05 6
Ch05 6Ch05 6
Ch05 6
 
1538 graphs &amp; linear equations
1538 graphs &amp; linear equations1538 graphs &amp; linear equations
1538 graphs &amp; linear equations
 
Ch05 2
Ch05 2Ch05 2
Ch05 2
 
INVERSE DIFFERENTIAL OPERATOR
INVERSE DIFFERENTIAL OPERATORINVERSE DIFFERENTIAL OPERATOR
INVERSE DIFFERENTIAL OPERATOR
 

More from Pranav Veerani

Organic Food Industry of United State of America(USA) w.r.t. Business opportu...
Organic Food Industry of United State of America(USA) w.r.t. Business opportu...Organic Food Industry of United State of America(USA) w.r.t. Business opportu...
Organic Food Industry of United State of America(USA) w.r.t. Business opportu...Pranav Veerani
 
Consolidation of Vendors, Retailers and Healthcare insurers of Managing Human...
Consolidation of Vendors, Retailers and Healthcare insurers of Managing Human...Consolidation of Vendors, Retailers and Healthcare insurers of Managing Human...
Consolidation of Vendors, Retailers and Healthcare insurers of Managing Human...Pranav Veerani
 
Amul PET Industries for Global Operation Management
Amul PET Industries for Global Operation ManagementAmul PET Industries for Global Operation Management
Amul PET Industries for Global Operation ManagementPranav Veerani
 
A Research On" causes behind addiction of cigarette in youth ”
A Research On" causes behind addiction of cigarette in youth ”A Research On" causes behind addiction of cigarette in youth ”
A Research On" causes behind addiction of cigarette in youth ”Pranav Veerani
 
Causes behind increasing the consumption of cigarette in young generation: A ...
Causes behind increasing the consumption of cigarette in young generation: A ...Causes behind increasing the consumption of cigarette in young generation: A ...
Causes behind increasing the consumption of cigarette in young generation: A ...Pranav Veerani
 
Kelloggs marketing Plan
Kelloggs marketing PlanKelloggs marketing Plan
Kelloggs marketing PlanPranav Veerani
 
Amul PET Industries for Global Operation Management
Amul PET Industries for Global Operation ManagementAmul PET Industries for Global Operation Management
Amul PET Industries for Global Operation ManagementPranav Veerani
 
Duty Exemption & Duty Remission Schemes (International Trade Environment)
Duty Exemption  &  Duty Remission  Schemes (International Trade Environment)Duty Exemption  &  Duty Remission  Schemes (International Trade Environment)
Duty Exemption & Duty Remission Schemes (International Trade Environment)Pranav Veerani
 
Economic Environment of India and Jordan & Overview of European Free Trade As...
Economic Environment of India and Jordan & Overview of European Free Trade As...Economic Environment of India and Jordan & Overview of European Free Trade As...
Economic Environment of India and Jordan & Overview of European Free Trade As...Pranav Veerani
 
NBA: Competing on Global Delivery With Akamai OS Streaming
NBA: Competing on Global Delivery With Akamai OS StreamingNBA: Competing on Global Delivery With Akamai OS Streaming
NBA: Competing on Global Delivery With Akamai OS StreamingPranav Veerani
 
NBA: Competing on Global Delivery With Akamai OS Streaming
NBA: Competing on Global Delivery With Akamai OS StreamingNBA: Competing on Global Delivery With Akamai OS Streaming
NBA: Competing on Global Delivery With Akamai OS StreamingPranav Veerani
 
Attitide towards power&amp;politics
Attitide towards power&amp;politicsAttitide towards power&amp;politics
Attitide towards power&amp;politicsPranav Veerani
 
Comparative Analysis of Financial Statement Of IT industries
 Comparative Analysis of Financial Statement OfIT industries Comparative Analysis of Financial Statement OfIT industries
Comparative Analysis of Financial Statement Of IT industriesPranav Veerani
 
Comparative Analysis of Financial Statement Of IT industries
 Comparative Analysis of Financial Statement OfIT industries Comparative Analysis of Financial Statement OfIT industries
Comparative Analysis of Financial Statement Of IT industriesPranav Veerani
 
Smart shopping trolley using rfid and remote controlling report
Smart shopping trolley using rfid and remote controlling reportSmart shopping trolley using rfid and remote controlling report
Smart shopping trolley using rfid and remote controlling reportPranav Veerani
 
Smart shopping trolley using rfid and remote controlling
Smart shopping trolley using rfid and remote controllingSmart shopping trolley using rfid and remote controlling
Smart shopping trolley using rfid and remote controllingPranav Veerani
 

More from Pranav Veerani (20)

Organic Food Industry of United State of America(USA) w.r.t. Business opportu...
Organic Food Industry of United State of America(USA) w.r.t. Business opportu...Organic Food Industry of United State of America(USA) w.r.t. Business opportu...
Organic Food Industry of United State of America(USA) w.r.t. Business opportu...
 
Consolidation of Vendors, Retailers and Healthcare insurers of Managing Human...
Consolidation of Vendors, Retailers and Healthcare insurers of Managing Human...Consolidation of Vendors, Retailers and Healthcare insurers of Managing Human...
Consolidation of Vendors, Retailers and Healthcare insurers of Managing Human...
 
Amul PET Industries for Global Operation Management
Amul PET Industries for Global Operation ManagementAmul PET Industries for Global Operation Management
Amul PET Industries for Global Operation Management
 
A Research On" causes behind addiction of cigarette in youth ”
A Research On" causes behind addiction of cigarette in youth ”A Research On" causes behind addiction of cigarette in youth ”
A Research On" causes behind addiction of cigarette in youth ”
 
Causes behind increasing the consumption of cigarette in young generation: A ...
Causes behind increasing the consumption of cigarette in young generation: A ...Causes behind increasing the consumption of cigarette in young generation: A ...
Causes behind increasing the consumption of cigarette in young generation: A ...
 
Kelloggs marketing Plan
Kelloggs marketing PlanKelloggs marketing Plan
Kelloggs marketing Plan
 
Amul PET Industries for Global Operation Management
Amul PET Industries for Global Operation ManagementAmul PET Industries for Global Operation Management
Amul PET Industries for Global Operation Management
 
Mutual fund
Mutual fund Mutual fund
Mutual fund
 
TAGLINE & LOGO
TAGLINE & LOGO TAGLINE & LOGO
TAGLINE & LOGO
 
Duty Exemption & Duty Remission Schemes (International Trade Environment)
Duty Exemption  &  Duty Remission  Schemes (International Trade Environment)Duty Exemption  &  Duty Remission  Schemes (International Trade Environment)
Duty Exemption & Duty Remission Schemes (International Trade Environment)
 
Economic Environment of India and Jordan & Overview of European Free Trade As...
Economic Environment of India and Jordan & Overview of European Free Trade As...Economic Environment of India and Jordan & Overview of European Free Trade As...
Economic Environment of India and Jordan & Overview of European Free Trade As...
 
TATA Global Beverages
TATA Global BeveragesTATA Global Beverages
TATA Global Beverages
 
TATA Global Beverages
TATA Global BeveragesTATA Global Beverages
TATA Global Beverages
 
NBA: Competing on Global Delivery With Akamai OS Streaming
NBA: Competing on Global Delivery With Akamai OS StreamingNBA: Competing on Global Delivery With Akamai OS Streaming
NBA: Competing on Global Delivery With Akamai OS Streaming
 
NBA: Competing on Global Delivery With Akamai OS Streaming
NBA: Competing on Global Delivery With Akamai OS StreamingNBA: Competing on Global Delivery With Akamai OS Streaming
NBA: Competing on Global Delivery With Akamai OS Streaming
 
Attitide towards power&amp;politics
Attitide towards power&amp;politicsAttitide towards power&amp;politics
Attitide towards power&amp;politics
 
Comparative Analysis of Financial Statement Of IT industries
 Comparative Analysis of Financial Statement OfIT industries Comparative Analysis of Financial Statement OfIT industries
Comparative Analysis of Financial Statement Of IT industries
 
Comparative Analysis of Financial Statement Of IT industries
 Comparative Analysis of Financial Statement OfIT industries Comparative Analysis of Financial Statement OfIT industries
Comparative Analysis of Financial Statement Of IT industries
 
Smart shopping trolley using rfid and remote controlling report
Smart shopping trolley using rfid and remote controlling reportSmart shopping trolley using rfid and remote controlling report
Smart shopping trolley using rfid and remote controlling report
 
Smart shopping trolley using rfid and remote controlling
Smart shopping trolley using rfid and remote controllingSmart shopping trolley using rfid and remote controlling
Smart shopping trolley using rfid and remote controlling
 

Recently uploaded

💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...vershagrag
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxMuhammadAsimMuhammad6
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptxrouholahahmadi9876
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Ramkumar k
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfsumitt6_25730773
 

Recently uploaded (20)

💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 

Power series

  • 1. Series solution of ordinary differential equation PRANAV VEERANI 130280111117 311225 SHIKHA VERMA 130280111118 311226 DHWANI WAGHELA 130280111121 311227
  • 2. Power series • The power series method is the standard method for solving linear ODEs with variable coefficients. It gives solutions in the form of power series. These series can be used for computing values, graphing curves, proving formulas, and exploring properties of solutions, as we shall see.
  • 4. Ordinary and Singular Point • Consider the linear differential equation Y”+𝑃(𝑋)Y’+𝑄(𝑋)Y =0 where 𝑃(𝑥)and 𝑄(𝑥)are functions of x only. • Ordinary Point The point x=𝑥0 is called an ordinary point of the equation Y”+𝑃(𝑋)Y’+𝑄(𝑋)Y =0 if both 𝑃(𝑋)and 𝑄(𝑋)are finite at x=𝑥0.
  • 5. SINGULAR POINT • Singular Point The point x=𝑥0 is called a singular point of the equation Y”+𝑃(𝑋)Y’+𝑄(𝑋)Y =0 if 𝑃(𝑋) or 𝑄(𝑋) or both are infinite at x=𝑥0. There are two types of singular points: (1)Regular Singular Point: The point x=𝑥0 is called regular singular point of the equation Y”+𝑃(𝑋)Y’+𝑄(𝑋)Y =0 if both (x − 𝑥0) 𝑃(𝑋) and (𝑥 − 𝑥0)2 𝑄(𝑋) are finite at x=𝑥0.
  • 6. SINGULAR POINT (2)Irregular Singular Point The point x=𝑥0 is called an irregular singular point of the equation Y”+𝑃(𝑋)Y’+𝑄(𝑋)Y =0 if(x − 𝑥0) 𝑃(𝑋) or (𝑥 − 𝑥0)2 𝑄(𝑋) or both are infinite at x=𝑥0.
  • 7. EXAMPLE (i)Determine if x=1 is a regular singular point of (1− 𝑥2 )y" − 2xy’+n(n+1)y=0 where n is a constant Solution: Dividing both sides by (1− 𝑥2 ), y”--- 2𝑥 1−𝑥2 y’+ 𝑛(𝑛+1) 1−𝑥2 y=0 ComparingwithY”+𝑃(𝑋)Y’+𝑄(𝑋)Y =0, 𝑃(𝑋)= − 2𝑥 1−𝑥2,𝑄 𝑥 = 𝑛(𝑛+1) 1−𝑥2
  • 8. EXAMPLE • P(x) and Q(x) are infinite at x=1, • X=1is a singular point. • Now, (x-1)P(x)=(x-1)( −2𝑥 1−𝑥2)= 2𝑥 1+𝑥 (𝑥 − 1)2 Q(x)= (𝑥 − 1)2 ( 𝑛(𝑛+1) (1−𝑥)2 )= 1−𝑥 𝑛(𝑛+1) 1+𝑥 Both (x-1)P(x) and (𝑥 − 1)2 Q(x) are finite at x=1. X=1 is regular singular point.
  • 9. EXAMPLE (ii)Determine the singular points of differential equation 2x(𝑥 − 1)2 Y”+3xY’+(x-2)Y=0 and classify them as regular or irregular. • Dividing both sides by 2x(𝑥 − 1)2 , • Y”+ 3 2(𝑥−2)2Y’+ 1 2𝑥(𝑥−2) Y=0 • Comparing with Y”+P(x)Y’+Q(x)Y=0, • P(x)= 3 2(𝑥−2)2 ,Q(x)= 1 2𝑥(𝑥−2)
  • 10. EXAMPLE • At x=2,P(x) is infinite. • At x=0,2 ,Q(x) is infinite. • X=0 and x=2 are singular points. • For x=0 • (x-0)P(x)=x 3 2(𝑥−2)2 • (𝑥 − 0)2 Q(x)=𝑥2 1 2𝑥(𝑥−2) = 𝑥 2(𝑥−2) • Both (x-0)P(x) and (𝑥 − 0)2 Q(x) are finite at x=0.
  • 11. EXAMPLE • X=0 is a regular singular point. • For x=2 • (x-2)P(x)=(x-2) 3 2(𝑥−2)2= 3 2(𝑥−2) • (𝑥 − 2)2 Q(x)=(𝑥 − 2)2 1 2𝑥(𝑥−2) = 𝑥−2 2𝑥 • (x-2)P(x) is infinite at x=2. • x=2 is an irregular singular point.
  • 12. Power series solution about ordinary point • A power series solution of a differential equation Y”+P(x)Y’+Q(x)Y=0 about ordinary point x=𝑥0 can be obtained using the following steps. 1 Assume that Y= 𝑘=0 ∞ 𝑎 𝑘 (𝑥 − 𝑥0) 𝑘 be the solution of the given differential equation. 2 Find Y’= 𝑘=0 ∞ 𝑘 𝑎 𝑘(𝑥 − 𝑥0) 𝑘−1 and Y”= 𝑘=0 ∞ 𝑘 (𝑘 − 1)𝑎 𝑘(𝑥 − 𝑥0) 𝑘−2
  • 13. SOLUTION OF ORDINARY POINT 3 Substitute the value of Y , Y’ and Y” in given differential equation. 4 Equate to zero the coefficients of various powers of x and find 𝑎2,𝑎3,𝑎4 _ _ _etc.in terms of 𝑎0and 𝑎1. 5 Substitute the values of the constants 𝑎2,𝑎3,𝑎4 _ _ _ in Y= 𝑘=0 ∞ 𝑎 𝑘 (𝑥 − 𝑥0) 𝑘 which will be the required power series solution.
  • 14. Mclaurin series We see that Taylor series are power series. From the last section we know that power series represent analytic functions. And we now show that every analytic function can be represented by power series, namely, by Taylor series (with various centers). A Maclaurin series3 is a Taylor series with center 00 z 00 z
  • 15. Important maclurin series 𝑒 𝑥 = 1 + 𝑥 1! + 𝑥2 2! + 𝑥3 3! + ⋯ , −∞ < 𝑥 < ∞ cos 𝑥 = 1 − 𝑥2 2! + 𝑥4 4! − 𝑥6 6! + ⋯ sin 𝑥 = 𝑥 − 𝑥3 3! + 𝑥5 5! − 𝑥7 7! + ⋯ cos ℎ𝑥 = 1 + 𝑥2 2! + 𝑥4 4! + 𝑥6 6! + ⋯ sin ℎ𝑥 = 𝑥 + 𝑥3 3! + 𝑥5 5! + 𝑥7 7! + ⋯
  • 16. SERIES FORMULAS • Log(1+x)=x − 𝑥2 2 + 𝑥3 3 − 𝑥2 4 +---- • (1 + 𝑥)−1 = 1 − x + 𝑥2 − 𝑥3 + 𝑥4 −------ • (1 − 𝑥)−1 = 1 + x + 𝑥2 + 𝑥3 + 𝑥4 +------
  • 18. EXAMPLE Y’= 𝑘=0 ∞ 𝑘𝑎 𝑘 𝑥 𝑘−1 Substituting above values in (1),we get 𝑘=0 ∞ 𝑘𝑎 𝑘 𝑥 𝑘−1- 2X 𝑘=0 ∞ 𝑎 𝑘=0 𝑘=0 ∞ 𝑘𝑎 𝑘 𝑥 𝑘−1- 𝑘=0 ∞ 2 𝑎 𝑘 𝑥 𝑘+1 =0 (kk-2) 𝑘=0 ∞ 𝑘𝑎 𝑘 𝑥 𝑘−1- 𝑘=2 ∞ 2 𝑎 𝑘−2 𝑥 𝑘−1 =0 𝑎1+ 𝑘=2 ∞ 𝑘𝑎 𝑘 𝑥 𝑘−1- 𝑘=2 ∞ 2 𝑎 𝑘−2 𝑥 𝑘−1 =0
  • 19. EXAMPLE 𝑎1+ 𝑘=2 ∞ [𝑘𝑎 𝑘 − 2𝑎 𝑘−2]𝑥 𝑘−1 =0 Equating the coefficients of 𝑥0 : 𝑎1=0 𝑥 𝑘−1 : k𝑎 𝑘-2𝑎 𝑘−2=0 𝑎 𝑘= 2 𝑘 𝑎 𝑘−2,k>=2 This is called the recurrence relation. For k=2, 𝑎2= 2 2 𝑎0=𝑎0
  • 20. EXAMPLE For k=3, 𝑎3= 2 3 𝑎1=0 For k=4, 𝑎4= 2 4 𝑎2= 1 2 𝑎0 For k=5, 𝑎5= 2 5 𝑎3=0 For k=6, 𝑎6= 2 6 𝑎4= 1 3 ( 𝑎0 2 ) Substituting above values in (2),we get Y= 𝑘=0 ∞ 𝑎 𝑘 𝑥 𝑘
  • 21. EXAMPLE =𝑎0 + 𝑎1 𝑥 + 𝑎2 𝑥2 + 𝑎3 𝑥3 + 𝑎4 𝑥4 + 𝑎5 𝑥5 + 𝑎6 𝑥6 +------- =𝑎0 + 𝑎0 𝑥2 + 𝑎0 𝑥4 2 + 𝑎0 𝑥6 6 +----- =𝑎0(1 + 𝑥2 + 𝑥4 2 + 𝑥6 6 +--) =𝑎0 𝑒 𝑥2 basis ={𝑒 𝑥2 }
  • 22. EXAMPLE By power series method , solve (1 − 𝑥2 )Y”-2xY’+2Y=0 Given equation (1 − 𝑥2 )Y”-2xY’+2Y=0 Comparing with Y”+P(x)Y’+Q(x)Y=0, P(x)= −2𝑥 1−𝑥2 , Q(x)= 2𝑦 1−𝑥2 Both P(x) and Q(x) are finite at x=0.
  • 23. EXAMPLE • X=0 is an ordinary point. Let the series solution of (1) be Y= 𝑘=0 ∞ 𝑎 𝑘 𝑥 𝑘 Y’= 𝑘=0 ∞ 𝑘 𝑎 𝑘 𝑥 𝑘−1 Y”= 𝑘=0 ∞ 𝑘 (𝑘 − 1)𝑎 𝑘 𝑥 𝑘−2 Substituting above values in (1),we get (1-𝑥2 ) 𝑘=0 ∞ 𝑘 (𝑘 − 1)𝑎 𝑘 𝑥 𝑘−2 - 2x 𝑘=0 ∞ 𝑘 𝑎 𝑘 𝑥 𝑘−1 +2 𝑘=0 ∞ 𝑎 𝑘 𝑥 𝑘=0
  • 24. EXAMPLE • 𝑘=0 ∞ 𝑘 (𝑘 − 1)𝑎 𝑘 𝑥 𝑘−2 − 𝑘=0 ∞ 𝑘 (𝑘 − 1)𝑎 𝑘 𝑥 𝑘 − 𝑘=0 ∞ 2𝑘 𝑎 𝑘 𝑥 𝑘 + 𝑘=0 ∞ 2 𝑎 𝑘 𝑥 𝑘 =0 • 𝑘=0 ∞ 𝑘 (𝑘 − 1)𝑎 𝑘 𝑥 𝑘−2 − 𝑘=0 ∞ [𝑘 ( 𝑘 −
  • 25. EXAMPLE • 𝑘=0 ∞ 𝑘 (𝑘 − 1)𝑎 𝑘 𝑥 𝑘−2 − 𝑘=2 ∞ [𝑘(𝑘 − 3)]𝑎 𝑘−2 𝑥 𝑘−2 =0 • 𝑘=2 ∞ 𝑘 (𝑘 − 1)𝑎 𝑘 𝑥 𝑘−2 − 𝑘=2 ∞ [𝑘(𝑘 − 3)]𝑎 𝑘−2 𝑥 𝑘−2 =0 Equating the coefficient of 𝑥 𝑘−2 : k k − 1 𝑎 𝑘 − k k − 3 𝑎 𝑘−2 = 0 𝑎 𝑘= 𝑘(𝑘−3) 𝑘(𝑘−1) 𝑎 𝑘−2, k ≥ 2
  • 26. EXAMPLE • 𝑎 𝑘= (𝑘−3) (𝑘−1) 𝑎 𝑘−2, k ≥ 2 • For For k=2, 𝑎2 = −𝑎0 For k=3, 𝑎3 = 0 For k=4, 𝑎4 = 1 3 𝑎2 = −1 3 𝑎0 For k=5, 𝑎5 = 2 4 𝑎3 = 0 For k=6, 𝑎6 = 3 5 𝑎4 = 3 5 −1 3 𝑎0 = −1 5 𝑎0 Substituting above values in (2) ,we get
  • 27. EXAMPLE • Y= 𝑘=0 ∞ 𝑎 𝑘 𝑥 𝑘 = 𝑎0 +𝑎1 𝑥 + 𝑎2 𝑥2 + 𝑎3 𝑥3 + 𝑎4 𝑥4 + 𝑎5 𝑥5 + 𝑎6 𝑥6 +------- = 𝑎0 +𝑎1 𝑥 − 𝑎0 𝑥2 − 𝑎0 𝑥4 3 − 𝑎 𝑜 𝑥6 5 − −---- = 𝑎0 (1 − 𝑥2 − 𝑥4 3 − 𝑥6 5 − −----)+𝑎1x