7.2 Verifying Solutions for Differential Equations

Syllabus
2020
Topic
7.2
Level

Verify a Differential-Equation Solution by Substitution

To verify a candidate solution, compute every derivative named in the differential equation and substitute both the candidate function and those derivatives. It is a solution on an interval only if the left- and right-hand sides simplify to the same expression for every input in that interval.

Step Verification move
1 identify the candidate function and relevant interval
2 compute the derivative or derivatives required
3 substitute into both sides of the differential equation
4 simplify and confirm an identity, not a one-point match
5 separately check any initial or boundary condition

Verify y=3e2xy=3e^{2x} for dy/dx=2ydy/dx=2y. Differentiation gives dy/dx=6e2xdy/dx=6e^{2x}, while substituting the candidate on the right gives 2y=2(3e2x)=6e2x2y=2(3e^{2x})=6e^{2x}. Both sides agree for every real xx, so the candidate is a solution.

More generally, y=Ce2xy=Ce^{2x} gives dy/dx=2Ce2x=2ydy/dx=2Ce^{2x}=2y for every constant CC. Thus the same differential equation has infinitely many solutions. An additional condition such as y(0)=3y(0)=3 selects C=3C=3 from that family.

Matching the equation at a single point does not verify a solution, and satisfying an initial condition alone is not enough. The candidate must satisfy the differential equation throughout its stated domain and must also satisfy every extra condition provided.