Solving a DE: Finding Power Series Solutions about z = 0

Benny
Messages
577
Reaction score
0
Can someone please explain some steps of a worked example.

Q. Find the power series solutions about z = 0 of 4zy'' + 2y' + y = 0.

(note: y = y(z))

Writing the equation in standard form:

<br /> y&#039;&#039; + \frac{1}{{2z}}y&#039; + \frac{1}{{4z}}y = 0<br />

Let y = z^\sigma \sum\limits_{n = 0}^\infty {a_n z^n }

The indicial equation has roots zero and (1/2).

Using the substitution for y above the DE becomes:

<br /> \sum\limits_{n = 0}^\infty {\left[ {\left( {n + \sigma } \right)\left( {n + \sigma - 1} \right) + \frac{1}{2}\left( {n + \sigma } \right) + \frac{1}{4}z} \right]} a_n z^n = 0<br />...(1)

Demanding that the coefficients of z^n vanish separately in the above equation we obtain the recurrence relation:

<br /> \left( {n + \sigma } \right)\left( {n + \sigma - 1} \right)a_n + \frac{1}{2}\left( {n + \sigma } \right)a_n + \frac{1}{4}a_{n - 1} = 0<br />

What happened to the factor of z which was multiplied by (1/4) in (1)?

If we choose the larger root, 1/2, then the recurrence relation becomes a_n = \frac{{ - a_{n - 1} }}{{2n\left( {n + 1} \right)}}

Setting a_0 = 1 we find...etc

I am told that the larger of the two roots of the indicial equation always leads to a solution. However, I don't understand why a_0 is set equal to one? Is that an arbitrary selection or is it convenient?

Any help would be good thanks.
 
Last edited:
Physics news on Phys.org
Benny said:
\left( {n + \sigma } \right)\left( {n + \sigma - 1} \right)a_n + \frac{1}{2}\left( {n + \sigma } \right)a_n + \frac{1}{4}a_{n - 1} = 0

What happened to the factor of z which was multiplied by (1/4) in (1)?
It's there, it's the \frac{1}{4}a_{n-1}. Do you see why?
If we choose the larger root, 1/2, then the recurrence relation becomes

a_n = \frac{{ - a_{n - 1} }}{{2n\left( {n + 1} \right)}}
I've never done problems like this before, but if you are getting this by substituting \sigma = \frac{1}{2} into:

\left( {n + \sigma } \right)\left( {n + \sigma - 1} \right)a_n + \frac{1}{2}\left( {n + \sigma } \right)a_n + \frac{1}{4}a_{n - 1} = 0

then you should get:

a_n = \frac{{ - a_{n - 1} }}{{2n\left( {\mathbf{2}n + 1} \right)}}
Setting a_0 = 1 we find...etc

I am told that the larger of the two roots of the indicial equation always leads to a solution. However, I don't understand why a_0 is set equal to one? Is that an arbitrary selection or is it convenient?
Different choices of a0 will give different solutions, and you should indeed expect a family of solutions, not just one solution. Are there any given boundary conditions that might explain the choice of a0 = 1? If not, then perhaps it is just arbitrary/convenient/conventional, I don't know myself.
 
There aren't any ICs or BCs in the example so a_0 = 1 might have been chosen simply to illustrate the solution method. Thansk for your help.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top