Diff eq, power series solns, how do i determine how many terms to pull?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
channel1
Messages
70
Reaction score
0

Homework Statement



find 2 power series solutions of the given diff eq about the ordinary point x = 0
y'' - xy = 0

Homework Equations



y = (c_0)(y_1)[x] + (c_1)(y_2)[x]

The Attempt at a Solution



i can set it up to this (sorry idk out how to insert the subscripts with the summation symbols)

{sum n=2} [n (n-1) (c_n) (x ^(n-2) ) ] - {sum n=0} [(c_n) (x ^(n+1) ) ] = 0

but I am not sure how to determine how many terms i need to pull from each series

also, does it matter how many terms i pull so long as my value for k is the same for each series?
 
Physics news on Phys.org
You can click on the equation below to see how to write the equation:

[tex]\sum_{n=2}^\infty n(n-1)c_n x^{n-2} - \sum_{n=0}^\infty c_n x^{n+1} = 0[/tex]

The first series starts with a constant term, but the second series begins with the x1 term, so pull the constant term out of the first series and then combine the rest with the terms of the second series.