2.1.8 problem 2 (ii)
Internal
problem
ID
[18171]
Book
:
Elementary
Differential
Equations.
By
R.L.E.
Schwarzenberger.
Chapman
and
Hall.
London.
First
Edition
(1969)
Section
:
Chapter
3.
Solutions
of
first-order
equations.
Exercises
at
page
47
Problem
number
:
2
(ii)
Date
solved
:
Thursday, December 19, 2024 at 01:51:51 PM
CAS
classification
:
[_quadrature]
Solve
\begin{align*} x^{\prime }&=b \,{\mathrm e}^{x} \end{align*}
With initial conditions
\begin{align*} x \left (0\right )&=1 \end{align*}
Existence and uniqueness analysis
This is non linear first order ODE. In canonical form it is written as
\begin{align*} x^{\prime } &= f(t,x)\\ &= b \,{\mathrm e}^{x} \end{align*}
The \(x\) domain of \(f(t,x)\) when \(t=0\) is
\[
\{-\infty <x <\infty \}
\]
And the point \(x_0 = 1\) is inside this domain. Now we will look at the
continuity of
\begin{align*} \frac {\partial f}{\partial x} &= \frac {\partial }{\partial x}\left (b \,{\mathrm e}^{x}\right ) \\ &= b \,{\mathrm e}^{x} \end{align*}
The \(x\) domain of \(\frac {\partial f}{\partial x}\) when \(t=0\) is
\[
\{-\infty <x <\infty \}
\]
And the point \(x_0 = 1\) is inside this domain. Therefore solution exists and
is unique.
Solved as first order autonomous ode
Time used: 0.110 (sec)
Integrating gives
\begin{align*} \int \frac {{\mathrm e}^{-x}}{b}d x &= dt\\ -\frac {{\mathrm e}^{-x}}{b}&= t +c_1 \end{align*}
Solving for the constant of integration from initial conditions, the solution becomes
\begin{align*} -\frac {{\mathrm e}^{-x}}{b} = t -\frac {{\mathrm e}^{-1}}{b} \end{align*}
Solving for \(x\) gives
\begin{align*}
x &= -\ln \left (-\left (t b \,{\mathrm e}-1\right ) {\mathrm e}^{-1}\right ) \\
\end{align*}
Summary of solutions found
\begin{align*}
x &= -\ln \left (-\left (t b \,{\mathrm e}-1\right ) {\mathrm e}^{-1}\right ) \\
\end{align*}
Solved as first order Exact ode
Time used: 0.375 (sec)
To solve an ode of the form
\begin{equation} M\left ( x,y\right ) +N\left ( x,y\right ) \frac {dy}{dx}=0\tag {A}\end{equation}
We assume there exists a function \(\phi \left ( x,y\right ) =c\) where \(c\) is constant, that
satisfies the ode. Taking derivative of \(\phi \) w.r.t. \(x\) gives
\[ \frac {d}{dx}\phi \left ( x,y\right ) =0 \]
Hence
\begin{equation} \frac {\partial \phi }{\partial x}+\frac {\partial \phi }{\partial y}\frac {dy}{dx}=0\tag {B}\end{equation}
Comparing (A,B) shows
that
\begin{align*} \frac {\partial \phi }{\partial x} & =M\\ \frac {\partial \phi }{\partial y} & =N \end{align*}
But since \(\frac {\partial ^{2}\phi }{\partial x\partial y}=\frac {\partial ^{2}\phi }{\partial y\partial x}\) then for the above to be valid, we require that
\[ \frac {\partial M}{\partial y}=\frac {\partial N}{\partial x}\]
If the above condition is satisfied,
then the original ode is called exact. We still need to determine \(\phi \left ( x,y\right ) \) but at least we know
now that we can do that since the condition \(\frac {\partial ^{2}\phi }{\partial x\partial y}=\frac {\partial ^{2}\phi }{\partial y\partial x}\) is satisfied. If this condition is not
satisfied then this method will not work and we have to now look for an integrating
factor to force this condition, which might or might not exist. The first step is
to write the ODE in standard form to check for exactness, which is
\[ M(t,x) \mathop {\mathrm {d}t}+ N(t,x) \mathop {\mathrm {d}x}=0 \tag {1A} \]
Therefore
\begin{align*} \mathop {\mathrm {d}x} &= \left (b \,{\mathrm e}^{x}\right )\mathop {\mathrm {d}t}\\ \left (-b \,{\mathrm e}^{x}\right ) \mathop {\mathrm {d}t} + \mathop {\mathrm {d}x} &= 0 \tag {2A} \end{align*}
Comparing (1A) and (2A) shows that
\begin{align*} M(t,x) &= -b \,{\mathrm e}^{x}\\ N(t,x) &= 1 \end{align*}
The next step is to determine if the ODE is is exact or not. The ODE is exact when the
following condition is satisfied
\[ \frac {\partial M}{\partial x} = \frac {\partial N}{\partial t} \]
Using result found above gives
\begin{align*} \frac {\partial M}{\partial x} &= \frac {\partial }{\partial x} \left (-b \,{\mathrm e}^{x}\right )\\ &= -b \,{\mathrm e}^{x} \end{align*}
And
\begin{align*} \frac {\partial N}{\partial t} &= \frac {\partial }{\partial t} \left (1\right )\\ &= 0 \end{align*}
Since \(\frac {\partial M}{\partial x} \neq \frac {\partial N}{\partial t}\), then the ODE is not exact. Since the ODE is not exact, we will try to find an
integrating factor to make it exact. Let
\begin{align*} A &= \frac {1}{N} \left (\frac {\partial M}{\partial x} - \frac {\partial N}{\partial t} \right ) \\ &=1\left ( \left ( -b \,{\mathrm e}^{x}\right ) - \left (0 \right ) \right ) \\ &=-b \,{\mathrm e}^{x} \end{align*}
Since \(A\) depends on \(x\), it can not be used to obtain an integrating factor. We will now try a
second method to find an integrating factor. Let
\begin{align*} B &= \frac {1}{M} \left ( \frac {\partial N}{\partial t} - \frac {\partial M}{\partial x} \right ) \\ &=-\frac {{\mathrm e}^{-x}}{b}\left ( \left ( 0\right ) - \left (-b \,{\mathrm e}^{x} \right ) \right ) \\ &=-1 \end{align*}
Since \(B\) does not depend on \(t\), it can be used to obtain an integrating factor. Let the
integrating factor be \(\mu \). Then
\begin{align*} \mu &= e^{\int B \mathop {\mathrm {d}x}} \\ &= e^{\int -1\mathop {\mathrm {d}x} } \end{align*}
The result of integrating gives
\begin{align*} \mu &= e^{-x } \\ &= {\mathrm e}^{-x} \end{align*}
\(M\) and \(N\) are now multiplied by this integrating factor, giving new \(M\) and new \(N\) which are called \(\overline {M}\)
and \(\overline {N}\) so not to confuse them with the original \(M\) and \(N\).
\begin{align*} \overline {M} &=\mu M \\ &= {\mathrm e}^{-x}\left (-b \,{\mathrm e}^{x}\right ) \\ &= -b \end{align*}
And
\begin{align*} \overline {N} &=\mu N \\ &= {\mathrm e}^{-x}\left (1\right ) \\ &= {\mathrm e}^{-x} \end{align*}
So now a modified ODE is obtained from the original ODE which will be exact and can be
solved using the standard method. The modified ODE is
\begin{align*} \overline {M} + \overline {N} \frac { \mathop {\mathrm {d}x}}{\mathop {\mathrm {d}t}} &= 0 \\ \left (-b\right ) + \left ({\mathrm e}^{-x}\right ) \frac { \mathop {\mathrm {d}x}}{\mathop {\mathrm {d}t}} &= 0 \end{align*}
The following equations are now set up to solve for the function \(\phi \left (t,x\right )\)
\begin{align*} \frac {\partial \phi }{\partial t } &= \overline {M}\tag {1} \\ \frac {\partial \phi }{\partial x } &= \overline {N}\tag {2} \end{align*}
Integrating (1) w.r.t. \(t\) gives
\begin{align*}
\int \frac {\partial \phi }{\partial t} \mathop {\mathrm {d}t} &= \int \overline {M}\mathop {\mathrm {d}t} \\
\int \frac {\partial \phi }{\partial t} \mathop {\mathrm {d}t} &= \int -b\mathop {\mathrm {d}t} \\
\tag{3} \phi &= -t b+ f(x) \\
\end{align*}
Where \(f(x)\) is used for the constant of integration since \(\phi \) is a function
of both \(t\) and \(x\). Taking derivative of equation (3) w.r.t \(x\) gives
\begin{equation}
\tag{4} \frac {\partial \phi }{\partial x} = 0+f'(x)
\end{equation}
But equation (2) says that \(\frac {\partial \phi }{\partial x} = {\mathrm e}^{-x}\).
Therefore equation (4) becomes
\begin{equation}
\tag{5} {\mathrm e}^{-x} = 0+f'(x)
\end{equation}
Solving equation (5) for \( f'(x)\) gives
\[
f'(x) = {\mathrm e}^{-x}
\]
Integrating the above w.r.t \(x\)
gives
\begin{align*}
\int f'(x) \mathop {\mathrm {d}x} &= \int \left ( {\mathrm e}^{-x}\right ) \mathop {\mathrm {d}x} \\
f(x) &= -{\mathrm e}^{-x}+ c_1 \\
\end{align*}
Where \(c_1\) is constant of integration. Substituting result found above for \(f(x)\) into
equation (3) gives \(\phi \)
\[
\phi = -t b -{\mathrm e}^{-x}+ c_1
\]
But since \(\phi \) itself is a constant function, then let \(\phi =c_2\) where \(c_2\) is new
constant and combining \(c_1\) and \(c_2\) constants into the constant \(c_1\) gives the solution as
\[
c_1 = -t b -{\mathrm e}^{-x}
\]
Solving for the constant of integration from initial conditions, the solution becomes
\begin{align*} -t b -{\mathrm e}^{-x} = -{\mathrm e}^{-1} \end{align*}
Solving for \(x\) gives
\begin{align*}
x &= -\ln \left (-\left (t b \,{\mathrm e}-1\right ) {\mathrm e}^{-1}\right ) \\
\end{align*}
Summary of solutions found
\begin{align*}
x &= -\ln \left (-\left (t b \,{\mathrm e}-1\right ) {\mathrm e}^{-1}\right ) \\
\end{align*}
Solved using Lie symmetry for first order ode
Time used: 0.569 (sec)
Writing the ode as
\begin{align*} x^{\prime }&=b \,{\mathrm e}^{x}\\ 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}+b \,{\mathrm e}^{x} \left (b_{3}-a_{2}\right )-b^{2} {\mathrm e}^{2 x} a_{3}-b \,{\mathrm e}^{x} \left (t b_{2}+x b_{3}+b_{1}\right ) = 0
\end{equation}
Putting the above in normal form gives
\[
-b^{2} {\mathrm e}^{2 x} a_{3}-{\mathrm e}^{x} b t b_{2}-{\mathrm e}^{x} b x b_{3}-b \,{\mathrm e}^{x} a_{2}-{\mathrm e}^{x} b b_{1}+b \,{\mathrm e}^{x} b_{3}+b_{2} = 0
\]
Setting the numerator to zero gives
\begin{equation}
\tag{6E} -b^{2} {\mathrm e}^{2 x} a_{3}-{\mathrm e}^{x} b t b_{2}-{\mathrm e}^{x} b x b_{3}-b \,{\mathrm e}^{x} a_{2}-{\mathrm e}^{x} b b_{1}+b \,{\mathrm e}^{x} b_{3}+b_{2} = 0
\end{equation}
Simplifying the above gives
\begin{equation}
\tag{6E} -b^{2} {\mathrm e}^{2 x} a_{3}-{\mathrm e}^{x} b t b_{2}-{\mathrm e}^{x} b x b_{3}-b \,{\mathrm e}^{x} a_{2}-{\mathrm e}^{x} b b_{1}+b \,{\mathrm e}^{x} b_{3}+b_{2} = 0
\end{equation}
Looking at the above PDE shows the following are all
the terms with \(\{t, x\}\) in them.
\[
\{t, x, {\mathrm e}^{x}, {\mathrm e}^{2 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}, {\mathrm e}^{x} = v_{3}, {\mathrm e}^{2 x} = v_{4}\}
\]
The above PDE (6E) now becomes
\begin{equation}
\tag{7E} -b^{2} v_{4} a_{3}-v_{3} b v_{1} b_{2}-v_{3} b v_{2} b_{3}-b v_{3} a_{2}-v_{3} b b_{1}+b v_{3} b_{3}+b_{2} = 0
\end{equation}
Collecting
the above on the terms \(v_i\) introduced, and these are
\[
\{v_{1}, v_{2}, v_{3}, v_{4}\}
\]
Equation (7E) now becomes
\begin{equation}
\tag{8E} -v_{3} b v_{1} b_{2}-v_{3} b v_{2} b_{3}+\left (-b a_{2}-b b_{1}+b b_{3}\right ) v_{3}-b^{2} v_{4} a_{3}+b_{2} = 0
\end{equation}
Setting each coefficients in (8E) to zero gives the following equations to solve
\begin{align*} b_{2}&=0\\ -b b_{2}&=0\\ -b b_{3}&=0\\ -b^{2} a_{3}&=0\\ -b a_{2}-b b_{1}+b b_{3}&=0 \end{align*}
Solving the above equations for the unknowns gives
\begin{align*} a_{1}&=a_{1}\\ a_{2}&=-b_{1}\\ a_{3}&=0\\ b_{1}&=b_{1}\\ b_{2}&=0\\ b_{3}&=0 \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 &= 1 \\
\eta &= 0 \\
\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 \\ &= 0 - \left (b \,{\mathrm e}^{x}\right ) \left (1\right ) \\ &= -b \,{\mathrm e}^{x}\\ \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}{-b \,{\mathrm e}^{x}}} dy \end{align*}
Which results in
\begin{align*} S&= \frac {{\mathrm e}^{-x}}{b} \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) &= b \,{\mathrm e}^{x} \end{align*}
Evaluating all the partial derivatives gives
\begin{align*} R_{t} &= 1\\ R_{x} &= 0\\ S_{t} &= 0\\ S_{x} &= -\frac {{\mathrm e}^{-x}}{b} \end{align*}
Substituting all the above in (2) and simplifying gives the ode in canonical coordinates.
\begin{align*} \frac {dS}{dR} &= -1\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} &= -1 \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 {-1\, dR}\\ S \left (R \right ) &= -R + 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*} \frac {{\mathrm e}^{-x}}{b} = -t +c_2 \end{align*}
Which gives
\begin{align*} x = -\ln \left (c_2 b -t b \right ) \end{align*}
Solving for the constant of integration from initial conditions, the solution becomes
\begin{align*} x = -\ln \left (-t b +{\mathrm e}^{-1}\right ) \end{align*}
Summary of solutions found
\begin{align*}
x &= -\ln \left (-t b +{\mathrm e}^{-1}\right ) \\
\end{align*}
Solved as first order ode of type ID 1
Time used: 0.092 (sec)
Writing the ode as
\begin{align*} x^{\prime } &= b \,{\mathrm e}^{x}\tag {1} \end{align*}
And using the substitution \(u={\mathrm e}^{-x}\) then
\begin{align*} u' &= -x^{\prime } {\mathrm e}^{-x} \end{align*}
The above shows that
\begin{align*} x^{\prime } &= -u^{\prime }\left (t \right ) {\mathrm e}^{x}\\ &= -\frac {u^{\prime }\left (t \right )}{u} \end{align*}
Substituting this in (1) gives
\begin{align*} -\frac {u^{\prime }\left (t \right )}{u}&=\frac {b}{u} \end{align*}
The above simplifies to
\begin{align*} u^{\prime }\left (t \right )&=-b\tag {2} \end{align*}
Now ode (2) is solved for \(u \left (t \right )\).
Since the ode has the form \(u^{\prime }\left (t \right )=f(t)\), then we only need to integrate \(f(t)\).
\begin{align*} \int {du} &= \int {-b\, dt}\\ u \left (t \right ) &= -t b + c_1 \end{align*}
Substituting the solution found for \(u \left (t \right )\) in \(u={\mathrm e}^{-x}\) gives
\begin{align*} x&= -\ln \left (u \left (t \right )\right )\\ &= -\ln \left (-\ln \left (-t b +c_1 \right )\right )\\ &= -\ln \left (-t b +c_1 \right ) \end{align*}
Solving for the constant of integration from initial conditions, the solution becomes
\begin{align*} x = -\ln \left (-t b +{\mathrm e}^{-1}\right ) \end{align*}
Summary of solutions found
\begin{align*}
x &= -\ln \left (-t b +{\mathrm e}^{-1}\right ) \\
\end{align*}
Maple step by step solution
\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & \left [x^{\prime }=b \,{\mathrm e}^{x}, x \left (0\right )=1\right ] \\ \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 }=b \,{\mathrm e}^{x} \\ \bullet & {} & \textrm {Separate variables}\hspace {3pt} \\ {} & {} & \frac {x^{\prime }}{{\mathrm e}^{x}}=b \\ \bullet & {} & \textrm {Integrate both sides with respect to}\hspace {3pt} t \\ {} & {} & \int \frac {x^{\prime }}{{\mathrm e}^{x}}d t =\int b d t +\mathit {C1} \\ \bullet & {} & \textrm {Evaluate integral}\hspace {3pt} \\ {} & {} & -\frac {1}{{\mathrm e}^{x}}=t b +\mathit {C1} \\ \bullet & {} & \textrm {Solve for}\hspace {3pt} x \\ {} & {} & x=\ln \left (-\frac {1}{t b +\mathit {C1}}\right ) \\ \bullet & {} & \textrm {Use initial condition}\hspace {3pt} x \left (0\right )=1 \\ {} & {} & 1=\ln \left (-\frac {1}{\mathit {C1}}\right ) \\ \bullet & {} & \textrm {Solve for}\hspace {3pt} \textit {\_C1} \\ {} & {} & \mathit {C1} =-\frac {1}{{\mathrm e}} \\ \bullet & {} & \textrm {Substitute}\hspace {3pt} \textit {\_C1} =-\frac {1}{{\mathrm e}}\hspace {3pt}\textrm {into general solution and simplify}\hspace {3pt} \\ {} & {} & x=\ln \left (\frac {1}{-t b +{\mathrm e}^{-1}}\right ) \\ \bullet & {} & \textrm {Solution to the IVP}\hspace {3pt} \\ {} & {} & x=\ln \left (\frac {1}{-t b +{\mathrm e}^{-1}}\right ) \end {array} \]
Maple trace
`Methods for first order ODEs:
--- Trying classification methods ---
trying a quadrature
trying 1st order linear
trying Bernoulli
trying separable
<- separable successful`
Maple dsolve solution
Solving time : 0.033
(sec)
Leaf size : 14
dsolve([diff(x(t),t) = b*exp(x(t)),
op([x(0) = 1])],x(t),singsol=all)
\[
x = -\ln \left (-t b +{\mathrm e}^{-1}\right )
\]
Mathematica DSolve solution
Solving time : 0.006
(sec)
Leaf size : 17
DSolve[{D[x[t],t]==b*Exp[x[t]],{x[0]==1}},
x[t],t,IncludeSingularSolutions->True]
\[
x(t)\to 1-\log (1-e b t)
\]