How Do You Use Power Series to Solve y``-3y`+2y=0?

asdf1
Messages
734
Reaction score
0
for this problem,
y``-3y`+2y=0
how do you solve it using the power series method?
 
Physics news on Phys.org
Pretty much the same way you would any such equation.
Let
y= \Sigma_{n=0}^\infty a_nx^n
then
y'= \Sigma_{n=1}^\infty na_nx^{n-1}
(we can start at n= 1 because if n= 0 the term is 0) and
y"= \Sigma_{n= 2}^\infty n(n-1)a_nx^{n-2}
(we can start at n= 2 because both n=0 and n= 1 make n(n-1) 0)

Now put those into the equation:
y``-3y`+2y=0
\Sigma_{n= 2}^\infty n(n-1)a_nx^{n-2}-\Sigma_{n=1}^\infty 3na_nx^{n-1}+\Sigma_{n=0}^\infty2a_nx^n= 0
Since n in each sum is a "dummy index", we can change indices to match powers. In the first sum let j= n-2, in the second sum, j= n-1, and in the last, j= n. The sums become
\Sigma_{j= 0}^\infty (j+2)(j+1)a_{j+2}x^j-\Sigma_{n=0}^\infty 3(j+1)a_{j+1}x^j+\Sigma_{j=0}^\infty2a_jx^j= 0
or
\Sigma_{j= 0}^\infty\left( (j+2)(j+1)a_{j+2}- 3(j+1)a_{j+1}+2a_j\right)x^j= 0
For that to be true for all x, we must have
(j+2)(j+1)a_{j+2}- 3(j+1)a_{j+1}+2a_j= 0
for all j. That's a recursive equation that you can solve for aj in terms of a0 and a1, the two constants in the general solution.

Another way to get a power series is to find Taylor's series for y:
y= \Sigma_{n=0}^\infty \frac{y^{(n)}}{n!}x^n
Take y(0) and y'(0) as given initial values (again, the two constants in the general solution. The y"(0)= 3y'(0)- 2y(0), y(3)(0)= 3y"(0)- 2y'(0), y(4)(0)= 3y(3)- 2y"(0), etc.

Of course, there is no need to do all that (unless some evil teacher is requiring it!) since this is a simple linear, homogeneous, differential equation with constant coefficients. It's characteristic equation is r2- 3r+ 2= 0 which has roots r= -1 and r= -2. The general solution to the differential equation is y= C1e-x+ C2e-2x. You can use that to check your series solution.
 
thank you very much!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top