1.207 problem 208

1.207.1 Solved as first order Bernoulli ode
1.207.2 Solved as first order Exact ode
1.207.3 Maple step by step solution
1.207.4 Maple trace
1.207.5 Maple dsolve solution
1.207.6 Mathematica DSolve solution

Internal problem ID [9189]
Book : Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section : Chapter 1, linear first order
Problem number : 208
Date solved : Thursday, October 17, 2024 at 01:29:49 PM
CAS classification : [_Bernoulli]

Solve

\begin{align*} y y^{\prime }+a y^{2}-b \cos \left (x +c \right )&=0 \end{align*}

1.207.1 Solved as first order Bernoulli ode

Time used: 0.633 (sec)

In canonical form, the ODE is

\begin{align*} y' &= F(x,y)\\ &= \frac {-a \,y^{2}+b \cos \left (x +c \right )}{y} \end{align*}

This is a Bernoulli ODE.

\[ y' = \left (-a\right ) + \left (b \cos \left (x +c \right )\right )\frac {1}{y} \tag {1} \]

The standard Bernoulli ODE has the form

\[ y' = f_0(x)y+f_1(x)y^n \tag {2} \]

Comparing this to (1) shows that

\begin{align*} f_0 &=-a\\ f_1 &=b \cos \left (x +c \right ) \end{align*}

The first step is to divide the above equation by \(y^n \) which gives

\[ \frac {y'}{y^n} = f_0(x) y^{1-n} +f_1(x) \tag {3} \]

The next step is use the substitution \(v = y^{1-n}\) in equation (3) which generates a new ODE in \(v \left (x \right )\) which will be linear and can be easily solved using an integrating factor. Backsubstitution then gives the solution \(y(x)\) which is what we want.

This method is now applied to the ODE at hand. Comparing the ODE (1) With (2) Shows that

\begin{align*} f_0(x)&=-a\\ f_1(x)&=b \cos \left (x +c \right )\\ n &=-1 \end{align*}

Dividing both sides of ODE (1) by \(y^n=\frac {1}{y}\) gives

\begin{align*} y'y &= -a \,y^{2} +b \cos \left (x +c \right ) \tag {4} \end{align*}

Let

\begin{align*} v &= y^{1-n} \\ &= y^{2} \tag {5} \end{align*}

Taking derivative of equation (5) w.r.t \(x\) gives

\begin{align*} v' &= 2 yy' \tag {6} \end{align*}

Substituting equations (5) and (6) into equation (4) gives

\begin{align*} \frac {v^{\prime }\left (x \right )}{2}&= -a v \left (x \right )+b \cos \left (x +c \right )\\ v' &= -2 a v +2 b \cos \left (x +c \right ) \tag {7} \end{align*}

The above now is a linear ODE in \(v \left (x \right )\) which is now solved.

In canonical form a linear first order is

\begin{align*} v^{\prime }\left (x \right ) + q(x)v \left (x \right ) &= p(x) \end{align*}

Comparing the above to the given ode shows that

\begin{align*} q(x) &=2 a\\ p(x) &=2 b \cos \left (x +c \right ) \end{align*}

The integrating factor \(\mu \) is

\begin{align*} \mu &= e^{\int {q\,dx}}\\ &= {\mathrm e}^{\int 2 a d x}\\ &= {\mathrm e}^{2 a x} \end{align*}

The ode becomes

\begin{align*} \frac {\mathop {\mathrm {d}}}{ \mathop {\mathrm {d}x}}\left ( \mu v\right ) &= \mu p \\ \frac {\mathop {\mathrm {d}}}{ \mathop {\mathrm {d}x}}\left ( \mu v\right ) &= \left (\mu \right ) \left (2 b \cos \left (x +c \right )\right ) \\ \frac {\mathop {\mathrm {d}}}{ \mathop {\mathrm {d}x}} \left (v \,{\mathrm e}^{2 a x}\right ) &= \left ({\mathrm e}^{2 a x}\right ) \left (2 b \cos \left (x +c \right )\right ) \\ \mathrm {d} \left (v \,{\mathrm e}^{2 a x}\right ) &= \left (2 b \cos \left (x +c \right ) {\mathrm e}^{2 a x}\right )\, \mathrm {d} x \\ \end{align*}

Integrating gives

\begin{align*} v \,{\mathrm e}^{2 a x}&= \int {2 b \cos \left (x +c \right ) {\mathrm e}^{2 a x} \,dx} \\ &=2 b \left (\frac {2 a \,{\mathrm e}^{2 a x} \cos \left (x +c \right )}{4 a^{2}+1}+\frac {{\mathrm e}^{2 a x} \sin \left (x +c \right )}{4 a^{2}+1}\right ) + c_1 \end{align*}

Dividing throughout by the integrating factor \({\mathrm e}^{2 a x}\) gives the final solution

\[ v \left (x \right ) = \frac {c_1 \left (4 a^{2}+1\right ) {\mathrm e}^{-2 a x}+4 b \left (\cos \left (x +c \right ) a +\frac {\sin \left (x +c \right )}{2}\right )}{4 a^{2}+1} \]

The substitution \(v = y^{1-n}\) is now used to convert the above solution back to \(y\) which results in

\[ y^{2} = \frac {c_1 \left (4 a^{2}+1\right ) {\mathrm e}^{-2 a x}+4 b \left (\cos \left (x +c \right ) a +\frac {\sin \left (x +c \right )}{2}\right )}{4 a^{2}+1} \]

Solving for \(y\) from the above solution(s) gives (after possible removing of solutions that do not verify)

\begin{align*} y&=\frac {\sqrt {\left (4 a^{2}+1\right ) \left (4 a b \cos \left (x +c \right )+2 b \sin \left (x +c \right )+4 c_1 \,a^{2} {\mathrm e}^{-2 a x}+c_1 \,{\mathrm e}^{-2 a x}\right )}}{4 a^{2}+1}\\ y&=-\frac {\sqrt {\left (4 a^{2}+1\right ) \left (4 a b \cos \left (x +c \right )+2 b \sin \left (x +c \right )+4 c_1 \,a^{2} {\mathrm e}^{-2 a x}+c_1 \,{\mathrm e}^{-2 a x}\right )}}{4 a^{2}+1} \end{align*}

1.207.2 Solved as first order Exact ode

Time used: 0.389 (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 (y\right )\mathop {\mathrm {d}y} &= \left (-a \,y^{2}+b \cos \left (x +c \right )\right )\mathop {\mathrm {d}x}\\ \left (a \,y^{2}-b \cos \left (x +c \right )\right )\mathop {\mathrm {d}x} + \left (y\right )\mathop {\mathrm {d}y} &= 0 \tag {2A} \end{align*}

Comparing (1A) and (2A) shows that

\begin{align*} M(x,y) &= a \,y^{2}-b \cos \left (x +c \right )\\ N(x,y) &= y \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 (a \,y^{2}-b \cos \left (x +c \right )\right )\\ &= 2 y a \end{align*}

And

\begin{align*} \frac {\partial N}{\partial x} &= \frac {\partial }{\partial x} \left (y\right )\\ &= 0 \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}{y}\left ( \left ( 2 y a\right ) - \left (0 \right ) \right ) \\ &=2 a \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 2 a\mathop {\mathrm {d}x} } \end{align*}

The result of integrating gives

\begin{align*} \mu &= e^{2 a x } \\ &= {\mathrm e}^{2 a x} \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 \\ &= {\mathrm e}^{2 a x}\left (a \,y^{2}-b \cos \left (x +c \right )\right ) \\ &= \left (a \,y^{2}-b \cos \left (x +c \right )\right ) {\mathrm e}^{2 a x} \end{align*}

And

\begin{align*} \overline {N} &=\mu N \\ &= {\mathrm e}^{2 a x}\left (y\right ) \\ &= y \,{\mathrm e}^{2 a x} \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 (\left (a \,y^{2}-b \cos \left (x +c \right )\right ) {\mathrm e}^{2 a x}\right ) + \left (y \,{\mathrm e}^{2 a x}\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 (1) w.r.t. \(x\) gives

\begin{align*} \int \frac {\partial \phi }{\partial x} \mathop {\mathrm {d}x} &= \int \overline {M}\mathop {\mathrm {d}x} \\ \int \frac {\partial \phi }{\partial x} \mathop {\mathrm {d}x} &= \int \left (a \,y^{2}-b \cos \left (x +c \right )\right ) {\mathrm e}^{2 a x}\mathop {\mathrm {d}x} \\ \tag{3} \phi &= \frac {{\mathrm e}^{2 a x} \left (4 a^{2} y^{2}-4 a b \cos \left (x +c \right )-2 b \sin \left (x +c \right )+y^{2}\right )}{8 a^{2}+2}+ f(y) \\ \end{align*}

Where \(f(y)\) 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 \(y\) gives

\begin{align*} \tag{4} \frac {\partial \phi }{\partial y} &= \frac {{\mathrm e}^{2 a x} \left (8 a^{2} y +2 y \right )}{8 a^{2}+2}+f'(y) \\ &=y \,{\mathrm e}^{2 a x}+f'(y) \\ \end{align*}

But equation (2) says that \(\frac {\partial \phi }{\partial y} = y \,{\mathrm e}^{2 a x}\). Therefore equation (4) becomes

\begin{equation} \tag{5} y \,{\mathrm e}^{2 a x} = y \,{\mathrm e}^{2 a x}+f'(y) \end{equation}

Solving equation (5) for \( f'(y)\) gives

\[ f'(y) = 0 \]

Therefore

\[ f(y) = c_1 \]

Where \(c_1\) is constant of integration. Substituting this result for \(f(y)\) into equation (3) gives \(\phi \)

\[ \phi = \frac {{\mathrm e}^{2 a x} \left (4 a^{2} y^{2}-4 a b \cos \left (x +c \right )-2 b \sin \left (x +c \right )+y^{2}\right )}{8 a^{2}+2}+ 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 {{\mathrm e}^{2 a x} \left (4 a^{2} y^{2}-4 a b \cos \left (x +c \right )-2 b \sin \left (x +c \right )+y^{2}\right )}{8 a^{2}+2} \]

Solving for \(y\) from the above solution(s) gives (after possible removing of solutions that do not verify)

\begin{align*} y&=\frac {\sqrt {2}\, \sqrt {{\mathrm e}^{2 a x} \left (4 a^{2}+1\right ) \left (2 b \cos \left (x +c \right ) a \,{\mathrm e}^{2 a x}+b \sin \left (x +c \right ) {\mathrm e}^{2 a x}+4 c_1 \,a^{2}+c_1 \right )}\, {\mathrm e}^{-2 a x}}{4 a^{2}+1}\\ y&=-\frac {\sqrt {2}\, \sqrt {{\mathrm e}^{2 a x} \left (4 a^{2}+1\right ) \left (2 b \cos \left (x +c \right ) a \,{\mathrm e}^{2 a x}+b \sin \left (x +c \right ) {\mathrm e}^{2 a x}+4 c_1 \,a^{2}+c_1 \right )}\, {\mathrm e}^{-2 a x}}{4 a^{2}+1} \end{align*}

1.207.3 Maple step by step solution
\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & y \left (x \right ) \left (\frac {d}{d x}y \left (x \right )\right )+a y \left (x \right )^{2}-b \cos \left (x +c \right )=0 \\ \bullet & {} & \textrm {Highest derivative means the order of the ODE is}\hspace {3pt} 1 \\ {} & {} & \frac {d}{d x}y \left (x \right ) \\ \bullet & {} & \textrm {Solve for the highest derivative}\hspace {3pt} \\ {} & {} & \frac {d}{d x}y \left (x \right )=\frac {-a y \left (x \right )^{2}+b \cos \left (x +c \right )}{y \left (x \right )} \end {array} \]

1.207.4 Maple trace
`Methods for first order ODEs: 
--- Trying classification methods --- 
trying a quadrature 
trying 1st order linear 
trying Bernoulli 
<- Bernoulli successful`
 
1.207.5 Maple dsolve solution

Solving time : 0.026 (sec)
Leaf size : 106

dsolve(diff(y(x),x)*y(x)+a*y(x)^2-b*cos(x+c) = 0, 
       y(x),singsol=all)
 
\begin{align*} y &= \frac {\sqrt {16 c_{1} \left (a^{2}+\frac {1}{4}\right )^{2} {\mathrm e}^{-2 a x}+16 \left (a \cos \left (x +c \right )+\frac {\sin \left (x +c \right )}{2}\right ) b \left (a^{2}+\frac {1}{4}\right )}}{4 a^{2}+1} \\ y &= -\frac {\sqrt {16 c_{1} \left (a^{2}+\frac {1}{4}\right )^{2} {\mathrm e}^{-2 a x}+16 \left (a \cos \left (x +c \right )+\frac {\sin \left (x +c \right )}{2}\right ) b \left (a^{2}+\frac {1}{4}\right )}}{4 a^{2}+1} \\ \end{align*}
1.207.6 Mathematica DSolve solution

Solving time : 5.213 (sec)
Leaf size : 120

DSolve[{y[x]*D[y[x],x]+a*y[x]^2-b*Cos[x+c]==0,{}}, 
       y[x],x,IncludeSingularSolutions->True]
 
\begin{align*} y(x)\to -\frac {\sqrt {4 a b \cos (c+x)+e^{-2 a x} \left (4 a^2 c_1+2 b e^{2 a x} \sin (c+x)+c_1\right )}}{\sqrt {4 a^2+1}} \\ y(x)\to \frac {\sqrt {4 a b \cos (c+x)+e^{-2 a x} \left (4 a^2 c_1+2 b e^{2 a x} \sin (c+x)+c_1\right )}}{\sqrt {4 a^2+1}} \\ \end{align*}