Solving Homogeneous ODEs of Class A
|
Description
|
|
•
|
The general form of the homogeneous equation of class A is given by the following:
|
>
|
homogeneousA_ode := diff(y(x),x)=f(y(x)/x);
|
| (1) |
|
where f(y(x)/x) is an arbitrary function. See Kamke's book, p. 19. This type of ODE can be solved in a general manner:
|
|
|
Examples
|
|
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
See Also
|
|
DEtools, odeadvisor, dsolve, and ?odeadvisor,<TYPE> where <TYPE> is one of: quadrature, linear, separable, Bernoulli, exact, homogeneous, homogeneousB, homogeneousC, homogeneousD, homogeneousG, Chini, Riccati, Abel, Abel2A, Abel2C, rational, Clairaut, dAlembert, sym_implicit, patterns; for other differential orders see odeadvisor,types.
|
|
Download Help Document
Was this information helpful?