Internal
problem
ID
[10032] Book
:
Own
collection
of
miscellaneous
problems Section
:
section
1.0 Problem
number
:
46 Date
solved
:
Monday, December 08, 2025 at 07:08:54 PM CAS
classification
:
[_quadrature]
\begin{align*} f' &= F(x,f)\\ &= \frac {1}{f} \end{align*}
This is a Bernoulli ODE.
\[ f' = \left (1\right ) \frac {1}{f} \tag {1} \]
The standard Bernoulli ODE has the form
\[ f' = f_0(x)f+f_1(x)f^n \tag {2} \]
Comparing this to (1)
shows that
\begin{align*} f_0 &=0\\ f_1 &=1 \end{align*}
The first step is to divide the above equation by \(f^n \) which gives
\[ \frac {f'}{f^n} = f_1(x) \tag {3} \]
The next step is use the
substitution \(v = f^{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 \(f(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)&=0\\ f_1(x)&=1\\ n &=-1 \end{align*}
Dividing both sides of ODE (1) by \(f^n=\frac {1}{f}\) gives
\begin{align*} f'f &= 0 +1 \tag {4} \end{align*}
Let
\begin{align*} v &= f^{1-n} \\ &= f^{2} \tag {5} \end{align*}
Taking derivative of equation (5) w.r.t \(x\) gives
\begin{align*} v' &= 2 ff' \tag {6} \end{align*}
Substituting equations (5) and (6) into equation (4) gives
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
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
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
Since \(\frac {\partial M}{\partial f}= \frac {\partial N}{\partial x}\), then the ODE is exactThe following equations are now set up to solve for the function \(\phi \left (x,f\right )\)
Where \(f(f)\) is used for the constant of integration since \(\phi \) is a function of
both \(x\) and \(f\). Taking derivative of equation (3) w.r.t \(f\) gives
Where \(c_1\) is constant of integration. Substituting result found above for \(f(f)\) into equation (3)
gives \(\phi \)
\[
\phi = -x +\frac {f^{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 = -x +\frac {f^{2}}{2}
\]
Solving for \(f\) gives
\begin{align*}
f &= \sqrt {2 x +2 c_1} \\
f &= -\sqrt {2 x +2 c_1} \\
\end{align*}