You will learn how to recognize exact differential equations, verify they are exact using partial derivatives, and solve them by finding the potential function.
Some first-order differential equations can be written in differential form:
M(x,y)dx+N(x,y)dy=0
This equation is called exact if there exists a function ϕ(x,y) such that:
dϕ=Mdx+Ndy
A quick test tells us whether such a ϕ exists:
∂y∂M=∂x∂N
If this condition holds, we can reconstruct ϕ(x,y) by integrating M with respect to x (treating y as constant), then adding the remaining terms from N.
The solution is then simply:
ϕ(x,y)=C
The visual above shows the level curves of the potential function ϕ(x,y)=x2+xy+23y2. Each ellipse is a solution curve where ϕ is constant.
Exact equations appear naturally in physics when working with conservative force fields. For example, finding the potential energy function from a force is essentially solving an exact equation. They also show up in thermodynamics (relating internal energy, entropy, and temperature) and in fluid dynamics when modeling irrotational flow. In engineering, they help solve problems involving exact differentials in electrical networks and heat transfer.