Solving Homogeneous ODEs of Class G
Description
Examples
The general form of the homogeneous equation of class G is given by the following:
homogeneousG_ode := diff(y(x),x) = y(x)/x*F(y(x)/x^alpha);
homogeneousG_ode≔ⅆⅆxy⁡x=y⁡x⁢F⁡y⁡xxαx
where F is an arbitrary functions of its argument. 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.
with⁡DEtools,odeadvisor,symgen
odeadvisor,symgen
odeadvisor⁡homogeneousG_ode
_homogeneous,class G
A pair of infinitesimals for the homogeneousG_ode
symgen⁡homogeneousG_ode
_ξ=x,_η=α⁢y
The general solution for this ODE
ans≔dsolve⁡homogeneousG_ode
ans≔y⁡x=RootOf⁡−ln⁡x+c__1+∫` `_Z1_a⁢−α+F⁡_aⅆ_a⁢xα
Explicit or implicit results can be tested, in principle, using odetest
odetest⁡ans,homogeneousG_ode
0
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
Download Help Document