>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (8) |
>
|
|
>
|
|
1) An example of an Abel ODE having a constant invariant solved using the related scheme:
>
|
|
| (12) |
Any "linear transformation" of ODE will also be solved by the same method. For example:
>
|
|
| (13) |
>
|
|
>
|
|
| (14) |
2) A case for which the solving method is known: f0(x) = f1(x) = 0, and diff(f3(x)/f2(x),x)=a*f2(x).
In this case, one can proceed as follows:
>
|
|
| (15) |
First introduce r(t) and t as new variables using:
>
|
|
| (16) |
>
|
|
Now, introduce the condition on the derivative of f3(t)/f2(t):
>
|
|
| (17) |
and simplify new_ode with regard to this relation:
>
|
|
| (18) |
This ODE is separable.
3) Rewrite in "normal form" (no square term in the RHS) when: f3(x)=1/x, f2(x)=1/x, f1(x)=0, f0(x)=4
>
|
|
| (20) |
First of all, Abel's ODEs of the first kind can be rewritten in normal form (which is sometimes useful) by making the appropriate change of variables. The transformation is of a general type. After introducing
>
|
|
| (21) |
the following transformations (where {x,y(x)} = old vars; {t,r(t)} = new vars) will yield the desired normal form:
>
|
|
| (22) |
The transformation equations required for this case are obtained from the general transformation tr (above) as follows:
>
|
|
| (23) |
>
|
|
| (24) |
and the change of variables is implemented as follows:
>
|
|
>
|
|
| (25) |
Finally, the normal form can be made explicit as follows:
>
|
|
| (26) |