Internal
problem
ID
[8708] Book
:
First
order
enumerated
odes Section
:
section
1 Problem
number
:
48 Date
solved
:
Tuesday, December 17, 2024 at 12:58:12 PM CAS
classification
:
[_quadrature]
Solve
\begin{align*} x {y^{\prime }}^{n}&=0 \end{align*}
Solved as first order quadrature ode
Time used: 0.026 (sec)
Since the ode has the form \(y^{\prime }=f(x)\), then we only need to integrate \(f(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.
`Methodsfor first order ODEs:->Solving 1st order ODE of high degree, 1st attempttrying1st order WeierstrassP solution for high degree ODEtrying1st order WeierstrassPPrime solution for high degree ODEtrying1st order JacobiSN solution for high degree ODEtrying1st order ODE linearizable_by_differentiationtryingdifferential order: 1; missing variables<-differential order: 1; missing y(x) successful`