Math10 said:Homework Statement
Find the power series in x-x0 for the general solution of y"-y=0; x0=3.
Homework Equations
None.
The Attempt at a Solution
Let me post my whole work:
Math10 said:Can you please take a look at the work that I posted? It's clearly written.
Math10 said:I know that's the right answer, but what should I do to get to the right answer after the last step in my work? That's where I got stucked.
Math10 said:You mean this:
n=2m (even index)
a2m+2=a2m/[(2m+2)(2m+1)]
----------------------------------------------------------------------------
n=2m+1 (odd index)
a2m+3=a2m+1/[(2m+3)(2m+2)]
Math10 said:So how do I get to the answer? I know where x-3 comes from.
Math10 said:I still don't really get it.
This thread is in the Homework Help forums...PeroK said:You have:
##(n+2)(n+1)a_{n+2} = a_n##
Hence:
##a_{n+2} = \frac{a_n}{(n+2)(n+1)}##
For ##n## even this gives:
##a_2 = \frac{a_0}{2}, \ a_4 = \frac{a_2}{12} = \frac{a_0}{24}, \ a_6 = \frac{a_4}{30} = \frac{a_0}{720} \dots##
And, now by insight, inspiration (or looking at the answer) you have to notice that ##2, 24, 720 \dots## are the even factorials and hence ##a_n = \frac{a_0}{n!}##
Odd ##n## is much the same.