ACEpath
Select Subject
Select Unit

AP Calculus AB

Calculus AB

AP Calculus AB Complete Notes

Exam: 3 hours 15 minutes - 45 MCQ (105 min, 50%) + 6 FRQ (90 min, 50%) Calculator: Allowed (Sections I & II) Formula sheet: Provided in exam Scope: AP Calculus AB - Units 1-8

SectionFormatQuestionsTimeWeight
Section IMultiple Choice (MCQ)45105 min50%
Section IIFree Response (FRQ)690 min50%

MCQ Breakdown

TypeCountNotes
Full MCQ30Standard 5-option multiple choice
Partial MCQ15Calculator-inactive; some questions may require reasoning

FRQ Breakdown

TypeCountNotes
Free Response62 calculator-active, 4 calculator-inactive
Common types-Area/volume, differential equations, implicit/related rates, table-interpretation

FRQ Tips

  • Show all work; answer must be mathematically justified
  • Even if final answer is wrong, partial credit awarded for correct setup
  • For optimization/related rates: define variables clearly before writing equations
  • When using calculator: state what you entered and what the result is

Score Distribution

AP ScoreRecommendationTypical %
5Extremely well qualified~19%
4Well qualified~25%
3Qualified~22%
2Possibly qualified~16%
1No recommendation~18%

Unit 1: Limits and Continuity

The Limit As The Instantaneous Rate Of Change Or Slope Of The Tangent Line.

The Limit as the Instantaneous Rate of Change or Slope of the Tangent Line

The limit represents the instantaneous rate of change of a function, equivalent to the slope of the tangent line at a point. Key concept: As x approaches a specific value, f(x) approaches a specific value L.

Practice

Applying Factoring To Evaluate Limits Of Rational Functions.

Applying Factoring to Evaluate Limits of Rational Functions

When direct substitution yields the indeterminate form 0/0:

  1. Factor numerator and denominator

...

Practice
More Concepts About Unit 1

Unit 2: Differentiation: Definition and Fundamental Properties

Average Vs. Instantaneous Rate Of Change

Average rate of change over [a, b]: f(b)f(a)ba\frac{f(b) - f(a)}{b - a} Instantaneous rate of change at x = a:

...

Practice

Limit Definition Of The Derivative

f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0}\frac{f(x+h) - f(x)}{h} This represents the slope of the tangent line at point x.

Practice
More Concepts About Unit 2

Unit 3: Differentiation: Composite, Implicit, and Inverse Functions

The Chain Rule Basics

ddx[f(g(x))]=f(g(x))g(x)\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x) Using Leibniz notation: dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}

Practice

Chain Rule With Other Rules

Combine chain rule with other differentiation rules:

  • (ef(x))=ef(x)f(x)(e^{f(x)})' = e^{f(x)} \cdot f'(x)
  • (sin(f(x)))=cos(f(x))f(x)(\sin(f(x)))' = \cos(f(x)) \cdot f'(x)

...

Practice
More Concepts About Unit 3

Unit 4: Contextual Applications of Differentiation

Position, Velocity, And Acceleration

  • Position s(t): Location relative to origin
  • Velocity v(t): v(t)=s(t)v(t) = s'(t) = instantaneous rate of change of position
  • Acceleration a(t): a(t)=v(t)=s(t)a(t) = v'(t) = s''(t) = instantaneous rate of change of velocity

...

Practice

Derivatives In Motion Problems

  • Positive velocity: moving in positive direction (right/up)
  • Negative velocity: moving in negative direction (left/down)
  • Speeding up: velocity and acceleration have same sign

...

Practice
More Concepts About Unit 4

Unit 5: Analytical Applications of Differentiation

Rolle's Theorem

Special case of MVT: If f(a) = f(b) = 0 and f is continuous on [a, b] and differentiable on (a, b), then there exists c ∈ (a, b) such that f'(c) = 0.

Practice

The Mean Value Theorem (Mvt)

If f is continuous on [a, b] and differentiable on (a, b), then there exists c ∈ (a, b) such that: f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a} Geometric meaning: Slope of tangent equals slope of secant line at some point.

Practice
More Concepts About Unit 5

Unit 6: Integration and Accumulation of Change

Riemann Sums (Lram, Rram, Mram)

  • Left Riemann Sum (LRAM): i=1nf(xi1)Δx\sum_{i=1}^n f(x_{i-1})\Delta x
  • Right Riemann Sum (RRAM): i=1nf(xi)Δx\sum_{i=1}^n f(x_i)\Delta x
  • Midpoint Riemann Sum (MRAM): i=1nf(xˉi)Δx\sum_{i=1}^n f(\bar{x}_i)\Delta x where xˉi=xi1+xi2\bar{x}_i = \frac{x_{i-1}+x_i}{2}
Practice

Trapezoidal Rule

abf(x)dxΔx2[f(x0)+2f(x1)+2f(x2)++2f(xn1)+f(xn)]\int_a^b f(x)dx \approx \frac{\Delta x}{2}[f(x_0) + 2f(x_1) + 2f(x_2) + \cdots + 2f(x_{n-1}) + f(x_n)] More accurate than Riemann sums for smooth functions.

Practice
More Concepts About Unit 6

Unit 7: Differential Equations

Checking If A Function Satisfies A Differential Equation

To verify y = g(x) is a solution:

  1. Find y', y'', etc.
  2. Substitute into differential equation

...

Practice

Slope Fields

Graphical representation showing dydx\frac{dy}{dx} at various points (x, y).

  • Each small line segment has slope = dy/dx at that point
  • Solution curves follow the slope field pattern
Practice
More Concepts About Unit 7

Unit 8: Applications of Integration

Average Value Of A Function

favg=1baabf(x)dxf_{avg} = \frac{1}{b-a}\int_a^b f(x)dx

Practice

s(t)=v(t)dts(t) = \int v(t)dt

s(t) = ∫v(t)dt

s(t)=v(t)dts(t) = \int v(t)dt Position is the integral of velocity.

Practice
More Concepts About Unit 8