AP Calculus AB and BC

AP Calculus AB vs BC: Difficulty, Units, Which to Take

AP Calculus BC covers everything in AB plus two extra units (parametric/polar and infinite series) and a few added techniques, on an identically structured exam. BC is broader, not harder. Take BC if your precalc is strong and you want more college credit; take AB for a steadier pace.

The short answer: BC is AB plus two units

AP Calculus BC is not a harder remix of AB. It is AB plus more. Every topic in the AB course, from limits in Unit 1 through volumes of revolution in Unit 8, is also in BC. On top of that shared core, BC adds two full units and a short list of extra techniques inside the units both courses share. That is the whole difference. Picture AB as the first eight units of one book; BC is those same eight units plus chapters nine and ten.

The exams are built the same way. Both run 3 hours and 10 minutes, both have 42 multiple-choice questions and 6 free-response questions, and both use the same calculator rules: no calculator on the larger multiple-choice part and the final free-response part, calculator required on the other two. BC even reports a separate AB subscore, so one BC exam tells a college how you did on the AB core and on the full BC course. Many high schools run BC as a single year that covers what colleges often split into Calculus I and Calculus II.

What BC adds on top of AB

Six extra topics live inside the units AB and BC share, and two entire units belong to BC alone. Here is the full list of what a BC student learns that an AB student never touches.

What BC addsCED locationWhat it is
Integration by partsTopic 6.11Reverses the product rule for products like xcosxx\cos x
Linear partial fractionsTopic 6.12Splits a rational function into simpler fractions to integrate
Improper integralsTopic 6.13Integrals with an infinite limit or an unbounded integrand
Euler's methodTopic 7.5Steps along a slope field to approximate a solution numerically
Logistic modelsTopic 7.9Growth that slows as it nears a carrying capacity
Arc lengthTopic 8.13Length of a smooth curve
Parametric, polar, and vector-valued functionsUnit 9 (10-15%)Motion and curves described without y=f(x)y=f(x)
Infinite sequences and seriesUnit 10 (15-20%)Convergence tests, power series, and Taylor and Maclaurin series

Units 9 and 10 together are 25 to 35 percent of the BC exam, and Unit 10, infinite sequences and series, is tied with Unit 6 (Integration and Accumulation of Change) as the largest single block (15 to 20 percent) and is the most genuinely new way of thinking in the course. Everything else on BC is AB content, often weighted a little lighter to make room. That reweighting is why the limits and basic derivatives worth 10 to 15 percent each on AB drop to 5 to 10 percent each on BC.

What the 2025 score data really means

Here are the numbers people quote. In 2025, 78.6 percent of BC students scored 3 or higher against 64.2 percent of AB students, and 43.9 percent of BC students earned a 5 against 20.3 percent on AB. The mean BC score was 3.82; the mean AB score was 3.21. Read quickly, that looks like proof BC is the easier exam. It is not.

BC covers strictly more material on an identically structured test, so nothing about the exam itself is easier. The gap comes from who sits for each one. BC is self-selected. Students reach it after doing well in earlier math, usually on an accelerated track, and students who found precalculus a grind are steered toward AB instead. So the BC pass rate is measuring a stronger, pre-filtered group, not a gentler test. AB draws the larger and far more mixed population: 286,722 students took AB in 2025 versus 160,954 for BC. Put that same BC cohort in front of the AB exam and its scores would be higher still.

The AB subscore

Every BC exam also produces an AB subscore, a separate 1 to 5 score calculated from the portion of the test that covers AB-level content. A BC student who never quite mastered series can still earn a strong AB subscore, and the college credit that comes with it. That is a real safety net AB-only students do not have.

How to choose: AB or BC

The honest deciding factor is not raw ability, it is precalculus fluency and pace. BC moves through roughly a third more content in the same school year, so the week-to-week speed is the real jump, not the difficulty of any single idea. Use these signals.

Lean toward BC if most of these fit:

  • Precalculus (algebra, trig identities, function manipulation) feels fast and reliable, not effortful.
  • You are on an accelerated math track or can commit to a faster pace all year.
  • Your target colleges award more credit for BC, often two semesters of calculus instead of one.
  • You are heading toward engineering, physics, math, or economics, where series and parametric motion show up early.

Lean toward AB if most of these fit:

  • You want to build the core ideas of calculus at a steadier pace, with room to master each one.
  • Precalculus took real effort, and you would rather be solid than fast.
  • You plan to take BC or college Calculus II later; AB first, then BC, is a common and reasonable two-year route.

Both choices are legitimate. A 5 on AB is a genuine achievement and full calculus credit at most schools. Taking AB first does not put you behind; it changes the pace, not the ceiling.

Misconceptions that trip people up

A few beliefs about the AB/BC choice are common and wrong.

  • BC is the hard class and AB is the easy one. BC is broader, not built from harder ideas. Series (Unit 10) is the one genuinely new mode of thinking; the rest is AB content at a faster clip.
  • A low BC score is worse than a high AB score for credit. Colleges set their own policies, so check each school. The BC exam's AB subscore often earns AB-equivalent credit even when the overall BC score is modest.
  • The BC exam is longer or has more questions. It is identical to AB in length, question count, and calculator rules.
  • You should always take AB before BC to be safe. It is a valid path, but strong students routinely take BC in one year and finish two semesters of college calculus. The extra year is insurance, not a requirement.
  • Precalculus does not matter much for BC. It matters more, because the faster pace leaves less time to shore up shaky algebra or trig along the way.

Worked examples

Worked example

Shared AB and BC content: a u-substitution integral

Evaluate 012x(x2+1)3dx\int_0^1 2x(x^2+1)^3\,dx.

  1. Both AB and BC test this. Read the integrand: the inside function is x2+1x^2+1, and its derivative 2x2x is sitting right there as a factor. That derivative pairing is the u-substitution signal (Topic 6.9), a technique on both exams.
  2. Let u=x2+1u = x^2+1. Then du=2xdxdu = 2x\,dx, which is exactly the 2xdx2x\,dx already in the integral.
  3. Convert the limits to uu-values so you never switch back: when x=0x=0, u=0+1=1u = 0+1 = 1; when x=1x=1, u=1+1=2u = 1+1 = 2.
  4. Rewrite the whole integral in uu: 012x(x2+1)3dx=12u3du\int_0^1 2x(x^2+1)^3\,dx = \int_1^2 u^3\,du.
  5. Integrate and evaluate: 12u3du=u4412=244144=16414=154\int_1^2 u^3\,du = \frac{u^4}{4}\Big|_1^2 = \frac{2^4}{4} - \frac{1^4}{4} = \frac{16}{4} - \frac{1}{4} = \frac{15}{4}.

154\frac{15}{4}

Worked example

A BC-only technique: integration by parts

Evaluate xcosxdx\int x\cos x\,dx.

  1. Classify the integrand. It is a product of an algebraic factor xx and a trigonometric factor cosx\cos x, and neither is the derivative of the other's inside, so u-substitution has nothing to cancel. That is the integration-by-parts signal (Topic 6.11), which appears only on BC.
  2. Choose uu and dvdv with LIATE (Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential), which ranks Algebraic ahead of Trigonometric. Let u=xu = x (the part you differentiate) and dv=cosxdxdv = \cos x\,dx (the part you integrate).
  3. Compute the pieces: du=dxdu = dx and v=cosxdx=sinxv = \int \cos x\,dx = \sin x.
  4. Apply udv=uvvdu\int u\,dv = uv - \int v\,du: xcosxdx=xsinxsinxdx\int x\cos x\,dx = x\sin x - \int \sin x\,dx.
  5. Finish the basic integral: sinxdx=cosx\int \sin x\,dx = -\cos x, so xsinx(cosx)=xsinx+cosxx\sin x - (-\cos x) = x\sin x + \cos x. Add the constant of integration.

xsinx+cosx+Cx\sin x + \cos x + C

Worked example

A BC-only idea: interval of convergence

Find the interval of convergence of n=1(x2)nn3n\sum_{n=1}^{\infty} \frac{(x-2)^n}{n\cdot 3^n}.

  1. This is a power series, the heart of BC Unit 10, with nothing like it on AB. For a power series, reach for the ratio test (Topic 10.8) to find the radius, then check the endpoints by hand.
  2. Write the general term an=(x2)nn3na_n = \frac{(x-2)^n}{n\cdot 3^n} and form the ratio an+1an=(x2)n+1(n+1)3n+1n3n(x2)n\left|\frac{a_{n+1}}{a_n}\right| = \left|\frac{(x-2)^{n+1}}{(n+1)\cdot 3^{n+1}} \cdot \frac{n\cdot 3^n}{(x-2)^n}\right|.
  3. Simplify. The powers of (x2)(x-2) leave one factor, and 3n3n+1=13\frac{3^n}{3^{n+1}} = \frac{1}{3}, giving x23nn+1\left|\frac{x-2}{3}\right|\cdot \frac{n}{n+1}.
  4. Take the limit: limnx23nn+1=x23limnnn+1=x231=x23\lim_{n \to \infty} \left|\frac{x-2}{3}\right|\cdot\frac{n}{n+1} = \left|\frac{x-2}{3}\right|\cdot\lim_{n \to \infty}\frac{n}{n+1} = \left|\frac{x-2}{3}\right|\cdot 1 = \left|\frac{x-2}{3}\right|.
  5. The ratio test says the series converges when that limit is below 1: x23<1\left|\frac{x-2}{3}\right| < 1 means x2<3|x-2| < 3, so 1<x<5-1 < x < 5. The radius of convergence is 3.
  6. Check each endpoint separately. At x=5x = 5: 3nn3n=1n\sum \frac{3^n}{n\cdot 3^n} = \sum \frac{1}{n}, the harmonic series, which diverges. At x=1x = -1: (3)nn3n=(1)nn\sum \frac{(-3)^n}{n\cdot 3^n} = \sum \frac{(-1)^n}{n}, the alternating harmonic series, which converges by the alternating series test.
  7. Include the endpoint that converges and exclude the one that does not: the interval of convergence is [1,5)[-1, 5).

[1,5)[-1, 5)

Frequently asked questions

Is AP Calculus BC harder than AB?

BC is broader, not fundamentally harder. It includes every AB topic plus two extra units, so there is more to learn and the pace is faster, but no single idea except infinite series is a big conceptual leap beyond AB's hardest material. The exams share the same format and the same difficulty per question.

Does BC cover everything in AB?

Yes. Every AB topic is part of BC. BC adds integration by parts, partial fractions, improper integrals, Euler's method, logistic models, arc length, all of Unit 9 (parametric, polar, and vector-valued functions), and all of Unit 10 (sequences and series). That is why the BC exam reports a separate AB subscore.

Should I take AB or BC?

Take BC if your precalculus is fast and reliable, you can handle a quicker pace, and your colleges reward the extra content with more credit. Take AB if you want to build the fundamentals at a steadier pace or found precalculus effortful. AB first, then BC over two years, is also a common route.

What is the AB subscore on the BC exam?

The AB subscore is a separate 1 to 5 score the College Board reports for every BC exam, based on the questions that cover AB-level content. It lets a college see how you did on the AB core even when your overall BC score is lower, and it can earn AB-equivalent credit on its own.