homogeneous - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Solving Homogeneous ODEs of Class A

 

Description

Examples

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);

homogeneousA_odeⅆⅆxyx=fyxx

(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

withDEtools,odeadvisor

odeadvisor

(2)

odeadvisorhomogeneousA_ode

_homogeneous,class A,_dAlembert

(3)

dsolvehomogeneousA_ode

yx=RootOf` `_Z1f_a+_aⅆ_a+lnx+c__1x

(4)

See Also

DEtools

odeadvisor

dsolve

quadrature

linear

separable

Bernoulli

exact

homogeneous

homogeneousB

homogeneousC

homogeneousD

homogeneousG

Chini

Riccati

Abel

Abel2A

Abel2C

rational

Clairaut

dAlembert

sym_implicit

patterns

odeadvisor,types