Exact Differential Equations & Core First-Order ODE Methods
Review of Exact Differential-Equation Method
- Central message of today’s segment: before attempting any manipulation, always check whether the given first-order ODE is already in exact form.
• “It’s already in the form – exact form – so with respect to y this (term / derivative) is gone.”
• Students often instinctively try to rearrange or force an integrating-factor method, but if the mixed partial-derivative test is satisfied you can integrate immediately. - Exactness test recap
• Write the DE in differential form M(x,y)dx+N(x,y)dy=0.
• Compute partials:
M<em>y≡∂M/∂y, N</em>x≡∂N/∂x.
• If M<em>y=N</em>x on some region R⊂R2, the equation is exact; a potential function Φ(x,y) exists with dΦ=Mdx+Ndy. - Importance of checking the condition early
• Saves time in exams (“final exam: I may give 1–2 questions; many can be solved by recognising exactness”).
• “M of y, N of x being equal – if they are, you’re lucky; if not, fall back on other methods.”
Three Core First-Order Techniques Taught So Far
- Separable: dxdy=g(x)h(y)⇒∫!h(y)1dy=∫g(x)dx+C.
- Linear: dxdy+P(x)y=Q(x) – solved with integrating factor μ(x)=e∫P(x)dx.
- Exact: M<em>y=N</em>x as above.
→ “Every other special scenario circles back to one of these three.”
Worked / Referenced Textbook Problems
- Problem #50 & #51 (no full transcript given)
• Point: both can be rewritten so the M<em>y=N</em>x test passes; no need to ‘force’ integrating factors.
• Once verified, integrate M w.r.t. x (or N w.r.t. y) and add the ‘missing function’ of the other variable. - Problem #16, p. 147
• Class request: “Could you do 16 on page 147?”
• Implied next example to illustrate the same workflow.
Illustrative Expression Mentioned in Class
- Lecturer’s spontaneous algebraic fragment:
“xy is this guy … +53y5/3−52x5/2” (context: potential-function pieces).
• Shows typical mixed x–y structure whose partial derivatives become simple powers, facilitating the M<em>y=N</em>x check.
Graphing / Computational Aids
- “There are billions of graphing calculators online – just type the equation and it pops up.”
• Encourages students to verify implicit-solution curves visually.
• Emphasises caring about students’ effort; online tools eliminate algebraic/arithmetic distraction. - Translating equations between software environments is “as simple as connecting the softwares – after obtaining the necessary permissions.”
• Reminder that syntax differences (one language → another) are minor once conceptual structure is clear.
Practical Strategy for Exams
- Step-by-step checklist:
- Rewrite into Mdx+Ndy=0.
- Compute M<em>y and N</em>x quickly.
- If equal ⇒ integrate to find Φ(x,y)=C.
- If not equal, decide: separable? linear? need integrating factor?
- Time management tip: “Love doing exact? Test each problem – almost all might fall that way.”
- Checking ensures “it guarantees that it’s gonna go” – i.e.
zero risk of choosing a mismatched method.
Conceptual / Philosophical Take-aways
- The elegance of exact equations lies in exploiting symmetry of mixed partials – a reflection of Clairaut’s theorem.
- Ethical angle: instructor emphasizes providing resources (“because I care about your efforts”).
- Broader skill: recognising structure first, then choosing a method, parallels problem-solving across mathematics and engineering.
Numerical / Notational Reminders
- When integrating: include constant/‘missing function.’ Example:
∫M(x,y)dx=Φ(x,y)+g(y)
⇒∂y∂Φ=N(x,y) gives g′(y), allowing determination of g(y). - Solution set expressed implicitly as Φ(x,y)=C unless explicit y(x) isolation is easy.