Internal
problem
ID
[10289] Book
:
First
order
enumerated
odes Section
:
section
1 Problem
number
:
31 Date
solved
:
Friday, April 10, 2026 at 01:48:37 AM CAS
classification
:
[_quadrature]
2.1.31.1 Solved using first_order_ode_quadrature
0.037 (sec)
Entering first order ode quadrature solver
\begin{align*}
y^{\prime } x&=0 \\
\end{align*}
Since the ode has the form \(y^{\prime }=f(x)\), then we only need to integrate \(f(x)\). Integrating gives
\begin{align*} y &= c_1 \end{align*}
Solving for constants of integration from initial conditions gives
\begin{align*}
c_1 &= c_1 \\
\end{align*}
Substituting the above in the solution gives
\begin{align*}
y &= c_1 \\
\end{align*}
Figure 2.15: Phase plot for \(y^{\prime } x = 0\)
Summary of solutions found
\begin{align*}
y &= c_1 \\
\end{align*}
2.1.31.2 Solved using first_order_ode_homog_type_D2
0.143 (sec)
Entering first order ode homog type D2 solver
\begin{align*}
y^{\prime } x&=0 \\
\end{align*}
Applying change of variables \(y = u \left (x \right ) x\), then the ode becomes
\begin{align*} \left (u^{\prime }\left (x \right ) x +u \left (x \right )\right ) x = 0 \end{align*}
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*}
Solving for constants of integration from initial conditions gives
\begin{align*}
c_1 &= c_1 \\
\end{align*}
Substituting the above in the solution gives
\begin{align*}
y &= c_1 \\
\end{align*}
Figure 2.16: Phase plot for \(y^{\prime } x = 0\)
Summary of solutions found
\begin{align*}
y &= 0 \\
y &= c_1 \\
\end{align*}
2.1.31.3 ✓Maple. Time used: 0.001 (sec). Leaf size: 5