13.2 problem Problem 2

13.2.1 Existence and uniqueness analysis
13.2.2 Solving as laplace ode
13.2.3 Maple step by step solution

Internal problem ID [2840]
Internal file name [OUTPUT/2332_Sunday_June_05_2022_02_59_31_AM_54659613/index.tex]

Book: Differential equations and linear algebra, Stephen W. Goode and Scott A Annin. Fourth edition, 2015
Section: Chapter 10, The Laplace Transform and Some Elementary Applications. Exercises for 10.4. page 689
Problem number: Problem 2.
ODE order: 1.
ODE degree: 1.

The type(s) of ODE detected by this program : "exact", "linear", "first_order_ode_lie_symmetry_lookup"

Maple gives the following as the ode type

[[_linear, `class A`]]

\[ \boxed {y^{\prime }+y=8 \,{\mathrm e}^{3 t}} \] With initial conditions \begin {align*} [y \left (0\right ) = 2] \end {align*}

13.2.1 Existence and uniqueness analysis

This is a linear ODE. In canonical form it is written as \begin {align*} y^{\prime } + p(t)y &= q(t) \end {align*}

Where here \begin {align*} p(t) &=1\\ q(t) &=8 \,{\mathrm e}^{3 t} \end {align*}

Hence the ode is \begin {align*} y^{\prime }+y = 8 \,{\mathrm e}^{3 t} \end {align*}

The domain of \(p(t)=1\) is \[ \{-\infty

13.2.2 Solving as laplace ode

Solving using the Laplace transform method. Let \[ \mathcal {L}\left (y\right ) =Y(s) \] Taking the Laplace transform of the ode and using the relations that \begin {align*} \mathcal {L}\left (y^{\prime }\right )&= s Y(s) - y \left (0\right ) \end {align*}

The given ode now becomes an algebraic equation in the Laplace domain \begin {align*} s Y \left (s \right )-y \left (0\right )+Y \left (s \right ) = \frac {8}{-3+s}\tag {1} \end {align*}

Replacing initial condition gives \begin {align*} s Y \left (s \right )-2+Y \left (s \right ) = \frac {8}{-3+s} \end {align*}

Solving for \(Y(s)\) gives \begin {align*} Y(s) = \frac {2}{-3+s} \end {align*}

Taking the inverse Laplace transform gives \begin {align*} y&= \mathcal {L}^{-1}\left (Y(s)\right )\\ &= \mathcal {L}^{-1}\left (\frac {2}{-3+s}\right )\\ &= 2 \,{\mathrm e}^{3 t} \end {align*}

Summary

The solution(s) found are the following \begin{align*} \tag{1} y &= 2 \,{\mathrm e}^{3 t} \\ \end{align*}

(a) Solution plot

(b) Slope field plot

Verification of solutions

\[ y = 2 \,{\mathrm e}^{3 t} \] Verified OK.

13.2.3 Maple step by step solution

\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & \left [y^{\prime }+y=8 \,{\mathrm e}^{3 t}, y \left (0\right )=2\right ] \\ \bullet & {} & \textrm {Highest derivative means the order of the ODE is}\hspace {3pt} 1 \\ {} & {} & y^{\prime } \\ \bullet & {} & \textrm {Solve for the highest derivative}\hspace {3pt} \\ {} & {} & y^{\prime }=-y+8 \,{\mathrm e}^{3 t} \\ \bullet & {} & \textrm {Group terms with}\hspace {3pt} y\hspace {3pt}\textrm {on the lhs of the ODE and the rest on the rhs of the ODE}\hspace {3pt} \\ {} & {} & y^{\prime }+y=8 \,{\mathrm e}^{3 t} \\ \bullet & {} & \textrm {The ODE is linear; multiply by an integrating factor}\hspace {3pt} \mu \left (t \right ) \\ {} & {} & \mu \left (t \right ) \left (y^{\prime }+y\right )=8 \mu \left (t \right ) {\mathrm e}^{3 t} \\ \bullet & {} & \textrm {Assume the lhs of the ODE is the total derivative}\hspace {3pt} \frac {d}{d t}\left (y \mu \left (t \right )\right ) \\ {} & {} & \mu \left (t \right ) \left (y^{\prime }+y\right )=y^{\prime } \mu \left (t \right )+y \mu ^{\prime }\left (t \right ) \\ \bullet & {} & \textrm {Isolate}\hspace {3pt} \mu ^{\prime }\left (t \right ) \\ {} & {} & \mu ^{\prime }\left (t \right )=\mu \left (t \right ) \\ \bullet & {} & \textrm {Solve to find the integrating factor}\hspace {3pt} \\ {} & {} & \mu \left (t \right )={\mathrm e}^{t} \\ \bullet & {} & \textrm {Integrate both sides with respect to}\hspace {3pt} t \\ {} & {} & \int \left (\frac {d}{d t}\left (y \mu \left (t \right )\right )\right )d t =\int 8 \mu \left (t \right ) {\mathrm e}^{3 t}d t +c_{1} \\ \bullet & {} & \textrm {Evaluate the integral on the lhs}\hspace {3pt} \\ {} & {} & y \mu \left (t \right )=\int 8 \mu \left (t \right ) {\mathrm e}^{3 t}d t +c_{1} \\ \bullet & {} & \textrm {Solve for}\hspace {3pt} y \\ {} & {} & y=\frac {\int 8 \mu \left (t \right ) {\mathrm e}^{3 t}d t +c_{1}}{\mu \left (t \right )} \\ \bullet & {} & \textrm {Substitute}\hspace {3pt} \mu \left (t \right )={\mathrm e}^{t} \\ {} & {} & y=\frac {\int 8 \,{\mathrm e}^{t} {\mathrm e}^{3 t}d t +c_{1}}{{\mathrm e}^{t}} \\ \bullet & {} & \textrm {Evaluate the integrals on the rhs}\hspace {3pt} \\ {} & {} & y=\frac {2 \,{\mathrm e}^{4 t}+c_{1}}{{\mathrm e}^{t}} \\ \bullet & {} & \textrm {Simplify}\hspace {3pt} \\ {} & {} & y=2 \,{\mathrm e}^{3 t}+c_{1} {\mathrm e}^{-t} \\ \bullet & {} & \textrm {Use initial condition}\hspace {3pt} y \left (0\right )=2 \\ {} & {} & 2=2+c_{1} \\ \bullet & {} & \textrm {Solve for}\hspace {3pt} c_{1} \\ {} & {} & c_{1} =0 \\ \bullet & {} & \textrm {Substitute}\hspace {3pt} c_{1} =0\hspace {3pt}\textrm {into general solution and simplify}\hspace {3pt} \\ {} & {} & y=2 \,{\mathrm e}^{3 t} \\ \bullet & {} & \textrm {Solution to the IVP}\hspace {3pt} \\ {} & {} & y=2 \,{\mathrm e}^{3 t} \end {array} \]

Maple trace

`Methods for first order ODEs: 
--- Trying classification methods --- 
trying a quadrature 
trying 1st order linear 
<- 1st order linear successful`
 

Solution by Maple

Time used: 2.703 (sec). Leaf size: 10

dsolve([diff(y(t),t)+y(t)=8*exp(3*t),y(0) = 2],y(t), singsol=all)
 

\[ y \left (t \right ) = 2 \,{\mathrm e}^{3 t} \]

Solution by Mathematica

Time used: 0.051 (sec). Leaf size: 12

DSolve[{y'[t]+y[t]==8*Exp[3*t],{y[0]==2}},y[t],t,IncludeSingularSolutions -> True]
 

\[ y(t)\to 2 e^{3 t} \]