AP Calculus AB - Unit 7 Study Guide
7.1 - 7.2

Intro to Differential Equations

A Differential Equation (DE) is an equation containing a derivative, like y' = 2x or dy/dx = x + y.

How to Verify a Solution

To check if y = f(x) is a solution to a DE:

  1. Find y' (and y'' if needed) from the given solution.
  2. Plug y and y' into the DE.
  3. If LHS = RHS, it is a valid solution.
Example

Verify that y = e^{3x} is a solution to y' - 3y = 0.

  1. Derive: y = e^{3x}y' = 3e^{3x}.
  2. Plug in: (3e^{3x}) - 3(e^{3x}).
  3. Simplify: 0 = 0. (Verified!)
7.3 - 7.4

Slope Fields

A Slope Field is a graphical representation of a Differential Equation. At every point (x, y), we draw a tiny line segment with slope dy/dx.

Drawing Them

Plug the coordinates (x, y) into the DE to calculate the slope. Draw a short line with that slope.

Reading Them

Follow the "flow" of the lines. Solutions follow the path of the segments, like a leaf in a stream.

Multiple Choice Hack:
  • Zero Slope Check: Look where the slopes are horizontal (m=0). If the DE is dy/dx = x+y, slopes must be 0 along the line y = -x.
  • Undefined Slope Check: Look for vertical lines. If the DE is dy/dx = -x/y, slopes are vertical when y=0 (x-axis).
  • Variable Check: If DE depends only on x, slopes in columns are identical. If only on y, slopes in rows are identical.
7.6 - 7.7

Separation of Variables

This is the ONLY algebraic method you need to know to solve DEs in AB Calculus. Mastering this is usually worth 5-6 points on an FRQ.

The 5-Step Protocol (Memorize!)
  1. Separate: Move all y terms to the dy side and x terms to the dx side. (Multiply/Divide only!).
  2. Integrate: Add to both sides.
  3. + C: Add + C immediately to the x side.
  4. Evaluate C: Use the Initial Condition (x_0, y_0) to solve for C.
  5. Solve for y: Isolate y to get the Particular Solution y = f(x).
Worked Example

Solve: dy/dx = xy² with y(0) = 1.

  1. Separate: 1/y² dy = x dx
  2. Integrate: ∫ y⁻² dy = ∫ x dx-1/y = x²/2 + C
  3. Find C: Plug in (0, 1): -1/1 = 0 + CC = -1.
  4. Refine: -1/y = x²/2 - 1
  5. Solve y: y = -1 / (x²/2 - 1)
7.8

Exponential Growth & Decay

When the rate of change is proportional to the amount present, we get the classic exponential growth model.

dy/dt = ky

Solution:

y = y₀ekt
Growth (k > 0)

Population, Bacteria, Interest.

Decay (k < 0)

Radioactive Half-Life, Cooling (Newton's Law).

← Unit 6 Unit 8: Applications →