# Particular solutions with initial conditions

> AP Calculus AB · Unit 7: Differential Equations
> Source: https://www.owlsprep.com/study/ap-calculus-ab-u7-particular-solutions-with-initial-conditions/

This module covers finding constants of integration for general solutions, applying initial conditions to get particular solutions of first-order differential equations, and interpreting solutions in applied contexts for the AP Calculus AB exam.

**Prerequisites:** Integration of basic power, exponential, and trigonometric functions; [Separation of variables for first-order differential equations](https://www.owlsprep.com/study/ap-calculus-ab-u7-separable-differential-equations/); Basic algebra for solving for unknown constants

## Learning objectives

- Distinguish between general and particular solutions to first-order differential equations
- Apply initial conditions to solve for the constant of integration
- Find particular solutions for both indefinite integrals and separable differential equations
- Interpret and evaluate particular solutions in applied real-world contexts

## Core Concepts: General vs Particular Solutions

A differential equation relates an unknown function to its derivatives. The general solution to a first-order differential equation includes an arbitrary constant of integration ($+C$), representing an infinite family of functions that all satisfy the original equation. A particular solution is a single solution from that infinite family that satisfies an extra constraint: an initial condition, which gives the value of the unknown function at a specific input.

Initial conditions are written in standard notation $y(x_0) = y_0$, meaning when $x = x_0$, $y = y_0$. This topic accounts for 6-12% of total AP Calculus AB exam score, appearing on both multiple-choice and free-response sections, often in applied contexts like population growth or cooling.

**Initial Value Problem** — A problem that combines a first-order differential equation with an initial condition that specifies the value of the unknown function at a given input, requiring a particular solution as the answer.

## Particular Solutions for Indefinite Integrals

The most basic form of this problem arises when you are given $\frac{dy}{dx}$ that depends only on $x$, and you need to find the exact original function $y$ that passes through a given point. The 4-step process is: 1. Integrate the derivative to get a general solution with $C$; 2. Substitute the initial condition into the general solution; 3. Solve algebraically for $C$; 4. Substitute $C$ back to get the particular solution.

**Worked example:** Given $\frac{dy}{dx} = 3x^2 + 2\sin x$, and the initial condition $y(0) = 4$, find the particular solution for $y$.

1. Integrate both sides with respect to $x$ to get the general solution:
2. $$y = \int (3x^2 + 2\sin x) dx = x^3 - 2\cos x + C$$
3. Substitute the initial condition $x=0, y=4$ into the general solution:
4. $$4 = (0)^3 - 2\cos(0) + C$$
5. Simplify and solve for $C$, using $\cos(0)=1$:
6. $$4 = 0 - 2(1) + C \implies C = 6$$
7. Substitute $C=6$ back to get the final particular solution:
8. $$y = x^3 - 2\cos x + 6$$

> **Exam tip:** Always verify your particular solution by plugging it back into the original derivative equation and checking the initial condition. This takes 10 seconds and catches common arithmetic errors.

## Particular Solutions for Separable Differential Equations

Most AP exam problems asking for particular solutions are separable first-order equations. A separable equation can be rearranged into $g(y) dy = f(x) dx$, with all $y$-terms on one side and all $x$-terms on the other. After integrating both sides, you get a general solution with a single combined constant, then use the initial condition to solve for the constant to get your particular solution.

**Worked example:** Find the particular solution to the differential equation $\frac{dy}{dx} = \frac{xy}{3}$ with initial condition $y(2) = 5$.

1. Separate variables, assuming $y \neq 0$:
2. $$\frac{1}{y} dy = \frac{x}{3} dx$$
3. Integrate both sides to get the implicit general solution:
4. $$\int \frac{1}{y} dy = \int \frac{x}{3} dx \implies \ln|y| = \frac{x^2}{6} + C_1$$
5. Exponentiate both sides and absorb the constant and absolute value into a new $C$:
6. $$|y| = e^{\frac{x^2}{6} + C_1} = e^{C_1} e^{\frac{x^2}{6}} \implies y = C e^{\frac{x^2}{6}}$$
7. Substitute the initial condition and solve for $C$:
8. $$5 = C e^{\frac{2^2}{6}} = C e^{\frac{2}{3}} \implies C = 5 e^{-\frac{2}{3}}$$
9. Combine exponents to get the final particular solution:
10. $$y = 5 e^{-\frac{2}{3}} e^{\frac{x^2}{6}} = 5 e^{\frac{x^2 - 4}{6}}$$

> **Exam tip:** Always combine constants into a single constant early when integrating separable equations. Never keep two separate constants for the left and right integrals, this leads to unnecessary errors.

## Applied Initial Value Problems

On the AP exam, particular solutions are almost always embedded in real-world contexts, where the initial condition has a practical physical meaning. For example, in population growth it is the starting population at $t=0$, in cooling problems it is the starting temperature. The solution process is identical to abstract problems, but you must include correct units and interpret your solution in context if asked.

**Worked example:** A bacteria culture grows at a rate proportional to its current size. At time $t=0$ hours, the population is 1200 bacteria. The growth rate is given by $\frac{dP}{dt} = 0.02 P$, where $P(t)$ is population at time $t$. Find the particular solution for $P(t)$, then calculate the population after 10 hours.

1. Separate variables:
2. $$\frac{1}{P} dP = 0.02 dt$$
3. Integrate and simplify to get the general solution:
4. $$\ln|P| = 0.02 t + C \implies P(t) = C e^{0.02 t}$$
5. Apply the initial condition $P(0) = 1200$ to solve for $C$:
6. $$1200 = C e^{0} \implies C = 1200$$
7. Write the particular solution and evaluate at $t=10$:
8. $$P(t) = 1200 e^{0.02 t} \implies P(10) = 1200 e^{0.2} \approx 1466$$

> **Exam tip:** Most applied problems give the initial condition at $t=0$, which makes solving for $C$ very simple. Always confirm the initial time, some problems give an initial condition at non-zero $t$ to test attention to detail.

## Common pitfalls

- **Wrong:** Integrating $\frac{dy}{dx} = xy$ as $y = \frac{x^2}{2} y + C$ without moving $y$ to the left side.
  - Why it fails: Students confuse separable DEs with derivatives that only depend on $x$, and incorrectly treat $y$ as a constant when integrating.
  - Correct: Always separate all $y$ terms to the left side and all $x$ terms to the right side before integrating any separable differential equation.
- **Wrong:** Leaving the absolute value in the final solution after integrating $\ln|y|$, leading to an incorrect negative constant when initial $y$ is positive.
  - Why it fails: Students forget that the absolute value can be absorbed into the constant, so they incorrectly restrict $C$ to positive values.
  - Correct: After integrating $\ln|y| = ... + C$, rewrite $y = C e^{...}$, where $C$ can be positive or negative to match the sign of the initial $y$.
- **Wrong:** Plugging the initial condition $y(x_0) = y_0$ into the derivative $\frac{dy}{dx}$ instead of the general solution for $y$.
  - Why it fails: Students rush the problem and misread what the initial condition describes, especially when the problem also gives an initial value for the derivative.
  - Correct: Always confirm: if the condition gives the value of $y$ at $x_0$, substitute into the general solution for $y$, not the derivative.
- **Wrong:** Getting $C = 5 e^{2/3}$ instead of $C = 5 e^{-2/3}$ when solving $5 = C e^{2/3}$.
  - Why it fails: Students flip the exponent incorrectly when isolating $C$ due to poor recall of exponent rules.
  - Correct: Isolate $C$ on one side of the equation before simplifying, and double-check the sign of the exponent.
- **Wrong:** Leaving the arbitrary constant $C$ in the final particular solution, instead of substituting the solved value of $C$.
  - Why it fails: Students forget the question asks for a particular solution, especially in multi-part FRQs where one part asks for a general solution and the next asks for a particular.
  - Correct: Re-read the question after solving to confirm it asks for a particular solution, and that you have substituted the calculated value of $C$.

## Cheatsheet

| Category | Formula / Process | Notes |
| --- | --- | --- |
| Initial Condition Notation | $y(x_0) = y_0$ | Gives the value of function $y$ at input $x = x_0$ |
| General 4-Step Process | 1. Integrate for general solution + $C$<br>2. Substitute initial condition<br>3. Solve for $C$<br>4. Substitute $C$ back | Works for all first-order initial value problems on AP Calculus AB |
| Basic Particular Solution | $\frac{dy}{dx} = f(x) \implies y = \int f(x) dx + C$ | $C$ is added outside the antiderivative |
| Separable DE Form | $g(y) \frac{dy}{dx} = f(x) \implies \int g(y) dy = \int f(x) dx + C$ | Must separate variables before integrating |
| Exponential Simplification | $\ln\|y\| = kx + C \implies y = C e^{kx}$ | Absorb $e^C$ and absolute value into new constant $C$ |
| Applied Initial Condition | $P(t_0) = P_0$ | For $t_0=0$, $C = P_0$ for most growth/decay models |
| Explicit vs Implicit Solutions | Explicit: $y = f(x)$; Implicit: relation between $x$ and $y$ | AP exam usually requires explicit unless stated otherwise |

## What's next

Particular solutions with initial conditions are the foundation for all applied differential equation problems on the AP Calculus AB exam. Mastering this skill is required to earn full credit on most free-response questions involving differential equations. Immediately after mastering this topic, you will move on to modeling exponential growth and decay, as well as other contextual differential equation models like Newton's Law of Cooling. Without being able to correctly solve for particular solutions from initial conditions, you cannot get full credit on questions that ask for population projections, temperature predictions, or position functions from velocity. This topic also reinforces core concepts of integration and the Fundamental Theorem of Calculus.

- [Exponential models with differential equations](https://www.owlsprep.com/study/ap-calculus-ab-u7-exponential-models-with-differential-equations/)
- [Applications of Integration Overview](https://www.owlsprep.com/study/ap-calculus-ab-u8-overview/)
- [Average value of a function on an interval](https://www.owlsprep.com/study/ap-calculus-ab-u8-average-value-of-a-function/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-ab-u7-particular-solutions-with-initial-conditions/
