DEtools
chinisol
find solutions of a first order Chini ODE
Calling Sequence
Parameters
Description
Examples
chinisol(lode, v)
lode
-
first order differential equation
v
dependent variable of the lode
See the Chini command for the format of the Chini ODE.
The chinisol routine determines if the first argument is a first order Chini ODE and, if so, attempts to find a solution to the equation by using the associated methods.
The first argument is a differential equation in diff or D form and the second argument is the function in the differential equation.
This function is part of the DEtools package, and so it can be used in the form chinisol(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[chinisol](..).
with⁡DEtools:
Kamke, 1.52
ode≔diff⁡y⁡x,x=a⁢y⁡x5+bx54
ode≔ⅆⅆxy⁡x=a⁢y⁡x5+bx54
chinisol⁡ode,y⁡x
y⁡x=−4⁢RootOf⁡−4⁢∫` `_Z11024⁢_a5⁢a⁢b4+_a−1ⅆ_a+ln⁡x+4⁢c__1⁢bx14
ode≔diff⁡y⁡x,x=f⁡x1−n⁢diff⁡g⁡x,xa⁢g⁡x+bn⁢y⁡xn+diff⁡f⁡x,xf⁡x⁢y⁡x+f⁡x⁢diff⁡g⁡x,x
ode≔ⅆⅆxy⁡x=f⁡x1−n⁢ⅆⅆxg⁡x⁢y⁡xna⁢g⁡x+bn+ⅆⅆxf⁡x⁢y⁡xf⁡x+f⁡x⁢ⅆⅆxg⁡x
y⁡x=RootOf⁡∫` `_Zf⁡x1−n⁢ⅆⅆxg⁡x⁢a⁢g⁡x+b−n−n−1⁢f⁡x⁢ⅆⅆxg⁡x−2⁢n+1⁢a⁢g⁡x+b−n−1⁢f⁡x2−n⁢a⁢n⁢ⅆⅆxg⁡x3n⁢n−n−_a⁢f⁡x1−n⁢ⅆⅆxg⁡x⁢a⁢g⁡x+b−n−n−1⁢f⁡x⁢ⅆⅆxg⁡x−2⁢n+1⁢a⁢g⁡x+b−n−1⁢f⁡x2−n⁢a⁢n⁢ⅆⅆxg⁡x3n⁢n−n+f⁡x1−n⁢ⅆⅆxg⁡x⁢a⁢g⁡x+b−n−n−1⁢f⁡x⁢ⅆⅆxg⁡x−2⁢n+1⁢a⁢g⁡x+b−n−1⁢f⁡x2−n⁢a⁢n⁢ⅆⅆxg⁡x3n⁢n−n+_anⅆ_a−ln⁡a⁢g⁡x+b+c__1⁢f⁡x⁢a⁢g⁡x+ba
See Also
dsolve
Download Help Document