6.2 Solutions of Initial-Value Problems
Use LT to solve:
Definition of LT:
We often look up a Table for commonly used LT (Table 6.2.1 p. 321).
Inverse LT:
Formula is complicated and is not practical. Use Table.
Use LT to solve:
We often look up a Table for commonly used LT (Table 6.2.1 p. 321).
Formula is complicated and is not practical. Use Table.
Note denominator: \( s^2 - a^2 \) (\( a \): constant)
Closest match:
\[ f(t) = 2 \cosh 2t - \frac{3}{2} \sinh 2t \]
To find the constants \( A \) and \( B \), we multiply by the common denominator:
Alternatively, expand the equation:
Then solve the system of equations:
If \( y \) is not specified, then:
Find \( \mathcal{L}\{y'\} = ? \)
Use the definition of the Laplace Transform:
Using integration by parts:
Note that as \( A \to \infty \), \( y(A) e^{-sA} \to 0 \). Also, the integral term is the definition of \( \mathcal{L}\{y\} = Y \).
\[ \mathcal{L} \{y''\} = \mathcal{L} \{(y')'\} = s \mathcal{L} \{y'\} - y'(0) \]
\[ = s (sY - y(0)) - y'(0) \]
\[ \mathcal{L} \{y''\} = s^2 Y - s y(0) - y'(0) \]
Similarly,
\[ \mathcal{L} \{y'''\} = s^3 Y - s^2 y(0) - s y'(0) - y''(0) \]
\[ \mathcal{L} \{y^{(4)}\} = s^4 Y - s^3 y(0) - s^2 y'(0) - s y''(0) - y'''(0) \]
Solve: \[ y'' - 2y' + 2y = 0 \quad y(0)=0, \ y'(0)=1 \]
\[ \mathcal{L} \{y''\} - 2 \mathcal{L} \{y'\} + 2 \mathcal{L} \{y\} = \mathcal{L} \{0\} \]
\[ s^2 Y - s y(0) - y'(0) - 2(sY - y(0)) + 2Y = 0 \]
\[ s^2 Y - 2sY + 2Y = y'(0) \]
\[ (s^2 - 2s + 2) Y = 1 \]
characteristic polynomial: \( s^2 - 2s + 2 \)
\[ Y = \frac{1}{s^2 - 2s + 2} \]
Find \( \mathcal{L}^{-1} \{Y\} = y \)
Denominator not factorable \( \rightarrow \) complete the square.
Note: The term \((\frac{-2}{2})^2\) is added and subtracted to complete the square, where \(-2\) is the coefficient of \(s\).
Applying the property to find the inverse transform:
so \( y(t) = e^t \sin t \)
Example: \( y''' + y' = 1 \)
Initial conditions: \( y(0) = y'(0) = y''(0) = 0 \)
Taking the Laplace transform of both sides:
Applying initial conditions (all zero):
This is a case of repeated linear factors.
\( B = 1 \)
\( A = 0 \)
\( B + D = 0 \implies D = -1 \)
\( A + C = 0 \implies C = 0 \)
\( y = t - \sin t \)
Characteristic equation and roots:
General solution form:
LT doesn't care about duplication.
LT can handle discontinuous forcing functions (just needs to be piecewise continuous).
Applying the Laplace Transform:
\( \mathcal{L}^{-1} \{ Y \} \) discussed in 6.3