1.31 problem 32
Internal
problem
ID
[7723]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
32
Date
solved
:
Monday, October 21, 2024 at 03:59:12 PM
CAS
classification
:
[[_homogeneous, `class C`], _rational, [_Abel, `2nd type`, `class A`]]
Solve
\begin{align*} 2 t +3 x+\left (x+2\right ) x^{\prime }&=0 \end{align*}
1.31.1 Solved as first order homogeneous class Maple C ode
Time used: 0.651 (sec)
Let \(Y = x -y_{0}\) and \(X = t -x_{0}\) then the above is transformed to new ode in \(Y(X)\)
\[
\frac {d}{d X}Y \left (X \right ) = -\frac {3 Y \left (X \right )+3 y_{0} +2 x_{0} +2 X}{Y \left (X \right )+y_{0} +2}
\]
Solving for possible values of \(x_{0}\) and \(y_{0}\)
which makes the above ode a homogeneous ode results in
\begin{align*} x_{0}&=3\\ y_{0}&=-2 \end{align*}
Using these values now it is possible to easily solve for \(Y \left (X \right )\) . The above ode now becomes
\begin{align*} \frac {d}{d X}Y \left (X \right ) = -\frac {3 Y \left (X \right )+2 X}{Y \left (X \right )} \end{align*}
In canonical form, the ODE is
\begin{align*} Y' &= F(X,Y)\\ &= -\frac {3 Y +2 X}{Y}\tag {1} \end{align*}
An ode of the form \(Y' = \frac {M(X,Y)}{N(X,Y)}\) is called homogeneous if the functions \(M(X,Y)\) and \(N(X,Y)\) are both homogeneous
functions and of the same order. Recall that a function \(f(X,Y)\) is homogeneous of order \(n\) if
\[ f(t^n X, t^n Y)= t^n f(X,Y) \]
In this
case, it can be seen that both \(M=-3 Y -2 X\) and \(N=Y\) are both homogeneous and of the same order \(n=1\) . Therefore
this is a homogeneous ode. Since this ode is homogeneous, it is converted to separable ODE
using the substitution \(u=\frac {Y}{X}\) , or \(Y=uX\) . Hence
\[ \frac { \mathop {\mathrm {d}Y}}{\mathop {\mathrm {d}X}}= \frac { \mathop {\mathrm {d}u}}{\mathop {\mathrm {d}X}}X + u \]
Applying the transformation \(Y=uX\) to the above ODE in (1)
gives
\begin{align*} \frac { \mathop {\mathrm {d}u}}{\mathop {\mathrm {d}X}}X + u &= -3-\frac {2}{u}\\ \frac { \mathop {\mathrm {d}u}}{\mathop {\mathrm {d}X}} &= \frac {-3-\frac {2}{u \left (X \right )}-u \left (X \right )}{X} \end{align*}
Or
\[ \frac {d}{d X}u \left (X \right )-\frac {-3-\frac {2}{u \left (X \right )}-u \left (X \right )}{X} = 0 \]
Or
\[ \left (\frac {d}{d X}u \left (X \right )\right ) u \left (X \right ) X +u \left (X \right )^{2}+3 u \left (X \right )+2 = 0 \]
Which is now solved as separable in \(u \left (X \right )\) .
The ode \(\frac {d}{d X}u \left (X \right ) = -\frac {u \left (X \right )^{2}+3 u \left (X \right )+2}{u \left (X \right ) X}\) is separable as it can be written as
\begin{align*} \frac {d}{d X}u \left (X \right )&= -\frac {u \left (X \right )^{2}+3 u \left (X \right )+2}{u \left (X \right ) X}\\ &= f(X) g(u) \end{align*}
Where
\begin{align*} f(X) &= -\frac {1}{X}\\ g(u) &= \frac {u^{2}+3 u +2}{u} \end{align*}
Integrating gives
\begin{align*} \int { \frac {1}{g(u)} \,du} &= \int { f(X) \,dX}\\ \int { \frac {u}{u^{2}+3 u +2}\,du} &= \int { -\frac {1}{X} \,dX}\\ \ln \left (\frac {\left (u \left (X \right )+2\right )^{2}}{u \left (X \right )+1}\right )&=\ln \left (\frac {1}{X}\right )+c_1 \end{align*}
We now need to find the singular solutions, these are found by finding for what values \(g(u)\) is
zero, since we had to divide by this above. Solving \(g(u)=0\) or \(\frac {u^{2}+3 u +2}{u}=0\) for \(u \left (X \right )\) gives
\begin{align*} u \left (X \right )&=-2\\ u \left (X \right )&=-1 \end{align*}
Now we go over each such singular solution and check if it verifies the ode itself and
any initial conditions given. If it does not then the singular solution will not be
used.
Therefore the solutions found are
\begin{align*} \ln \left (\frac {\left (u \left (X \right )+2\right )^{2}}{u \left (X \right )+1}\right ) = \ln \left (\frac {1}{X}\right )+c_1\\ u \left (X \right ) = -2\\ u \left (X \right ) = -1 \end{align*}
Solving for \(u \left (X \right )\) from the above solution(s) gives (after possible removing of solutions that do not
verify)
\begin{align*} u \left (X \right )&=-2\\ u \left (X \right )&=-1\\ u \left (X \right )&=\frac {-4 X +{\mathrm e}^{c_1}+\sqrt {{\mathrm e}^{2 c_1}-4 X \,{\mathrm e}^{c_1}}}{2 X}\\ u \left (X \right )&=-\frac {4 X -{\mathrm e}^{c_1}+\sqrt {{\mathrm e}^{2 c_1}-4 X \,{\mathrm e}^{c_1}}}{2 X} \end{align*}
Converting \(u \left (X \right ) = -2\) back to \(Y \left (X \right )\) gives
\begin{align*} Y \left (X \right ) = -2 X \end{align*}
Converting \(u \left (X \right ) = -1\) back to \(Y \left (X \right )\) gives
\begin{align*} Y \left (X \right ) = -X \end{align*}
Converting \(u \left (X \right ) = \frac {-4 X +{\mathrm e}^{c_1}+\sqrt {{\mathrm e}^{2 c_1}-4 X \,{\mathrm e}^{c_1}}}{2 X}\) back to \(Y \left (X \right )\) gives
\begin{align*} Y \left (X \right ) = -2 X +\frac {{\mathrm e}^{c_1}}{2}+\frac {\sqrt {{\mathrm e}^{2 c_1}-4 X \,{\mathrm e}^{c_1}}}{2} \end{align*}
Converting \(u \left (X \right ) = -\frac {4 X -{\mathrm e}^{c_1}+\sqrt {{\mathrm e}^{2 c_1}-4 X \,{\mathrm e}^{c_1}}}{2 X}\) back to \(Y \left (X \right )\) gives
\begin{align*} Y \left (X \right ) = -2 X +\frac {{\mathrm e}^{c_1}}{2}-\frac {\sqrt {{\mathrm e}^{2 c_1}-4 X \,{\mathrm e}^{c_1}}}{2} \end{align*}
Using the solution for \(Y(X)\)
\begin{align*} Y \left (X \right ) = -2 X\tag {A} \end{align*}
And replacing back terms in the above solution using
\begin{align*} Y &= x +y_{0}\\ X &= t +x_{0} \end{align*}
Or
\begin{align*} Y &= x -2\\ X &= t +3 \end{align*}
Then the solution in \(x\) becomes using EQ (A)
\begin{align*} x+2 = -2 t +6 \end{align*}
Using the solution for \(Y(X)\)
\begin{align*} Y \left (X \right ) = -X\tag {A} \end{align*}
And replacing back terms in the above solution using
\begin{align*} Y &= x +y_{0}\\ X &= t +x_{0} \end{align*}
Or
\begin{align*} Y &= x -2\\ X &= t +3 \end{align*}
Then the solution in \(x\) becomes using EQ (A)
\begin{align*} x+2 = -t +3 \end{align*}
Using the solution for \(Y(X)\)
\begin{align*} Y \left (X \right ) = -2 X +\frac {{\mathrm e}^{c_1}}{2}-\frac {\sqrt {{\mathrm e}^{2 c_1}-4 X \,{\mathrm e}^{c_1}}}{2}\tag {A} \end{align*}
And replacing back terms in the above solution using
\begin{align*} Y &= x +y_{0}\\ X &= t +x_{0} \end{align*}
Or
\begin{align*} Y &= x -2\\ X &= t +3 \end{align*}
Then the solution in \(x\) becomes using EQ (A)
\begin{align*} x+2 = -2 t +6+\frac {{\mathrm e}^{c_1}}{2}-\frac {\sqrt {{\mathrm e}^{2 c_1}-4 \left (t -3\right ) {\mathrm e}^{c_1}}}{2} \end{align*}
Using the solution for \(Y(X)\)
\begin{align*} Y \left (X \right ) = -2 X +\frac {{\mathrm e}^{c_1}}{2}+\frac {\sqrt {{\mathrm e}^{2 c_1}-4 X \,{\mathrm e}^{c_1}}}{2}\tag {A} \end{align*}
And replacing back terms in the above solution using
\begin{align*} Y &= x +y_{0}\\ X &= t +x_{0} \end{align*}
Or
\begin{align*} Y &= x -2\\ X &= t +3 \end{align*}
Then the solution in \(x\) becomes using EQ (A)
\begin{align*} x+2 = -2 t +6+\frac {{\mathrm e}^{c_1}}{2}+\frac {\sqrt {{\mathrm e}^{2 c_1}-4 \left (t -3\right ) {\mathrm e}^{c_1}}}{2} \end{align*}
Solving for \(x\) from the above solution(s) gives (after possible removing of solutions that do not
verify)
\begin{align*} x+2&=-2 t +6\\ x+2&=-t +3\\ x&=-2 t +4+\frac {{\mathrm e}^{c_1}}{2}-\frac {\sqrt {{\mathrm e}^{2 c_1}-4 \left (t -3\right ) {\mathrm e}^{c_1}}}{2}\\ x&=-2 t +4+\frac {{\mathrm e}^{c_1}}{2}+\frac {\sqrt {{\mathrm e}^{2 c_1}-4 \left (t -3\right ) {\mathrm e}^{c_1}}}{2} \end{align*}
Figure 72: Slope field plot
\(2 t +3 x+\left (x+2\right ) x^{\prime } = 0\)
1.31.2 Solved using Lie symmetry for first order ode
Time used: 0.755 (sec)
Writing the ode as
\begin{align*} x^{\prime }&=-\frac {3 x +2 t}{x +2}\\ x^{\prime }&= \omega \left ( t,x\right ) \end{align*}
The condition of Lie symmetry is the linearized PDE given by
\begin{align*} \eta _{t}+\omega \left ( \eta _{x}-\xi _{t}\right ) -\omega ^{2}\xi _{x}-\omega _{t}\xi -\omega _{x}\eta =0\tag {A} \end{align*}
To determine \(\xi ,\eta \) then (A) is solved using ansatz. Making bivariate polynomials of degree 1 to
use as anstaz gives
\begin{align*}
\tag{1E} \xi &= t a_{2}+x a_{3}+a_{1} \\
\tag{2E} \eta &= t b_{2}+x b_{3}+b_{1} \\
\end{align*}
Where the unknown coefficients are
\[
\{a_{1}, a_{2}, a_{3}, b_{1}, b_{2}, b_{3}\}
\]
Substituting equations
(1E,2E) and \(\omega \) into (A) gives
\begin{equation}
\tag{5E} b_{2}-\frac {\left (3 x +2 t \right ) \left (b_{3}-a_{2}\right )}{x +2}-\frac {\left (3 x +2 t \right )^{2} a_{3}}{\left (x +2\right )^{2}}+\frac {2 t a_{2}+2 x a_{3}+2 a_{1}}{x +2}-\left (-\frac {3}{x +2}+\frac {3 x +2 t}{\left (x +2\right )^{2}}\right ) \left (t b_{2}+x b_{3}+b_{1}\right ) = 0
\end{equation}
Putting the above in normal form gives
\[
-\frac {4 t^{2} a_{3}+2 t^{2} b_{2}-4 t x a_{2}+12 t x a_{3}+4 t x b_{3}-3 x^{2} a_{2}+7 x^{2} a_{3}-x^{2} b_{2}+3 x^{2} b_{3}-8 t a_{2}+2 t b_{1}-6 t b_{2}+4 t b_{3}-2 x a_{1}-6 x a_{2}-4 x a_{3}-4 x b_{2}-4 a_{1}-6 b_{1}-4 b_{2}}{\left (x +2\right )^{2}} = 0
\]
Setting the
numerator to zero gives
\begin{equation}
\tag{6E} -4 t^{2} a_{3}-2 t^{2} b_{2}+4 t x a_{2}-12 t x a_{3}-4 t x b_{3}+3 x^{2} a_{2}-7 x^{2} a_{3}+x^{2} b_{2}-3 x^{2} b_{3}+8 t a_{2}-2 t b_{1}+6 t b_{2}-4 t b_{3}+2 x a_{1}+6 x a_{2}+4 x a_{3}+4 x b_{2}+4 a_{1}+6 b_{1}+4 b_{2} = 0
\end{equation}
Looking at the above PDE shows the following are all
the terms with \(\{t, x\}\) in them.
\[
\{t, x\}
\]
The following substitution is now made to be able to
collect on all terms with \(\{t, x\}\) in them
\[
\{t = v_{1}, x = v_{2}\}
\]
The above PDE (6E) now becomes
\begin{equation}
\tag{7E} 4 a_{2} v_{1} v_{2}+3 a_{2} v_{2}^{2}-4 a_{3} v_{1}^{2}-12 a_{3} v_{1} v_{2}-7 a_{3} v_{2}^{2}-2 b_{2} v_{1}^{2}+b_{2} v_{2}^{2}-4 b_{3} v_{1} v_{2}-3 b_{3} v_{2}^{2}+2 a_{1} v_{2}+8 a_{2} v_{1}+6 a_{2} v_{2}+4 a_{3} v_{2}-2 b_{1} v_{1}+6 b_{2} v_{1}+4 b_{2} v_{2}-4 b_{3} v_{1}+4 a_{1}+6 b_{1}+4 b_{2} = 0
\end{equation}
Collecting
the above on the terms \(v_i\) introduced, and these are
\[
\{v_{1}, v_{2}\}
\]
Equation (7E) now becomes
\begin{equation}
\tag{8E} \left (-4 a_{3}-2 b_{2}\right ) v_{1}^{2}+\left (4 a_{2}-12 a_{3}-4 b_{3}\right ) v_{1} v_{2}+\left (8 a_{2}-2 b_{1}+6 b_{2}-4 b_{3}\right ) v_{1}+\left (3 a_{2}-7 a_{3}+b_{2}-3 b_{3}\right ) v_{2}^{2}+\left (2 a_{1}+6 a_{2}+4 a_{3}+4 b_{2}\right ) v_{2}+4 a_{1}+6 b_{1}+4 b_{2} = 0
\end{equation}
Setting each coefficients in (8E) to zero gives the following equations to solve
\begin{align*} -4 a_{3}-2 b_{2}&=0\\ 4 a_{1}+6 b_{1}+4 b_{2}&=0\\ 4 a_{2}-12 a_{3}-4 b_{3}&=0\\ 2 a_{1}+6 a_{2}+4 a_{3}+4 b_{2}&=0\\ 3 a_{2}-7 a_{3}+b_{2}-3 b_{3}&=0\\ 8 a_{2}-2 b_{1}+6 b_{2}-4 b_{3}&=0 \end{align*}
Solving the above equations for the unknowns gives
\begin{align*} a_{1}&=-7 a_{3}-3 b_{3}\\ a_{2}&=3 a_{3}+b_{3}\\ a_{3}&=a_{3}\\ b_{1}&=6 a_{3}+2 b_{3}\\ b_{2}&=-2 a_{3}\\ b_{3}&=b_{3} \end{align*}
Substituting the above solution in the anstaz (1E,2E) (using \(1\) as arbitrary value for any
unknown in the RHS) gives
\begin{align*}
\xi &= t -3 \\
\eta &= x +2 \\
\end{align*}
Shifting is now applied to make \(\xi =0\) in order to simplify the rest of
the computation
\begin{align*} \eta &= \eta - \omega \left (t,x\right ) \xi \\ &= x +2 - \left (-\frac {3 x +2 t}{x +2}\right ) \left (t -3\right ) \\ &= \frac {2 t^{2}+3 t x +x^{2}-6 t -5 x +4}{x +2}\\ \xi &= 0 \end{align*}
The next step is to determine the canonical coordinates \(R,S\) . The canonical coordinates map \(\left ( t,x\right ) \to \left ( R,S \right )\)
where \(\left ( R,S \right )\) are the canonical coordinates which make the original ode become a quadrature and
hence solved by integration.
The characteristic pde which is used to find the canonical coordinates is
\begin{align*} \frac {d t}{\xi } &= \frac {d x}{\eta } = dS \tag {1} \end{align*}
The above comes from the requirements that \(\left ( \xi \frac {\partial }{\partial t} + \eta \frac {\partial }{\partial x}\right ) S(t,x) = 1\) . Starting with the first pair of ode’s in (1)
gives an ode to solve for the independent variable \(R\) in the canonical coordinates, where \(S(R)\) . Since
\(\xi =0\) then in this special case
\begin{align*} R = t \end{align*}
\(S\) is found from
\begin{align*} S &= \int { \frac {1}{\eta }} dy\\ &= \int { \frac {1}{\frac {2 t^{2}+3 t x +x^{2}-6 t -5 x +4}{x +2}}} dy \end{align*}
Which results in
\begin{align*} S&= 2 \ln \left (2 t +x -4\right )-\ln \left (t +x -1\right ) \end{align*}
Now that \(R,S\) are found, we need to setup the ode in these coordinates. This is done by
evaluating
\begin{align*} \frac {dS}{dR} &= \frac { S_{t} + \omega (t,x) S_{x} }{ R_{t} + \omega (t,x) R_{x} }\tag {2} \end{align*}
Where in the above \(R_{t},R_{x},S_{t},S_{x}\) are all partial derivatives and \(\omega (t,x)\) is the right hand side of the original ode
given by
\begin{align*} \omega (t,x) &= -\frac {3 x +2 t}{x +2} \end{align*}
Evaluating all the partial derivatives gives
\begin{align*} R_{t} &= 1\\ R_{x} &= 0\\ S_{t} &= \frac {4}{2 t +x -4}-\frac {1}{t +x -1}\\ S_{x} &= \frac {x +2}{\left (t +x -1\right ) \left (2 t +x -4\right )} \end{align*}
Substituting all the above in (2) and simplifying gives the ode in canonical coordinates.
\begin{align*} \frac {dS}{dR} &= 0\tag {2A} \end{align*}
We now need to express the RHS as function of \(R\) only. This is done by solving for \(t,x\) in terms of
\(R,S\) from the result obtained earlier and simplifying. This gives
\begin{align*} \frac {dS}{dR} &= 0 \end{align*}
The above is a quadrature ode. This is the whole point of Lie symmetry method. It converts
an ode, no matter how complicated it is, to one that can be solved by integration when the
ode is in the canonical coordiates \(R,S\) .
Since the ode has the form \(\frac {d}{d R}S \left (R \right )=f(R)\) , then we only need to integrate \(f(R)\) .
\begin{align*} \int {dS} &= \int {0\, dR} + c_2 \\ S \left (R \right ) &= c_2 \end{align*}
To complete the solution, we just need to transform the above back to \(t,x\) coordinates. This
results in
\begin{align*} 2 \ln \left (x+2 t -4\right )-\ln \left (x+t -1\right ) = c_2 \end{align*}
The following diagram shows solution curves of the original ode and how they transform in
the canonical coordinates space using the mapping shown.
Original ode in \(t,x\) coordinates
Canonical
coordinates
transformation
ODE in canonical coordinates \((R,S)\)
\( \frac {dx}{dt} = -\frac {3 x +2 t}{x +2}\)
\( \frac {d S}{d R} = 0\)
\(\!\begin {aligned} R&= t\\ S&= 2 \ln \left (2 t +x -4\right )-\ln \left (t +x -1\right ) \end {aligned} \)
Solving for \(x\) from the above solution(s) gives (after possible removing of solutions that do not
verify)
\begin{align*} x&=\frac {{\mathrm e}^{c_2}}{2}-\frac {\sqrt {{\mathrm e}^{2 c_2}-4 t \,{\mathrm e}^{c_2}+12 \,{\mathrm e}^{c_2}}}{2}-2 t +4\\ x&=\frac {{\mathrm e}^{c_2}}{2}+\frac {\sqrt {{\mathrm e}^{2 c_2}-4 t \,{\mathrm e}^{c_2}+12 \,{\mathrm e}^{c_2}}}{2}-2 t +4 \end{align*}
Figure 73: Slope field plot
\(2 t +3 x+\left (x+2\right ) x^{\prime } = 0\)
1.31.3 Solved as first order ode of type dAlembert
Time used: 0.362 (sec)
Let \(p=x^{\prime }\) the ode becomes
\begin{align*} 2 t +3 x +\left (x +2\right ) p = 0 \end{align*}
Solving for \(x\) from the above results in
\begin{align*} x &= -\frac {2 t}{3+p}-\frac {2 p}{3+p}\tag {1A} \end{align*}
This has the form
\begin{align*} x=tf(p)+g(p)\tag {*} \end{align*}
Where \(f,g\) are functions of \(p=x'(t)\) . The above ode is dAlembert ode which is now solved.
Taking derivative of (*) w.r.t. \(t\) gives
\begin{align*} p &= f+(t f'+g') \frac {dp}{dt}\\ p-f &= (t f'+g') \frac {dp}{dt}\tag {2} \end{align*}
Comparing the form \(x=t f + g\) to (1A) shows that
\begin{align*} f &= -\frac {2}{3+p}\\ g &= -\frac {2 p}{3+p} \end{align*}
Hence (2) becomes
\begin{align*} p +\frac {2}{3+p} = \left (\frac {2 t}{\left (3+p \right )^{2}}-\frac {2}{3+p}+\frac {2 p}{\left (3+p \right )^{2}}\right ) p^{\prime }\left (t \right )\tag {2A} \end{align*}
The singular solution is found by setting \(\frac {dp}{dt}=0\) in the above which gives
\begin{align*} p +\frac {2}{3+p} = 0 \end{align*}
Solving the above for \(p\) results in
\begin{align*} p_{1} &=-1\\ p_{2} &=-2 \end{align*}
Substituting these in (1A) and keeping singular solution that verifies the ode gives
\begin{align*} x = -t +1\\ x = -2 t +4 \end{align*}
The general solution is found when \( \frac { \mathop {\mathrm {d}p}}{\mathop {\mathrm {d}t}}\neq 0\) . From eq. (2A). This results in
\begin{align*} p^{\prime }\left (t \right ) = \frac {p \left (t \right )+\frac {2}{3+p \left (t \right )}}{\frac {2 t}{\left (3+p \left (t \right )\right )^{2}}-\frac {2}{3+p \left (t \right )}+\frac {2 p \left (t \right )}{\left (3+p \left (t \right )\right )^{2}}}\tag {3} \end{align*}
This ODE is now solved for \(p \left (t \right )\) . No inversion is needed. The ode \(p^{\prime }\left (t \right ) = \frac {p \left (t \right )^{3}+6 p \left (t \right )^{2}+11 p \left (t \right )+6}{2 t -6}\) is separable as it can be
written as
\begin{align*} p^{\prime }\left (t \right )&= \frac {p \left (t \right )^{3}+6 p \left (t \right )^{2}+11 p \left (t \right )+6}{2 t -6}\\ &= f(t) g(p) \end{align*}
Where
\begin{align*} f(t) &= \frac {1}{t -3}\\ g(p) &= \frac {1}{2} p^{3}+3 p^{2}+\frac {11}{2} p +3 \end{align*}
Integrating gives
\begin{align*} \int { \frac {1}{g(p)} \,dp} &= \int { f(t) \,dt}\\ \int { \frac {1}{\frac {1}{2} p^{3}+3 p^{2}+\frac {11}{2} p +3}\,dp} &= \int { \frac {1}{t -3} \,dt}\\ \ln \left (\frac {\left (p \left (t \right )+1\right ) \left (3+p \left (t \right )\right )}{\left (p \left (t \right )+2\right )^{2}}\right )&=\ln \left (t -3\right )+c_1 \end{align*}
We now need to find the singular solutions, these are found by finding for what values \(g(p)\) is
zero, since we had to divide by this above. Solving \(g(p)=0\) or \(\frac {1}{2} p^{3}+3 p^{2}+\frac {11}{2} p +3=0\) for \(p \left (t \right )\) gives
\begin{align*} p \left (t \right )&=-3\\ p \left (t \right )&=-2\\ p \left (t \right )&=-1 \end{align*}
Now we go over each such singular solution and check if it verifies the ode itself and
any initial conditions given. If it does not then the singular solution will not be
used.
Therefore the solutions found are
\begin{align*} \ln \left (\frac {\left (p \left (t \right )+1\right ) \left (3+p \left (t \right )\right )}{\left (p \left (t \right )+2\right )^{2}}\right ) = \ln \left (t -3\right )+c_1\\ p \left (t \right ) = -3\\ p \left (t \right ) = -2\\ p \left (t \right ) = -1 \end{align*}
Solving for \(p \left (t \right )\) from the above solution(s) gives (after possible removing of solutions that do not
verify)
\begin{align*} p \left (t \right )&=-3\\ p \left (t \right )&=-2\\ p \left (t \right )&=-1\\ p \left (t \right )&=-\frac {2 \sqrt {-t \,{\mathrm e}^{c_1}+3 \,{\mathrm e}^{c_1}+1}-1}{\sqrt {-t \,{\mathrm e}^{c_1}+3 \,{\mathrm e}^{c_1}+1}}\\ p \left (t \right )&=-\frac {2 \sqrt {-t \,{\mathrm e}^{c_1}+3 \,{\mathrm e}^{c_1}+1}+1}{\sqrt {-t \,{\mathrm e}^{c_1}+3 \,{\mathrm e}^{c_1}+1}} \end{align*}
Substituing the above solution for \(p\) in (2A) gives
\begin{align*} x = -2 t +4\\ x = -t +1\\ x = -\frac {2 t}{3-\frac {2 \sqrt {-t \,{\mathrm e}^{c_1}+3 \,{\mathrm e}^{c_1}+1}-1}{\sqrt {-t \,{\mathrm e}^{c_1}+3 \,{\mathrm e}^{c_1}+1}}}+\frac {4 \sqrt {-t \,{\mathrm e}^{c_1}+3 \,{\mathrm e}^{c_1}+1}-2}{\sqrt {-t \,{\mathrm e}^{c_1}+3 \,{\mathrm e}^{c_1}+1}\, \left (3-\frac {2 \sqrt {-t \,{\mathrm e}^{c_1}+3 \,{\mathrm e}^{c_1}+1}-1}{\sqrt {-t \,{\mathrm e}^{c_1}+3 \,{\mathrm e}^{c_1}+1}}\right )}\\ x = -\frac {2 t}{3-\frac {2 \sqrt {-t \,{\mathrm e}^{c_1}+3 \,{\mathrm e}^{c_1}+1}+1}{\sqrt {-t \,{\mathrm e}^{c_1}+3 \,{\mathrm e}^{c_1}+1}}}+\frac {4 \sqrt {-t \,{\mathrm e}^{c_1}+3 \,{\mathrm e}^{c_1}+1}+2}{\sqrt {-t \,{\mathrm e}^{c_1}+3 \,{\mathrm e}^{c_1}+1}\, \left (3-\frac {2 \sqrt {-t \,{\mathrm e}^{c_1}+3 \,{\mathrm e}^{c_1}+1}+1}{\sqrt {-t \,{\mathrm e}^{c_1}+3 \,{\mathrm e}^{c_1}+1}}\right )}\\ \end{align*}
Figure 74: Slope field plot
\(2 t +3 x+\left (x+2\right ) x^{\prime } = 0\)
1.31.4 Maple step by step solution
\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & 2 t +3 x+\left (x+2\right ) x^{\prime }=0 \\ \bullet & {} & \textrm {Highest derivative means the order of the ODE is}\hspace {3pt} 1 \\ {} & {} & x^{\prime } \\ \bullet & {} & \textrm {Solve for the highest derivative}\hspace {3pt} \\ {} & {} & x^{\prime }=\frac {-2 t -3 x}{x+2} \end {array} \]
1.31.5 Maple trace
Methods for first order ODEs:
1.31.6 Maple dsolve solution
Solving time : 1.808
(sec)
Leaf size : 30
dsolve (2* t +3* x ( t )+( x ( t )+2)* diff ( x ( t ), t ) = 0,
x(t),singsol=all)
\[
x = \frac {-\sqrt {4 \left (t -3\right ) c_1 +1}-1+\left (-4 t +8\right ) c_1}{2 c_1}
\]
1.31.7 Mathematica DSolve solution
Solving time : 60.105
(sec)
Leaf size : 1165
DSolve [{2* t +3* x [ t ]+( x [ t ]+2)* D [ x [ t ], t ]==0,{}},
x[t],t,IncludeSingularSolutions-> True ]
\begin{align*}
x(t)\to -2-\frac {2 (t-3)}{t \sqrt {\frac {3}{(t-3)^2}-\frac {3 (t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+3 (t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+2}{(t-3)^2 \left ((t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+(t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+1\right )}-\sqrt {-\frac {\cosh \left (\frac {4 c_1}{9}\right )+\sinh \left (\frac {4 c_1}{9}\right )}{(t-3)^2 \left ((t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+(t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+1\right ){}^2}}}-3 \sqrt {\frac {3}{(t-3)^2}-\frac {3 (t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+3 (t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+2}{(t-3)^2 \left ((t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+(t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+1\right )}-\sqrt {-\frac {\cosh \left (\frac {4 c_1}{9}\right )+\sinh \left (\frac {4 c_1}{9}\right )}{(t-3)^2 \left ((t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+(t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+1\right ){}^2}}}+1} \\
x(t)\to -2+\frac {2 (t-3)}{t \sqrt {\frac {3}{(t-3)^2}-\frac {3 (t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+3 (t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+2}{(t-3)^2 \left ((t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+(t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+1\right )}-\sqrt {-\frac {\cosh \left (\frac {4 c_1}{9}\right )+\sinh \left (\frac {4 c_1}{9}\right )}{(t-3)^2 \left ((t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+(t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+1\right ){}^2}}}-3 \sqrt {\frac {3}{(t-3)^2}-\frac {3 (t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+3 (t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+2}{(t-3)^2 \left ((t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+(t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+1\right )}-\sqrt {-\frac {\cosh \left (\frac {4 c_1}{9}\right )+\sinh \left (\frac {4 c_1}{9}\right )}{(t-3)^2 \left ((t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+(t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+1\right ){}^2}}}-1} \\
x(t)\to -2-\frac {2 (t-3)}{t \sqrt {\frac {3}{(t-3)^2}-\frac {3 (t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+3 (t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+2}{(t-3)^2 \left ((t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+(t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+1\right )}+\sqrt {-\frac {\cosh \left (\frac {4 c_1}{9}\right )+\sinh \left (\frac {4 c_1}{9}\right )}{(t-3)^2 \left ((t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+(t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+1\right ){}^2}}}-3 \sqrt {\frac {3}{(t-3)^2}-\frac {3 (t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+3 (t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+2}{(t-3)^2 \left ((t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+(t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+1\right )}+\sqrt {-\frac {\cosh \left (\frac {4 c_1}{9}\right )+\sinh \left (\frac {4 c_1}{9}\right )}{(t-3)^2 \left ((t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+(t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+1\right ){}^2}}}+1} \\
x(t)\to -2+\frac {2 (t-3)}{t \sqrt {\frac {3}{(t-3)^2}-\frac {3 (t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+3 (t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+2}{(t-3)^2 \left ((t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+(t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+1\right )}+\sqrt {-\frac {\cosh \left (\frac {4 c_1}{9}\right )+\sinh \left (\frac {4 c_1}{9}\right )}{(t-3)^2 \left ((t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+(t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+1\right ){}^2}}}-3 \sqrt {\frac {3}{(t-3)^2}-\frac {3 (t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+3 (t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+2}{(t-3)^2 \left ((t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+(t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+1\right )}+\sqrt {-\frac {\cosh \left (\frac {4 c_1}{9}\right )+\sinh \left (\frac {4 c_1}{9}\right )}{(t-3)^2 \left ((t-3)^2 \cosh \left (\frac {4 c_1}{9}\right )+(t-3)^2 \sinh \left (\frac {4 c_1}{9}\right )+1\right ){}^2}}}-1} \\
\end{align*}