1.23 problem 5(d)
Internal
problem
ID
[3699]
Book
:
Elementary
Differential
equations,
Chaundy,
1969
Section
:
Exercises
3,
page
60
Problem
number
:
5(d)
Date
solved
:
Sunday, October 20, 2024 at 06:53:43 PM
CAS
classification
:
[_linear]
Solve
\begin{align*} \sqrt {\left (x +a \right ) \left (x +b \right )}\, y^{\prime }+y&=\sqrt {x +a}-\sqrt {x +b} \end{align*}
1.23.1 Solved as first order linear ode
Time used: 0.091 (sec)
In canonical form a linear first order is
\begin{align*} y^{\prime } + q(x)y &= p(x) \end{align*}
Comparing the above to the given ode shows that
\begin{align*} q(x) &=\frac {1}{\sqrt {\left (x +a \right ) \left (x +b \right )}}\\ p(x) &=\frac {\sqrt {x +a}-\sqrt {x +b}}{\sqrt {\left (x +a \right ) \left (x +b \right )}} \end{align*}
The integrating factor \(\mu \) is
\[ \mu = {\mathrm e}^{\int \frac {1}{\sqrt {\left (x +a \right ) \left (x +b \right )}}d x} \]
Therefore the solution is
\[ y = \left (\int \frac {\left (\sqrt {x +a}-\sqrt {x +b}\right ) {\mathrm e}^{\int \frac {1}{\sqrt {\left (x +a \right ) \left (x +b \right )}}d x}}{\sqrt {\left (x +a \right ) \left (x +b \right )}}d x +c_{1} \right ) {\mathrm e}^{-\left (\int \frac {1}{\sqrt {\left (x +a \right ) \left (x +b \right )}}d x \right )} \]
1.23.2 Solved as first order Exact ode
Time used: 0.376 (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(x,y) \mathop {\mathrm {d}x}+ N(x,y) \mathop {\mathrm {d}y}=0 \tag {1A} \]
Therefore
\begin{align*} \left (\sqrt {\left (x +a \right ) \left (x +b \right )}\right )\mathop {\mathrm {d}y} &= \left (-y +\sqrt {x +a}-\sqrt {x +b}\right )\mathop {\mathrm {d}x}\\ \left (y -\sqrt {x +a}+\sqrt {x +b}\right )\mathop {\mathrm {d}x} + \left (\sqrt {\left (x +a \right ) \left (x +b \right )}\right )\mathop {\mathrm {d}y} &= 0 \tag {2A} \end{align*}
Comparing (1A) and (2A) shows that
\begin{align*} M(x,y) &= y -\sqrt {x +a}+\sqrt {x +b}\\ N(x,y) &= \sqrt {\left (x +a \right ) \left (x +b \right )} \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 y} = \frac {\partial N}{\partial x} \]
Using result found above gives
\begin{align*} \frac {\partial M}{\partial y} &= \frac {\partial }{\partial y} \left (y -\sqrt {x +a}+\sqrt {x +b}\right )\\ &= 1 \end{align*}
And
\begin{align*} \frac {\partial N}{\partial x} &= \frac {\partial }{\partial x} \left (\sqrt {\left (x +a \right ) \left (x +b \right )}\right )\\ &= \frac {a +b +2 x}{2 \sqrt {\left (x +a \right ) \left (x +b \right )}} \end{align*}
Since \(\frac {\partial M}{\partial y} \neq \frac {\partial N}{\partial x}\), 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 y} - \frac {\partial N}{\partial x} \right ) \\ &=\frac {1}{\sqrt {\left (x +a \right ) \left (x +b \right )}}\left ( \left ( 1\right ) - \left (\frac {a +b +2 x}{2 \sqrt {\left (x +a \right ) \left (x +b \right )}} \right ) \right ) \\ &=\frac {2 \sqrt {\left (x +a \right ) \left (x +b \right )}-a -b -2 x}{2 \left (x +a \right ) \left (x +b \right )} \end{align*}
Since \(A\) does not depend on \(y\), then it can be used to find an integrating factor. The integrating
factor \(\mu \) is
\begin{align*} \mu &= e^{ \int A \mathop {\mathrm {d}x} } \\ &= e^{\int \frac {2 \sqrt {\left (x +a \right ) \left (x +b \right )}-a -b -2 x}{2 \left (x +a \right ) \left (x +b \right )}\mathop {\mathrm {d}x} } \end{align*}
The result of integrating gives
\begin{align*} \mu &= e^{\frac {\sqrt {\left (x +b \right )^{2}+\left (-b +a \right ) \left (x +b \right )}+\frac {\left (-b +a \right ) \ln \left (\frac {b}{2}+\frac {a}{2}+x +\sqrt {\left (x +b \right )^{2}+\left (-b +a \right ) \left (x +b \right )}\right )}{2}}{-b +a}-\frac {\sqrt {\left (x +a \right )^{2}+\left (-a +b \right ) \left (x +a \right )}+\frac {\left (-a +b \right ) \ln \left (\frac {a}{2}+\frac {b}{2}+x +\sqrt {\left (x +a \right )^{2}+\left (-a +b \right ) \left (x +a \right )}\right )}{2}}{-b +a}-\frac {\ln \left (\left (x +a \right ) \left (x +b \right )\right )}{2} } \\ &= \frac {b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )}}{2 \sqrt {\left (x +a \right ) \left (x +b \right )}} \end{align*}
\(M\) and \(N\) are multiplied by this integrating factor, giving new \(M\) and new \(N\) which are called \(\overline {M}\) and \(\overline {N}\)
for now so not to confuse them with the original \(M\) and \(N\).
\begin{align*} \overline {M} &=\mu M \\ &= \frac {b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )}}{2 \sqrt {\left (x +a \right ) \left (x +b \right )}}\left (y -\sqrt {x +a}+\sqrt {x +b}\right ) \\ &= \frac {\left (y -\sqrt {x +a}+\sqrt {x +b}\right ) \left (b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )}\right )}{2 \sqrt {\left (x +a \right ) \left (x +b \right )}} \end{align*}
And
\begin{align*} \overline {N} &=\mu N \\ &= \frac {b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )}}{2 \sqrt {\left (x +a \right ) \left (x +b \right )}}\left (\sqrt {\left (x +a \right ) \left (x +b \right )}\right ) \\ &= \frac {b}{2}+\frac {a}{2}+x +\sqrt {\left (x +a \right ) \left (x +b \right )} \end{align*}
Now a modified ODE is ontained from the original ODE, which is exact and can be solved.
The modified ODE is
\begin{align*} \overline {M} + \overline {N} \frac { \mathop {\mathrm {d}y}}{\mathop {\mathrm {d}x}} &= 0 \\ \left (\frac {\left (y -\sqrt {x +a}+\sqrt {x +b}\right ) \left (b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )}\right )}{2 \sqrt {\left (x +a \right ) \left (x +b \right )}}\right ) + \left (\frac {b}{2}+\frac {a}{2}+x +\sqrt {\left (x +a \right ) \left (x +b \right )}\right ) \frac { \mathop {\mathrm {d}y}}{\mathop {\mathrm {d}x}} &= 0 \end{align*}
The following equations are now set up to solve for the function \(\phi \left (x,y\right )\)
\begin{align*} \frac {\partial \phi }{\partial x } &= \overline {M}\tag {1} \\ \frac {\partial \phi }{\partial y } &= \overline {N}\tag {2} \end{align*}
Integrating (2) w.r.t. \(y\) gives
\begin{align*}
\int \frac {\partial \phi }{\partial y} \mathop {\mathrm {d}y} &= \int \overline {N}\mathop {\mathrm {d}y} \\
\int \frac {\partial \phi }{\partial y} \mathop {\mathrm {d}y} &= \int \frac {b}{2}+\frac {a}{2}+x +\sqrt {\left (x +a \right ) \left (x +b \right )}\mathop {\mathrm {d}y} \\
\tag{3} \phi &= \frac {\left (b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )}\right ) y}{2}+ f(x) \\
\end{align*}
Where \(f(x)\) is used for the constant of integration since \(\phi \) is a function
of both \(x\) and \(y\). Taking derivative of equation (3) w.r.t \(x\) gives
\begin{equation}
\tag{4} \frac {\partial \phi }{\partial x} = \frac {\left (2+\frac {a +b +2 x}{\sqrt {\left (x +a \right ) \left (x +b \right )}}\right ) y}{2}+f'(x)
\end{equation}
But equation (1) says that \(\frac {\partial \phi }{\partial x} = \frac {\left (y -\sqrt {x +a}+\sqrt {x +b}\right ) \left (b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )}\right )}{2 \sqrt {\left (x +a \right ) \left (x +b \right )}}\).
Therefore equation (4) becomes
\begin{equation}
\tag{5} \frac {\left (y -\sqrt {x +a}+\sqrt {x +b}\right ) \left (b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )}\right )}{2 \sqrt {\left (x +a \right ) \left (x +b \right )}} = \frac {\left (2+\frac {a +b +2 x}{\sqrt {\left (x +a \right ) \left (x +b \right )}}\right ) y}{2}+f'(x)
\end{equation}
Solving equation (5) for \( f'(x)\) gives
\[
f'(x) = -\frac {\left (b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )}\right ) \left (\sqrt {x +a}-\sqrt {x +b}\right )}{2 \sqrt {\left (x +a \right ) \left (x +b \right )}}
\]
Integrating the above w.r.t \(x\)
gives
\begin{align*}
\int f'(x) \mathop {\mathrm {d}x} &= \int \left ( -\frac {\left (b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )}\right ) \left (\sqrt {x +a}-\sqrt {x +b}\right )}{2 \sqrt {\left (x +a \right ) \left (x +b \right )}}\right ) \mathop {\mathrm {d}x} \\
f(x) &= -\frac {\sqrt {\left (x +a \right ) \left (x +b \right )}\, \left (2 x -b +3 a \right )}{3 \sqrt {x +a}}+\frac {\sqrt {\left (x +a \right ) \left (x +b \right )}\, \left (2 x -a +3 b \right )}{3 \sqrt {x +b}}-\frac {2 \left (x +a \right )^{{3}/{2}}}{3}+\frac {2 \left (x +b \right )^{{3}/{2}}}{3}+ c_{1} \\
\end{align*}
Where \(c_{1}\) is constant of integration. Substituting result found above for \(f(x)\) into
equation (3) gives \(\phi \)
\[
\phi = \frac {\left (b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )}\right ) y}{2}-\frac {\sqrt {\left (x +a \right ) \left (x +b \right )}\, \left (2 x -b +3 a \right )}{3 \sqrt {x +a}}+\frac {\sqrt {\left (x +a \right ) \left (x +b \right )}\, \left (2 x -a +3 b \right )}{3 \sqrt {x +b}}-\frac {2 \left (x +a \right )^{{3}/{2}}}{3}+\frac {2 \left (x +b \right )^{{3}/{2}}}{3}+ 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} = \frac {\left (b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )}\right ) y}{2}-\frac {\sqrt {\left (x +a \right ) \left (x +b \right )}\, \left (2 x -b +3 a \right )}{3 \sqrt {x +a}}+\frac {\sqrt {\left (x +a \right ) \left (x +b \right )}\, \left (2 x -a +3 b \right )}{3 \sqrt {x +b}}-\frac {2 \left (x +a \right )^{{3}/{2}}}{3}+\frac {2 \left (x +b \right )^{{3}/{2}}}{3}
\]
1.23.3 Maple step by step solution
\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & \sqrt {\left (x +a \right ) \left (x +b \right )}\, y^{\prime }+y=\sqrt {x +a}-\sqrt {x +b} \\ \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 }=\frac {-y+\sqrt {x +a}-\sqrt {x +b}}{\sqrt {\left (x +a \right ) \left (x +b \right )}} \\ \bullet & {} & \textrm {Collect w.r.t.}\hspace {3pt} y\hspace {3pt}\textrm {and simplify}\hspace {3pt} \\ {} & {} & y^{\prime }=-\frac {y}{\sqrt {\left (x +a \right ) \left (x +b \right )}}+\frac {\sqrt {x +a}-\sqrt {x +b}}{\sqrt {\left (x +a \right ) \left (x +b \right )}} \\ \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 }+\frac {y}{\sqrt {\left (x +a \right ) \left (x +b \right )}}=\frac {\sqrt {x +a}-\sqrt {x +b}}{\sqrt {\left (x +a \right ) \left (x +b \right )}} \\ \bullet & {} & \textrm {The ODE is linear; multiply by an integrating factor}\hspace {3pt} \mu \left (x \right ) \\ {} & {} & \mu \left (x \right ) \left (y^{\prime }+\frac {y}{\sqrt {\left (x +a \right ) \left (x +b \right )}}\right )=\frac {\mu \left (x \right ) \left (\sqrt {x +a}-\sqrt {x +b}\right )}{\sqrt {\left (x +a \right ) \left (x +b \right )}} \\ \bullet & {} & \textrm {Assume the lhs of the ODE is the total derivative}\hspace {3pt} \frac {d}{d x}\left (y \mu \left (x \right )\right ) \\ {} & {} & \mu \left (x \right ) \left (y^{\prime }+\frac {y}{\sqrt {\left (x +a \right ) \left (x +b \right )}}\right )=y^{\prime } \mu \left (x \right )+y \mu ^{\prime }\left (x \right ) \\ \bullet & {} & \textrm {Isolate}\hspace {3pt} \mu ^{\prime }\left (x \right ) \\ {} & {} & \mu ^{\prime }\left (x \right )=\frac {\mu \left (x \right )}{\sqrt {\left (x +a \right ) \left (x +b \right )}} \\ \bullet & {} & \textrm {Solve to find the integrating factor}\hspace {3pt} \\ {} & {} & \mu \left (x \right )=b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )} \\ \bullet & {} & \textrm {Integrate both sides with respect to}\hspace {3pt} x \\ {} & {} & \int \left (\frac {d}{d x}\left (y \mu \left (x \right )\right )\right )d x =\int \frac {\mu \left (x \right ) \left (\sqrt {x +a}-\sqrt {x +b}\right )}{\sqrt {\left (x +a \right ) \left (x +b \right )}}d x +\mathit {C1} \\ \bullet & {} & \textrm {Evaluate the integral on the lhs}\hspace {3pt} \\ {} & {} & y \mu \left (x \right )=\int \frac {\mu \left (x \right ) \left (\sqrt {x +a}-\sqrt {x +b}\right )}{\sqrt {\left (x +a \right ) \left (x +b \right )}}d x +\mathit {C1} \\ \bullet & {} & \textrm {Solve for}\hspace {3pt} y \\ {} & {} & y=\frac {\int \frac {\mu \left (x \right ) \left (\sqrt {x +a}-\sqrt {x +b}\right )}{\sqrt {\left (x +a \right ) \left (x +b \right )}}d x +\mathit {C1}}{\mu \left (x \right )} \\ \bullet & {} & \textrm {Substitute}\hspace {3pt} \mu \left (x \right )=b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )} \\ {} & {} & y=\frac {\int \frac {\left (b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )}\right ) \left (\sqrt {x +a}-\sqrt {x +b}\right )}{\sqrt {\left (x +a \right ) \left (x +b \right )}}d x +\mathit {C1}}{b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )}} \\ \bullet & {} & \textrm {Evaluate the integrals on the rhs}\hspace {3pt} \\ {} & {} & y=\frac {\frac {4 \left (x +a \right )^{{3}/{2}}}{3}-\frac {4 \left (x +b \right )^{{3}/{2}}}{3}+\frac {2 \sqrt {x +a}\, \left (x +b \right ) \left (2 x -b +3 a \right )}{3 \sqrt {\left (x +a \right ) \left (x +b \right )}}-\frac {2 \sqrt {x +b}\, \left (x +a \right ) \left (2 x -a +3 b \right )}{3 \sqrt {\left (x +a \right ) \left (x +b \right )}}+\mathit {C1}}{b +a +2 x +2 \sqrt {\left (x +a \right ) \left (x +b \right )}} \\ \bullet & {} & \textrm {Simplify}\hspace {3pt} \\ {} & {} & y=\frac {2 \left (\left (\left (2 a +2 x \right ) \sqrt {x +a}+\left (-2 b -2 x \right ) \sqrt {x +b}+\frac {3 \mathit {C1}}{2}\right ) \sqrt {\left (x +a \right ) \left (x +b \right )}+3 \left (x +b \right ) \left (a -\frac {b}{3}+\frac {2 x}{3}\right ) \sqrt {x +a}+\sqrt {x +b}\, \left (x +a \right ) \left (-2 x +a -3 b \right )\right )}{\sqrt {\left (x +a \right ) \left (x +b \right )}\, \left (3 b +3 a +6 x +6 \sqrt {\left (x +a \right ) \left (x +b \right )}\right )} \end {array} \]
1.23.4 Maple trace
`Methods for first order ODEs:
--- Trying classification methods ---
trying a quadrature
trying 1st order linear
<- 1st order linear successful`
1.23.5 Maple dsolve solution
Solving time : 0.003
(sec)
Leaf size : 114
dsolve(((x+a)*(x+b))^(1/2)*diff(y(x),x)+y(x) = (x+a)^(1/2)-(x+b)^(1/2),
y(x),singsol=all)
\[
y = \frac {2 \left (\left (2 a +2 x \right ) \sqrt {x +a}+\left (-2 b -2 x \right ) \sqrt {x +b}+3 c_{1} \right ) \sqrt {\left (x +a \right ) \left (x +b \right )}+6 \left (x +b \right ) \left (a -\frac {b}{3}+\frac {2 x}{3}\right ) \sqrt {x +a}+2 \sqrt {x +b}\, \left (x +a \right ) \left (-2 x +a -3 b \right )}{\sqrt {\left (x +a \right ) \left (x +b \right )}\, \left (3 b +3 a +6 x +6 \sqrt {\left (x +a \right ) \left (x +b \right )}\right )}
\]
1.23.6 Mathematica DSolve solution
Solving time : 2.815
(sec)
Leaf size : 145
DSolve[{Sqrt[(x+a)*(x+b)]*D[y[x],x]+y[x]==Sqrt[x+a]-Sqrt[x+b],{}},
y[x],x,IncludeSingularSolutions->True]
\[
y(x)\to \exp \left (-\frac {2 \sqrt {a+x} \sqrt {b+x} \text {arctanh}\left (\frac {\sqrt {b+x}}{\sqrt {a+x}}\right )}{\sqrt {(a+x) (b+x)}}\right ) \left (\int _1^x\frac {\exp \left (\frac {2 \text {arctanh}\left (\frac {\sqrt {b+K[1]}}{\sqrt {a+K[1]}}\right ) \sqrt {a+K[1]} \sqrt {b+K[1]}}{\sqrt {(a+K[1]) (b+K[1])}}\right ) \left (\sqrt {a+K[1]}-\sqrt {b+K[1]}\right )}{\sqrt {(a+K[1]) (b+K[1])}}dK[1]+c_1\right )
\]