Solving Abel's ODEs of the Second Kind, Class C
|
Description
|
|
•
|
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);
|
| (1) |
|
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.
|
|
|
Examples
|
|
>
|
|
| (2) |
All ODEs of type Abel, second kind, can be rewritten as ODEs of type Abel, first kind, using the following transformation:
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
>
|
|
| (5) |
>
|
|
| (6) |
|
|
See Also
|
|
DEtools, odeadvisor, dsolve, and ?odeadvisor,<TYPE> where <TYPE> is one of: quadrature, linear, separable, Bernoulli, exact, homogeneous, homogeneousB, homogeneousC, homogeneousD, homogeneousG, Chini, Riccati, Abel, Abel2A, rational, Clairaut, dAlembert, sym_implicit, patterns; for other differential orders see odeadvisor,types.
|
|