Internal
problem
ID
[9995] Book
:
Own
collection
of
miscellaneous
problems Section
:
section
1.0 Problem
number
:
9 Date
solved
:
Monday, December 29, 2025 at 08:23:28 PM CAS
classification
:
[_quadrature]
2.1.9.1 Solved using first_order_ode_quadrature
0.049 (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.26: Slope field \(y^{\prime } = 0\)
Summary of solutions found
\begin{align*}
y &= 0 \\
y &= c_1 \\
\end{align*}
2.1.9.3 ✓Maple. Time used: 0.002 (sec). Leaf size: 5