AP Calculus BC & Precalculus 2026: Advanced Math Exam Guide

TutLive Team
March 15, 2026
9 min read

AP Calculus BC is the most content-dense math AP on the College Board roster. This guide covers everything from series convergence tests to polar area — plus a full breakdown of the new AP Precalculus course and how to build a 6-week plan that works.

AP Calculus BCAP PrecalculusAP Math 2026Calculus BCAP CalcCollege Board
Ilustracja do artykułu: AP Calculus BC & Precalculus 2026: Advanced Math Exam Guide

AP Calculus BC & Precalculus 2026: Advanced Math Exam Guide

AP Calculus BC is the highest-level math AP available, covering everything in AP Calc AB plus series, parametric equations, polar functions, and vector calculus. AP Precalculus, the newest AP math course, serves as the formal bridge between algebra and calculus — and it's now its own rigorous exam.

This guide covers both courses in depth: what each exam tests, where BC diverges from AB, how to tackle series convergence questions, how to use your calculator strategically, and how to structure a 6-week plan that builds BC skills on top of your AB foundation.


AP Precalculus: The New AP Math Course

AP Precalculus was introduced by the College Board as a formal capstone for pre-calculus mathematics. It is not a watered-down course — its FRQ section is calculator-active and computationally demanding.

Exam Structure

Section Format Time Weight
Section I Part A — MCQ 28 questions, no calculator 40 min ~43%
Section I Part B — MCQ 12 questions, calculator required 20 min ~19%
Section II Part A — FRQ 2 questions, calculator required 30 min ~19%
Section II Part B — FRQ 2 questions, no calculator 30 min ~19%

The 4 Units

Unit 1 — Polynomial and Rational Functions

  • End behavior using leading term analysis
  • Zeros and multiplicity: how multiplicity determines whether the graph touches or crosses the x-axis
  • Rational functions: asymptotes (vertical, horizontal, oblique), holes
  • Polynomial division, the Remainder Theorem

Unit 2 — Exponential and Logarithmic Functions

  • Exponential growth and decay (percent rate of change, doubling time, half-life)
  • Logarithm properties: product, quotient, power rules
  • Solving exponential equations using logarithms
  • Transformations of exponential and log functions
  • Semi-log and log-log graphs — how to linearize exponential data

Unit 3 — Trigonometric and Polar Functions

  • Unit circle mastery: sine, cosine, tangent at key angles
  • Graphs of trig functions: amplitude, period, phase shift, midline
  • Inverse trig functions: domain restrictions, output range
  • Sinusoidal modeling: fitting a function to real-world periodic data
  • Introduction to polar coordinates: converting between rectangular and polar

Unit 4 — Functions Involving Parameters, Vectors, and Matrices

  • Parametric equations: eliminating the parameter, graphing curves
  • Vectors: magnitude, direction, component form, vector addition
  • Matrices: operations, determinant, inverse, solving systems with matrix equations

Calculator Strategy for AP Precalculus FRQ

The calculator-active FRQ (Part A) rewards students who know how to use their graphing calculator efficiently. Key skills:

  • Finding zeros of functions using the calculator's zero/root feature
  • Finding intersection points
  • Evaluating definite integrals (more common than students expect)
  • Using regression (linear, exponential, sinusoidal) to fit a model to data
  • Interpreting calculator output — the answer is only part of the score; showing setup and interpretation is required

AP Calculus BC: Everything You Need to Know

Exam Structure

Section Format Time Weight
Section I Part A — MCQ 30 questions, no calculator 60 min 33.3%
Section I Part B — MCQ 15 questions, calculator 45 min 16.7%
Section II Part A — FRQ 2 questions, calculator 30 min 16.7%
Section II Part B — FRQ 4 questions, no calculator 60 min 33.3%

BC Topics on Top of AB

AP Calculus BC covers all 8 AB units, then adds:

  • Unit 6 Extension — Improper integrals, integration by parts (sometimes), Euler's method extended
  • Unit 9 — Parametric Equations, Polar Coordinates, and Vector-Valued Functions
  • Unit 10 — Infinite Sequences and Series

The BC-only content typically accounts for 40–50% of the exam. Students who coast on their AB knowledge and underestimate Unit 10 routinely score below their expectations.


Series and Sequences: The Make-or-Break Unit

Unit 10 covers convergence of infinite series. The fundamental question is always: does this series converge or diverge, and if it converges, to what value?

The Convergence Tests — When to Use Which

Test When to Use
Geometric Series Series of the form Σarⁿ — converges if
p-Series Series of the form Σ1/nᵖ — converges if p > 1
Divergence Test Always try first: if limₙ→∞ aₙ ≠ 0, the series diverges
Integral Test f(n) = aₙ is positive, continuous, decreasing — convergence matches the integral
Direct Comparison Compare to a known series: if smaller than convergent, converges; if larger than divergent, diverges
Limit Comparison Take limₙ→∞ aₙ/bₙ = L (positive finite): aₙ and bₙ converge or diverge together
Ratio Test Best for factorials and exponentials: limₙ→∞
Alternating Series Test Series with alternating signs: converges if terms decrease to 0

The decision process: Look at the form of the series first. Factorial in the denominator? Ratio test. Alternating signs? AST. Looks like a p-series or geometric? Apply those directly. Power of n in the base? Try limit comparison with a p-series.

Taylor and Maclaurin Series

A Taylor polynomial approximates a function near a point. Maclaurin series are centered at x = 0.

Series you must have memorized:

  • eˣ = Σ xⁿ/n! (all x)
  • sin x = Σ (−1)ⁿ x²ⁿ⁺¹/(2n+1)! (all x)
  • cos x = Σ (−1)ⁿ x²ⁿ/(2n)! (all x)
  • 1/(1−x) = Σ xⁿ, |x| < 1 (geometric series)
  • ln(1+x) = Σ (−1)ⁿ⁺¹ xⁿ/n, |x| ≤ 1 (with endpoint check)

Lagrange Error Bound: For a Taylor polynomial of degree n centered at a, the error |f(x) − Pₙ(x)| ≤ M|x−a|ⁿ⁺¹/(n+1)! where M is an upper bound for |f⁽ⁿ⁺¹⁾| on the interval. This appears on BC FRQs regularly — practice identifying the correct M.


Parametric and Polar Functions

Parametric Equations

Given x = f(t) and y = g(t):

  • Slope of tangent line: dy/dx = (dy/dt)/(dx/dt)
  • Second derivative: d²y/dx² = (d(dy/dx)/dt)/(dx/dt)
  • Arc length: L = ∫ √((dx/dt)² + (dy/dt)²) dt

Polar Functions

Given r = f(θ):

  • Area enclosed: A = ½ ∫ r² dθ (always from α to β where the region is traced)
  • Area between curves: A = ½ ∫ (r₁² − r₂²) dθ where r₁ is the outer curve
  • Slope of tangent line: dy/dx = (dr/dθ · sin θ + r cos θ)/(dr/dθ · cos θ − r sin θ)

The most common mistake in polar area: using the wrong bounds. Sketch the curve first, identify exactly where the region begins and ends, and confirm the limits of integration.


FRQ Types Unique to BC

The BC FRQ section includes question types that don't appear on the AB exam:

  • Series FRQ — find a Taylor series, determine interval of convergence, apply error bound
  • Parametric FRQ — find velocity, speed, position at a time, total distance traveled
  • Polar FRQ — find area enclosed by a polar curve, find slope of tangent at a point
  • Differential equations — Euler's method with multiple steps, slope fields, solving separable DEs

On these question types, partial credit is structured differently than AB. Even if you can't complete the problem, setting up the correct integral or writing the correct series formula earns points.


How to Use Your Calculator on BC (Part A FRQ)

Section II Part A allows a graphing calculator. Points go to students who know how to use it to verify — not discover — answers.

  • Find zeros of complicated derivatives (critical points, points of inflection)
  • Numerically integrate when the antiderivative is not elementary (e.g., ∫eˣ² dx)
  • Evaluate limits numerically to confirm algebraic results
  • Find the intersection of two curves to set bounds of integration

Always show setup: write the integral notation before using the calculator to evaluate it. A calculator answer without setup earns zero on most FRQs.


6-Week BC Study Plan

This plan assumes you have AP Calculus AB content at the Precalculus-to-AB level already solid.

Week Focus
1 AB review: limits, derivatives (implicit, related rates, optimization), definite integrals
2 AB review: FTC, u-substitution, area between curves, differential equations (slope fields, separable)
3 BC Unit 9: parametric equations (derivatives, arc length), polar (area, tangent lines)
4 BC Unit 10 Part I: geometric/p-series, Divergence Test, Integral Test, Comparison Tests
5 BC Unit 10 Part II: Ratio Test, Alternating Series, Taylor/Maclaurin series, Lagrange error bound
6 Full-length BC practice exams, FRQ by type (series, parametric, polar), voice sessions on convergence test selection

Voice Sessions: Talk Through Series Logic

Series convergence is the topic that separates BC 4s from BC 5s. The decision of which convergence test to apply — and why — is not something you can memorize as a list. You have to internalize the reasoning.

Real-time voice sessions with your tutor let you talk through series convergence logic step by step: explain which test you'd apply and why, state the conditions you're verifying, and walk through the algebra. Your tutor responds instantly when your reasoning goes astray — before you practice the wrong approach dozens of times.

No other AP prep platform offers real-time voice tutoring for math. When you can verbally explain why the ratio test is inconclusive at L = 1, or why the alternating series test requires both the decreasing condition and the limit-to-zero condition, you're building exam confidence that reading a textbook alone cannot provide.


Start Your AP Prep Today

TutLive offers structured courses for every AP subject — follow a step-by-step learning path with your personal tutor and use real-time voice sessions to deepen understanding before exam day.

Start free at tutlive.com →


TutLive — your personal tutor, available whenever you need it.

Related Articles