3.3.7 Homogeneous ode (class A)

3.3.7.1 Example 1
3.3.7.2 Example 2
3.3.7.3 Example 3
3.3.7.4 Example 4
3.3.7.5 Example 5
3.3.7.6 Example 6
3.3.7.7 Example 7
3.3.7.8 Example 8
3.3.7.9 Example 9
\[ y^{\prime }=F\left ( \frac {y}{x}\right ) \]

ode internal name "homogA"

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.