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

Higher order ODE with applications
Higher order ODE with applicationsHigher order ODE with applications
Higher order ODE with applicationsPratik Gadhiya
 
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 EquationArijitDhali
 
Homogeneous Linear Differential Equations
 Homogeneous Linear Differential Equations Homogeneous Linear Differential Equations
Homogeneous Linear Differential EquationsAMINULISLAM439
 
Integration in the complex plane
Integration in the complex planeIntegration in the complex plane
Integration in the complex planeAmit Amola
 
Differential Equations Lecture: Non-Homogeneous Linear Differential Equations
Differential Equations Lecture: Non-Homogeneous Linear Differential EquationsDifferential Equations Lecture: Non-Homogeneous Linear Differential Equations
Differential Equations Lecture: Non-Homogeneous Linear Differential Equationsbullardcr
 
Ordinary differential equations
Ordinary differential equationsOrdinary differential equations
Ordinary differential equationsAhmed Haider
 
Ordinary differential equation
Ordinary differential equationOrdinary differential equation
Ordinary differential equationJUGAL BORAH
 
Second order homogeneous linear differential equations
Second order homogeneous linear differential equations Second order homogeneous linear differential equations
Second order homogeneous linear differential equations Viraj Patel
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equationsaman1894
 
First order linear differential equation
First order linear differential equationFirst order linear differential equation
First order linear differential equationNofal Umair
 
Complex analysis
Complex analysisComplex analysis
Complex analysissujathavvv
 
Power Series,Taylor's and Maclaurin's Series
Power Series,Taylor's and Maclaurin's SeriesPower Series,Taylor's and Maclaurin's Series
Power Series,Taylor's and Maclaurin's SeriesShubham Sharma
 
Fourier series Introduction
Fourier series IntroductionFourier series Introduction
Fourier series IntroductionRizwan Kazi
 
Infinite sequence and series
Infinite sequence and seriesInfinite sequence and series
Infinite sequence and seriesBhavik A Shah
 

What's hot (20)

Higher order ODE with applications
Higher order ODE with applicationsHigher order ODE with applications
Higher order ODE with applications
 
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
 
Homogeneous Linear Differential Equations
 Homogeneous Linear Differential Equations Homogeneous Linear Differential Equations
Homogeneous Linear Differential Equations
 
Integration in the complex plane
Integration in the complex planeIntegration in the complex plane
Integration in the complex plane
 
Differential Equations Lecture: Non-Homogeneous Linear Differential Equations
Differential Equations Lecture: Non-Homogeneous Linear Differential EquationsDifferential Equations Lecture: Non-Homogeneous Linear Differential Equations
Differential Equations Lecture: Non-Homogeneous Linear Differential Equations
 
Ordinary differential equations
Ordinary differential equationsOrdinary differential equations
Ordinary differential equations
 
Ordinary differential equation
Ordinary differential equationOrdinary differential equation
Ordinary differential equation
 
Ordinary differential equation
Ordinary differential equationOrdinary differential equation
Ordinary differential equation
 
taylors theorem
taylors theoremtaylors theorem
taylors theorem
 
Differential equations
Differential equationsDifferential equations
Differential equations
 
Second order homogeneous linear differential equations
Second order homogeneous linear differential equations Second order homogeneous linear differential equations
Second order homogeneous linear differential equations
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equations
 
Fourier series
Fourier seriesFourier series
Fourier series
 
First order linear differential equation
First order linear differential equationFirst order linear differential equation
First order linear differential equation
 
Complex analysis
Complex analysisComplex analysis
Complex analysis
 
Power Series,Taylor's and Maclaurin's Series
Power Series,Taylor's and Maclaurin's SeriesPower Series,Taylor's and Maclaurin's Series
Power Series,Taylor's and Maclaurin's Series
 
Numerical method
Numerical methodNumerical method
Numerical method
 
Fourier series Introduction
Fourier series IntroductionFourier series Introduction
Fourier series Introduction
 
Fourier series and transforms
Fourier series and transformsFourier series and transforms
Fourier series and transforms
 
Infinite sequence and series
Infinite sequence and seriesInfinite sequence and series
Infinite sequence and series
 

Similar to Power series

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
 
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
 

Similar to Power series (20)

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
 
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
 
co.pptx
co.pptxco.pptx
co.pptx
 
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
 

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

"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...Erbil Polytechnic University
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdfDEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdfAkritiPradhan2
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptJohnWilliam111370
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptxmohitesoham12
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Erbil Polytechnic University
 
Robotics Group 10 (Control Schemes) cse.pdf
Robotics Group 10  (Control Schemes) cse.pdfRobotics Group 10  (Control Schemes) cse.pdf
Robotics Group 10 (Control Schemes) cse.pdfsahilsajad201
 
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmComputer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmDeepika Walanjkar
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Novel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsNovel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsResearcher Researcher
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfalene1
 
Cost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionCost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionSneha Padhiar
 
KCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosKCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosVictor Morales
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdfCaalaaAbdulkerim
 
List of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfList of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfisabel213075
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESkarthi keyan
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating SystemRashmi Bhat
 

Recently uploaded (20)

"Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ..."Exploring the Essential Functions and Design Considerations of Spillways in ...
"Exploring the Essential Functions and Design Considerations of Spillways in ...
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdfDEVICE DRIVERS AND INTERRUPTS  SERVICE MECHANISM.pdf
DEVICE DRIVERS AND INTERRUPTS SERVICE MECHANISM.pdf
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.pptROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
ROBOETHICS-CCS345 ETHICS AND ARTIFICIAL INTELLIGENCE.ppt
 
Designing pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptxDesigning pile caps according to ACI 318-19.pptx
Designing pile caps according to ACI 318-19.pptx
 
Python Programming for basic beginners.pptx
Python Programming for basic beginners.pptxPython Programming for basic beginners.pptx
Python Programming for basic beginners.pptx
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
Comparative study of High-rise Building Using ETABS,SAP200 and SAFE., SAFE an...
 
Robotics Group 10 (Control Schemes) cse.pdf
Robotics Group 10  (Control Schemes) cse.pdfRobotics Group 10  (Control Schemes) cse.pdf
Robotics Group 10 (Control Schemes) cse.pdf
 
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithmComputer Graphics Introduction, Open GL, Line and Circle drawing algorithm
Computer Graphics Introduction, Open GL, Line and Circle drawing algorithm
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Novel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending ActuatorsNovel 3D-Printed Soft Linear and Bending Actuators
Novel 3D-Printed Soft Linear and Bending Actuators
 
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdfComprehensive energy systems.pdf Comprehensive energy systems.pdf
Comprehensive energy systems.pdf Comprehensive energy systems.pdf
 
Cost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based questionCost estimation approach: FP to COCOMO scenario based question
Cost estimation approach: FP to COCOMO scenario based question
 
KCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitosKCD Costa Rica 2024 - Nephio para parvulitos
KCD Costa Rica 2024 - Nephio para parvulitos
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdf
 
List of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdfList of Accredited Concrete Batching Plant.pdf
List of Accredited Concrete Batching Plant.pdf
 
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTESCME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
CME 397 - SURFACE ENGINEERING - UNIT 1 FULL NOTES
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating System
 

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