Power Series: Question about constants

Saladsamurai
Messages
3,009
Reaction score
7

Homework Statement



So I have attached the problem in image:

Pr and A are just numbers (constants) that are given. I solved the equation by power series solution. However, I am just confused because it is a second order DE but I only have one arbitrary constant of integration ao. I am not sure where I went wrong? Should I have defined BOTH a0 and a1 to be arbitrary? I never got the hang of the little details with series solutions; perhaps I can get some input on this.

Thanks :smile:

PowerSeries.jpg


Also, I would be interested to hear any other ideas about ways to solve this equation, but my power series question is my main concern.
 
Last edited:
Physics news on Phys.org
I didn't look very closely, but it looks like you're on the right track. Since your equation is second order, you will have two arbitrary constants, which in your case are a0 and a3. Problems like this have two initial conditions y(x0) = y0, and y'(x0) = y1. Since your series is a Maclaurin series, x0 = 0.
 
Look at the step where you change the index so it starts at n = -2. The other two sums start at n = 0 so they can't be grouped in the sum at that step. Furthermore, n = -1 and n = -2 don't give anything in the first sum and n= 0 doesn't give anything in the second. So write that step:

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

Now n = 0 will give a2 in terms of a0 and n = 1 will give a3 in terms of a1, with a0 and a1 arbitrary.
 
Sweet! I went through it again and got a0 and a1 as my arbitrary constants. Out of curiosity, anyone see another way to solve this? I was thinking that if we divide through by y' we would have:

y"/y' + Ax - Ay/y' = 0

Now the first term can be written ln[y']'. If I could write the last term in a similar fashion (i.e. as a derivative), I could integrate directly.
 
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