Exercises – Long Day#


Exercise 1: Homogeneous or Inhomogeneous?#

Are the following differential equations and systems of differential equations homogeneous or inhomogeneous?

  1. \(f''(t)=f'(t)-2f(t)\).

  2. \(f'(t)-t\cdot f(t)-\mathrm e^{-3t}=0\).

  3. \(\left[\begin{array}{c} f'_1(t)\\ f'_2(t) \end{array}\right] =\left[\begin{array}{cc} 4 & 6 \\ -2 & 7 \end{array}\right] \cdot \left[\begin{array}{c} f_1(t)\\ f_2(t) \end{array}\right]+\left[\begin{array}{c} 1\\ 1\end{array}\right].\)

  4. \(\left\{ \begin{array}{lcr} f'_1(t) & = & f_2(t)\\ f'_2(t) & = & f_1(t)-f_2(t). \end{array} \right.\)


Exercise 2: A Homogeneous Second-Order Differential Equation#

We are given the homogeneous real differential equation

\[f''(t)+3f'(t)-4f(t)=0.\]

Determine its general solution.


Exercise 3: More Homogeneous Second-Order Differential Equations#

We are given the following homogeneous real differential equations. Find their general solutions.

  1. \[f''(t)-6f'(t)+9f(t)=0.\]
  2. \[f''(t)+2f'(t)+5f(t)=0.\]

Exercise 4: An Inhomogeneous Second-Order Differential Equation#

We are given the inhomogeneous differential equation

\[f''(t)-6f'(t)+9f(t)=\mathrm e^{2t}.\]

Question a#

Determine a real number \(a\) such that the function \(f(t)=a\cdot \mathrm e^{2t}\) is a particular solution to the given differential equation.

Question b#

Now describe the general solution to the given inhomogeneous differential equation. Note that the corresponding homogeneous differential equation already has been treated in Exercise 3.


Exercise 5: Rewriting a Higher-Order Differential Equation to a System#

A linear second-order differential equation with constant coefficients can be rewritten to a system of first-order differential equations (see Section 13.3 in the textbook). In this exercise we consider an example.

Question a#

We are given the differential equation \(f''(t)+2f'(t)+f(t)=\mathrm{cos}(t)\). Rewrite this differential equation to a system of two first-order differential equations in the functions \(f_1(t)\) and \(f_2(t)\), where \(f_1(t)=f(t)\) and \(f_2(t)=f'(t)\).

Question b#

Check that Equation (13.13) in Theorem 13.3.1 in the textbook would have given the same system.


Exercise 6: One more Inhomogeneous Second-Order Differential Equation#

We are given the inhomogeneous differential equation

\[f''(t)+3f'(t)-4f(t)=\mathrm e^{t}.\]

Question a#

Inspired by Exercise 4 one could hope that a real number \(a\) exists such that \(f(t)=a\cdot \mathrm e^t\) is a particular solution to the given differential equation. Show that in fact no function of the form \(f(t)=a\cdot \mathrm e^t\) is a solution. What is the problem?

Question b#

Now try finding a particular solution of the form \(f(t)=a \cdot t\cdot \mathrm e^{t}\). Check first that \((t\cdot \mathrm e^{t})'=\mathrm e^t+t\cdot \mathrm e^{t}\) and \((t\cdot \mathrm e^{t})''=2\mathrm e^t+t\cdot \mathrm e^{t}\).

Question c#

Now describe the general solution to the given inhomogeneous differential equation. Note that the corresponding homogeneous differential equation was investigated already in Exercise 2.


Exercise 7: From Solution to Differential Equation#

We are informed that the general real-valued solution to a homogeneous linear second-order differential equation with constant real coefficients is

\[f(t)=c_1\mathrm e^{−t}\mathrm{cos}(2t)+c_2\mathrm e^{−t}\mathrm{sin}(2t), \quad c_1,c_2 \in \mathbb{R}.\]

Recreate the differential equation.


Exercise 8: From Solution to Differential Equation, Part 2#

We are informed that the general, real-valued solution to an inhomogeneous, linear second-order differential equation is

\[f(t)=c_1\mathrm e^{−t}\mathrm{cos}(2t)+c_2\mathrm e^{−t}\mathrm{sin}(2t)+7+3t+5\mathrm e^t, \quad c_1,c_2 \in \mathbb{R}.\]

Recreate the differential equation.


Exercise 9: Initial Conditions#

We are given the homogeneous real differential equation

\[f''(t)+3f'(t)-4f(t)=0.\]

Note that the differential equation is the same as in Exercise 2. The goal of this exercise is to find the solution to the differential equation that fulfills the initial conditions \(f(0)=1\) and \(f'(0)=2\).

Question a#

In Exercise 2 the result was that the given differential equation has the general solution

\[f(t)=c_1 \cdot \mathrm e^t+c_2 \cdot \mathrm e^{−4t}, \quad c_1,c_2 \in \mathbb{R}.\]

Which equation must \(c_1\) and \(c_2\) fulfill in order for \(f(0)=1\) to be achieved?

Question b#

Which equation must \(c_1\) and \(c_2\) fulfill in order for \(f'(0)=2\) to be achieved?

Question c#

Now find the solution \(f(t)\) to the differential equation that fulfills \(f(0)=1\) and \(f'(0)=2\).