Laplace Transform of Delayed Functions
More general: \(\mathcal{L} \{ u_c(t) f(t-c) \}\)
Delayed activation of \(f(t)\) by \(c\)
Consider the function \(f(t) = t\). When we apply a unit step function delay, we see the same shape of \(t\) at a later time.
Figure: Coordinate graph showing f(t) equals t as a linear line passing through the origin.
Figure: Coordinate graph showing the function shifted right to start at point c on the horizontal t-axis.
Shift RIGHT by \(c\)
Derivation of the Transform
\[ \mathcal{L} \{ u_c(t) f(t-c) \} = \int_{0}^{\infty} u_c(t) f(t-c) e^{-st} dt \]
Where the unit step function is defined as:
\[ u_c = \begin{cases} 0 & t < c \\ 1 & t \geq c \end{cases} \]
Applying the definition of \(u_c\), the integral becomes:
\[ = \int_{c}^{\infty} f(t-c) e^{-st} dt \]
Let \(\tau = t - c\), then \(t = \tau + c\) and \(d\tau = dt\). Substituting these into the integral:
\[ = \int_{0}^{\infty} f(\tau) e^{-s(\tau + c)} d\tau \]\[ = e^{-sc} \int_{0}^{\infty} f(\tau) e^{-s\tau} d\tau \]
Since \(\tau\) is a dummy variable, we can rename it to \(t\):
\[ \mathcal{L} \{ f(\tau) \} = \mathcal{L} \{ f(t) \} = F(s) \]