1.2.5 Homogeneous ode

1.2.5.1 Example 1
1.2.5.2 Example 2
1.2.5.3 Example 3
1.2.5.4 Example 4
1.2.5.5 Example 5

\[ y^{\prime }=F\left ( \frac {y}{x}\right ) \] ode internal name "homogeneous"

This is called Homogeneous type A in Maple. Solved by substituting \(y=ux\) which converts it to separable ode. A homogeneous ode has the form \(y^{\prime }=f\left ( x,y\right ) \) where \(tf\left ( x,y\right ) =f\left ( tx,ty\right ) \). In solving these types of problems, separable is called. It is best to return implicit solution from separable and not explicit. This makes the substitution \(u=\frac {y}{x}\) easier. If explicit solution is needed, it can be done after this operation is done.