Historical Context & Motivation
For centuries, mathematicians and scientists have used differential equations to describe how things change — from the motion of planets to the growth of populations. A differential equation is simply an equation that involves a function and its derivatives. But once someone proposes a solution, how can you be sure it actually works? This question of verification has been central to mathematics ever since the earliest differential equations appeared in the late 1600s.
Today, verifying solutions is often the very first skill students learn when studying differential equations. Before you can solve DEs on your own, you need to understand what it means for a function to "satisfy" an equation. The core question is straightforward: if I plug this function into the differential equation, does the equation hold true?
Core Principles & Definitions
Before diving into verification, let's nail down a few essential definitions. A differential equation (DE) is an equation that relates a function to one or more of its derivatives. A solution to a DE is any function that, when substituted into the equation along with its derivatives, makes the equation a true statement. The process of confirming this is called verification.
Differential Equation
Solution of a DE
Verification Process
General vs. Particular Solutions
Visual Explanation
The Verification Flowchart
The flowchart above captures the entire verification strategy in four steps. Notice that you never need to solve the DE from scratch — you only need to take derivatives, substitute, and simplify. The diamond-shaped decision box at the bottom is the critical checkpoint: if both sides of the equation reduce to the same expression (or to a true statement like 0 = 0), then the proposed function is confirmed as a solution. If they don't match, the function fails the test.
Mathematical Framework
Let's set up the mathematical framework for verification. The idea is simple but powerful: given a differential equation and a proposed solution, you differentiate the proposed solution as many times as the DE requires, then substitute everything in and check.
Types of Differential Equations You'll Verify
Differential equations come in many forms, and the verification process adapts slightly depending on the type. Let's examine the most common types you'll encounter at this level and see how verification looks for each one.
As shown in the diagram, the verification process always follows the same core pattern, but the number of derivatives you compute varies. For first-order equations, you only need y'. For second-order equations, you need both y' and y''. When the problem includes an initial condition like y(0) = 5, you have an extra step: after verifying the DE itself, you must also confirm that the function passes through the specified point.
Worked Example
Example: Verify y = e²ˣ is a solution of y' − 2y = 0
Example 2: Verify y = x² + 3x with an Initial Condition
Common Mistakes & How to Avoid Them
Verification is a straightforward process, but students often stumble on a few predictable mistakes. Knowing these pitfalls ahead of time can save you a lot of frustration on homework and exams.
| Common Mistake | Why It's Wrong | How to Fix It |
|---|---|---|
| Forgetting the chain rule when differentiating | For y = e3x, writing y' = e3x instead of 3e3x gives a wrong substitution. | Always multiply by the derivative of the inner function. Double-check each derivative before substituting. |
| Trying to solve the DE instead of verifying | Verification doesn't require solving from scratch. Students waste time attempting integration techniques when only substitution is needed. | Just differentiate the proposed solution, substitute into the DE, and simplify. That's it! |
| Forgetting to check the initial condition | Even if the DE is satisfied, the solution might not pass through the required point. Both checks are necessary for an IVP. | After verifying the DE, always plug the initial x-value into y and confirm it equals the given y-value. |
| Sign errors during simplification | A misplaced negative sign can make a valid solution appear invalid (or vice versa). This is the most common arithmetic error. | Write every step clearly. When distributing a negative, apply it to every term inside the parentheses. |
Connection to Solving DEs & Advanced Theory
Verification is the foundation, but it naturally leads to the bigger challenge: actually solving differential equations. Once you understand what makes a function a solution, you're ready to learn methods like separation of variables, integrating factors, and characteristic equations. The table below shows how verification connects to more advanced topics.
| This Lesson (Verification) | Next Steps (Solving) |
|---|---|
| Given a DE and a function, confirm it's a solution | Given only a DE, find the function(s) that solve it |
| Use differentiation (compute derivatives) | Use integration and algebraic techniques to build solutions |
| Check one specific function | Find the general solution (a whole family of functions) |
| Requires basic derivative rules | Requires integration techniques and strategic thinking |
| Always has a definite answer (yes or no) | May require existence/uniqueness theorems to confirm a solution exists |
In more advanced courses like Differential Equations (a college course), you'll encounter DEs that model real-world systems: spring-mass systems in physics, population dynamics in biology, and electrical circuits in engineering. In every case, verification remains a crucial skill. Even professional mathematicians verify their solutions after deriving them — it's the ultimate quality check.
Practice Problems
Lesson Summary
A differential equation relates a function to its derivatives, and verifying a solution means confirming that a proposed function actually satisfies the equation. The process has four steps: compute the required derivatives of the proposed solution, substitute them into the DE, simplify both sides, and check whether they are equal. If the equation reduces to a true statement like 0 = 0, the function is a valid solution.
Remember that a general solution contains an arbitrary constant C and represents a family of solutions, while a particular solution satisfies an initial condition that pins down a specific value of C. When verifying a solution to an initial-value problem, you must check both the DE and the initial condition. Verification requires only differentiation — never integration — making it an accessible and reliable tool for confirming solutions at every level of mathematics.