next up previous
Next: About this document ...

Second Order Equations with Constant Coefficients

Suppose we have the equation


y'' + y = 0

We don't really have any techniques to deal with this sort of equation, so let's try guessing.




Suppose we try a polynomial:

\begin{displaymath}y(x) = a_n x^n + a_{n-1} x^{n-1} + ... + a_1 x + a_0 = \sum_{j=0}^{j=n}a_jx^j\end{displaymath}

then

\begin{displaymath}y''(x) = \sum_{j=2}^{j=n} a_j j (j-1) x^{j-2}\end{displaymath}

from which we quickly conclude that we must have
y(x) = 0.

Second Order Equations with Constant Coefficients

Suppose for a moment that we were allowed polynomials of infinite length, something that looks like


\begin{displaymath}y(x) = \sum_{j=0}^{j=\infty} a_jx^j\end{displaymath}

Does this help?


\begin{displaymath}y''(x) = \sum_{j=2}^{j=\infty} j(j-1)a_jx^{j-2}\end{displaymath}


\begin{displaymath}= \sum_{j=0}^{j=\infty} (j+2)(j+1)a_{j+2}x^j\end{displaymath}

Which implies (from y'' = -y)


\begin{displaymath}a_{j+2} = -\frac{a_j}{(j+2)(j+1)}\end{displaymath}

We can start writing out the coefficients for the series...


\begin{displaymath}a_2 = -\frac{a_0}{2 \cdot 1} = -\frac{a_0}{2!}; \hspace{.3in} a_4 = -\frac{a_2}{4 \cdot 3}
= \frac{a_0}{4!}; \end{displaymath}


\begin{displaymath}a_6 = -\frac{a_4}{6 \cdot 5} =
-\frac{a_0}{6!}; \quad \textrm{etc.}\end{displaymath}

At which point we might surmise that


\begin{displaymath}a_{2n} = \frac{(-1)^na_0}{2n!}\end{displaymath}




next up previous
Next: About this document ...
Math 23 Winter 2000
2000-01-10