Study Guide

Verifying Solutions for Differential Equations

AP Calculus BCΒ· AP Calculus BC CED β€” Differential EquationsΒ· 14 min read

1. Core Concept: What Is a DE Solution Verification?β˜…β˜†β˜†β˜†β˜†β± 3 min

A differential equation (DE) is any equation that relates an unknown function to its derivatives (e.g., ). Verifying a solution is the process of confirming that a given candidate function (or family of functions) satisfies the DE and any given initial or boundary conditions.

Unlike solving a DE from scratch, verification is a backwards process: you start with a candidate, so you do not have to find the solution yourself, just confirm it works. This topic appears regularly on both multiple-choice and free-response sections of the AP exam, and is typically a low-to-medium difficulty point-earner.

πŸ“˜ Definition

Solution to a Differential Equation

A function (or family of functions) that satisfies the original differential equation when all required derivatives are substituted into the equation.

Example:

For , is a family of solutions.

2. Verifying Explicit Solutionsβ˜…β˜…β˜†β˜†β˜†β± 4 min

An explicit solution is a candidate function written in the form , where is fully isolated on one side of the equation. Follow this consistent three-step process for verification:

  1. Identify the order of the DE, and compute all required derivatives up to that order

  2. Substitute the candidate and all derivatives into the left-hand side (LHS) of the DE

  3. Simplify the LHS and confirm it equals the right-hand side (RHS) for all in the domain

πŸ“ Worked Example

Verify that is a solution to the second-order differential equation .

  1. 1

    Compute the first derivative of the candidate

    yβ€²=ddx(3e2x+5x)=6e2x+5y' = \frac{d}{dx}\left(3e^{2x} + 5x\right) = 6e^{2x} + 5
  2. 2

    Compute the second derivative required for this second-order DE

    yβ€²β€²=ddx(6e2x+5)=12e2xy'' = \frac{d}{dx}\left(6e^{2x} + 5\right) = 12e^{2x}
  3. 3

    Substitute and into the LHS of the DE

    yβ€²β€²βˆ’2yβ€²=12e2xβˆ’2(6e2x+5)y'' - 2y' = 12e^{2x} - 2\left(6e^{2x} + 5\right)
  4. 4

    Simplify and compare to the RHS

    12e2xβˆ’12e2xβˆ’10=βˆ’1012e^{2x} - 12e^{2x} - 10 = -10
  5. 5

    The equality holds for all real , so the candidate is a valid solution.

Exam tip:

On multiple-choice questions asking to identify a valid solution, eliminate options immediately if substitution doesn't match, no need to fully simplify every option.

3. Verifying Implicit Solutionsβ˜…β˜…β˜…β˜†β˜†β± 5 min

Many DE solutions cannot be rewritten to isolate explicitly as a function of , so we work with implicit solutions where and appear on both sides of the equation. To verify, you still find the derivative required by the DE, but use implicit differentiation with respect to to get in terms of and , then compare to the DE. You do not need to solve for explicitly.

πŸ“ Worked Example

Verify that is an implicit solution to .

  1. 1

    Differentiate both sides with respect to , applying chain rule to -terms and product rule to

    ddx(sin⁑y)+ddx(2xy)=ddx(x2)\frac{d}{dx}(\sin y) + \frac{d}{dx}(2xy) = \frac{d}{dx}(x^2)
  2. 2

    Expand each derivative term

    (cos⁑y)yβ€²+2y+2xyβ€²=2x(\cos y)y' + 2y + 2x y' = 2x
  3. 3

    Isolate by factoring

    yβ€²(2x+cos⁑y)=2xβˆ’2yβ€…β€ŠβŸΉβ€…β€Šyβ€²=2xβˆ’2y2x+cos⁑yy'(2x + \cos y) = 2x - 2y \implies y' = \frac{2x - 2y}{2x + \cos y}
  4. 4

    The computed matches the DE RHS, so the candidate is a valid implicit solution.

Exam tip:

Always write out the term explicitly after differentiating any -term β€” forgetting the chain rule is the most common error on implicit verification problems.

4. Verifying Particular Solutions with Initial Conditionsβ˜…β˜…β˜†β˜†β˜†β± 4 min

A general solution to an -th order DE includes arbitrary constants, describing an infinite family of solutions. A particular solution fixes the value of these constants to match given initial conditions (for first-order DEs: ) or boundary conditions. To verify a particular solution, you must complete two separate checks: confirm the candidate satisfies the DE, then confirm it satisfies the given initial condition.

πŸ“ Worked Example

Given that is the general solution to , confirm that is the particular solution satisfying .

  1. 1

    First, confirm the candidate satisfies the DE by computing the derivative

    yβ€²=βˆ’6eβˆ’2x+1y' = -6e^{-2x} + 1
  2. 2

    Substitute into the LHS of the DE and simplify

    yβ€²+2y=(βˆ’6eβˆ’2x+1)+2(3eβˆ’2x+xβˆ’1)=2xβˆ’1y' + 2y = (-6e^{-2x} + 1) + 2(3e^{-2x} + x - 1) = 2x - 1
  3. 3

    The candidate satisfies the DE. Next check the initial condition by evaluating at

    y(0)=3e0+0βˆ’1=3βˆ’1=2y(0) = 3e^{0} + 0 - 1 = 3 - 1 = 2
  4. 4

    Both the DE and initial condition are satisfied, so this is the correct particular solution.

βœ“ Quick check

Test your understanding: Which of the following candidates is a valid solution to ?

  1. Select the valid solution

Exam tip:

If you solve for a particular solution from scratch on the exam, use this verification process to check your work and catch arithmetic errors with the constant .

5. Common Pitfalls

Wrong move:

Forgetting to apply the chain rule when differentiating composite candidates like

Why:

Students rush differentiation, leading to incorrect derivatives that fail verification

Correct move:

Always write out the chain rule step explicitly for every composite function before substituting into the DE

Wrong move:

When verifying implicit solutions, trying to solve for explicitly before differentiating

Why:

Students confuse implicit verification with other problems and unnecessarily try to isolate

Correct move:

Differentiate the implicit candidate first, isolate , then compare your result to the DE

Wrong move:

Only verifying the candidate satisfies the DE, forgetting to check the initial condition for a particular solution

Why:

Students assume any solution to the DE is automatically the required particular solution

Correct move:

When asked to verify a particular solution, always explicitly show both the DE check and the initial condition check

Wrong move:

For DE of the form , only computing from the candidate and forgetting to substitute into to check equality

Why:

Students stop after computing the derivative since the DE is already solved for

Correct move:

After computing from the candidate, substitute the candidate's into , simplify, and confirm it matches your computed

Wrong move:

For a second-order DE, only substituting and forgetting to include and in the substitution

Why:

Students stop differentiation after the first derivative and miss the higher-order term required by the DE

Correct move:

Before starting verification, write down all derivatives you need based on the order of the DE to avoid missing terms

Wrong move:

When asked to verify a general solution, solving for the arbitrary constant even though it is not required

Why:

Students are used to finding particular solutions and automatically solve for out of habit

Correct move:

For general solution verification, confirm the DE holds for any value of the constant (constants differentiate to zero, so equality holds regardless)

6. Quick Reference Cheatsheet

Category

Process / Rule

Notes

Explicit Solution Verification

  1. Compute all derivatives up to the order of the DE
    2. Substitute and derivatives into DE
    3. Check LHS = RHS

Works for any explicit ; constants differentiate to zero for general solutions

Implicit Solution Verification

  1. Differentiate implicit relation w.r.t
    2. Isolate (or higher derivative)
    3. Compare to DE

No need to solve for explicitly; always use chain rule for terms

Particular Solution Verification

  1. Verify candidate satisfies DE
    2. Check for initial condition

AP FRQ awards separate points for each step; never skip the initial condition check

First-order DE

Requires and for substitution

Most common DE type on the AP exam

Second-order DE

Requires , , and for substitution

Always list required derivatives before starting to avoid missing terms

Initial Condition

Fixes the value of the arbitrary constant for a particular solution

General Solution

Family of solutions with arbitrary constants for -th order DE

Verification only requires confirming the DE holds for any constant value

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Identify valid DE solution

  • 2022 Β· FRQ

    Verify particular DE solution

What's Next

Verifying solutions to differential equations is the foundational prerequisite for all other differential equation topics in Unit 7. Before you learn to solve DEs from scratch using separation of variables, Euler’s method, or logistic growth analysis, you need to understand what a solution actually is and how to confirm it works. This process gives you a built-in check to catch errors when you find your own solutions. Without mastering this verification process, you won’t be able to confidently confirm your solutions to separable DEs or logistic growth models, which are high-weight FRQ topics on the AP exam. The skills you build here also carry over to the study of parametric and polar curves, where you regularly work with derivatives of implicit relations.