Solving Abel's ODEs of the Second Kind, Class C
Description
Examples
The general form of Abel's equation, second kind, class C is given by:
Abel_ode2C := (g1(x)*y(x)+g0(x))*diff(y(x),x) = f3(x)*y(x)^3 + f2(x)*y(x)^2 + f1(x)*y(x) + f0(x);
Abel_ode2C≔g1xyx+g0xⅆⅆxyx=f3xyx3+f2xyx2+f1xyx+f0x
where f3(x), f2(x), f1(x), f0(x), g1(x) and g0(x) are arbitrary functions. See Differentialgleichungen, by E. Kamke, p. 28. There is as yet no general solution for this ODE.
withDEtools,odeadvisor
odeadvisor
All ODEs of type Abel, second kind, can be rewritten as ODEs of type Abel, first kind, using the following transformation:
withPDEtools,dchange
dchange
ITR≔x=t,yx=1utg1t−g0tg1t
new_ode≔dchangeITR,Abel_ode2C,ut,t:
new_ode≔collectdiffut,t=solvenew_ode,diffut,t,ut
new_ode≔ⅆⅆtut=g0t3f3t−g0t2g1tf2t+g0tg1t2f1t−f0tg1t3ut3g1t2+−3g0t2f3t+2g0tg1tf2t+g0tg1tⅆⅆtg1t−g1t2f1t−g1t2ⅆⅆtg0tut2g1t2+3g0tf3t−g1tf2t−g1tⅆⅆtg1tutg1t2−f3tg1t2
odeadvisornew_ode,ut,Abel
_Abel
See Also
DEtools
dsolve
quadrature
linear
separable
Bernoulli
exact
homogeneous
homogeneousB
homogeneousC
homogeneousD
homogeneousG
Chini
Riccati
Abel
Abel2A
rational
Clairaut
dAlembert
sym_implicit
patterns
odeadvisor,types
Download Help Document