exact - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Solving Exact ODEs

 

Description

Examples

Description

• 

The general form of the exact ODE is given by:

exact_ode := D[2](C)(x,y(x))*diff(y(x),x)+D[1](C)(x,y(x))=0;

(1)
  

where C is an arbitrary function of its arguments. See Kamke's book, p. 28. This type of ODE can be solved in a general manner by dsolve, and the infinitesimals can also be determined by symgen.

Examples

(2)

(3)

(4)

Implicit or explicit results can be tested using odetest

(5)

A pair of infinitesimals for exact_ode are given by

(6)

Symmetries can be tested as well using symtest

(7)

See Also

DEtools

odeadvisor

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