Solving differential equation (involves power series)

EvilKermit
Messages
22
Reaction score
0
Hey guys. I'm new here. I've been trying to figure out how to solve this problem, and I'm still confused.

(-x^2 + 4x -3)* d2y/dx2 - 2(x-2) * dy/dx + 6y = 0

y(-2) = 1
dy/dx(-2) = 0

I set y = \suman(x+2)n (start at n=0, n goes to infinity)

dy/dx = \sumann(x+2)n-1 (start at n=0, n goes to infinity)

d2y/dx2 = \sumann(n-1)(x+2)n-2 (start at n=0, n goes to infinity


So:
0 = 6\suman(x+2)n - 2(x+2)\sumann(x+2)n-1 + (-x^2 + 4x -3)\sumann(n-1)(x+2)n-2

I can simplify this to:
0 = \sum6an(x+2)n - \sum2ann(x+2)n + (-x^2 + 4x -3)\sumann(n-1)*(x+2)n-2

This further simplifies to:

0 = \sum(6an-2ann)(x+2)n + (-x^2 + 4x -3)\sumann(n-1)*(x+2)n-2

However I don't know how to further simplify it, and where to go from here. Am I on the right track? I believe the answer will look like this:

y = a1+ a2x + a3x2 + a4x3....

If somebody could please help me out, I would very much appreciate it. Thank You
 
Physics news on Phys.org
Look like you are on the right track but there is still a lot more to do.

I would prefer you start with let t=x+2 and replace all x in the DE with t-2.
 
Your equation has regular singularities at x={1,3,\infty}. Are these points within the range of the desired solution? If you need solutions that are near to these singularities you might have better luck using the Frobenius series technique and find solutions that cover your desired range. Start with the indicial equation.

Right now it looks to me like you're trying to find a Taylor series solution about the point where your initial conditions are defined (x=-2) but this is so close to the singular point (x=1) that you could have problems. However, it might be good enough if you're only concerned about solutions in the neighborhood of x=-2.
 
How about set y = \suman(x)n (start at n=0, n goes to infinity)

Just do it the regular way! then you absorb the polynomial into the series. It is not as pretty, but you don't end up with the polynomial times a series.
 
How about set y = \suman(x)n (start at n=0, n goes to infinity)

Just do it the regular way! then you absorb the polynomial into the series. It is not as pretty, but you don't end up with the polynomial times a series.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top