Solving Homogeneous ODEs of Class C
Description
Examples
The general form of the homogeneous equation of class C is given by the following:
homogeneousC_ode := diff(y(x),x)=F((a*x+b*y(x)+c)/(r*x+s*y(x)+t));
homogeneousC_ode≔ⅆⅆxyx=Fax+byx+crx+syx+t
where F is an arbitrary function of its argument. 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.
withDEtools,odeadvisor,symgen
odeadvisor,symgen
odeadvisorhomogeneousC_ode
_homogeneous,class C,_dAlembert
A pair of infinitesimals for the homogeneousC_ode
symgenhomogeneousC_ode
_ξ=asx−brx−bt+scas−br,_η=asy−bry+at−cras−br
The general solution for this ODE
ans≔dsolvehomogeneousC_ode
ans≔yx=at−cr+RootOf∫` `_Z1F_ab−a_as−r+_aⅆ_a+lnxas−br−bt+sc+c__1xas−br−bt+sc−as+br
Explicit or implicit results can be tested, in principle, using odetest
odetestans,homogeneousC_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