3. Steps and impulses (2nd order)

The key transforms that apply when the forcing contains steps or impulses are

\[\begin{align*} H(t-T) & \Longleftrightarrow \dfrac{e^{-sT}}{s}, \\ H(t-T)f(t-T) & \Longleftrightarrow e^{-sT}F(s), \\ \delta(t-T) & \Longleftrightarrow e^{-sT}. \end{align*}\]

Note

Steps and impulses in forcing both produce steps in the solution.

3.1. Impulse forcing

For illustration, let’s start with an impulse on an undamped oscillator.

Example

Solve

\[ x''+x = \delta(t-T), \quad x(0)=x'(0)=0, \]

for fixed \(T\ge 0\).

Since the system in the previous example starts at rest, it remains at rest until the impulse at time \(T\). Note that \(x\) remains continuous at \(t=T\), but \(x'\) does not. In fact, \(x'(T^+)=\cos(0)=1\). This modifies in a basic way the impulse response we observed for first-order problems.

Rule

In a second-order linear ODE, the effect of a unit impulse is the same as an instantaneous increase by 1 in the derivative of the solution.

Example

Find the solution of \(x''+2x'+10x=6\delta(t-5)\), \(x(0)=x'(0)=0\).

3.2. Step forcing

As a warm-up, let’s consider

\[ x''+x = H(t-T), \quad x(0)=x'(0)=0. \]

Solving for the transform of the solution gives

\[ X(s) = \frac{e^{-sT}}{s(s^2+1)}. \]

This is in the form \(e^{-sT}Y(s)\), where \(Y(s)=1/[s(s^2+1)]\). An appropriate real PFD is

\[ Y(s) = \frac{1}{s(s^2+1)} = \frac{A}{s} + \frac{Bs+C}{s^2+1}, \]

leading to the identity

\[ 1 = A(s^2+1) + (Bs+C)s = (A+B)s^2 + Cs + A. \]

From here it’s clear that \(A=1\), \(B=-1\), \(C=0\). Hence \(y(t)=1-\cos(t)\). Finally,

\[\begin{split} x(t) = H(t-T)y(t-T) = H(t-T)[1 - \cos(t-T)] = \begin{cases} 0, & 0 \le t < T, \\ 1-\cos(t-T), & t\ge T. \end{cases} \end{split}\]

It only takes a moment to see that both \(x\) and \(x'\) are continuous at \(t=T\), which is the general situation with step forcing.

Example

Find a particular solution of \(x''-x=f(t)\), where \(f(t) = \begin{cases} 0, & 0 \le t < 3, \\ t, & t\ge 3. \end{cases}\)

The Laplace transform systematizes the algebra needed to solve the kinds of linear ODEs we have encountered, but that does not mean that the algebra is simple. It’s an ideal setup for computer solutions. Most of the time, though, the method of undetermined coefficients is easier for hand computation.