Definition. For any functions , is a differential form.
Definition. The differential form is said to be exact if such that
Definition. is called a differential equation.
If is exact, the associated differential equation has the solution
an implicit solution for the function .
For an exact differential form with we have
Example. .
In[33]:=
Dform = Cos[x+y] dx + (3y^2+2y+Cos[x+y]) dy; Deq = Dform
== 0
In[34]:=
{Mf[x_,y_],Nf[x_,y_]} =
{Coefficient[Dform,dx],Coefficient[Dform,dy]}
In[35]:=
D[Mf[x,y],y] == D[Nf[x,y],x]