Solving Separable ODEs
Description
Examples
The general form of a separable ODE is given by the following:
separable_ode := diff(y(x),x)=f(x)*g(y(x));
separable_ode≔ⅆⅆxy⁡x=f⁡x⁢g⁡y⁡x
where f(x) and g(y) are arbitrary functions. See Differentialgleichungen, by E. Kamke, p. 15. This type of ODE can be solved in a general manner by dsolve.
with⁡DEtools,odeadvisor
odeadvisor
odeadvisor⁡separable_ode
_separable
dsolve⁡separable_ode
∫f⁡xⅆx−∫` `y⁡x1g⁡_aⅆ_a+c__1=0
See Also
DEtools
dsolve
quadrature
linear
separable
Bernoulli
exact
homogeneous
homogeneousB
homogeneousC
homogeneousD
homogeneousG
Chini
Riccati
Abel
Abel2A
Abel2C
rational
Clairaut
dAlembert
sym_implicit
patterns
odeadvisor,types
Download Help Document