Skip to main content
\(\newcommand{\trace}{\operatorname{tr}} \newcommand{\real}{\operatorname{Re}} \newcommand{\imaginary}{\operatorname{Im}} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section2.3Sinusoidal Forcing

Objectives
  • To understand and be able to use Euler's formula and complexification to solve the equation

    \begin{equation*} x'' + px' + qx = g(t), \end{equation*}

    where the forcing function \(g(t)\) is \(\sin \omega t\) or \(\cos \omega t\text{.}\)

  • To understand and be able to use complex numbers to express solutions in the form

    \begin{equation*} x(t) = A \cos(\omega t - \phi), \end{equation*}

    where \(A\) is the amplitude of the solution, \(\omega\) is the frequency of the solution, and \(\phi\) is the phase angle.

If we consider different forcing functions \(g(t)\) for the equation

\begin{equation*} x'' + px' + qx = g(t), \end{equation*}

functions that are periodic are especially important. Recall that a function \(g(t)\) is periodic if

\begin{equation*} g(t + T) = g(t) \end{equation*}

for all \(t\) and some fixed constant \(T\text{.}\) The most familiar periodic functions are

\begin{equation*} g(t) = \sin \omega t \mbox{ and } g(t) = \cos \omega t. \end{equation*}

The period for each of these two functions is \(2 \pi / \omega\) and the frequency is \(\omega / 2 \pi\text{.}\) These two functions share the additional property that their average value is zero. That is,

\begin{equation*} \frac{1}{T} \int_0^T g(t) \, dt = 0. \end{equation*}

We say that sinusoidal forcing occurs in the differential equation

\begin{equation*} x'' + px' + qx = A \cos \omega t + B \sin \omega t. \end{equation*}

Subsection2.3.1Complexification

Given a second-order linear differential equation

\begin{equation*} a x'' + bx' + cx = A \cos \omega t + B \sin \omega t, \end{equation*}

we can use Euler's formula, \(e^{i \beta t} = \cos \beta t + i \sin \beta t\) to derive a particular solution. That is, we will assume that our particular solution has the form

\begin{equation*} x_c = x_\text{Re} + i x_\text{Im} \end{equation*}

and use the properties of complex numbers.

In the next examples, we solve a differential equation with sinusoidal forcing in two ways: first, using the method of undetermined coefficients, and second using complexification.

Let us consider the equation

\begin{equation} x'' + 6 x' + 5x = \sin 2t.\label{secondorder03-equation-sinusoidal-1}\tag{2.3.1} \end{equation}

The solution to the corresponding homogeneous equation, \(x'' + 6 x' + 5x = 0\text{,}\) is

\begin{equation*} x_h = c_1 e^{-5t} + c_2 e^{-t}. \end{equation*}

To find a particular solution, we can use the method of undetermined coefficients and assume that the solution has the form

\begin{equation*} x_p = A \cos 2t + B \sin 2 t. \end{equation*}

If we carry out the appropriate calculations, we will obtain a particular solution

\begin{equation*} x_p = - \frac{12}{145} \cos 2t + \frac{1}{145} \sin 2t. \end{equation*}

Thus, the general solution is

\begin{equation*} x = x_h + x_p = c_1 e^{-5t} + c_2 e^{-t} - \frac{12}{145} \cos 2t + \frac{1}{145} \sin 2t. \end{equation*}

Notice that all solutions of (2.3.1) will approach the particular solution as \(t \to \infty\text{.}\)

Now let us solve \(x'' + 6 x' + 5x = \sin 2t\) using complex numbers. We begin by passing to a related complex differential equation

\begin{equation} x'' + 6x' + 5x = e^{2it} = \cos 2t + i \sin 2t.\label{secondorder03-equation-sinusoidal-1-complex}\tag{2.3.2} \end{equation}

If we assume that the equation above has a complex solution of the form \(x_c = x_\text{Re} + i x_\text{Im}\text{,}\) then

\begin{align*} \frac{d^2}{dt^2} x_c+ 6 \frac{d}{dt} x_c + 5 x_c & = \frac{d^2}{dt^2} (x_\text{Re} + i x_\text{Im}) + 6 \frac{d}{dt} (x_\text{Re} + i x_\text{Im}) + 5 (x_\text{Re} + i x_\text{Im})\\ & = e^{2it}\\ & = \cos 2t + i \sin 2t. \end{align*}

Equating the real and imaginary parts of this equation, we obtain

\begin{align*} x''_\text{Re} + 6 x'_\text{Re} + 5 x_\text{Re} & = \cos 2t\\ x''_\text{Im} + 6 x'_\text{Im} + 5 x_\text{Im} & = \sin 2t. \end{align*}

Thus, if we can find a complex solution \(x_{c}\) to (2.3.2), we can find a real solution to

\begin{equation*} x'' + 6x' + 5x = \sin 2t \end{equation*}

simply by examining the imaginary part of \(x_{c}\text{.}\)

Now let us assume that our solution has the form \(x_c = A e^{2it}\text{.}\) Then

\begin{align*} x_c''+ 6 x_c' + 5 x_c & = - 4 A e^{2it} + 12 A i e^{2it} + 5 A e^{2it}\\ & = (1 + 12i) A e^{2it}. \end{align*}

Setting \((1+12i)Ae^{2it}\) equal to the desired right-hand side \(e^{2it}\) and solving for \(A\text{,}\) we immediately see that

\begin{equation*} A = \frac{1}{1 + 12i} = \frac{1}{145} - \frac{12}{145} i. \end{equation*}

Therefore, the complex solution to (2.3.2) is

\begin{align*} x_c & = A e^{2it}\\ & = \left( \frac{1}{145} - \frac{12}{145} i\right) \cdot (\cos 2t + i \sin 2t)\\ & = \left( \frac{1}{145} \cos 2t + \frac{12}{145} \sin 2t \right) + i \left( -\frac{12}{145} \cos 2t + \frac{1}{145} \sin 2t \right). \end{align*}

The imaginary part of this function is

\begin{equation*} x_\text{Im} = -\frac{12}{145} \cos 2t + \frac{1}{145} \sin 2t. \end{equation*}

By our prior observations, \(x_{\text{Im}}\) is a solution to \(x'' + 6x' + 5x = \sin 2t\text{.}\) (Note that this agrees with what we found in Example2.3.1.)

Activity2.3.1Second-Order Linear Differential Equations and Complexification

Find (1) a particular solution and (2) a general solution for each of the following differential equations.

(a)

\(x'' + 4x' - 21x = 2 e^{4t}\)

(b)

\(x'' + 4x' - 21x = 3e^{3t}\)

(c)

\(x'' - 4x' + 20x = 3 \sin 3t\)

(d)

\(x'' - 4x' + 20x = 2 e^{2t} \cos 4t\)

(e)

\(x'' - 14 x' + 49 x = \sin 3t\)

Subsection2.3.2Qualitative Analysis

We can use the complex solution of \(a x'' + bx' + cx = A \cos \omega t + B \sin \omega t\) to analyze the qualitative behavior of solutions. In the next example, we demonstrate how to write particular solutions to this equation in the compact form \(x_{p} = A\cos(\omega t - \phi)\text{,}\) where \(A\) is the amplitude of the solution, \(\omega\) is the frequency, and \(\phi\) is the phase angle.

We discovered in Example2.3.2 that the complex solution of

\begin{equation*} x'' + 6 x' + 5x = e^{2it} \end{equation*}

to be \(x_c = A e^{2it}\text{,}\) where \(A = (1 - 12i)/145\text{.}\) Let us rewrite \(A\) in polar form. Since

\begin{equation*} |A| = \frac{1}{\sqrt{145}}, \end{equation*}

we know that

\begin{equation*} A = \frac{1}{\sqrt{145}} e^{i \theta}, \end{equation*}

where \(\theta = \arctan(-12) \approx -1.4877\text{.}\) Therefore,

\begin{equation*} x_c = A e^{2it} = \frac{1}{\sqrt{145}} e^{i \theta} e^{2it} = \frac{1}{\sqrt{145}} e^{i (2t + \theta)}. \end{equation*}

Our particular solution is the imaginary part of \(x_c\text{,}\)

\begin{equation*} x_p(t) = \frac{1}{\sqrt{145}} \sin(2t + \theta) = \frac{1}{\sqrt{145}} \cos\left(2t + \theta - \frac{\pi}{2} \right) = \frac{1}{\sqrt{145} }\cos\left(2t - \phi \right), \end{equation*}

where \(\phi \approx 3.058451\text{.}\) We say that \(\phi\) is the phase angle of our solution. The amplitude of our solution is \(1/\sqrt{145}\) and the period is \(\pi\) (Figure2.3.4).

an oscillating steady state curve plotted against time
Figure2.3.4Steady state solution to \(x'' + 6 x' + 5x = \sin 2t\)
Activity2.3.2Finding Particular Solutions of the Form \(y_p = A \cos(\omega t - \phi)\)

Consider the differential equation

\begin{equation} y'' + 10 y' + 34 y = \sin 2t.\label{secondorder03-equation-activity-2}\tag{2.3.3} \end{equation}
(a)

Find the general solution to the homogeneous equation \(y'' + 10 y' + 34 y = 0\text{.}\)

(b)

Find the complex solution particular solution, \(y_c\) to \(y'' + 10 y' + 34 y = e^{2it}\text{.}\) That is, find \(a\) for \(y_p = a e^{2it}\text{.}\)

(c)

Determine \(A\) and \(B\text{,}\) so that \(y_p = A \cos 2t + B \sin 2t\) is a particular solution to (2.3.3)

(d)

Write \(a\) from Task2.3.2.b in polar form, \(|a| e^{i \theta}\) to obtain the solution \(y_c = |a| e^{2t + \theta}\text{.}\)

(e)

Find a real particular solution in the form \(y_p = A \cos(\omega t - \phi)\text{.}\)

(f)

Plot the solution you found in Task2.3.2.e, labeling the amplitude, period, and frequency of your solution.

Consider the harmonic oscillator that is modeled by the differential equation

\begin{equation} x'' + 2x' + 17x = - 2 \sin 3t.\label{secondorder03-equation-sinusoidal-2}\tag{2.3.4} \end{equation}

The solution to the homogeneous equation \(x'' + 2x' + 17x = 0\) is

\begin{equation*} x_h = c_1 e^{-t} \cos 4t + c_2 e^{-t} \sin 4t \end{equation*}

The complex version of this equation is

\begin{equation*} x'' + 2x' + 17x = -2 e^{3it}, \end{equation*}

and we will use the Method of Undetermined Coefficients and assume that we can find a particular solution of the form \(x_c = A e^{3it}\text{.}\) Substituting \(x_c\) into equation (2.3.4), we find that

\begin{equation*} (8 + 6i) A e^{3it} = -2 e^{3it}. \end{equation*}

Thus, \(x_c\) is a solution if

\begin{equation*} A = \frac{-2}{8 + 6i} = - \frac{4}{25} + \frac{3}{25} i \end{equation*}

We have

\begin{align*} x_c(t) & = \left(- \frac{4}{25} + \frac{3}{25} i \right) (\cos 3t + i \sin 3t)\\ & = \left( - \frac{4}{25} \cos 3t - \frac{3}{25} \sin 3t \right) + i \left( \frac{3}{25} \cos 3t - \frac{4}{25} \sin 3t \right). \end{align*}

The imaginary part of this function is the solution that we seek,

\begin{equation*} x_p = \frac{3}{25} \cos 3t - \frac{4}{25} \sin 3t. \end{equation*}

Thus, the general solution to (2.3.4) is

\begin{equation*} x(t) = c_1 e^{-t} \cos 4t + c_2 e^{-t} \sin 4t + \frac{3}{25} \cos 3t - \frac{4}{25} \sin 3t. \end{equation*}

Now suppose that \(x(0) = 0\) and \(x'(0) = 0\text{.}\) We can quickly determine that

\begin{equation*} x'(t) = c_1 e^{-t}(- \cos 4t - 4 \sin 4t) + c_2 e^{-t}( 4\cos 4t - \sin 4t) - \frac{12}{25} \cos 3t - \frac{9}{25} \sin 3t \end{equation*}

To solve this initial value problem, we must solve the linear system

\begin{align*} c_1 + \frac{3}{25} \amp = 0\\ - c_1 + 4 c_2 - \frac{12}{25} \amp = 0. \end{align*}

We obtain \(c_1 = -3/25\) and \(c_2 = 9/100\text{,}\) and the solution to our initial value problem is

\begin{align*} x(t) & = -\frac{3}{25} e^{-t}(- \cos 4t - 4 \sin 4t) + \frac{3}{20} e^{-t}( 4\cos 4t - \sin 4t) - \frac{12}{25} \cos 3t - \frac{9}{25} \sin 3t\\ & = -\frac{3}{100} (4 \cos 4t - 3 \sin 4t)) e^{-t} - \frac{12}{25} \cos 3t - \frac{9}{25} \sin 3t \end{align*}

The graph of our solution is given in Figure2.3.6.

an oscillating position curve plotted against time
Figure2.3.6Solution to \(x'' + 2x' + 17x = - 2 \sin 3t\text{,}\) \(x(0) = 0\text{,}\) \(x'(0) = 0\)

Since \(y = x'(t)\text{,}\) we can now graph the solution curve in the phase plane (Figure2.3.7). Notice how the solution curve can intersect itself. The restoring force and damping are proportional to \(x\) and \(y = x'\text{,}\) respectively. When \(x\) and \(y\) are close to the origin, the external force is as large or larger than the restoring and damping forces. In this part of the \(xy\)-plane, the external force overcomes the damping and pushes the solution away from the origin.

the solution curve plotted in the phase plane where velocity is plotted against posiiotn and the solution curve spirals out towards a circular trajectory
Figure2.3.7Phase Plane for \(x'' + 2x' + 17x = - 2 \sin 3t\text{,}\) \(x(0) = 0\text{,}\) \(x'(0) = 0\)

On the other hand, suppose we have initial conditions \(x(0) = 2\) and \(x'(0) = 2\text{,}\) we can solve the linear system

\begin{align*} c_1 + \frac{3}{25} \amp = 2\\ -4 c_1 - c_2 - \frac{9}{25} \amp = 2. \end{align*}

to obtain \(c_1 = 47/25\) and \(c_2 = 109/100\text{.}\) Thus, solution to our initial value problem is

\begin{equation*} x(t) = \frac{47}{25} e^{-t} \cos 4t + \frac{109}{100} e^{-t} \sin 4t + \frac{3}{40} \cos 2t - \frac{3}{20} \sin 2t. \end{equation*}

The graph of our solution is given in Figure2.3.8.

a position curve plotted against time with the curve converging to a oscillating curve
Figure2.3.8Solution to \(x'' + 2x' + 17x = - 2 \sin 3t\text{,}\) \(x(0) = 2\text{,}\) \(x'(0) = 2\)

If we examine the phase plane for this solution (Figure2.3.9), we see that the initial damping and restoring forces are much larger than the external force. Thus, if we are far from the origin, the solutions in the \(xy\)-plane tend to spiral towards the origin and are similar to the solutions of the unforced equation.

the solution curve plotted in the phase plane where velocity is plotted against position and the solution curve spirals in towards a circular trajectory
Figure2.3.9Phase Plane for \(x'' + 2x' + 17x = - 2 \sin 3t\text{,}\) \(x(0) = 2\text{,}\) \(x'(0) = 2\)

Subsection2.3.3Important Lessons

  • The functions \(\sin \omega t\) and \(\cos \omega t\) are periodic with period \(2 \pi / \omega\) and frequency \(\omega / 2 \pi\text{.}\) These average value of each of these functions is zero.
  • We can use Euler's formula and complexification to solve the equation
    \begin{equation*} x'' + px' + qx = g(t), \end{equation*}
    where the forcing function \(g(t)\) is \(\sin \omega t\) or \(\cos \omega t\text{.}\) Furthermore, we can use complex numbers to express our solution in the form
    \begin{equation*} x(t) = A \cos(\omega t - \phi), \end{equation*}
    where \(A\) is the amplitude of the solution, \(\omega / 2 \pi\) is the frequency of the solution, and \(\phi\) is the phase angle.
Exercise2.3.10

What does complexification mean?

Exercise2.3.11

Is it possible for solution curves to intersect in the phase plane of a nonautonomous system? Why or why not?

Subsection2.3.4Exercises

Find a particular solution for each equation in Exercise Group2.3.4.110 using complexification.

\(y'' + 4y = 3 \cos 2t\)

\(y'' + 7y' + 10 y = - 4 \sin 3t\)

Hint

Assume the complex solution has form \(y_c = A e^{3it}\text{.}\)

\(\dfrac{d^2x}{dx^2} + 2 \dfrac{dx}{dt} + 2 x = 2 \cos 2t\)

\(x'' -2x' + 5x = 3 \cos t\)

\(y'' + 6y' + 7y= 3 \sin 2t\)

\(y'' + 4y' + 13y = 3 \cos 2t\)

\(y'' + 6y' + 8y = \cos 3t\)

\(\dfrac{d^2x}{dx^2} + 2 \dfrac{dx}{dt} + 3 x = 2 \sin 2t\)

\(u'' + 4 u' + 20 u = -3\sin 3t\)

\(u'' + 4 u' + 20 u = -\cos 5t\)

Find a particular solution of the form \(y_p = A \cos(\omega t - \phi)\) for each equation in Exercise Group2.3.4.1117 and determine the frequency \(\omega\text{,}\) amplitude \(A\text{,}\) and phase angle \(\phi\) of the solution.

\(y'' + 4y = 3 \cos 2t\)

\(y'' + 7y' + 10 y = - 4 \sin 3t\)

Hint

Assume the complex solution has form \(y_c = A e^{3it}\text{.}\)

\(\dfrac{d^2x}{dx^2} + 2 \dfrac{dx}{dt} + 2 x = 2 \cos 2t\)

\(x'' -2x' + 5x = 3 \cos t\)

\(y'' + 6y' + 7y= 3 \sin 2t\)

\(y'' + 4y' + 13y = 3 \cos 2t\)

\(y'' + 6y' + 8y = \cos 3t\)

Solve the initial problems in Exercise Group2.3.4.1824 and discuss the long-term behavior of the solution.

\(y'' + 4y = 3 \cos 2t\text{,}\) \(y(0) = 0\text{,}\) \(y'(0) = 0\)

\(y'' + 7y' + 10 y = - 4 \sin 3t\text{,}\) \(y(0) = 0\text{,}\) \(y'(0) = 0\)

\(\dfrac{d^2x}{dx^2} + 2 \dfrac{dx}{dt} + 2 x = 2 \cos 2t\text{,}\) \(x(0) = 0\text{,}\) \(x'(0) = 0\)

\(x'' -2x' + 5x = 3 \cos t\text{,}\) \(x(0) = 0\text{,}\) \(x'(0) = 0\)

\(y'' + 6y' + 7y= 3 \sin 2t\text{,}\) \(y(0) = 0\text{,}\) \(y'(0) = 0\)

\(y'' + 4y' + 13y = 3 \cos 2t\text{,}\) \(y(0) = 0\text{,}\) \(y'(0) = 0\)

\(y'' + 6y' + 8y = \cos 3t\text{,}\) \(y(0) = 0\text{,}\) \(y'(0) = 0\)