2.5 HW 5

  2.5.1 Problems listing
  2.5.2 Problem 1
  2.5.3 Problem 2
  2.5.4 Problem 3
  2.5.5 Problem 4
  2.5.6 Problem 5
  2.5.7 Problem 6
  2.5.8 Problem 7

2.5.1 Problems listing

PDF

PDF (letter size)

PDF (legal size)

2.5.2 Problem 1

   2.5.2.1 part a
   2.5.2.2 part b
   2.5.2.3 part c

Solve the following Differential Equations

a

\(y^{\prime \prime }-y^{\prime }-2y=5e^{2x}\)

b

\(y^{\prime \prime }+16y=4\cos x\)

c

\(y^{\prime \prime }-4y^{\prime }+3y=9x^{2}+4,y\relax (0) =6,y^{\prime }\relax (0) =8\)

Solution

2.5.2.1 part a

\[ y^{\prime \prime }-y^{\prime }-2y=5e^{2x}\] This is a nonhomogeneous linear second order ODE with constant coefficients. The general solution is given by \begin {equation} y=y_{h}+y_{p}\tag {1} \end {equation} Where \(y_{h}\) is the solution to the homogeneous part and \(y_{p}\) is a particular solution. The first step is to determine \(y_{h}\) which is solution to \(y^{\prime \prime }-y^{\prime }-2y=0\). The characteristic equation becomes (by assuming the solution to be \(y=e^{\lambda x}\) and substituting this into the ODE and simplifying)\begin {align*} \lambda ^{2}-\lambda -2 & =0\\ \left (\lambda -2\right ) \left (\lambda +1\right ) & =0 \end {align*}

The roots are \(\lambda _{1}=2,\lambda _{2}=-1\). Therefore the basis for \(y_{h}\) are \(\left \{ e^{2x},e^{-x}\right \} \) and \(y_{h}\) is linear combination of these basis which is\begin {equation} y_{h}=c_{1}e^{2x}+c_{2}e^{-x}\tag {2} \end {equation} Looking at RHS of the ODE which is \(5e^{2x}\) shows that the basis function for this is \(\left \{ e^{2x}\right \} \). But \(e^{2x}\) is also also a basis function for \(y_{h}\). Therefore this is adjusted by multiplying it by \(x\) and it becomes \(\left \{ xe^{2x}\right \} \) which no longer a basis for \(y_{h}\).Therefore the trial solution is\[ y_{p}=Axe^{2x}\] Hence\begin {align*} y_{p}^{\prime } & =Ae^{2x}+2Axe^{2x}\\ y_{p}^{\prime \prime } & =2Ae^{2x}+2Ae^{2x}+4Axe^{2x} \end {align*}

Substituting the above in the given ode gives\begin {align*} y_{p}^{\prime \prime }-y_{p}^{\prime }-2y_{p} & =5e^{2x}\\ \left (2Ae^{2x}+2Ae^{2x}+4Axe^{2x}\right ) -\left (Ae^{2x}+2Axe^{2x}\right ) -2\left (Axe^{2x}\right ) & =5e^{2x} \end {align*}

Since \(e^{2x}\neq 0\), the above simplifies to\begin {align*} 2A+2A+4Ax-A-2Ax-2Ax & =5\\ A\left (2+2-1\right ) +x\left (4A-2A-2A\right ) & =5\\ 3A & =5\\ A & =\frac {5}{3} \end {align*}

Therefore the particular solution is\begin {equation} y_{p}=\frac {5}{3}xe^{2x}\tag {3} \end {equation} Substituting (2,3) into (1) gives the general solution as\begin {align*} y\relax (x) & =y_{h}+y_{p}\\ & =c_{1}e^{2x}+c_{2}e^{-x}+\frac {5}{3}xe^{2x} \end {align*}

2.5.2.2 part b

\[ y^{\prime \prime }+16y=4\cos x \] This is a nonhomogeneous linear second order ODE with constant coefficients. The general solution is given by \begin {equation} y=y_{h}+y_{p}\tag {1} \end {equation} Where \(y_{h}\) is the solution to the homogeneous part and \(y_{p}\) is a particular solution. The first step is to determine \(y_{h}\) which is solution to \(y^{\prime \prime }+16y=0\). The characteristic equation is\begin {align*} \lambda ^{2}+16 & =0\\ \lambda ^{2} & =-16\\ \lambda & =\pm 4i \end {align*}

The roots are \(\lambda _{1}=4i,\lambda _{2}=-4i\). Therefore the basis for \(y_{h}\) are \(\left \{ e^{4ix},e^{-4ix}\right \} \). These are converted to trigonometric functions using the Euler relation \(e^{ix}=\cos \relax (x) +i\sin \relax (x) \) as was done in the last HW and the basis become \(\left \{ \cos \left (4x\right ) ,\sin \left (4x\right ) \right \} \). \(y_{h}\) is a linear combination of these basis. \begin {equation} y_{h}=c_{1}\cos \left (4x\right ) +c_{2}\sin \left (4x\right ) \tag {2} \end {equation} Looking at RHS of the ode which is \(4\cos x\) shows that the basis function for \(y_{p}\) is \(\left \{ \cos x\right \} \). Taking all possible derivatives (and ignoring any sign change and constants that appear), results in the basis for \(y_{p}\) as the set \(\left \{ \cos x,\sin x\right \} \). There are no duplications with the basis for \(y_{h}\) found above. Hence the trial solution is \[ y_{p}=A\cos x+B\sin x \] Therefore\begin {align*} y_{p}^{\prime } & =-A\sin x+B\cos x\\ y_{p}^{\prime \prime } & =-A\cos x-B\sin x \end {align*}

Substituting the above in the given ode gives\begin {align*} y_{p}^{\prime \prime }+16y_{p} & =4\cos x\\ \left (-A\cos x-B\sin x\right ) +16\left (A\cos x+B\sin x\right ) & =4\cos x\\ \cos \relax (x) \left (-A+16A\right ) +\sin \relax (x) \left ( -B+16B\right ) & =4\cos x \end {align*}

Comparing coefficients gives\begin {align*} -A+16A & =4\\ -B+16B & =0 \end {align*}

Or\begin {align*} A & =\frac {4}{15}\\ B & =0 \end {align*}

Therefore the particular solution is\begin {equation} y_{p}=\frac {4}{15}\cos x\tag {3} \end {equation} Substituting (2,3) into (1) gives the general solution\begin {align*} y\relax (x) & =y_{h}+y_{p}\\ & =c_{1}\cos \left (4x\right ) +c_{2}\sin \left (4x\right ) +\frac {4}{15}\cos x \end {align*}

2.5.2.3 part c

\begin {align*} y^{\prime \prime }-4y^{\prime }+3y & =9x^{2}+4\\ y\relax (0) & =6\\ y^{\prime }\relax (0) & =8 \end {align*}

This is a nonhomogeneous linear second order ODE with constant coefficients. The general solution is given by \begin {equation} y=y_{h}+y_{p}\tag {1} \end {equation} Where \(y_{h}\) is the solution to the homogeneous part and \(y_{p}\) is a particular solution. The first step is to determine \(y_{h}\) which is solution to \(y^{\prime \prime }-4y^{\prime }+3y=0\). The characteristic equation is\begin {align*} \lambda ^{2}-4\lambda +3 & =0\\ \left (\lambda -3\right ) \left (\lambda -1\right ) & =0 \end {align*}

The roots are \(\lambda _{1}=3,\lambda _{2}=1\). Therefore the basis for \(y_{h}\) are \(\left \{ e^{3x},e^{x}\right \} \). \(y_{h}\) is a linear combination of these basis.\begin {equation} y_{h}=c_{1}e^{3x}+c_{2}e^{x}\tag {2} \end {equation} Looking at RHS of the ode \(9x^{2}+4\) shows that the basis functions for this are the set \(\left \{ 1,x^{2}\right \} \). Taking all possible derivatives (and ignoring any sign change and constant multipliers that appear) results in the set \(\left \{ 1,x,x^{2}\right \} \).There are no duplications with the basis for \(y_{h}\). Hence the trial solution is linear combination of these basis which is\[ y_{p}=A+Bx+Cx^{2}\] Hence\begin {align*} y_{p}^{\prime } & =B+2Cx\\ y_{p}^{\prime \prime } & =2C \end {align*}

Substituting the above in the given ode gives\begin {align*} y_{p}^{\prime \prime }-4y_{p}^{\prime }+3y_{p} & =9x^{2}+4\\ \left (2C\right ) -4\left (B+2Cx\right ) +3\left (A+Bx+Cx^{2}\right ) & =9x^{2}+4\\ x^{2}\left (3C\right ) +x\left (-8C+3B\right ) +\left (2C-4B+3A\right ) & =9x^{2}+4 \end {align*}

Comparing coefficients gives\begin {align*} 3C & =9\\ -8C+3B & =0\\ 2C-4B+3A & =4 \end {align*}

First equation gives \(C=3\). Substituting in second equation gives \(-24+3B=0\) or \(B=8\). Third equation now becomes\begin {align*} 2\relax (3) -4\relax (8) +3A & =4\\ A & =10 \end {align*}

Therefore the particular solution is\begin {equation} y_{p}=10+8x+3x^{2}\tag {3} \end {equation} Substituting (2,3) into (1) gives the general solution\begin {align} y\relax (x) & =y_{h}+y_{p}\nonumber \\ & =c_{1}e^{3x}+c_{2}e^{x}+10+8x+3x^{2}\tag {4} \end {align}

Initial conditions are now used to determine \(c_{1},c_{2}\).  \(y\left ( 0\right ) =6\) gives\begin {align} 6 & =c_{1}+c_{2}+10\nonumber \\ c_{1}+c_{2} & =-4\tag {5} \end {align}

Taking derivative of (4)\[ y^{\prime }=3c_{1}e^{3x}+c_{2}e^{x}+8+6x \] Using \(y^{\prime }\relax (0) =8\) the above becomes\begin {align} 8 & =3c_{1}+c_{2}+8\nonumber \\ 3c_{1}+c_{2} & =0\tag {6} \end {align}

Eq (5,6) are solved for \(c_{1},c_{2}\). From (5) \(c_{1}=-4-c_{2}\). Substituting in (6) gives \(3\left (-4-c_{2}\right ) +c_{2}=0\), \(c_{2}=-6\). Hence \(c_{1}=-4+6=2\). Therefore the solution (4) now becomes\[ y\relax (x) =2e^{3x}-6e^{x}+10+8x+3x^{2}\]

2.5.3 Problem 2

Use the variation of parameters method to find the general solution to the given differential equation.

\[ y^{\prime \prime }+y=\tan ^{2}\relax (x) \] Solution

This is a nonhomogeneous linear second order ODE with constant coefficients. The general solution is given by \begin {equation} y=y_{h}+y_{p}\tag {1} \end {equation} where \(y_{h}\) is the solution to the homogeneous part and \(y_{p}\) is a particular solution. The first step is to determine \(y_{h}\) which is solution to \(y^{\prime \prime }+y=0\). The characteristic equation is\begin {align*} \lambda ^{2}+1 & =0\\ \lambda & =\pm i \end {align*}

The roots are \(\lambda _{1}=i,\lambda _{2}=-i\). Therefore the basis for \(y_{h}\) are \(\left \{ e^{ix},e^{-ix}\right \} \). Using Euler relation these become \(\left \{ \cos x,\sin x\right \} \). Hence \(y_{h}\) is a linear combination of these basis\begin {equation} y_{h}=c_{1}\cos x+c_{2}\sin x\tag {2} \end {equation} Using variation of parameters, let \(y_{p}=y_{1}u_{1}+y_{2}u_{2}\), where  \begin {align*} y_{1} & =\cos x\\ y_{2} & =\sin x \end {align*}

Are the basis of \(y_{h}\) found above, and \(u_{1},u_{2}\) are functions yet to be determined. Applying reduction of order as shown in the textbook (not repeated here) gives\begin {align} u_{1} & =-\int \frac {y_{2}g\relax (x) }{W\relax (x) }dx\tag {3}\\ u_{2} & =\int \frac {y_{1}g\relax (x) }{W\relax (x) }dx\tag {4} \end {align}

Where in the above \(W\relax (x) \) is the Wronskian and \(g\left ( x\right ) \) is the forcing function which is \(g\relax (x) =\tan ^{2}\relax (x) \) in this case. The first step is to calculate \(W\left ( x\right ) \)\begin {align*} W\relax (x) & =\begin {vmatrix} y_{1} & y_{2}\\ y_{1}^{\prime } & y_{2}^{\prime }\end {vmatrix} \\ & =\begin {vmatrix} \cos x & \sin x\\ -\sin x & \cos x \end {vmatrix} \\ & =\cos ^{2}x+\sin ^{2}x\\ & =1 \end {align*}

Therefore (3) becomes\[ u_{1}=-\int \sin x\tan ^{2}x\ dx \] But \(\tan ^{2}x=\frac {\sin ^{2}x}{\cos ^{2}x}=\frac {1-\cos ^{2}x}{\cos ^{2}x}=\frac {1}{\cos ^{2}x}-1\). Hence the above becomes\begin {align} u_{1} & =-\int \sin x\left (\frac {1}{\cos ^{2}x}-1\right ) \ dx\nonumber \\ & =-\int \left (\frac {\sin x}{\cos ^{2}x}-\sin x\right ) \ dx\nonumber \\ & =-\int \frac {\sin x}{\cos ^{2}x}dx+\int \sin x\ dx\nonumber \\ & =-\int \tan x\frac {1}{\cos x}dx+\int \sin x\ dx\tag {5} \end {align}

To find the first integral in (5), let \(u=\frac {1}{\cos x}\). Then \(du=-\left ( \cos x\right ) ^{-2}\left (-\sin x\right ) dx=\frac {\sin x}{\cos ^{2}x}dx\). Hence \(dx=\frac {\cos ^{2}x}{\sin x}du=\frac {\cos x}{\tan x}du\). Therefore the first integral in (5) becomes\begin {align*} -\int \tan x\frac {1}{\cos x}dx & =-\int \left (\tan x\right ) u\left ( \frac {\cos x}{\tan x}du\right ) \\ & =-\int u\cos x\ du \end {align*}

But \(\cos x=\frac {1}{u}\). The above becomes\begin {align*} -\int \tan x\frac {1}{\cos x}dx & =-\int du\\ & =-u\\ & =-\frac {1}{\cos x} \end {align*}

The second integral in (5) is just \(\int \sin x\ dx=-\cos x\). Therefore (5) becomes\begin {align*} u_{1} & =-\frac {1}{\cos x}-\cos x\\ & =\frac {-1-\cos ^{2}x}{\cos x}\\ & =-\frac {1+\cos ^{2}x}{\cos x} \end {align*}

Now \(u_{2}\) in (4) is found. \begin {align} u_{2} & =\int \cos x\tan ^{2}x\ dx\nonumber \\ & =\int \cos x\frac {\sin ^{2}x}{\cos ^{2}x}\ dx\nonumber \\ & =\int \frac {\sin ^{2}x}{\cos x}\ dx\nonumber \\ & =\int \frac {1-\cos ^{2}x}{\cos x}\ dx\nonumber \\ & =\int \left (\frac {1}{\cos x}-\cos x\right ) \ dx\nonumber \\ & =\int \frac {1}{\cos x}dx-\int \cos x\ dx\nonumber \\ & =\int \sec xdx-\int \cos x\ dx\tag {6} \end {align}

To find \(\int \sec x\ dx\), we start by multiplying the integrand by \(\frac {\sec x+\tan x}{\sec x+\tan x}=1\). Hence\begin {align} \int \sec x\ dx & =\int \sec x\left (\frac {\sec x+\tan x}{\sec x+\tan x}\right ) dx\nonumber \\ & =\int \frac {\sec ^{2}x+\sec x\tan x}{\sec x+\tan x}dx\tag {7} \end {align}

Using the substitution\[ u=\sec x+\tan x \] Then \begin {equation} \frac {du}{dx}=\frac {d}{dx}\sec x+\frac {d}{dx}\tan x\tag {7A} \end {equation} But \(\frac {d}{dx}\sec x=\frac {d}{dx}\left (\cos x\right ) =-\left (\cos x\right ) ^{-2}\left (-\sin x\right ) =\frac {\sin x}{\cos ^{2}x}=\sin x\sec ^{2}x=\sec x\tan x\). And \begin {align*} \frac {d}{dx}\tan x & =1+\tan ^{2}x\\ & =1+\frac {\sin ^{2}x}{\cos ^{2}x}\\ & =\frac {\cos ^{2}+\sin ^{2}x}{\cos ^{2}x}\\ & =\frac {1}{\cos ^{2}x}\\ & =\sec ^{2}x \end {align*}

Hence (7A) becomes \[ \frac {du}{dx}=\sec x\tan x+\sec ^{2}x \] Therefore (7) now becomes\begin {align*} \int \sec x\ dx & =\int \frac {\sec ^{2}x+\sec x\tan x}{u}\frac {du}{\sec x\tan x+\sec ^{2}x}\\ & =\int \frac {du}{u}\\ & =\ln u\\ & =\ln \left (\sec x+\tan x\right ) \end {align*}

Eq (6) now becomes\begin {align*} u_{2} & =\int \sec xdx-\int \cos x\ dx\\ & =\ln \left (\sec x+\tan x\right ) -\sin x \end {align*}

Now that \(u_{1},u_{2}\) are found, then \(y_{p}=y_{1}u_{1}+y_{2}u_{2}\) gives\begin {align*} y_{p} & =-\cos x\left (\frac {1+\cos ^{2}x}{\cos x}\right ) +\sin x\left ( \ln \left (\sec x+\tan x\right ) -\sin x\right ) \\ & =-\left (1+\cos ^{2}x\right ) +\sin x\left (\ln \left (\sec x+\tan x\right ) -\sin x\right ) \\ & =-1-\cos ^{2}x+\sin x\ln \left (\sec x+\tan x\right ) -\sin ^{2}x\\ & =-1-\left (\cos ^{2}x+\sin ^{2}x\right ) +\sin x\ln \left (\sec x+\tan x\right ) \\ & =-2+\sin x\ln \left (\sec x+\tan x\right ) \\ & =-2+\sin x\ln \left (\frac {1}{\cos x}+\frac {\sin x}{\cos x}\right ) \\ & =-2+\sin x\ln \left (\frac {1+\sin x}{\cos x}\right ) \end {align*}

Therefore the general solution is\begin {align*} y & =y_{h}+y_{p}\\ & =c_{1}\cos x+c_{2}\sin x+\sin x\ln \left (\frac {1+\sin x}{\cos x}\right ) -2 \end {align*}

2.5.4 Problem 3

Show that the given vector functions are linearly independent on \(\left ( -\infty ,\infty \right ) \)\[ \vec {x}_{1}\relax (t) =\begin {bmatrix} t\\ t \end {bmatrix} \qquad \vec {x}_{2}\relax (t) =\begin {bmatrix} t\\ t^{2}\end {bmatrix} \] Solution

The Wronskian of these vectors is \[ W\relax (t) =\begin {vmatrix} t & t\\ t & t^{2}\end {vmatrix} \] If the above is nonzero at some point in the interval \(\left (-\infty ,\infty \right ) \) then \(\vec {x}_{1}\relax (t) ,\vec {x}_{2}\left ( t\right ) \) are linearly independent.\begin {align*} W\relax (t) & =t^{3}-t^{2}\\ & =t^{2}\left (t-1\right ) \end {align*}

Any point other than \(t=0,t=1\), then \(W\relax (t) \neq 0\). For example at \(t=2\), \(W\relax (2) =4\neq 0\). Hence \(\vec {x}_{1}\relax (t) ,\vec {x}_{2}\relax (t) \) are linearly independent .

2.5.5 Problem 4

Show that the given vector functions are linearly independent on \(\left ( -\infty ,\infty \right ) \)\[ \vec {x}_{1}\relax (t) =\begin {bmatrix} e^{t}\\ 2e^{t}\end {bmatrix} \qquad \vec {x}_{2}\relax (t) =\begin {bmatrix} 4e^{t}\\ 8e^{2t}\end {bmatrix} \] Solution

The Wronskian of these vectors is \[ W\relax (t) =\begin {vmatrix} e^{t} & 4e^{t}\\ 2e^{t} & 8e^{2t}\end {vmatrix} \] If the above is nonzero at some point in the interval \(\left (-\infty ,\infty \right ) \) then \(\vec {x}_{1}\relax (t) ,\vec {x}_{2}\left ( t\right ) \) are linearly independent.\begin {align*} W\relax (t) & =8e^{3t}-6e^{2t}\\ & =e^{2t}\left (8e^{t}-6\right ) \end {align*}

Choosing say \(t=0\) then the above becomes \(W\relax (0) =2\neq 0\). Therefore \(\vec {x}_{1}\relax (t) ,\vec {x}_{2}\relax (t) \) are linearly independent.

2.5.6 Problem 5

Show that the given functions are solutions of the system \(x^{\prime }\left ( t\right ) =A\relax (x) x\relax (t) \) for the given matrix \(A\) and hence find the general solution to the system (remember to check linear independence). Then find the particular solution for the given auxiliary conditions.\begin {align*} \vec {x}_{1}\relax (t) & =\begin {bmatrix} e^{4t}\\ 2e^{4t}\end {bmatrix} \qquad \vec {x}_{2}\relax (t) =\begin {bmatrix} 3e^{-t}\\ e^{-t}\end {bmatrix} \\ A & =\begin {bmatrix} -2 & 3\\ -2 & 5 \end {bmatrix} \qquad x\relax (0) =\begin {bmatrix} -2\\ 1 \end {bmatrix} \end {align*}

Solution

The system to solve is \[\begin {bmatrix} x_{1}^{\prime }\relax (t) \\ x_{2}^{\prime }\relax (t) \end {bmatrix} =\begin {bmatrix} -2 & 3\\ -2 & 5 \end {bmatrix}\begin {bmatrix} x_{1}\relax (t) \\ x_{2}\relax (t) \end {bmatrix} \] We need to first find the eigenvalues and eigenvectors of \(A\). The eigenvalues are solution to \(\left \vert A-\lambda I\right \vert =0\) or\begin {align*} \begin {vmatrix} -2-\lambda & 3\\ -2 & 5-\lambda \end {vmatrix} & =0\\ \left (-2-\lambda \right ) \left (5-\lambda \right ) +6 & =0\\ \lambda ^{2}-3\lambda -10+6 & =0\\ \lambda ^{2}-3\lambda -4 & =0\\ \left (\lambda -4\right ) \left (\lambda +1\right ) & =0 \end {align*}

Hence the eigenvalues are \(\lambda _{1}=4,\lambda _{2}=-1\).

\(\lambda _{1}=4\)\begin {align*} \begin {bmatrix} -2-\lambda & 3\\ -2 & 5-\lambda \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} & =\begin {bmatrix} 0\\ 0 \end {bmatrix} \\\begin {bmatrix} -2-4 & 3\\ -2 & 5-4 \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} & =\begin {bmatrix} 0\\ 0 \end {bmatrix} \\\begin {bmatrix} -6 & 3\\ -2 & 1 \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} & =\begin {bmatrix} 0\\ 0 \end {bmatrix} \end {align*}

\(R_{2}=R_{2}+\frac {1}{3}R_{1}\)\[\begin {bmatrix} -6 & 3\\ 0 & 0 \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} =\begin {bmatrix} 0\\ 0 \end {bmatrix} \] Hence \(v_{1}\) is base variable and \(v_{2}=t\) is free variable. First row gives \(-6v_{1}=-3t\) or \(v_{1}=\frac {1}{2}t\). The eigenvector is then\[ \vec {v}_{\lambda _{1}}=\begin {bmatrix} v_{1}\\ v_{1}\end {bmatrix} =\begin {bmatrix} \frac {1}{2}t\\ t \end {bmatrix} =t\begin {bmatrix} \frac {1}{2}\\ 1 \end {bmatrix} =t\begin {bmatrix} 1\\ 2 \end {bmatrix} \] Choosing \(t=1\), then \[ \vec {v}_{\lambda _{1}}=\begin {bmatrix} 1\\ 2 \end {bmatrix} \] Therefore the first basis vector solution is given by \begin {align*} \vec {x}_{1}\relax (t) & =e^{\lambda _{1}t}\vec {v}_{\lambda _{1}}\\ & =e^{4t}\begin {bmatrix} 1\\ 2 \end {bmatrix} \\ & =\begin {bmatrix} e^{4t}\\ 2e^{4t}\end {bmatrix} \end {align*}

\(\lambda _{1}=-1\)\begin {align*} \begin {bmatrix} -2-\lambda & 3\\ -2 & 5-\lambda \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} & =\begin {bmatrix} 0\\ 0 \end {bmatrix} \\\begin {bmatrix} -2+1 & 3\\ -2 & 5+1 \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} & =\begin {bmatrix} 0\\ 0 \end {bmatrix} \\\begin {bmatrix} -1 & 3\\ -2 & 6 \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} & =\begin {bmatrix} 0\\ 0 \end {bmatrix} \end {align*}

\(R_{2}=R_{2}-2R_{1}\)\[\begin {bmatrix} -1 & 3\\ 0 & 0 \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} =\begin {bmatrix} 0\\ 0 \end {bmatrix} \] Hence \(v_{1}\) is base variable and \(v_{2}=t\) is free variable. First row gives \(-v_{1}=-3t\) or \(v_{1}=3t\). The eigenvector is then\[ \vec {v}_{\lambda _{2}}=\begin {bmatrix} v_{1}\\ v_{1}\end {bmatrix} =\begin {bmatrix} 3t\\ t \end {bmatrix} =t\begin {bmatrix} 3\\ 1 \end {bmatrix} \] Choosing \(t=1\), then \[ \vec {v}_{\lambda _{2}}=\begin {bmatrix} 3\\ 1 \end {bmatrix} \] Therefore the second basis vector solution is given by \begin {align*} \vec {x}_{2}\relax (t) & =e^{\lambda _{2}t}\ \vec {v}_{\lambda _{2}}\\ & =e^{-t}\begin {bmatrix} 3\\ 1 \end {bmatrix} \\ & =\begin {bmatrix} 3e^{-t}\\ e^{-t}\end {bmatrix} \end {align*}

The above result shows that the solution to \(x^{\prime }\relax (t) =A\relax (x) x\relax (t) \) is\begin {align} \vec {x}\relax (t) & =c_{1}\vec {x}_{1}\relax (t) +c_{2}\vec {x}_{2}\relax (t) \tag {1}\\ & =c_{1}\begin {bmatrix} e^{4t}\\ 2e^{4t}\end {bmatrix} +c_{2}\begin {bmatrix} 3e^{-t}\\ e^{-t}\end {bmatrix} \nonumber \end {align}

Now we check that \(\vec {x}_{1}\relax (t) ,\vec {x}_{2}\relax (t) \) are linearly independent (they have to be, since they are eigenvectors of \(A\), but the problem is asking to verify this result). The Wronskian of these vectors is \[ W\relax (t) =\begin {vmatrix} e^{4t} & 3e^{-t}\\ 2e^{4t} & e^{-t}\end {vmatrix} \] If the above is nonzero at some point in the interval \(\left (-\infty ,\infty \right ) \) then \(\vec {x}_{1}\relax (t) ,\vec {x}_{2}\left ( t\right ) \) are linearly independent.\begin {align*} W\relax (t) & =e^{3t}-6e^{3t}\\ & =-5e^{3t} \end {align*}

Choosing say \(t=0\) then the above becomes \(W\relax (0) =-5\). Since we found at least one point where \(W\relax (t) \neq 0\) then \(\vec {x}_{1}\relax (t) ,\vec {x}_{2}\relax (t) \) are linearly independent and (1) is the general solution to given system of differential equations. This answers the first part of the question by showing that the given functions are solutions of the system \(x^{\prime }\relax (t) =A\left ( x\right ) x\relax (t) \).

The final step is to find the particular solution to the given initial conditions \(x\relax (0) =\begin {bmatrix} -2\\ 1 \end {bmatrix} \). At \(t=0\) the solution in (1) becomes\[\begin {bmatrix} -2\\ 1 \end {bmatrix} =c_{1}\begin {bmatrix} 1\\ 2 \end {bmatrix} +c_{2}\begin {bmatrix} 3\\ 1 \end {bmatrix} \] Which can be written as\begin {equation} \begin {bmatrix} 1 & 3\\ 2 & 1 \end {bmatrix}\begin {bmatrix} c_{1}\\ c_{2}\end {bmatrix} =\begin {bmatrix} -2\\ 1 \end {bmatrix} \tag {2} \end {equation} The augmented matrix is\[\begin {bmatrix} 1 & 3 & -2\\ 2 & 1 & 1 \end {bmatrix} \] \(R_{2}=R_{2}-2R_{1}\)\[\begin {bmatrix} 1 & 3 & -2\\ 0 & -5 & 5 \end {bmatrix} \] Hence (2) becomes\begin {equation} \begin {bmatrix} 1 & 3\\ 0 & -5 \end {bmatrix}\begin {bmatrix} c_{1}\\ c_{2}\end {bmatrix} =\begin {bmatrix} -2\\ 5 \end {bmatrix} \tag {3} \end {equation} Second row gives \(-5c_{2}=5\) or \(c_{2}=-1\). First row gives \(c_{1}+3c_{2}=-2\) or \(c_{1}=-2-3\left (-1\right ) =-2+3=1\). Hence \[\begin {bmatrix} c_{1}\\ c_{2}\end {bmatrix} =\begin {bmatrix} 1\\ -1 \end {bmatrix} \] Therefore the solution (1) becomes\[ \vec {x}\relax (t) =\begin {bmatrix} e^{4t}\\ 2e^{4t}\end {bmatrix} -\begin {bmatrix} 3e^{-t}\\ e^{-t}\end {bmatrix} \] Or\begin {align*} x_{1}\relax (t) & =e^{4t}-3e^{-t}\\ x_{2}\relax (t) & =2e^{4t}-e^{-t} \end {align*}

2.5.7 Problem 6

Solve the initial-value problem \(x^{\prime }=Ax,x\relax (0) =x_{0}\)\[ A=\begin {bmatrix} -1 & 4\\ 2 & -3 \end {bmatrix} \qquad x\relax (0) =\begin {bmatrix} 3\\ 0 \end {bmatrix} \] Solution

The system is \[\begin {bmatrix} x_{1}^{\prime }\relax (t) \\ x_{2}^{\prime }\relax (t) \end {bmatrix} =\begin {bmatrix} -1 & 4\\ 2 & -3 \end {bmatrix}\begin {bmatrix} x_{1}\relax (t) \\ x_{2}\relax (t) \end {bmatrix} \] We need to first find the eigenvalues and eigenvectors of \(A\). The eigenvalues are solutions to \(\left \vert A-\lambda I\right \vert =0\) or\begin {align*} \begin {vmatrix} -1-\lambda & 4\\ 2 & -3-\lambda \end {vmatrix} & =0\\ \left (-1-\lambda \right ) \left (-3-\lambda \right ) -8 & =0\\ \lambda ^{2}+4\lambda +3-8 & =0\\ \lambda ^{2}+4\lambda -5 & =0\\ \left (\lambda -1\right ) \left (\lambda +5\right ) & =0 \end {align*}

Hence the eigenvalues are \(\lambda _{1}=1,\lambda _{2}=-5\).

\(\lambda _{1}=1\)\begin {align*} \begin {bmatrix} -1-\lambda & 4\\ 2 & -3-\lambda \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} & =\begin {bmatrix} 0\\ 0 \end {bmatrix} \\\begin {bmatrix} -2 & 4\\ 2 & -4 \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} & =\begin {bmatrix} 0\\ 0 \end {bmatrix} \end {align*}

\(R_{2}=R_{2}+R_{1}\)\[\begin {bmatrix} -2 & 4\\ 0 & 0 \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} =\begin {bmatrix} 0\\ 0 \end {bmatrix} \] \(v_{1}\) is base variables and \(v_{2}=t\) is free variable. First row gives \(-2v_{1}=-4t\) or \(v_{1}=2t\). Hence the first eigenvector is \[ \vec {v}_{\lambda _{1}}=\begin {bmatrix} 2t\\ t \end {bmatrix} =t\begin {bmatrix} 2\\ 1 \end {bmatrix} \] Or for \(t=1\)\[ \vec {v}_{\lambda _{1}}=\begin {bmatrix} 2\\ 1 \end {bmatrix} \] The first basis vector solution is therefore\begin {align} \vec {x}_{1} & =e^{\lambda _{1}t}\ \vec {v}_{\lambda _{1}}\nonumber \\ & =e^{t}\begin {bmatrix} 2\\ 1 \end {bmatrix} \nonumber \\ & =\begin {bmatrix} 2e^{t}\\ e^{t}\end {bmatrix} \tag {1} \end {align}

\(\lambda _{1}=-5\)\begin {align*} \begin {bmatrix} -1-\lambda & 4\\ 2 & -3-\lambda \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} & =\begin {bmatrix} 0\\ 0 \end {bmatrix} \\\begin {bmatrix} 4 & 4\\ 2 & 2 \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} & =\begin {bmatrix} 0\\ 0 \end {bmatrix} \end {align*}

\(R_{2}=R_{2}-\frac {1}{2}R_{1}\)\[\begin {bmatrix} 4 & 4\\ 0 & 0 \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} =\begin {bmatrix} 0\\ 0 \end {bmatrix} \] \(v_{1}\) is base variables and \(v_{2}=t\) is free variable. First row gives \(4v_{1}=-4t\) or \(v_{1}=-t\). Hence the second eigenvector is \[ \vec {v}_{\lambda _{2}}=\begin {bmatrix} -t\\ t \end {bmatrix} =t\begin {bmatrix} -1\\ 1 \end {bmatrix} \] Or for \(t=1\)\[ \vec {v}_{\lambda _{2}}=\begin {bmatrix} -1\\ 1 \end {bmatrix} \] The second basis vector solution is therefore\begin {align} \vec {x}_{2} & =e^{\lambda _{2}t}\ \vec {v}_{\lambda _{2}}\nonumber \\ & =e^{-5t}\begin {bmatrix} -1\\ 1 \end {bmatrix} \nonumber \\ & =\begin {bmatrix} -e^{-5t}\\ e^{-5t}\end {bmatrix} \tag {2} \end {align}

From (1,2), the general solution is linear combination of (1,2) which is\begin {align} \vec {x}\relax (t) & =c_{1}\vec {x}_{1}\relax (t) +c_{2}\vec {x}_{2}\relax (t) \nonumber \\ & =c_{1}\begin {bmatrix} 2e^{t}\\ e^{t}\end {bmatrix} +c_{2}\begin {bmatrix} -e^{-5t}\\ e^{-5t}\end {bmatrix} \tag {3} \end {align}

Now \(\vec {x}_{1}\relax (t) ,\vec {x}_{2}\relax (t) \) are verified to be linearly independent using the Wronskian. \begin {align*} W\relax (t) & =\begin {vmatrix} 2e^{t} & -e^{-5t}\\ e^{t} & e^{-5t}\end {vmatrix} \\ & =2e^{-4t}+e^{-4t}\\ & =3e^{-4t} \end {align*}

At \(t=0\), \(W\relax (0) =3\neq 0\). Hence \(\vec {x}_{1}\relax (t) ,\vec {x}_{2}\relax (t) \) are linearly independent. \(c_{1},c_{2}\) are now found from initial conditions. At \(t=0\), (3) becomes\[\begin {bmatrix} 3\\ 0 \end {bmatrix} =c_{1}\begin {bmatrix} 2\\ 1 \end {bmatrix} +c_{2}\begin {bmatrix} -1\\ 1 \end {bmatrix} \] Which can be written as\begin {equation} \begin {bmatrix} 2 & -1\\ 1 & 1 \end {bmatrix}\begin {bmatrix} c_{1}\\ c_{2}\end {bmatrix} =\begin {bmatrix} 3\\ 0 \end {bmatrix} \tag {4} \end {equation} The augmented matrix is\[\begin {bmatrix} 2 & -1 & 3\\ 1 & 1 & 0 \end {bmatrix} \] \(R_{2}=2R_{2}-R_{1}\)\[\begin {bmatrix} 2 & -1 & 3\\ 0 & 3 & -3 \end {bmatrix} \] Hence (2) becomes\[\begin {bmatrix} 2 & -1\\ 0 & 3 \end {bmatrix}\begin {bmatrix} c_{1}\\ c_{2}\end {bmatrix} =\begin {bmatrix} 3\\ -3 \end {bmatrix} \] Second row gives \(c_{2}=-1\). First row gives \(2c_{1}-c_{1}=3\) or \(2c_{1}=3-1=2\). Hence \(c_{1}=1\). \[\begin {bmatrix} c_{1}\\ c_{2}\end {bmatrix} =\begin {bmatrix} 1\\ -1 \end {bmatrix} \] Therefore the solution (3) becomes\[ \vec {x}\relax (t) =\begin {bmatrix} 2e^{t}\\ e^{t}\end {bmatrix} -\begin {bmatrix} -e^{-5t}\\ e^{-5t}\end {bmatrix} \] Or\begin {align*} x_{1}\relax (t) & =2e^{t}+e^{-5t}\\ x_{2}\relax (t) & =e^{t}-e^{-5t} \end {align*}

2.5.8 Problem 7

Use the variation of parameters technique to find a particular solution \(x_{p}\) to \(x^{\prime }=Ax+b\) for the given \(A,b\). Also obtain the general solution to the system of differential equations\[ A=\begin {bmatrix} 2 & -1\\ -1 & 2 \end {bmatrix} \qquad b=\begin {bmatrix} 0\\ 4e^{t}\end {bmatrix} \] Solution

The system to solve is \[\begin {bmatrix} x_{1}^{\prime }\relax (t) \\ x_{2}^{\prime }\relax (t) \end {bmatrix} =\begin {bmatrix} 2 & -1\\ -1 & 2 \end {bmatrix}\begin {bmatrix} x_{1}\relax (t) \\ x_{2}\relax (t) \end {bmatrix} +\begin {bmatrix} 0\\ 4e^{t}\end {bmatrix} \] The solution is given by \[ \vec {x}\relax (t) =\vec {x}_{h}\relax (t) +\vec {x}_{p}\left ( t\right ) \] Where \(\vec {x}_{h}\relax (t) \) is the solution to the homogeneous system \(x^{\prime }=Ax\) and \(\vec {x}_{p}\relax (t) \) is a particular solution. First \(\vec {x}_{h}\relax (t) \) is solved for. The eigenvalues and eigenvectors of \(A\) are now found. The eigenvalues are solutions to \(\left \vert A-\lambda I\right \vert =0\) or\begin {align*} \begin {vmatrix} 2-\lambda & -1\\ -1 & 2-\lambda \end {vmatrix} & =0\\ \left (2-\lambda \right ) \left (2-\lambda \right ) -1 & =0\\ \lambda ^{2}-4\lambda +4-1 & =0\\ \lambda ^{2}-4\lambda +3 & =0\\ \left (\lambda -3\right ) \left (\lambda -1\right ) & =0 \end {align*}

Hence the eigenvalues are \(\lambda _{1}=3,\lambda _{2}=1\).

\(\lambda _{1}=1\)\begin {align*} \begin {bmatrix} 2-\lambda & -1\\ -1 & 2-\lambda \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} & =\begin {bmatrix} 0\\ 0 \end {bmatrix} \\\begin {bmatrix} 1 & -1\\ -1 & 1 \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} & =\begin {bmatrix} 0\\ 0 \end {bmatrix} \end {align*}

\(R_{2}=R_{2}+R_{1}\)\[\begin {bmatrix} 1 & -1\\ 0 & 0 \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} =\begin {bmatrix} 0\\ 0 \end {bmatrix} \] \(v_{1}\) is base variables and \(v_{2}=t\) is free variable. First row gives \(v_{1}=t\). Hence the first eigenvector is \[ \vec {v}_{1}=\begin {bmatrix} t\\ t \end {bmatrix} =t\begin {bmatrix} 1\\ 1 \end {bmatrix} \] Or for \(t=1\)\[ \vec {v}_{1}=\begin {bmatrix} 2\\ 1 \end {bmatrix} \] The first basis vector solution is therefore\begin {align} \vec {x}_{1}\relax (t) & =e^{\lambda _{1}t}\ \vec {v}_{1}\nonumber \\ & =e^{t}\begin {bmatrix} 1\\ 1 \end {bmatrix} \nonumber \\ & =\begin {bmatrix} e^{t}\\ e^{t}\end {bmatrix} \tag {1} \end {align}

\(\lambda _{1}=3\)\begin {align*} \begin {bmatrix} 2-\lambda & -1\\ -1 & 2-\lambda \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} & =\begin {bmatrix} 0\\ 0 \end {bmatrix} \\\begin {bmatrix} -1 & -1\\ -1 & -1 \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} & =\begin {bmatrix} 0\\ 0 \end {bmatrix} \end {align*}

\(R_{2}=R_{2}-R_{1}\)\[\begin {bmatrix} -1 & -1\\ 0 & 0 \end {bmatrix}\begin {bmatrix} v_{1}\\ v_{2}\end {bmatrix} =\begin {bmatrix} 0\\ 0 \end {bmatrix} \] \(v_{1}\) is base variables and \(v_{2}=t\) is free variable. First row gives \(v_{1}=-t\). Hence the second eigenvector is \[ \vec {v}_{2}=\begin {bmatrix} -t\\ t \end {bmatrix} =t\begin {bmatrix} -1\\ 1 \end {bmatrix} \] Or for \(t=1\)\[ \vec {v}_{2}=\begin {bmatrix} -1\\ 1 \end {bmatrix} \] The second basis vector solution is therefore\begin {align} \vec {x}_{2}\relax (t) & =e^{\lambda _{2}t}\ \vec {v}_{2}\nonumber \\ & =e^{3t}\begin {bmatrix} -1\\ 1 \end {bmatrix} \nonumber \\ & =\begin {bmatrix} -e^{3t}\\ e^{3t}\end {bmatrix} \tag {2} \end {align}

From (1,2), the homogeneous is\begin {align} \vec {x}_{h}\relax (t) & =c_{1}\vec {x}_{1}\relax (t) +c_{2}\vec {x}_{2}\relax (t) \nonumber \\ & =c_{1}\begin {bmatrix} e^{t}\\ e^{t}\end {bmatrix} +c_{2}\begin {bmatrix} -e^{3t}\\ e^{3t}\end {bmatrix} \tag {2A} \end {align}

The Wronskian can be used to show that \(\vec {x}_{1}\relax (t) ,\vec {x}_{2}\relax (t) \) are linearly independent\[ W\relax (t) =\begin {vmatrix} e^{t} & -e^{3t}\\ e^{t} & e^{3t}\end {vmatrix} =e^{4t}+e^{4t}=2e^{4t}\] Which is not zero at a point, say at \(t=0\). Variation of parameters is now used to find the particular solution \(\vec {x}_{p}\relax (t) \). The fundamental matrix is the matrix whose columns are \(\vec {x}_{1}\relax (t) ,\vec {x}_{2}\relax (t) \) \begin {align*} \Phi & =\begin {bmatrix} \vec {x}_{1}\relax (t) & \vec {x}_{2}\relax (t) \end {bmatrix} \\ & =\begin {bmatrix} e^{t} & -e^{3t}\\ e^{t} & e^{3t}\end {bmatrix} \end {align*}

Therefore \begin {align} \vec {x}_{p}\relax (t) & =\Phi \int \Phi ^{-1}\vec {b}\relax (t) dt\nonumber \\ & =\begin {bmatrix} e^{t} & -e^{3t}\\ e^{t} & e^{3t}\end {bmatrix} \int \begin {bmatrix} e^{t} & -e^{3t}\\ e^{t} & e^{3t}\end {bmatrix} ^{-1}\begin {bmatrix} 0\\ 4e^{t}\end {bmatrix} dt \tag {3} \end {align}

But \[\begin {bmatrix} e^{t} & -e^{3t}\\ e^{t} & e^{3t}\end {bmatrix} ^{-1}=\frac {\begin {bmatrix} e^{3t} & e^{3t}\\ -e^{t} & e^{t}\end {bmatrix} }{\left \vert \Phi \right \vert }\] And \[ \left \vert \Phi \right \vert =\begin {vmatrix} e^{t} & -e^{3t}\\ e^{t} & e^{3t}\end {vmatrix} =e^{4t}+e^{4t}=2e^{4t}\] Therefore\[\begin {bmatrix} e^{t} & -e^{3t}\\ e^{t} & e^{3t}\end {bmatrix} ^{-1}=\frac {1}{2}\begin {bmatrix} e^{-t} & e^{-t}\\ -e^{-3t} & e^{-3t}\end {bmatrix} \] Substituting the above in (3) gives\[ \vec {x}_{p}\relax (t) =\begin {bmatrix} e^{t} & -e^{3t}\\ e^{t} & e^{3t}\end {bmatrix} \frac {1}{2}\int \begin {bmatrix} e^{-t} & e^{-t}\\ -e^{-3t} & e^{-3t}\end {bmatrix}\begin {bmatrix} 0\\ 4e^{t}\end {bmatrix} dt \] But \(\begin {bmatrix} e^{-t} & e^{-t}\\ -e^{-3t} & e^{-3t}\end {bmatrix}\begin {bmatrix} 0\\ 4e^{t}\end {bmatrix} =\begin {bmatrix} 4\\ 4e^{-2t}\end {bmatrix} \). Hence the above becomes\[ \vec {x}_{p}\relax (t) =\begin {bmatrix} e^{t} & -e^{3t}\\ e^{t} & e^{3t}\end {bmatrix} \int \begin {bmatrix} 2\\ 2e^{-2t}\end {bmatrix} dt \] Carrying the integration element by element gives\begin {align} \vec {x}_{p}\relax (t) & =\begin {bmatrix} e^{t} & -e^{3t}\\ e^{t} & e^{3t}\end {bmatrix}\begin {bmatrix} \int 2dt\\ \int 2e^{-2t}dt \end {bmatrix} \nonumber \\ & =\begin {bmatrix} e^{t} & -e^{3t}\\ e^{t} & e^{3t}\end {bmatrix}\begin {bmatrix} 2t\\ -e^{-2t}\end {bmatrix} \nonumber \\ & =\begin {bmatrix} 2te^{t}+e^{t}\\ 2te^{t}-e^{t}\end {bmatrix} \tag {4} \end {align}

Substituting (2A) and (4) into \(\vec {x}\relax (t) =\vec {x}_{h}\left ( t\right ) +\vec {x}_{p}\relax (t) \) gives the final solution as\begin {align*} \vec {x}\relax (t) & =c_{1}\begin {bmatrix} e^{t}\\ e^{t}\end {bmatrix} +c_{2}\begin {bmatrix} -e^{3t}\\ e^{3t}\end {bmatrix} +\begin {bmatrix} 2te^{t}+e^{t}\\ 2te^{t}-e^{t}\end {bmatrix} \\ & =\begin {bmatrix} c_{1}e^{t}-c_{2}e^{3t}+2te^{t}+e^{t}\\ c_{1}e^{t}+c_{2}e^{3t}+2te^{t}-e^{t}\end {bmatrix} \end {align*}

Or\begin {align*} x_{1}\relax (t) & =c_{1}e^{t}-c_{2}e^{3t}+2te^{t}+e^{t}\\ x_{2}\relax (t) & =c_{1}e^{t}+c_{2}e^{3t}+2te^{t}-e^{t} \end {align*}