Answer on Question#39001 – Math - Other
The Method of Frobenius is a way to find an infinite series solution for a second-order ordinary differential equation of the form
z2u′′+p(z)zu′+q(z)u=0
in the vicinity of the regular singular point z=0.
We can divide by z2 to obtain a differential equation of the form
u′′+zp(z)u′+z2q(z)u=0
We have the differential equation:
y′′+2x1y′+y=0
The Method of Frobenius tells us that we can seek a power series solution of the form:
y(x)=k=0∑∞Akxk+r
Differentiating:
y′(x)=k=0∑∞(k+r)Akxk+r−1y′′(x)=k=0∑∞(k+r−1)Akxk+r−2
Substitute it into equation:
k=0∑∞(k+r−1)Akxk+r−2+2x1k=0∑∞(k+r)Akxk+r−1+k=0∑∞Akxk+r−1=k=0∑∞(k+r−1)Akxk+r−2+k=0∑∞2k+rAkxk+r−2+k=0∑∞Akxk+r−1=k=0∑∞(k+r−1)Akxk+r−2+k=0∑∞2k+rAkxk+r−2+k=1∑∞Ak−1xk+r−2=k=0∑∞(k+r−1)Akxk+r−2+k=0∑∞2k+rAkxk+r−2+k=1∑∞Ak−1xk+r−2=k=0∑∞(k+r−1+2k+2r)Akxk+r−2+k=1∑∞Ak−1xk+r−2=(r−1+2r)A0xr−2+k=1∑∞(k+r−1+2k+2r)Akxk+r−2+k=1∑∞Ak−1xk+r−2=(23r−1)A0xr−2+k=1∑∞((23k+23r−1)Ak+Ak−1)xk+r−2=0
From 23r−1=0 we get r=32. Using this root, we set the coefficient of xk+r−2 to be zero (for it to be a solution), which gives us:
(23k+1−1)Ak+Ak−1=23kAk+Ak−1=0
Hence we have the recurrence relation:
Ak=−3k2Ak−1
Then
A0=A1=1 (arbitrary),A2=−32A1=−32,A3=−3⋅22⋅(−32)=32⋅2!22,…
Or
Ak=3k−1k!(−1)k−1⋅2k−1
If we will have some initial conditions, we can either solve the recurrence entirely or obtain a solution in power series form.
Answer:
yr(x)=k=0∑∞3k−1k!(−1)k−1⋅2k−1xk+r.