Series solution of first order ODE

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
soverylost
Messages
2
Reaction score
0

Homework Statement



Find two non-zero terms of the power series solution of
y' = 1 + y^2 ,y(0) = 0
by using series substitution y(x) = sum (k=0 to inf) [a][/k] *x^k

Homework Equations



The Attempt at a Solution



First take the derivative of the power series to get
y' = sum (k=0 to inf) (k+1)*[a][/k+1]*x^k

Plug y and y' into the original ODE, here is where my problem is.
I want the powers of x to match so that i can match the coefficients of the series and get a recursive relationship to find the non-zero terms. How do i deal with the y^2 term? How do I square a series and still get matching x-terms?
 
Physics news on Phys.org
Remember, you are only asked to find the first couple of terms. So you just multiply out the first few terms the long way. For example, to start multiplying out these two:

[tex]a_0 + a_1x + a_2x^2 + ...[/tex]
[tex]b_0 +b_1x + b_2x^2 + ...[/tex]

You would get:

[tex]a_0b_0 + (a_0b_1 + a_1b_0)x + ...[/tex]

and do you see how to get all the x2 terms if you need them? So do that method for multiplying the series for y by itself for as many terms as you need.