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=F(yx)

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=f(x,y) where tf(x,y)=f(tx,ty). 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=yx easier. If explicit solution is needed, it can be done after this operation is done.