DEtools
genhomosol
find solutions of a homogeneous first order ODE
Calling Sequence
Parameters
Description
Examples
genhomosol(lode, v)
ode
-
first order differential equation
v
dependent variable of the lode
The genhomosol routine determines whether the first argument is a general homogeneous first order ODE and, if so, returns a solution to the equation.
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 genhomosol(..) only after executing the command with(DEtools). However, it can always be accessed through the long form of the command by using DEtools[genhomosol](..).
with⁡DEtools:
ode≔t3+z⁡t3−3⁢t⁢z⁡t2⁢diff⁡z⁡t,t=0:
genhomosol⁡ode,z⁡t
z⁡t=413⁢t⁢c__12⁢t2+1⁢c__1132⁢c__1,z⁡t=−413⁢t⁢c__12⁢t2+1⁢c__1134⁢c__1−I⁢3⁢413⁢t⁢c__12⁢t2+1⁢c__1134⁢c__1,z⁡t=−413⁢t⁢c__12⁢t2+1⁢c__1134⁢c__1+I⁢3⁢413⁢t⁢c__12⁢t2+1⁢c__1134⁢c__1
ode≔−z⁡t−sqrt⁡t2−z⁡t2+t⁢D⁡z⁡t=0:
−arctan⁡z⁡tt2−z⁡t2+ln⁡t−c__1=0
See Also
dsolve
Download Help Document