Fiveable

♾️AP Calculus AB/BC Unit 7 Review

QR code for AP Calculus AB/BC practice questions

7.7 Finding Particular Solutions Using Initial Conditions and Separation of Variables

7.7 Finding Particular Solutions Using Initial Conditions and Separation of Variables

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

A particular solution is the single function that satisfies a differential equation and passes through a given initial condition. You find it by separating variables, integrating both sides with a constant of integration, then using the initial point to solve for that constant. For AP Calculus, keep the constant until the initial condition determines its value.

Why This Matters for the AP Calculus Exam

Differential equations are a steady source of points on the AP Calculus AB and BC exams, and separation of variables with an initial condition is the core procedure. Free-response questions often give you a rate equation like dydt=15(100B)\frac{dy}{dt} = \frac{1}{5}(100 - B) plus a starting value, then ask for the particular solution. These problems reward a clean, predictable process: separate, integrate, add CC, solve for CC, and finish the algebra.

This topic also shows up in multiple-choice questions that ask you to identify a particular solution or evaluate it at a specific point. Showing each step clearly is important for earning the procedure-based points on free response, since partial credit often hinges on separating variables and including the constant.

Key Takeaways

  • A general solution is a family of functions with a constant CC; a particular solution is the one curve that passes through a given point.
  • Use the initial condition to solve for CC algebraically after integrating.
  • The form F(x)=y0+axf(t)dtF(x) = y_0 + \int_a^x f(t)\, dt is a particular solution to dydx=f(x)\frac{dy}{dx} = f(x) that satisfies F(a)=y0F(a) = y_0.
  • Separating variables and remembering +C+C are the steps that earn early credit even if the integration gets tricky.
  • Check for domain restrictions, such as division by zero, that limit where your solution is valid.
  • Not every differential equation with a fraction gives a logarithm, so check what the integrand actually requires.

General Versus Particular Solutions

A general solution to a differential equation is a family of functions that all satisfy the equation. Because it contains a constant of integration, changing that constant produces infinitely many curves. You get a general solution when no initial condition is given, and plotting it gives a set of curves that follow the pattern of a slope field. For a refresher on slope fields, see 7.3 Sketching Slope Fields and 7.4 Reasoning Using Slope Fields.

A particular solution is the single curve that passes through a specific point. When the problem gives you an initial condition, you can pin down that one curve. There is only one particular solution through a given point.

For separation of variables review, check 7.6 Finding General Solutions Using Separation of Variables.

The Definite-Integral Form

When a free-response question asks you to write an expression for the solution and gives an initial condition, you can use this form:

F(x)=y0+axf(t)dtF(x)=y_0+\int_a^x f(t)\,dt

This is a particular solution to dydx=f(x)\frac{dy}{dx}=f(x) where F(a)=y0F(a)=y_0 is the initial condition. It is useful when the integrand does not have a simple antiderivative, because you can leave the answer as an accumulation built from the starting value.

How to Use This on the AP Calculus Exam

Problem Solving

Follow the same routine every time:

  1. Separate the variables. Gather all the xx's on one side and all the yy's on the other.
  2. Integrate both sides with respect to their variables. Add +C+C.
  3. Solve for yy to get the general solution.
  4. Plug in the initial condition for xx and yy, then solve for CC.
  5. Substitute CC back in and finish solving for the particular solution.

Watch the Domain

Solutions to differential equations are not always valid for every input. Restrictions can come from:

  1. Singularities - values that cause division by zero or other undefined behavior.

  2. Physical constraints - the solution may only make sense over a certain range, like a position that must stay above ground.

  3. Mathematical constraints - the solution may only be valid for certain values, such as positive inputs.

Sometimes you need to restrict to one interval that contains the initial point. For example, suppose you want the particular solution of

dydx=1x24\frac{dy}{dx}=\frac{1}{x^2-4}

with y(3)=2y(3)=2. The denominator is zero at x=2x=2 and x=2x=-2, so the solution cannot include those values. Since the initial condition starts at x=3x=3, the valid interval is x>2x>2.

Worked Free Response Example

This is part of a free-response question from the 2012 AP Calculus AB exam administered by College Board. We will work part (c), which focuses on solving with an initial condition.

The rate at which a baby bird gains weight is proportional to the difference between its adult weight and its current weight. At time t=0t=0, the bird weighs 20 grams. If B(t)B(t) is the weight in grams at time tt days, then

dBdt=15(100B).\frac{dB}{dt}=\frac15(100-B).

Let y=B(t)y=B(t) be the solution with initial condition B(0)=20B(0)=20.

(c) Use separation of variables to find y=B(t)y=B(t), the particular solution with initial condition B(0)=20B(0)=20.

Step 1: Separate the BB's and tt's.

1100BdB=15dt\frac{1}{100-B}\,dB=\frac{1}{5}\,dt

Step 2: Integrate both sides.

1100BdB=15dt\int\frac{1}{100-B}\,dB=\int\frac{1}{5}\,dt

Step 3: Add +C+C and write the general solution.

ln100B=15t+C-\ln|100-B|=\frac{1}{5}t+C

The single CC absorbs the constants from both integrals.

Step 4: Use B(0)=20B(0)=20 to solve for CC.

ln(10020)=15(0)+C-\ln(100-20)=\frac{1}{5}(0)+C C=ln(80)C=-\ln(80)

The absolute value drops because the weight values stay positive over the relevant interval, so 100B>0100-B>0.

Step 5: Substitute CC and solve for BB.

ln(100B)=15tln(80)-\ln(100-B)=\frac{1}{5}t-\ln(80) 100B=80et/5100-B=80e^{-t/5} B(t)=10080et/5,t0B(t)=100-80e^{-t/5},\quad t\ge0

Everything through Step 4 is calculus; the rest is algebra and arithmetic.

Common Trap

On a free-response differential equation, most of the points come from the differential equation work itself.

  • Always separate your variables. Separating can earn a point even if you cannot finish the integration. Failing to separate usually loses the whole part.
  • Never forget the +C+C. The constant is how you turn a general solution into a particular one using the initial condition. Without it, the most you can usually earn is two points: one for separating and one for the correct antiderivatives.

Common Misconceptions

  • General and particular solutions are the same thing. A general solution has a constant and represents infinitely many curves. A particular solution uses the initial condition to lock in one specific curve.
  • You can drop the constant of integration. Without +C+C, you cannot apply the initial condition, and you lose most of the available credit.
  • Every fraction integrates to a logarithm. Only integrands of the form 1udu\frac{1}{u}\,du give a natural log. Others may need a substitution, power rule, or different technique, so check before assuming.
  • The absolute value in lny\ln|y| can always be dropped. Only remove it when the context tells you the inside stays positive (or negative). Otherwise it can change your solution.
  • A solution is valid everywhere. Domain restrictions from division by zero, physical limits, or required input conditions can shrink the interval where your particular solution applies. Keep the interval that contains the initial point.
  • You should solve for CC before integrating. You can only find CC after you integrate and have the general solution to plug the initial condition into.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

differential equation

An equation that relates a function to its derivatives, describing how a quantity changes in relation to one or more variables.

domain restrictions

Limitations on the set of input values for which a solution to a differential equation is valid or defined.

general solution

The complete family of solutions to a differential equation, containing arbitrary constants that represent all possible particular solutions.

initial condition

Specified values of a function at particular points that determine which particular solution to a differential equation is selected.

particular solution

A specific solution to a differential equation obtained by using initial conditions to determine the values of arbitrary constants.

Frequently Asked Questions

How do you find a particular solution using an initial condition?

Separate variables when possible, integrate both sides, include the constant of integration, then plug in the initial condition to solve for the constant. The result is the one solution curve that passes through the given point.

What is the difference between a general solution and a particular solution?

A general solution contains a constant and represents infinitely many solutions to a differential equation. A particular solution uses an initial condition to choose exactly one member of that family.

Why do you need +C when solving differential equations?

The constant of integration represents the whole family of possible solutions. Without +C, you cannot use the initial condition to find the specific solution curve, and on AP free-response questions that usually loses important procedure credit.

What does separation of variables mean?

Separation of variables means rearranging a differential equation so all terms involving y are with dy and all terms involving x are with dx. After separating, you integrate both sides and then use the initial condition if one is given.

When can you use the definite-integral form for a particular solution?

If dy/dx = f(x) and the initial condition is F(a) = y0, then F(x) = y0 + integral from a to x of f(t) dt is a particular solution. This form is useful when the antiderivative is difficult or when the exam asks for an expression rather than a simplified formula.

What domain restrictions matter for differential equation solutions?

A particular solution may only be valid on an interval that avoids undefined values and contains the initial condition. Watch for division by zero, logarithm restrictions, square roots, and physical constraints in context problems.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot