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