homogeneousB - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


Solving Homogeneous ODEs of Class B

 

Description

Examples

Description

• 

The general form of the homogeneous equation of class B is given by the following:

> 

homogeneousB_ode := F(diff(y(x),x), y(x)/x);

homogeneousB_ode≔F⁡ⅆⅆxy⁡x,y⁡xx

(1)
  

where F is an arbitrary functions of its arguments. See Differentialgleichungen, by E. Kamke, p. 19. This type of ODE can be solved in a general manner by dsolve and the coefficients of the infinitesimal symmetry generator are also found by symgen.

Examples

> 

with⁡DEtools,symgen

symgen

(2)

A pair of infinitesimals for homogeneousB_ode

> 

symgen⁡homogeneousB_ode

_ξ=x,_η=y

(3)

The general solution for this ODE

> 

ans≔dsolve⁡homogeneousB_ode

ans≔y⁡x=RootOf⁡∫` `_Z1−RootOf⁡F⁡_Z,_a+_aⅆ_a+ln⁡x+c__1⁢x

(4)

Explicit or implicit results can be tested, in principle, using odetest:

> 

odetest⁡ans,homogeneousB_ode

0

(5)

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