2y"+y'=0 has a solution in the form c1+c2(e^-x/2)
The official solution does not include my factored x for the Maclaurin of (e^-x/2). How did I go wrong? Or do I incorporate the extra x differently?
2y"+y'=0 has a solution in the form c1+c2(e^-x/2)
The official solution does not include my factored x for the Maclaurin of (e^-x/2). How did I go wrong? Or do I incorporate the extra x differently?
The second to last line should be: $$y=a_0+a_1x\left(1-\frac{x}{4}+\frac{x^2}{24}-\frac{x^3}{192}+\frac{x^4}{1920}\cdots\right)$$ Using summation notation: $$y=a_0+a_1x\sum_{n=0}^\infty \frac{x^n(-1)^n}{2^n(n+1)!}$$ Multiplying the $x$ into the summation: $$y=a_0+a_1\sum_{n=0}^\infty \frac{x^{n+1}(-1)^n}{2^n(n+1)!}$$ $$y=a_0+a_1\sum_{n=0}^\infty \frac{2}{-1}\frac{x^{n+1}(-1)^{n+1}}{2^{n+1}(n+1)!}$$ $$y=a_0-2a_1\sum_{n=0}^\infty \frac{\left(-\frac{x}{2}\right)^{n+1}}{(n+1)!}$$ Since the summation starts at $n+1=1$ and not $n+1=0$: $$y=a_0-2a_1\left(e^{-\frac{x}{2}}-\frac{\left(-\frac{x}{2}\right)^0}{0!}\right)$$ $$y=a_0+2a_1-2a_1e^{-\frac{x}{2}}$$ Since $a_0+2a_1$ and $-2a_1$ are just arbitrary constants: $$y=c_1+c_2e^{-\frac{x}{2}}$$