2.8.10 problem 11
Internal
problem
ID
[18265]
Book
:
Elementary
Differential
Equations.
By
Thornton
C.
Fry.
D
Van
Nostrand.
NY.
First
Edition
(1929)
Section
:
Chapter
VII.
Linear
equations
of
order
higher
than
the
first.
section
56.
Problems
at
page
163
Problem
number
:
11
Date
solved
:
Monday, December 23, 2024 at 09:47:13 PM
CAS
classification
:
[[_high_order, _missing_y]]
Solve
\begin{align*} x^{\prime \prime \prime \prime }-6 x^{\prime \prime \prime }+11 x^{\prime \prime }-6 x^{\prime }&={\mathrm e}^{-3 t} \end{align*}
Solved as higher order constant coeff ode
Time used: 0.104 (sec)
The characteristic equation is
\[ \lambda ^{4}-6 \lambda ^{3}+11 \lambda ^{2}-6 \lambda = 0 \]
The roots of the above equation are
\begin{align*} \lambda _1 &= 0\\ \lambda _2 &= 1\\ \lambda _3 &= 2\\ \lambda _4 &= 3 \end{align*}
Therefore the homogeneous solution is
\[ x_h(t)=c_1 +{\mathrm e}^{t} c_2 +{\mathrm e}^{2 t} c_3 +{\mathrm e}^{3 t} c_4 \]
The fundamental set of solutions for the
homogeneous solution are the following
\begin{align*} x_1 &= 1\\ x_2 &= {\mathrm e}^{t}\\ x_3 &= {\mathrm e}^{2 t}\\ x_4 &= {\mathrm e}^{3 t} \end{align*}
This is higher order nonhomogeneous ODE. Let the solution be
\[ x = x_h + x_p \]
Where \(x_h\) is the solution to
the homogeneous ODE And \(x_p\) is a particular solution to the nonhomogeneous ODE. \(x_h\) is the
solution to
\[ x^{\prime \prime \prime \prime }-6 x^{\prime \prime \prime }+11 x^{\prime \prime }-6 x^{\prime } = 0 \]
Now the particular solution to the given ODE is found
\[
x^{\prime \prime \prime \prime }-6 x^{\prime \prime \prime }+11 x^{\prime \prime }-6 x^{\prime } = {\mathrm e}^{-3 t}
\]
The particular solution
is now found using the method of undetermined coefficients.
Looking at the RHS of the ode, which is
\[ {\mathrm e}^{-3 t} \]
Shows that the corresponding undetermined set of
the basis functions (UC_set) for the trial solution is
\[ [\{{\mathrm e}^{-3 t}\}] \]
While the set of the basis functions for
the homogeneous solution found earlier is
\[ \{1, {\mathrm e}^{t}, {\mathrm e}^{2 t}, {\mathrm e}^{3 t}\} \]
Since there is no duplication between the basis
function in the UC_set and the basis functions of the homogeneous solution, the trial
solution is a linear combination of all the basis in the UC_set.
\[
x_p = A_{1} {\mathrm e}^{-3 t}
\]
The unknowns \(\{A_{1}\}\) are found by
substituting the above trial solution \(x_p\) into the ODE and comparing coefficients.
Substituting the trial solution into the ODE and simplifying gives
\[
360 A_{1} {\mathrm e}^{-3 t} = {\mathrm e}^{-3 t}
\]
Solving for the
unknowns by comparing coefficients results in
\[ \left [A_{1} = {\frac {1}{360}}\right ] \]
Substituting the above back in the
above trial solution \(x_p\), gives the particular solution
\[
x_p = \frac {{\mathrm e}^{-3 t}}{360}
\]
Therefore the general solution is
\begin{align*}
x &= x_h + x_p \\
&= \left (c_1 +{\mathrm e}^{t} c_2 +{\mathrm e}^{2 t} c_3 +{\mathrm e}^{3 t} c_4\right ) + \left (\frac {{\mathrm e}^{-3 t}}{360}\right ) \\
\end{align*}
Maple step by step solution
\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & x^{\prime \prime \prime \prime }-6 x^{\prime \prime \prime }+11 x^{\prime \prime }-6 x^{\prime }={\mathrm e}^{-3 t} \\ \bullet & {} & \textrm {Highest derivative means the order of the ODE is}\hspace {3pt} 4 \\ {} & {} & x^{\prime \prime \prime \prime } \\ \bullet & {} & \textrm {Characteristic polynomial of homogeneous ODE}\hspace {3pt} \\ {} & {} & r^{4}-6 r^{3}+11 r^{2}-6 r =0 \\ \bullet & {} & \textrm {Roots of the characteristic polynomial}\hspace {3pt} \\ {} & {} & r =\left [0, 1, 2, 3\right ] \\ \bullet & {} & \textrm {Homogeneous solution from}\hspace {3pt} r =0 \\ {} & {} & x_{1}\left (t \right )=1 \\ \bullet & {} & \textrm {Homogeneous solution from}\hspace {3pt} r =1 \\ {} & {} & x_{2}\left (t \right )={\mathrm e}^{t} \\ \bullet & {} & \textrm {Homogeneous solution from}\hspace {3pt} r =2 \\ {} & {} & x_{3}\left (t \right )={\mathrm e}^{2 t} \\ \bullet & {} & \textrm {Homogeneous solution from}\hspace {3pt} r =3 \\ {} & {} & x_{4}\left (t \right )={\mathrm e}^{3 t} \\ \bullet & {} & \textrm {General solution of the ODE}\hspace {3pt} \\ {} & {} & x=\mathit {C1} x_{1}\left (t \right )+\mathit {C2} x_{2}\left (t \right )+\mathit {C3} x_{3}\left (t \right )+\mathit {C4} x_{4}\left (t \right )+x_{p}\left (t \right ) \\ \bullet & {} & \textrm {Substitute in solutions of the homogeneous ODE}\hspace {3pt} \\ {} & {} & x=\mathit {C1} +{\mathrm e}^{t} \mathit {C2} +{\mathrm e}^{2 t} \mathit {C3} +{\mathrm e}^{3 t} \mathit {C4} +x_{p}\left (t \right ) \\ \square & {} & \textrm {Find a particular solution}\hspace {3pt} x_{p}\left (t \right )\hspace {3pt}\textrm {of the ODE}\hspace {3pt} \\ {} & \circ & \textrm {Define the forcing function of the ODE}\hspace {3pt} \\ {} & {} & f \left (t \right )={\mathrm e}^{-3 t} \\ {} & \circ & \textrm {Form of the particular solution to the ODE where the}\hspace {3pt} u_{i}\left (t \right )\hspace {3pt}\textrm {are to be found}\hspace {3pt} \\ {} & {} & x_{p}\left (t \right )=\moverset {4}{\munderset {i =1}{\sum }}u_{i}\left (t \right ) x_{i}\left (t \right ) \\ {} & \circ & \textrm {Calculate the 1st derivative of}\hspace {3pt} x_{p}\left (t \right ) \\ {} & {} & x_{p}^{\prime }\left (t \right )=\moverset {4}{\munderset {i =1}{\sum }}\left (u_{i}^{\prime }\left (t \right ) x_{i}\left (t \right )+u_{i}\left (t \right ) x_{i}^{\prime }\left (t \right )\right ) \\ {} & \circ & \textrm {Choose equation to add to a system of equations in}\hspace {3pt} u_{i}^{\prime }\left (t \right ) \\ {} & {} & \moverset {4}{\munderset {i =1}{\sum }}u_{i}^{\prime }\left (t \right ) x_{i}\left (t \right )=0 \\ {} & \circ & \textrm {Calculate the 2nd derivative of}\hspace {3pt} x_{p}\left (t \right ) \\ {} & {} & x_{p}^{\prime \prime }\left (t \right )=\moverset {4}{\munderset {i =1}{\sum }}\left (u_{i}^{\prime }\left (t \right ) x_{i}^{\prime }\left (t \right )+u_{i}\left (t \right ) x_{i}^{\prime \prime }\left (t \right )\right ) \\ {} & \circ & \textrm {Choose equation to add to a system of equations in}\hspace {3pt} u_{i}^{\prime }\left (t \right ) \\ {} & {} & \moverset {4}{\munderset {i =1}{\sum }}u_{i}^{\prime }\left (t \right ) x_{i}^{\prime }\left (t \right )=0 \\ {} & \circ & \textrm {Calculate the 3rd derivative of}\hspace {3pt} x_{p}\left (t \right ) \\ {} & {} & x_{p}^{\prime \prime \prime }\left (t \right )=\moverset {4}{\munderset {i =1}{\sum }}\left (u_{i}^{\prime }\left (t \right ) x_{i}^{\prime \prime }\left (t \right )+u_{i}\left (t \right ) x_{i}^{\prime \prime \prime }\left (t \right )\right ) \\ {} & \circ & \textrm {Choose equation to add to a system of equations in}\hspace {3pt} u_{i}^{\prime }\left (t \right ) \\ {} & {} & \moverset {4}{\munderset {i =1}{\sum }}u_{i}^{\prime }\left (t \right ) x_{i}^{\prime \prime }\left (t \right )=0 \\ {} & \circ & \textrm {The ODE is of the following form where the}\hspace {3pt} P_{i}\left (t \right )\hspace {3pt}\textrm {in this situation are the coefficients of the derivatives in the ODE}\hspace {3pt} \\ {} & {} & x^{\prime \prime \prime \prime }+\left (\moverset {3}{\munderset {i =0}{\sum }}P_{i}\left (t \right ) x^{\left (i \right )}\right )=f \left (t \right ) \\ {} & \circ & \textrm {Substitute}\hspace {3pt} x_{p}\left (t \right )=\moverset {4}{\munderset {i =1}{\sum }}u_{i}\left (t \right ) x_{i}\left (t \right )\hspace {3pt}\textrm {into the ODE}\hspace {3pt} \\ {} & {} & \left (\moverset {3}{\munderset {j =0}{\sum }}P_{j}\left (t \right ) \left (\moverset {4}{\munderset {i =1}{\sum }}u_{i}\left (t \right ) x_{i}^{\left (j \right )}\left (t \right )\right )\right )+\moverset {4}{\munderset {i =1}{\sum }}\left (u_{i}^{\prime }\left (t \right ) x_{i}^{\prime \prime \prime }\left (t \right )+u_{i}\left (t \right ) x_{i}^{\prime \prime \prime \prime }\left (t \right )\right )=f \left (t \right ) \\ {} & \circ & \textrm {Rearrange the ODE}\hspace {3pt} \\ {} & {} & \moverset {4}{\munderset {i =1}{\sum }}\left (u_{i}\left (t \right )\cdot \left (\left (\moverset {3}{\munderset {j =0}{\sum }}P_{j}\left (t \right ) x_{i}^{\left (j \right )}\left (t \right )\right )+x_{i}^{\prime \prime \prime \prime }\left (t \right )\right )+u_{i}^{\prime }\left (t \right ) x_{i}^{\prime \prime \prime }\left (t \right )\right )=f \left (t \right ) \\ {} & \circ & \textrm {Notice that}\hspace {3pt} x_{i}\left (t \right )\hspace {3pt}\textrm {are solutions to the homogeneous equation so the first term in the sum is 0}\hspace {3pt} \\ {} & {} & \moverset {4}{\munderset {i =1}{\sum }}u_{i}^{\prime }\left (t \right ) x_{i}^{\prime \prime \prime }\left (t \right )=f \left (t \right ) \\ {} & \circ & \textrm {We have now made a system of}\hspace {3pt} 4\hspace {3pt}\textrm {equations in}\hspace {3pt} 4\hspace {3pt}\textrm {unknowns (}\hspace {3pt} u_{i}^{\prime }\left (t \right )) \\ {} & {} & \left [\moverset {4}{\munderset {i =1}{\sum }}u_{i}^{\prime }\left (t \right ) x_{i}\left (t \right )=0, \moverset {4}{\munderset {i =1}{\sum }}u_{i}^{\prime }\left (t \right ) x_{i}^{\prime }\left (t \right )=0, \moverset {4}{\munderset {i =1}{\sum }}u_{i}^{\prime }\left (t \right ) x_{i}^{\prime \prime }\left (t \right )=0, \moverset {4}{\munderset {i =1}{\sum }}u_{i}^{\prime }\left (t \right ) x_{i}^{\prime \prime \prime }\left (t \right )=f \left (t \right )\right ] \\ {} & \circ & \textrm {Convert the system to linear algebra format, notice that the matrix is the wronskian}\hspace {3pt} W \\ {} & {} & \left [\begin {array}{cccc} x_{1}\left (t \right ) & x_{2}\left (t \right ) & x_{3}\left (t \right ) & x_{4}\left (t \right ) \\ x_{1}^{\prime }\left (t \right ) & x_{2}^{\prime }\left (t \right ) & x_{3}^{\prime }\left (t \right ) & x_{4}^{\prime }\left (t \right ) \\ x_{1}^{\prime \prime }\left (t \right ) & x_{2}^{\prime \prime }\left (t \right ) & x_{3}^{\prime \prime }\left (t \right ) & x_{4}^{\prime \prime }\left (t \right ) \\ x_{1}^{\prime \prime \prime }\left (t \right ) & x_{2}^{\prime \prime \prime }\left (t \right ) & x_{3}^{\prime \prime \prime }\left (t \right ) & x_{4}^{\prime \prime \prime }\left (t \right ) \end {array}\right ]\cdot \left [\begin {array}{c} u_{1}^{\prime }\left (t \right ) \\ u_{2}^{\prime }\left (t \right ) \\ u_{3}^{\prime }\left (t \right ) \\ u_{4}^{\prime }\left (t \right ) \end {array}\right ]=\left [\begin {array}{c} 0 \\ 0 \\ 0 \\ f \left (t \right ) \end {array}\right ] \\ {} & \circ & \textrm {Solve for the varied parameters}\hspace {3pt} \\ {} & {} & \left [\begin {array}{c} u_{1}\left (t \right ) \\ u_{2}\left (t \right ) \\ u_{3}\left (t \right ) \\ u_{4}\left (t \right ) \end {array}\right ]=\int \frac {1}{W}\cdot \left [\begin {array}{c} 0 \\ 0 \\ 0 \\ f \left (t \right ) \end {array}\right ]d t \\ {} & \circ & \textrm {Substitute in the homogeneous solutions and forcing function and solve}\hspace {3pt} \\ {} & {} & \left [\begin {array}{c} u_{1}\left (t \right ) \\ u_{2}\left (t \right ) \\ u_{3}\left (t \right ) \\ u_{4}\left (t \right ) \end {array}\right ]=\left [\begin {array}{c} \frac {{\mathrm e}^{-3 t}}{18} \\ -\frac {{\mathrm e}^{-3 t}}{8 \,{\mathrm e}^{t}} \\ \frac {{\mathrm e}^{-3 t}}{10 \,{\mathrm e}^{2 t}} \\ -\frac {{\mathrm e}^{-3 t}}{36 \,{\mathrm e}^{3 t}} \end {array}\right ] \\ & {} & \textrm {Find a particular solution}\hspace {3pt} x_{p}\left (t \right )\hspace {3pt}\textrm {of the ODE}\hspace {3pt} \\ {} & {} & x_{p}\left (t \right )=\frac {{\mathrm e}^{-3 t}}{360} \\ \bullet & {} & \textrm {Substitute particular solution into general solution to ODE}\hspace {3pt} \\ {} & {} & x=\mathit {C1} +{\mathrm e}^{t} \mathit {C2} +{\mathrm e}^{2 t} \mathit {C3} +{\mathrm e}^{3 t} \mathit {C4} +\frac {{\mathrm e}^{-3 t}}{360} \end {array} \]
Maple trace
`Methods for high order ODEs:
--- Trying classification methods ---
trying a quadrature
trying high order exact linear fully integrable
trying differential order: 4; linear nonhomogeneous with symmetry [0,1]
-> Calling odsolve with the ODE`, diff(diff(diff(_b(_a), _a), _a), _a) = 6*(diff(diff(_b(_a), _a), _a))-11*(diff(_b(_a), _a))+6*_b(_
Methods for third order ODEs:
--- Trying classification methods ---
trying a quadrature
trying high order exact linear fully integrable
trying differential order: 3; linear nonhomogeneous with symmetry [0,1]
trying high order linear exact nonhomogeneous
trying differential order: 3; missing the dependent variable
checking if the LODE has constant coefficients
<- constant coefficients successful
<- differential order: 4; linear nonhomogeneous with symmetry [0,1] successful`
Maple dsolve solution
Solving time : 0.003
(sec)
Leaf size : 39
dsolve(diff(diff(diff(diff(x(t),t),t),t),t)-6*diff(diff(diff(x(t),t),t),t)+11*diff(diff(x(t),t),t)-6*diff(x(t),t) = exp(-3*t),
x(t),singsol=all)
\[
x = \frac {\left (c_3 \,{\mathrm e}^{6 t}+3 c_1 \,{\mathrm e}^{4 t}+\frac {3 c_2 \,{\mathrm e}^{5 t}}{2}+3 \,{\mathrm e}^{3 t} c_4 +\frac {1}{120}\right ) {\mathrm e}^{-3 t}}{3}
\]
Mathematica DSolve solution
Solving time : 0.06
(sec)
Leaf size : 45
DSolve[{D[x[t],{t,4}]-6*D[x[t],{t,3}]+11*D[x[t],{t,2}]-6*D[x[t],t]==Exp[-3*t],{}},
x[t],t,IncludeSingularSolutions->True]
\[
x(t)\to \frac {e^{-3 t}}{360}+c_1 e^t+\frac {1}{2} c_2 e^{2 t}+\frac {1}{3} c_3 e^{3 t}+c_4
\]