smithg86
- 58
- 0
Homework Statement
(Can someone please check my work? Bear with me, this is my first time using LaTex on this forum...)
Find the general solution to the first oder ODE
<br /> y'-y=e^x<br />
by substituting a series
y= \sum_{n=0}^\infty a_n x^n about x_0=0, finding the recurrence relation for a_n, and solving to find an expression for the general term a_n in terms of a_0. What is the radius of convergence of the solution?
Homework Equations
e^x = \sum_{n=0}^\infty \frac{x^n}{n!}
The Attempt at a Solution
I plugged y into the DE:
<br /> \sum_{n=1}^\infty a_n n x^{n-1} - \sum_{n=0}^\infty a_n x^n = \sum_{n=0}^\infty \frac{x^n}{n!}<br />
Then I made all series start at n=0:
<br /> \sum_{n=0}^\infty a_{n+1} (n+1) x^n - \sum_{n=0}^\infty a_n x^n - \sum_{n=0}^\infty \frac{x^n}{n!} = 0<br />
Bringing together like terms:
<br /> \sum_{n=0}^\infty x^n (a_{n+1} (n+1) - a_n - \frac{1}{n!}) = 0<br />
Set coefficients equal to zero:
<br /> a_{n+1} (n+1) - a_n - \frac{1}{n!} = 0<br />
Solving for recurrence relation:
<br /> a_{n+1} = \frac{n!a_n +1}{(n+1)!}<br />
After plugging in n=0,1,2,3,4... the pattern is:
<br /> a_n = \frac{a_0 + n}{n!}<br />
Therefore, the solution is:
<br /> y = a_0 + (a_0 + 1)x+(\frac{a_0 + 2}{2})x^2 + (\frac{a_0 + 3}{6})x^3 +...<br />
I was unsure about how to determine the radius of convergence.
Last edited: