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

Ode powerpoint presentation1
Ode powerpoint presentation1Ode powerpoint presentation1
Ode powerpoint presentation1Pokkarn Narkhede
 
Application of derivatives 2 maxima and minima
Application of derivatives 2  maxima and minimaApplication of derivatives 2  maxima and minima
Application of derivatives 2 maxima and minimasudersana viswanathan
 
Differential Equations
Differential EquationsDifferential Equations
Differential EquationsKrupaSuthar3
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transformsKarnav Rana
 
Ordinary differential equations
Ordinary differential equationsOrdinary differential equations
Ordinary differential equationsAhmed Haider
 
Exact Differential Equations
Exact Differential EquationsExact Differential Equations
Exact Differential EquationsPrasad Enagandula
 
Integration in the complex plane
Integration in the complex planeIntegration in the complex plane
Integration in the complex planeAmit Amola
 
Partial Differentiation & Application
Partial Differentiation & Application Partial Differentiation & Application
Partial Differentiation & Application Yana Qlah
 
Diagonalization of Matrices
Diagonalization of MatricesDiagonalization of Matrices
Diagonalization of MatricesAmenahGondal1
 
Partial Differential Equation - Notes
Partial Differential Equation - NotesPartial Differential Equation - Notes
Partial Differential Equation - NotesDr. Nirav Vyas
 
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
 
System Of Linear Equations
System Of Linear EquationsSystem Of Linear Equations
System Of Linear Equationssaahil kshatriya
 
Odepowerpointpresentation1
Odepowerpointpresentation1 Odepowerpointpresentation1
Odepowerpointpresentation1 Pokarn Narkhede
 
First order linear differential equation
First order linear differential equationFirst order linear differential equation
First order linear differential equationNofal Umair
 
Partial Differentiation
Partial DifferentiationPartial Differentiation
Partial DifferentiationDeep Dalsania
 
Integration and its basic rules and function.
Integration and its basic rules and function.Integration and its basic rules and function.
Integration and its basic rules and function.Kartikey Rohila
 

What's hot (20)

Ode powerpoint presentation1
Ode powerpoint presentation1Ode powerpoint presentation1
Ode powerpoint presentation1
 
Application of derivatives 2 maxima and minima
Application of derivatives 2  maxima and minimaApplication of derivatives 2  maxima and minima
Application of derivatives 2 maxima and minima
 
Differential Equations
Differential EquationsDifferential Equations
Differential Equations
 
Fourier series
Fourier seriesFourier series
Fourier series
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transforms
 
Ordinary differential equations
Ordinary differential equationsOrdinary differential equations
Ordinary differential equations
 
Exact Differential Equations
Exact Differential EquationsExact Differential Equations
Exact Differential Equations
 
Integration in the complex plane
Integration in the complex planeIntegration in the complex plane
Integration in the complex plane
 
Partial Differentiation & Application
Partial Differentiation & Application Partial Differentiation & Application
Partial Differentiation & Application
 
Interpolation
InterpolationInterpolation
Interpolation
 
Diagonalization of Matrices
Diagonalization of MatricesDiagonalization of Matrices
Diagonalization of Matrices
 
Riemann sumsdefiniteintegrals
Riemann sumsdefiniteintegralsRiemann sumsdefiniteintegrals
Riemann sumsdefiniteintegrals
 
Ordinary differential equation
Ordinary differential equationOrdinary differential equation
Ordinary differential equation
 
Partial Differential Equation - Notes
Partial Differential Equation - NotesPartial Differential Equation - Notes
Partial Differential Equation - Notes
 
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
 
System Of Linear Equations
System Of Linear EquationsSystem Of Linear Equations
System Of Linear Equations
 
Odepowerpointpresentation1
Odepowerpointpresentation1 Odepowerpointpresentation1
Odepowerpointpresentation1
 
First order linear differential equation
First order linear differential equationFirst order linear differential equation
First order linear differential equation
 
Partial Differentiation
Partial DifferentiationPartial Differentiation
Partial Differentiation
 
Integration and its basic rules and function.
Integration and its basic rules and function.Integration and its basic rules and function.
Integration and its basic rules and function.
 

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

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

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 

Recently uploaded (20)

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 

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