Internal
problem
ID
[10270] Book
:
First
order
enumerated
odes Section
:
section
1 Problem
number
:
12 Date
solved
:
Thursday, November 27, 2025 at 10:29:23 AM CAS
classification
:
[_quadrature]
Solved using first_order_ode_quadrature
Time used: 0.039 (sec)
Solve
\begin{align*}
c 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