Algebraic Solutions
The magic of the Laplace transform is how it handles derivatives:
\[\mathcal{L}\{y'\} = s Y(s) - y(0)\]
\[\mathcal{L}\{y''\} = s^2 Y(s) - s y(0) - y'(0)\]
This transforms a differential equation into an algebraic equation for \(Y(s)\). You solve for \(Y(s)\) and then use the Inverse Transform to find \(y(t)\).
Worked Examples
Example 1: Solving a 1st Order DE
Solve \(y' + y = 1\) with \(y(0) = 0\).
- Transform: \(sY(s) - 0 + Y(s) = 1/s\).
- Group: \(Y(s)(s+1) = 1/s \implies Y(s) = \frac{1}{s(s+1)}\).
- Partial Fractions: \(Y(s) = \frac{1}{s} - \frac{1}{s+1}\).
- Inverse Transform: \(y(t) = 1 - e^{-t}\).
- Result: \(y(t) = 1 - e^{-t}\).
The Bridge to Quantum Mechanics
We use this exact logic to solve for the Propagator in Quantum Mechanics. The propagator is a function that tells us how a wavefunction will look at some future time \(t\). By transforming the time-dependent Schrödinger Equation into the "Frequency" (Energy) domain, we can solve for the propagator using algebra. This is how we predict where an electron will be in a piece of silicon nanoseconds after a voltage is applied.