7.2 Laplace Transform of Initial-Value Problems
solve something like \( y'' + 4y = 8 \), \( y(0) = 0 \), \( y'(0) = 6 \)
- For \( y'' + 4y = 8 \):
- mass = 1
- spring constant = 4
- force of (upward) 8
- For \( y(0) = 0 \): initial displacement
- For \( y'(0) = 6 \): initial velocity
basic idea: Laplace transform of both sides
- \( \mathcal{L} \{ y(t) \} = Y(s) \)
- \( \mathcal{L} \{ y'(t) \} = ? \)
- \( \mathcal{L} \{ y''(t) \} = ? \)
\[ \mathcal{L} \{ y' \} = \int_{0}^{\infty} y' e^{-st} dt = \lim_{a \to \infty} \int_{0}^{a} y' e^{-st} dt \]
\( u = e^{-st} \quad dv = y' dt \)
\( du = -s e^{-st} dt \quad v = y \)