Easy ODE to solve using frobenius method help?

razoribbon
Messages
2
Reaction score
0
I can't seem to figure this one out:

y'' + (1/x)*y' -c*y = -c*y0

where c is just a constant.

if someone could please go through the steps of the frobenius method, i would really appreciate it!

thanks.
 
Physics news on Phys.org
Step 1: Since the constant solution, y= cy0 for all x, is clearly a solution you can solve the homogeneous equation y''+ (1/x)y'- cy= 0 and add cy0.

Step 2: Multiply that equation by x to get xy''+ y'- cxy= 0.

Step 3: Write
y= \sum_{n=0}^\infty a_nx^{n+c}[/itex]<br /> differentiate term by term to find y&#039; and y&#039;&#039; and substitute into that equation.<br /> <br /> Step 4: Look just at the terms having lowest power of x. That should be a quadratic equation in c times a<sub>0</sub>. Assume that a_0\ne 0 so that the coefficient must be 0 and solve that &quot;indicial equation&quot; for two values of c.<br /> <br /> Step 5: Put each of those values of c into your equation in turn to find two independent solutions to the homogeneous equation. Setting each coefficient of x to a power to 0, you will get a recursive equation for a<sub>n</sub>.
 
i thought frobenius method was to look at the asymptotic solutions? halls what explained was simply how find a series solution?
 
thank you for such a clear response!

these are my steps:
<br /> y = \sum_{n=0}^{\infty} a_{n}x^{n + c}<br />
<br /> \frac{dy}{dx} = \sum_{n=0}^\infty (n + c)a_{n}x^{n + c -1}<br />
<br /> \frac{d^{2}y}{dx^{2}} = \sum_{n=0}^{\infty} (n + c)(n + c -1)a_{n}x^{n + c - 2}<br />

now i substitute them into the original equation multiplied by x:

<br /> \sum_{n=0}^{\infty} (n + c)(n + c -1)a_{n}x^{n + c -1} + (n + c)a_{n}x^{n + c -1} - {\alpha}a_{n}x^{n + c + 1} = 0<br />

the first two terms have the same power of x, so the equation can be simplified:

<br /> \sum_{n=0}^{\infty} (n + c)^{2}a_{n}x^{n + c - 1} - {\alpha}a_{n}x^{n + c + 1} = 0<br />

does this mean that the only solution is c = 0? have i done the right things so far?

thanks for your help!
 
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