Study Guide

Verifying solutions for differential equations

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

1. Core Concepts of Differential Equation Solutionsβ˜…β˜†β˜†β˜†β˜†β± 3 min

🚫 No Calculator

A differential equation is any equation that relates an unknown function to one or more of its derivatives. Verifying a solution to a differential equation is the process of confirming that a given function (explicit or implicit) satisfies the original equation when its derivatives are substituted back into the equation.

Per the AP Calculus AB CED, this topic makes up approximately 2-3% of the total exam score, and appears in both multiple-choice and free-response sections. It is often paired with other differential equation topics like separation of variables, where you may confirm a solution you found or work backwards to find an unknown constant.

πŸ“˜ Definition

First-Order Ordinary Differential Equation

dydx=F(x,y)\frac{dy}{dx} = F(x,y)

The most common type of ODE tested on AP Calculus AB, containing only the first derivative of the unknown function with no higher-order derivatives.

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

🚫 No Calculator

An explicit solution is a function of the form . A general solution includes an arbitrary constant of integration, meaning there are infinitely many solutions corresponding to different values of the constant. The verification process follows three consistent steps:

  1. Differentiate the given solution with respect to to get

  2. Substitute into the right-hand side function of the differential equation

  3. Confirm that the two resulting expressions are algebraically equivalent

πŸ“ Worked Example

Verify that is a solution to the differential equation .

  1. 1

    First, compute the first derivative of the given explicit solution using the chain rule:

    dydx=3ex2β‹…ddx(x2)=3ex2β‹…2x=6xex2\frac{dy}{dx} = 3e^{x^2} \cdot \frac{d}{dx}(x^2) = 3e^{x^2} \cdot 2x = 6x e^{x^2}
  2. 2

    Next, substitute the given into the right-hand side of the differential equation:

    2xy=2x(3ex2)=6xex22xy = 2x(3e^{x^2}) = 6x e^{x^2}
  3. 3

    Compare the two results: equals the substituted RHS for all , so the function is confirmed as a solution.

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

🚫 No Calculator

A particular solution is a solution with no arbitrary constants, because the constant is fixed by an initial condition of the form . When asked to verify a particular solution on the AP exam, you are required to complete two separate checks: first confirm the function satisfies the differential equation, then confirm it satisfies the given initial condition. Exam graders award separate points for each check.

πŸ“ Worked Example

Verify that is the particular solution to with initial condition .

  1. 1

    First, check that the function satisfies the differential equation:

    dydx=ddx(2sin⁑x+4)=2cos⁑x\frac{dy}{dx} = \frac{d}{dx}(2\sin x + 4) = 2\cos x
  2. 2

    The derivative matches the RHS of the ODE exactly. Next, check the initial condition by substituting :

    y(0)=2sin⁑(0)+4=2(0)+4=4y(0) = 2\sin(0) + 4 = 2(0) + 4 = 4
  3. 3

    This matches the given initial condition. Since both checks pass, the function is confirmed as the correct particular solution.

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

🚫 No Calculator

Not all solutions to differential equations can be written explicitly as . Instead, they are given implicitly as a relation between and of the form , where is a constant. To verify an implicit solution, you use implicit differentiation to find directly from the relation, then substitute into the differential equation to confirm it matches. The core logic is identical to explicit solutions, only the differentiation method differs.

πŸ“ Worked Example

Verify that is an implicit solution to the differential equation .

  1. 1

    Differentiate both sides of the implicit relation with respect to , using chain rule for and product rule for :

    ddx(y2+2xy)=ddx(10)2ydydx+2(y+xdydx)=0\frac{d}{dx}\left(y^2 + 2xy\right) = \frac{d}{dx}(10) \\ 2y \frac{dy}{dx} + 2\left(y + x \frac{dy}{dx}\right) = 0
  2. 2

    Simplify and group terms to solve for :

    ydydx+y+xdydx=0dydx(y+x)+y=0dydx=βˆ’yy+xy \frac{dy}{dx} + y + x \frac{dy}{dx} = 0 \\ \frac{dy}{dx}(y + x) + y = 0 \\ \frac{dy}{dx} = -\frac{y}{y + x}
  3. 3

    The resulting derivative matches the original differential equation exactly, so the implicit relation is a valid solution.

5. AP-Style Concept Checkβ˜…β˜…β˜†β˜†β˜†β± 2 min

🚫 No Calculator

βœ“ Quick check

Test your understanding with this multiple-choice question:

  1. Which of the following functions is a solution to the differential equation for ?

    • A)

    • B)

    • C)

    • D)

    Reveal answer
    B β€”

    For option B, , and substituting into the RHS gives , which matches exactly. All other options fail the equality check.

6. Common Pitfalls

Wrong move:

After finding for an explicit solution, stops at finding the derivative and does not compare it to the substituted right-hand side of the ODE

Why:

Students confuse the goal of verification, assuming finding the derivative alone is enough

Correct move:

Always substitute the original into the RHS of the ODE, then explicitly show that the two sides are equal

Wrong move:

When verifying a particular solution, only checks that the function solves the ODE and skips checking the initial condition

Why:

Students assume the constant is already correct, so the initial condition check is unnecessary

Correct move:

Always complete both checks for a particular solution to earn full credit

Wrong move:

During implicit differentiation, forget to multiply by when differentiating terms with , getting instead of

Why:

Students are accustomed to differentiating only functions of , so they automatically drop the chain rule term

Correct move:

Multiply by immediately every time you differentiate a term containing , before moving to the next term

Wrong move:

When checking the initial condition , substitutes for instead of

Why:

Students misread standard initial condition notation, mixing up input and output

Correct move:

Remember means 'when , ', so always substitute into the solution to check for

Wrong move:

When verifying a general solution with arbitrary constant , substitutes a random numerical value for instead of leaving it symbolic

Why:

Students think must have a numerical value to complete verification

Correct move:

will always cancel out when comparing sides, so leave it as a symbolic constant during the check

Wrong move:

When substituting into an ODE RHS with multiple instances of , misses one instance and leaves it as instead of substituting

Why:

Students overlook multiple terms in complicated ODEs like

Correct move:

Circle all instances of in the ODE RHS before substituting to ensure none are missed

7. Quick Reference Cheatsheet

Category

Step / Rule

Notes

First-order ODE general form

Most common ODE type on AP Calculus AB, no higher derivatives

Explicit solution verification

  1. Compute from
    2. Substitute into
    3. Confirm equality

Works for written explicitly in terms of

Implicit solution verification

  1. Implicitly differentiate
    2. Solve for
    3. Confirm matches ODE

Used when cannot be solved explicitly for

Particular solution requirement

Must satisfy both ODE and initial condition

Both checks required for full FRQ credit

Initial condition notation

Input: , Output:

General solution

Includes arbitrary constant

cancels during verification; leave as symbol

Implicit differentiation chain rule

Never forget the term

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.

  • 2021 Β· MCQ

    Identify valid ODE solution

  • 2023 Β· FRQ

    Verify particular solution with IC

What's Next

Mastering verification of differential equation solutions is the non-negotiable foundational prerequisite for all subsequent work in Unit 7. Next, you will learn to sketch slope fields for differential equations, use separation of variables to solve first-order ODEs from scratch, and apply these techniques to exponential growth and decay problems. Without the ability to verify solutions, you will not be able to check your work after solving an ODE, leading to unnecessary point loss on FRQs, and you will struggle to confirm that you found the correct particular solution for initial value problems. This topic also reinforces differentiation skills used across the entire AP Calculus AB course.