Makini Learning

AP Calculus AB vs. BC: Which Course Should You Take?

By Makini Learning

Published Jan 15

The honest version of this question is not "which course is harder." It is "how much calculus do I want to do in one year, and how fast?"

AB and BC are not two different subjects. BC is AB plus more. Same limits, same derivatives, same Fundamental Theorem, same exam format, same 1–5 scale. BC just keeps going after AB stops.

Once you see it that way, the decision gets much simpler.

The Core Difference: How Far You Get

The College Board organises AP Calculus into ten units.

AB covers Units 1–8:

  1. Limits and continuity
  2. Differentiation — definition and basic rules
  3. Differentiation — composite, implicit, and inverse functions
  4. Contextual applications of differentiation (related rates, linearisation, L'Hospital's Rule)
  5. Analytical applications of differentiation (extrema, concavity, optimisation, the Mean Value Theorem)
  6. Integration and accumulation of change
  7. Differential equations
  8. Applications of integration (area, volume, average value)

BC covers all eight of those, plus two more:

  1. Parametric equations, polar coordinates, and vector-valued functions
  2. Infinite sequences and series

BC also adds extra techniques inside the shared units — integration by parts, partial fractions, improper integrals, arc length, Euler's method, and logistic growth models.

Roughly: AB is a first semester of university calculus. BC is a first and second semester compressed into the same school year.

What "More Techniques" Actually Feels Like

Comparison tables are abstract. Here is the difference in a form you can feel.

An AB integral:

xex2dx\int x e^{x^2}\,dx

This is a substitution problem. Let u=x2u = x^2, so du=2xdxdu = 2x\,dx, which means xdx=12dux\,dx = \tfrac{1}{2}du:

xex2dx=12eudu=12ex2+C\int x e^{x^2}\,dx = \frac{1}{2}\int e^{u}\,du = \frac{1}{2}e^{x^2} + C

Check it by differentiating: ddx[12ex2]=12ex22x=xex2\frac{d}{dx}\left[\frac{1}{2}e^{x^2}\right] = \frac{1}{2}e^{x^2}\cdot 2x = xe^{x^2}. Correct.

A BC integral:

xexdx\int x e^{x}\,dx

Look at how similar that is. One exponent changed. But substitution now fails — there is no inner function whose derivative is sitting outside waiting for you.

This one needs integration by parts, which is BC-only:

udv=uvvdu\int u\,dv = uv - \int v\,du

Let u=xu = x and dv=exdxdv = e^x dx. Then du=dxdu = dx and v=exv = e^x:

xexdx=xexexdx=xexex+C\int x e^x\,dx = xe^x - \int e^x\,dx = xe^x - e^x + C

Check: ddx[xexex]=ex+xexex=xex\frac{d}{dx}\left[xe^x - e^x\right] = e^x + xe^x - e^x = xe^x. Correct.

Two problems that look almost identical. An AB student can do the first and has never been taught a method for the second. That is the whole difference in miniature — BC gives you more tools, and the price is more to learn.

The Two Units Only BC Students See

Unit 9: Parametric, Polar, and Vector-Valued Functions

In AB, yy is always a function of xx. In BC, a curve can be traced out by a particle whose position depends on time.

If x(t)=t2x(t) = t^2 and y(t)=t3y(t) = t^3, what is the slope of the curve?

You cannot differentiate yy with respect to xx directly, because neither is written in terms of the other. So you go through tt:

dydx=dy/dtdx/dt=3t22t=3t2(t0)\frac{dy}{dx} = \frac{dy/dt}{dx/dt} = \frac{3t^2}{2t} = \frac{3t}{2} \quad (t \neq 0)

Nothing here is conceptually beyond an AB student. It is the chain rule, rearranged. But it is not on the AB exam.

Unit 10: Infinite Sequences and Series

This is the unit that defines BC, and the one students find genuinely new — the first topic in the course that is not obviously about slopes or areas.

The central question: if you add up infinitely many numbers, do you get a finite answer?

Sometimes yes:

n=11n2converges\sum_{n=1}^{\infty} \frac{1}{n^2} \quad \text{converges}

Sometimes no:

n=11ndiverges\sum_{n=1}^{\infty} \frac{1}{n} \quad \text{diverges}

Both have terms shrinking to zero. Only one adds up to something finite. That surprises almost everyone the first time, and learning to tell the two cases apart — the pp-series test, the ratio test, comparison tests, alternating series — is a large chunk of Unit 10.

The payoff is Taylor series: writing a complicated function as an infinite polynomial. For example,

ex=1+x+x22!+x33!+e^x = 1 + x + \frac{x^2}{2!} + \frac{x^3}{3!} + \cdots

which is how calculators actually compute exe^x. It is the most interesting idea in either course. It is also the reason BC feels fast: it arrives in spring, when you are already tired.

Same Exam, Different Content

Both exams have identical structure, and both are 3 hours 15 minutes:

Section I — multiple choice, 105 minutes, worth 50% of your score

  • Part A: 30 questions, 60 minutes, no calculator
  • Part B: 15 questions, 45 minutes, graphing calculator

Section II — free response, 90 minutes, worth 50% of your score

  • Part A: 2 questions, 30 minutes, graphing calculator
  • Part B: 4 questions, 60 minutes, no calculator

Note the shape of that: the majority of both sections is calculator-free, so the exact values and algebraic fluency in this article are not optional extras.

One detail worth knowing: BC students also receive an AB subscore — a separate 1–5 based on how you did on the AB-content portions of the BC exam. So sitting BC and finding Unit 10 rough does not erase your work on the first eight units; the subscore still reports it.

How to Actually Decide

Forget prestige. Work through these in order.

1. What does your school let you do? Many schools require precalculus with a certain grade for BC, or require AB first. Some offer only one. This constraint settles the question for a lot of students before preference enters into it.

2. Is your algebra and precalculus genuinely solid? This matters more than raw ability. BC moves at roughly double pace, which means there is no room in the schedule to repair a weak foundation while also learning series. If logarithm rules, the unit circle, or rational expressions still make you hesitate, AB is not a step down — it is the course where you will actually learn calculus rather than fall behind in it. (Common algebra gaps that make calculus hard lists the specific ones worth checking.)

3. What do you want to study? If you are heading for engineering, physics, mathematics, or computer science, you will meet series and parametric curves eventually — doing them in high school with a teacher and a full year is a good deal. If you are heading for biology, economics, or the social sciences, AB usually covers what your programme requires.

4. What else is on your schedule? BC alongside three other AP courses and a sport is a real constraint, not an excuse. A 5 on AB beats a 3 on BC on every metric that matters, including what you actually understand at the end.

5. Check the specific colleges you are interested in. Credit and placement policies vary widely between institutions, and they change. Do not rely on what someone told you about a different university — look up the AP credit page for each school on your list. Some grant a semester for AB and two for BC; some place you into a different course entirely; some grant nothing.

Two Things People Get Wrong

"BC scores are higher, so BC must be easier." You will hear this. The distribution does look different, but the students who choose BC are a self-selected group — typically the ones who found precalculus straightforward and are taking it with strong preparation. The course is not easier. The population is different.

"AB is the safe choice, so it doesn't matter." AB is a real AP course with real content, and it is a bad idea to coast in it. A student who takes AB and understands it deeply is in a far better position in university calculus than one who took BC and pattern-matched their way through.

If You Have Already Chosen and It Is Going Badly

Switching down from BC to AB early in the year is common and not a failure — the first months of both courses cover the same limits and derivatives, so almost nothing is lost. Talk to your teacher before the drop deadline rather than after.

If it is already spring, the useful move is to work out what specifically is stuck. "Calculus is hard" cannot be fixed. "I do not know which convergence test to reach for" can be, in a couple of focused sessions.


More on AP Calculus

Want to work through this with a tutor who explains it this way?

Request a tutoring session