Differential equations mark the point in VTU Engineering Mathematics 1 where the subject stops being about a single technique and starts being about recognising which technique a given problem actually needs. Textbooks present variable separable, exact equations, integrating factors and Bernoulli’s equation as a tidy sequence — but on an actual exam paper, the equation just appears, unlabelled, and the first real skill is figuring out which method applies before you’ve written a single line of working. This guide walks through solved examples of each major type, built from thirty years of watching exactly where students hesitate.
Step One: Identify the Type Before You Solve
Every first-order differential equation problem should start with the same question: can I separate the variables? If dy/dx can be rearranged so all the y terms sit with dy and all the x terms sit with dx, it’s variable separable — the simplest case. If not, check whether it’s exact (more on that below), and if it’s neither, check whether it’s linear in the form dy/dx + Py = Q, which calls for an integrating factor. Skipping this identification step and guessing a method is the single biggest source of wasted time in this topic.
Worked Example 1 — Variable Separable
Solve dy/dx = (x² + 1)/y. Separating variables: y dy = (x² + 1) dx. Integrating both sides: y²/2 = x³/3 + x + C, giving y² = (2x³)/3 + 2x + C (absorbing the constant). This is the simplest category precisely because the separation step is mechanical once you recognise it applies — the only real risk is arithmetic slips while integrating.
Worked Example 2 — Exact Equations
Solve (2xy + 3) dx + (x² − 1) dy = 0. First, check exactness: with M = 2xy + 3 and N = x² − 1, verify ∂M/∂y = ∂N/∂x. ∂M/∂y = 2x, and ∂N/∂x = 2x — they match, so the equation is exact. For an exact equation, the solution is F(x,y) = C where ∂F/∂x = M. Integrating M with respect to x (treating y as constant): F = x²y + 3x + g(y). Differentiating this with respect to y and matching to N: ∂F/∂y = x² + g'(y) = x² − 1, so g'(y) = −1, giving g(y) = −y. The full solution: x²y + 3x − y = C.
The exactness check is not optional — students who skip straight to integrating M without confirming ∂M/∂y = ∂N/∂x sometimes get an answer that looks plausible but is simply wrong, because the equation was never exact to begin with.
Worked Example 3 — Linear Equation With an Integrating Factor
Solve dy/dx + (2/x)y = x². This is linear in the form dy/dx + Py = Q with P = 2/x and Q = x². The integrating factor is I = e^(∫P dx) = e^(∫(2/x)dx) = e^(2 ln x) = x². Multiplying through by x²: x² dy/dx + 2xy = x⁴, which is exactly d/dx(x²y) = x⁴ by the product rule. Integrating both sides: x²y = x⁵/5 + C, so y = x³/5 + C/x².
The identity that x² dy/dx + 2xy equals d/dx(x²y) is not a coincidence — it’s guaranteed by the definition of the integrating factor. Students who verify this step explicitly catch their own arithmetic errors before they compound.
Higher-Order Equations With Constant Coefficients
Once an equation involves y” or higher, a different method applies: form the auxiliary (characteristic) equation by replacing y” with m², y’ with m, and y with 1, then solve for m. For y” − 5y’ + 6y = 0, the auxiliary equation is m² − 5m + 6 = 0, factoring to (m−2)(m−3) = 0, giving m = 2 and m = 3. Since both roots are real and distinct, the general solution is y = C₁e^(2x) + C₂e^(3x). Repeated roots and complex roots each need a slightly different solution form — this is exactly where memorising the three cases (real distinct, repeated, complex) pays off directly in exam marks.
Where Marks Are Actually Lost
Mistake 1 — Applying a method without confirming it fits. Trying to force separation on a non-separable equation, or skipping the exactness check, both waste time and often produce an answer that’s confidently wrong.
Mistake 2 — Losing the constant of integration, or mishandling it when it appears inside a logarithm. Writing ln y = x² + C and then jumping straight to y = e^(x²) + C (instead of y = e^(x²)·e^C = Ae^(x²)) is a very common and very costly slip.
Mistake 3 — Misclassifying the roots of the auxiliary equation. Real-distinct, repeated, and complex roots each need a different general solution form, and applying the wrong form gives an answer that satisfies none of the checks a grader would run.
Frequently Asked Questions
Q: How do I know if an equation is exact without a lot of trial and error?
Write it in M dx + N dy = 0 form, then directly compute ∂M/∂y and ∂N/∂x. If they’re equal, it’s exact — this check takes seconds and should always be done before attempting the exact-equation method.
Q: What if an equation isn’t exact — is it unsolvable?
Not necessarily — some non-exact equations can be made exact by multiplying through by an integrating factor first, a technique covered alongside the standard exact-equations method.
Q: Can I check a differential equation solution numerically instead of re-deriving it?
For higher-order equations, numerical methods like Runge-Kutta approximate a solution’s behaviour even when an exact closed form is hard to find. Try the Newton-Raphson Calculator for related root-finding practice →
Differential equations lead directly into Laplace transforms in Engineering Maths 2. See how Laplace transforms solve these same equations algebraically → or return to the full VTU Engineering Maths 1 module guide →
See how Daniel Classes teaches VTU Engineering Mathematics →