Power Series Solution for y' = 4xy + 2 with Initial Condition y(0)=1

Char. Limit
Gold Member
Messages
1,222
Reaction score
23

Homework Statement


I am trying to find the power series solution to y' = 4 x y + 2, with the initial condition of y(0)=1.

Homework Equations


The Attempt at a Solution



Simple enough, I say, as I arrange the equation so I have 0 on one side. I get something like this:

y' - 4 x y - 2 = 0

I then assume that y = \sum_{n=0}^\infty a_n x^n. I also find that y' = \sum_{n=0}^\infty (n+1) a_{n+1} x^n and I pick, for two, a series like \sum_{n=0}^\infty \frac{1}{2^n}. Subbing this all in, I get:

\sum_{n=0}^\infty \left(a_n - 4 \left(n+1\right) x a_{n+1} - \frac{1}{2^n}\right) x^n = 0

Or in other words...

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

But this doesn't look right. There's an "x" in there that shouldn't be there. What's the best way to remove the x?
 
Physics news on Phys.org
Hi Char. Limit! :smile:

You needed to think ahead :wink:
Char. Limit said:
y = \sum_{n=0}^\infty a_n x^n.

… you needed xy = \sum_{n=0}^\infty a_n x^{n+1} :smile:

(and then change the limits, of course)
 
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