4.6.6 · D3Ordinary Differential Equations

Worked examples — Exact equations — exactness condition, finding potential function

2,607 words12 min readBack to topic

The scenario matrix

Every exact-equation problem falls into one of these cells. The examples below are labelled with the cell they cover, so together they leave no gap.

# Cell (scenario class) What's tricky about it Example
A Polynomial, cleanly exact baseline mechanics Ex 1
B Mixed transcendental (exp, trig, log) integrating unusual functions Ex 2
C Negative / sign-flipped coefficients signs must survive the test Ex 3
D One coefficient is a pure function of a single variable a partial derivative is zero Ex 4
E Implicit-only solution (can't isolate ) answer stays as Ex 5
F Not exact — test fails must refuse the method Ex 6
G Not exact but fixable by an [[Integrating Factors for ODEs integrating factor]] rescue then solve
H Real-world word problem + initial condition pin the constant Ex 8

We also cover the degenerate limit (what happens when or vanishes entirely) inside Ex 4, and the geometry (the solution as level curves) in the figures for Ex 1 and Ex 8.


Cell A — polynomial, cleanly exact

Figure — Exact equations — exactness condition, finding potential function

The figure shows the contour lines : the ODE says "move so height never changes," so every solution curve is one of these level curves.


Cell B — mixed transcendental


Cell C — negative / sign-flipped coefficients


Cell D — a coefficient depends on one variable only (partial = 0)


Cell E — implicit-only solution


Cell F — NOT exact (must refuse the method)


Cell G — not exact, but fixable


Cell H — real-world word problem with an initial condition

Figure — Exact equations — exactness condition, finding potential function

The red dot is ; the highlighted ellipse is the single contour the particle stays on. Nearby thin curves are other energy levels .


Recall Which cell does each example cover?

Ex1 = A (poly) ::: Ex2 = B (transcendental) Ex3 = C (signs) ::: Ex4 = D (degenerate / separable) Ex5 = E (implicit-only) ::: Ex6 = F (non-exact refusal) Ex7 = G (integrating factor rescue) ::: Ex8 = H (word problem + IC)