AP Calculus AB Study Guide

Key Exam Details

  • The AP® Calculus AB exam has:
    • Duration: 3 hours and 15 minutes
    • Breakdown: 45 multiple-choice questions (50%) and 6 free-response questions (50%).
Content Categories:
  • Limits and Continuity: 10–12% of questions
  • Differentiation:
    • Definition and Basic Derivative Rules: 10–12%
    • Composite, Implicit, and Inverse Functions: 9–13%
    • Contextual Applications of Differentiation: 10–15%
    • Applying Derivatives to Analyze Functions: 15–18%
  • Integration and Accumulation of Change: 17–20%
  • Differential Equations: 6–12%
  • Applications of Integration: 10–15%

Limits and Continuity

Definition of Limits
  • The limit of a function f as x approaches c is L if f can be made arbitrarily close to L as x approaches c (but not equal to c).
  • Denoted as: limxcf(x)=L\lim_{x \to c} f(x) = L.
  • If no such value exists, the limit does not exist (DNE).
  • Calculating limits can be accomplished using:
    • Tables
    • Graphs
    • Algebra
Example

If values of a function f are given:

| x     | 0.9   | 0.99  | 0.999 | 1.001 | 1.01  | 1.1  |
|-------|-------|-------|-------|-------|-------|------|
| f(x)  | 2.488 | 2.490 | 2.499 | 2.501 | 2.504 | 2.513|

The limit as x approaches 1 is limx1f(x)=2.5\lim_{x \to 1} f(x) = 2.5.

Techniques for Finding Limits:
  • Algebraic techniques like factoring and rationalizing radicals.
  • Special limits:
    • limx0sinxx=1\lim_{x \to 0} \frac{\sin x}{x} = 1
    • limx0(1cosx)/x2=0\lim_{x \to 0} (1 - \cos x) / x^2 = 0
One-Sided Limits:
  • limxc+f(x)\lim_{x \to c^+} f(x) approaches from the right
  • limxcf(x)\lim_{x \to c^-} f(x) approaches from the left
  • Existence conditions for limxcf(x)\lim_{x \to c} f(x): both one-sided limits must exist and equal.
Continuity

A function f is continuous at c if:

  1. limxcf(x)\lim_{x \to c} f(x) exists.
  2. f(c)f(c) exists.
  3. limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c).
Types of Discontinuity:
  • Jump Discontinuity: exists when limit approaches different values from left and right.
  • Removeable Discontinuity: exists when limit exists but does not equal the function's value.
Intermediate Value Theorem

If f is continuous on [a, b], and d is a value between f(a) and f(b), then there exists a c in (a, b) such that f(c) = d.

Differentiation: Definition and Fundamental Properties

Definition of the Derivative

The average rate of change of a function f from x=a to x=a+h is given by:
f(a+h)f(a)h\frac{f(a+h) - f(a)}{h}. The instantaneous rate of change as h approaches 0 is defined as:
f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}.

  • If this limit exists, f is differentiable at x=a.
Important Derivative Rules:
  1. Constant Rule: f(c)=0f'(c) = 0
  2. Power Rule: ddxxn=nxn1\frac{d}{dx} x^n = nx^{n-1}
  3. Sum Rule: ddx(f(x)+g(x))=f(x)+g(x)\frac{d}{dx}(f(x) + g(x)) = f'(x) + g'(x)
  4. Difference Rule: ddx(f(x)g(x))=f(x)g(x)\frac{d}{dx}(f(x) - g(x)) = f'(x) - g'(x)
  5. Product Rule: ddx(f(x)g(x))=f(x)g(x)+f(x)g(x)\frac{d}{dx}(f(x)g(x)) = f'(x)g(x) + f(x)g'(x)
  6. Quotient Rule: ddx(f(x)g(x))=f(x)g(x)f(x)g(x)(g(x))2\frac{d}{dx}\left(\frac{f(x)}{g(x)}\right) = \frac{f'(x)g(x) - f(x)g'(x)}{(g(x))^2}.
Applications of Differentiation
  • Contextual Applications: Derivatives represent instantaneous rates of change; key in physics for motion (position, velocity, and acceleration).

Integration and Accumulation of Change

Definite Integral

The definite integral of a function on [a, b] represents the area under the curve between x=a and x=b:
abf(x)dx\int_{a}^{b} f(x) dx

  • Positive area is above the x-axis; negative area below.
Fundamental Theorem of Calculus

Connects differentiation and integration, showing that:

  1. If F is an antiderivative of f, then:
    abf(x)dx=F(b)F(a)\int_{a}^{b} f(x)dx = F(b) - F(a).
  2. ddxaxf(t)dt=f(x)\frac{d}{dx}\int_{a}^{x} f(t) dt = f(x) (if f is continuous).

Differential Equations

Differential equations involve functions and their derivatives. Solutions to a differential equation describe the behavior of quantities:

  1. Separable Equations: Can be solved by separating variables and integrating both sides.
  2. Exponential Growth/Decay: Model scenarios where the rate of change of a quantity is proportional to the quantity itself, represented as:
    dydt=ky\frac{dy}{dt} = ky where k is a constant.
Suggested Reading
  • Hughes-Hallett et al. Calculus: Single Variable for comprehensive overview and practice.
  • Chapters that align with topics covered in AP Calculus AB, especially focusing on understanding applications and practice problems to solidify concepts.