10 Ordinary Differential Equations II

In this class,

  1. Solve using variation of parameters,

    \begin{displaymath}
2 y'' - 4y' -6 y = 4 \sin^2(x)
\end{displaymath}

  2. Solve using undetermined coefficients:

    \begin{displaymath}
y'' - 2y' + y = 3x + 25 \sin(3x) + 2 e^x
\qquad y(0)=1 \quad y'(0)=2
\end{displaymath}

  3. Find the Laplace transform $\widehat u$ of

    \begin{displaymath}
u = 1 - 4 t + 2 t^2 e^{-3t}
\end{displaymath}

    You may only use the brief Laplace transform table handed out in class. Everything else must be derived. Do not use convolution.

  4. Solve

    \begin{displaymath}
y' - 9 y = t \qquad y(0) = 5
\end{displaymath}

    That would of course be quick using undetermined coefficients, or solving as a first order linear equation. Unfortunately, you must use Laplace transforms. You may only use the brief Laplace transform table handed out in class. Everything else must be derived. Do not use convolution. In solving the system of 3 equations in 3 unknowns of the partial fraction expansion, you may mess around; this is no longer linear algebra. However, you must substitute your solution into the original ODE and ICs and go back to fix any problem there may be.

  5. Solve

    \begin{displaymath}
y'' + 9 y = t^2 \qquad y(0) = y'(0)= 0
\end{displaymath}

    That would of course be quick using undetermined coefficients. Unfortunately, you must use Laplace transforms. You may only use the brief Laplace transform table handed out in class. Everything else must be derived. Do not use convolution. In solving the system of 5 equations in 5 unknowns of the partial fraction expansion, you may mess around; this is no longer linear algebra. However, you must substitute your solution into the original ODE and ICs and go back to fix any problem there may be.