Internal
problem
ID
[10014] Book
:
Own
collection
of
miscellaneous
problems Section
:
section
1.0 Problem
number
:
29 Date
solved
:
Monday, December 08, 2025 at 07:03:46 PM CAS
classification
:
[_quadrature]
2.1.28.1 Solved using first_order_ode_quadrature
0.045 (sec)
Entering first order ode quadrature solver
\begin{align*}
y^{\prime }&=0 \\
\end{align*}
Since the ode has the form \(y^{\prime }=f(x)\), then we only need to
integrate \(f(x)\).
Taking the exponential of both sides the solution becomes
\[
u \left (x \right ) = \frac {c_1}{x}
\]
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
\[
u=0
\]
for \(u \left (x \right )\) gives
\begin{align*} u \left (x \right )&=0 \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*}
u \left (x \right ) &= \frac {c_1}{x} \\
u \left (x \right ) &= 0 \\
\end{align*}
Converting \(u \left (x \right ) = \frac {c_1}{x}\) back to \(y\) gives
\begin{align*} y = c_1 \end{align*}
Converting \(u \left (x \right ) = 0\) back to \(y\) gives
\begin{align*} y = 0 \end{align*}
Figure 2.73: Slope field \(y^{\prime } = 0\)
Summary of solutions found
\begin{align*}
y &= 0 \\
y &= c_1 \\
\end{align*}
2.1.28.3 ✓Maple. Time used: 0.001 (sec). Leaf size: 5