AP Calculus BC · ClipSAT

Home
Formulas

Open a chapter to see its formulas here.

⏱ Exam Timer: 00:00
Active Recall Deck 0
Active Recall Question
Click to show flashcard
Back side
FLASHCARDS
Exam track · in progress

AP Calculus BC

Board · College Board Units · 1–10 (AB + 9–10) Exam · MCQ + FRQ, scored 1–5 Status · Preview
i

Overview & units

🗺 AP Calculus BC — Additional Topics Beyond AB

UnitTitleExam %Key Topics
BC-1Advanced Integration17–20% (shared)Integration by parts, partial fractions, improper integrals
BC-2Logistic & Euler's Method6–12% (shared)Logistic growth model, Euler's method for DE approximation
BC-3Parametric & Vectors11–12% BC-onlyParametric derivatives, arc length, vector-valued functions
BC-4Polar Coordinates5–6% BC-onlyPolar graphs, polar area, intersections
BC-5Sequences & Series17–18% BC-onlyConvergence tests (integral, comparison, ratio, alternating)
BC-6Power, Taylor & Maclaurin17–18% BC-onlyTaylor/Maclaurin series, radius & interval of convergence, error bound

How to use this track

BC contains everything in AP Calculus AB plus the additional topics below — advanced integration, logistic models and Euler's method, parametric, polar and vector functions, and the full theory of sequences and series. The six BC chapters, worked free-response questions, and a 50-question practice exam are all here.

AP Calculus BC is a superset of AB. It shares Units 1–8 and adds:

Units 1–8
Everything in AP Calculus AB
Unit 9
Parametric, polar & vector-valued functions
Unit 10
Infinite sequences & series

The exam format matches AB (multiple choice 50%, free response 50%), and a BC result also reports an AB subscore.

📝 Chapter Quiz
+

Beyond AB

▲ Parametric & polar

For a parametric curve, \( \dfrac{dy}{dx}=\dfrac{dy/dt}{dx/dt} \). Polar area is \( \displaystyle A=\tfrac12\int_\alpha^\beta r^2\,d\theta. \)

▲ Series convergence

The ratio test: \( \sum a_n \) converges absolutely if \( \displaystyle\lim_{n\to\infty}\Big|\dfrac{a_{n+1}}{a_n}\Big|<1 \). Taylor series and their intervals of convergence are the centrepiece of Unit 10.

▲ BC-only topics

AP Calculus BC extends AB with additional integration techniques, convergence tests, parametric/polar calculus, and infinite series — approximately 40% of the exam is BC-exclusive material.

BC-only: Series
Taylor/Maclaurin, ratio test, alternating series, error bounds
BC-only: Parametric
Slope \( \frac{dy/dt}{dx/dt} \), arc length, speed \( =\sqrt{(x')^2+(y')^2} \)
BC-only: Polar
Area \( \frac{1}{2}\int r^2\,d\theta \), arc length, slope in polar
BC-only: Techniques
Integration by parts, partial fractions, improper integrals, Euler's method
📝 Chapter Quiz
1

Advanced Integration Techniques

📌 AP Calc BC BC-1 — Advanced Integration 17–20% of exam  ·  Integration by parts  ·  Partial fractions  ·  Improper integrals

BC extends the integral toolkit with integration by parts, partial fractions, and improper integrals over infinite or unbounded intervals.

▲ Reference — Three new tools

By parts: \( \displaystyle\int u\,dv=uv-\int v\,du \). Partial fractions split a rational integrand into simpler pieces. Improper integrals are limits: \( \displaystyle\int_a^{\infty} f=\lim_{b\to\infty}\int_a^{b} f \).

By parts
\( uv-\displaystyle\int v\,du \)
Partial fractions
\( \dfrac{1}{(x-a)(x-b)} \)
Improper
\( \displaystyle\lim_{b\to\infty}\int_a^b f \)
Arctangent
\( \displaystyle\int\dfrac{dx}{x^{2}+a^{2}}=\dfrac1a\arctan\dfrac{x}{a} \)
Worked example · By parts

Evaluate \( \displaystyle\int x e^{x}\,dx \) with \( u=x,\ dv=e^{x}dx \). \[ x e^{x}-\int e^{x}\,dx=(x-1)e^{x}+C. \]

Worked example — Integration by parts

Evaluate \(\displaystyle\int x^2 e^x\,dx\).

Apply IBP twice. Let \(u=x^2,\,dv=e^x dx\): \(x^2e^x-2\int xe^x dx\).

For \(\int xe^x dx\): \(u=x,\,dv=e^x dx\Rightarrow xe^x-e^x\).

\[\int x^2e^x\,dx=x^2e^x-2xe^x+2e^x+c=e^x(x^2-2x+2)+c.\]

Determine whether \(\displaystyle\int_1^\infty\frac{1}{x^2}\,dx\) converges, and if so find its value.
\(\int_1^b\frac{1}{x^2}dx=\left[-\frac{1}{x}\right]_1^b=1-\frac{1}{b}\to1\) as \(b\to\infty\). Converges to \(1\).
📝 Chapter Quiz
2

Logistic Models & Euler's Method

📌 AP Calc BC BC-2 — Logistic & Euler's Method 6–12% of exam  ·  Logistic growth model  ·  Euler's method  ·  Long-run behaviour

BC adds a richer population model and a numerical method for approximating solutions to differential equations.

▲ Reference — Growth & approximation

Logistic: \( \dfrac{dP}{dt}=kP\!\left(1-\dfrac{P}{M}\right) \), carrying capacity \( M \), fastest growth at \( P=\tfrac{M}{2} \). Euler's method steps forward: \( y_{n+1}=y_n+h\,f(x_n,y_n) \).

Logistic ODE
\( kP\!\left(1-\tfrac{P}{M}\right) \)
Carrying capacity
\( \lim_{t\to\infty}P=M \)
Fastest growth
\( P=\tfrac{M}{2} \)
Euler step
\( y_n+h f(x_n,y_n) \)
Worked example · Euler step

For \( \dfrac{dy}{dx}=y,\ y(0)=1 \), take one Euler step with \( h=0.5 \). \[ y(0.5)\approx 1+0.5\cdot 1=1.5. \]

Worked example — Euler's method

Use Euler's method with step \(h=0.1\) to approximate \(y(0.2)\) for \(\dfrac{dy}{dx}=y-x\), \(y(0)=1\).

\(y_1=y_0+hf(x_0,y_0)=1+0.1(1-0)=1.1\).

\(y_2=y_1+hf(x_1,y_1)=1.1+0.1(1.1-0.1)=1.1+0.1=1.2\).

The logistic model \(\dfrac{dP}{dt}=0.4P\!\left(1-\dfrac{P}{500}\right)\) has \(P(0)=50\). What is \(\lim_{t\to\infty}P(t)\)? For what \(P\) is the growth rate greatest?
Carrying capacity \(K=500\). \(\lim P=500\). Maximum growth rate at \(P=K/2=250\).
📝 Chapter Quiz
3

Parametric & Vector-Valued Functions

📌 AP Calc BC BC-3 — Parametric & Vectors 11–12% of exam  ·  Parametric derivatives & arc length  ·  Vector-valued functions & motion

When a curve is traced by a parameter \( t \), motion in the plane is captured by component functions and their derivatives.

▲ Reference — Parametric calculus

\( \dfrac{dy}{dx}=\dfrac{dy/dt}{dx/dt} \). Speed is \( \sqrt{(dx/dt)^{2}+(dy/dt)^{2}} \), and arc length is \( \displaystyle\int\sqrt{(dx/dt)^{2}+(dy/dt)^{2}}\,dt \). A vector position \( \mathbf r(t)=\langle x(t),y(t)\rangle \) has velocity \( \mathbf r'(t) \).

Slope
\( \dfrac{dy/dt}{dx/dt} \)
Speed
\( \sqrt{x'^{2}+y'^{2}} \)
Arc length
\( \displaystyle\int\sqrt{x'^{2}+y'^{2}}\,dt \)
Velocity
\( \langle x'(t),y'(t)\rangle \)
Worked example · Parametric slope

For \( x=t^{2},\ y=t^{3} \), find \( \dfrac{dy}{dx} \). \[ \frac{dy}{dx}=\frac{3t^{2}}{2t}=\frac{3t}{2}. \]

Worked example — Parametric arc length

Find the arc length of \(x=t^2,\;y=\tfrac{2}{3}t^3\) from \(t=0\) to \(t=1\).\[\frac{dx}{dt}=2t,\quad\frac{dy}{dt}=2t^2.\]\[L=\int_0^1\sqrt{4t^2+4t^4}\,dt=\int_0^1 2t\sqrt{1+t^2}\,dt=\left[\tfrac{2}{3}(1+t^2)^{3/2}\right]_0^1=\tfrac{2}{3}(2^{3/2}-1)=\tfrac{2(2\sqrt2-1)}{3}.\]

A particle moves with \(x(t)=\cos t,\;y(t)=\sin t\). Find the speed at \(t=\pi/4\) and the total distance travelled from \(t=0\) to \(t=\pi\).
Speed \(=\sqrt{\dot x^2+\dot y^2}=\sqrt{\sin^2t+\cos^2t}=1\) (constant). Distance \(=\int_0^\pi1\,dt=\pi\).
📝 Chapter Quiz
4

Polar Coordinates

📌 AP Calc BC BC-4 — Polar Coordinates 5–6% of exam  ·  Converting polar/rectangular  ·  Polar area formula  ·  Polar curve derivatives

Polar coordinates locate points by radius and angle, and turn area into a sweep of the radius about the origin.

The polar curve \( r=\sin(k\theta) \) traces a rose. Change \( k \) and count the petals — odd \( k \) gives \( k \) petals, even \( k \) gives \( 2k \).

⊙ Explorer · Polar roseinteractive
petals

Polar area is \( \tfrac12\displaystyle\int r^{2}\,d\theta \) — one of the headline BC integrals.

▲ Reference — Polar calculus

Convert with \( x=r\cos\theta,\ y=r\sin\theta \). The area swept is \( A=\tfrac12\displaystyle\int_\alpha^\beta r^{2}\,d\theta \). Slope follows from treating \( x \) and \( y \) as parametric in \( \theta \).

Conversion
\( x=r\cos\theta,\ y=r\sin\theta \)
Polar area
\( \tfrac12\displaystyle\int r^{2}\,d\theta \)
Circle
\( r=a \)
Cardioid
\( r=a(1\pm\cos\theta) \)
Worked example · Polar area

Find the area enclosed by \( r=2 \). \[ \tfrac12\int_0^{2\pi}2^{2}\,d\theta=\tfrac12\cdot4\cdot2\pi=4\pi. \]

Worked example — Polar area

Find the area enclosed by one petal of \(r=\sin(2\theta)\).

One petal: \(0\leq\theta\leq\pi/2\).

\[A=\tfrac{1}{2}\int_0^{\pi/2}\sin^2(2\theta)\,d\theta=\tfrac{1}{2}\int_0^{\pi/2}\frac{1-\cos(4\theta)}{2}\,d\theta=\frac{\pi}{8}.\]

Convert the polar equation \(r=4\cos\theta\) to rectangular form and identify the curve.
Multiply both sides by \(r\): \(r^2=4r\cos\theta\Rightarrow x^2+y^2=4x\Rightarrow(x-2)^2+y^2=4\). Circle, centre \((2,0)\), radius \(2\).
📝 Chapter Quiz
5

Infinite Sequences & Series — Convergence

📌 AP Calc BC BC-5 — Sequences & Series 17–18% of exam  ·  Convergence tests  ·  Alternating series error bound  ·  Absolute vs. conditional

The heart of BC: deciding whether an infinite sum settles to a finite value, using a battery of convergence tests.

Watch the geometric series \( \sum_{n\ge1}\left(\tfrac12\right)^{n} \) converge: each partial sum \( S_N \) climbs toward the limit \( 1 \) (the amber line).

⊙ Explorer · Partial sumsinteractive
partial sum S_N

\( S_N=1-\left(\tfrac12\right)^{N}\to1 \); a geometric series converges because \( |r|<1 \).

▲ Reference — Convergence tests

nth-term test: if \( a_n\not\to0 \), the series diverges. A geometric series converges when \( |r|<1 \); a p-series when \( p>1 \). The comparison, ratio, and alternating series tests handle the rest.

Geometric
\( \displaystyle\sum ar^{n}=\dfrac{a}{1-r} \)
p-series
converges if \( p>1 \)
Ratio test
\( \lim\left|\dfrac{a_{n+1}}{a_n}\right|<1 \)
Alternating
terms \( \downarrow 0 \)
Worked example · Geometric sum

Evaluate \( \displaystyle\sum_{n=1}^{\infty}\left(\tfrac12\right)^{n} \). \[ \frac{\tfrac12}{1-\tfrac12}=1. \]

Worked example — Ratio test

Determine whether \(\displaystyle\sum_{n=1}^\infty\dfrac{n!}{n^n}\) converges.\[L=\lim_{n\to\infty}\frac{(n+1)!/(n+1)^{n+1}}{n!/n^n}=\lim_{n\to\infty}\frac{n^n}{(n+1)^n}=\lim_{n\to\infty}\left(\frac{n}{n+1}\right)^n=\frac{1}{e}<1.\]

Ratio test: \(L<1\), so the series converges.

Find the interval of convergence of \(\displaystyle\sum_{n=1}^\infty\dfrac{(-1)^n x^n}{n}\).
Ratio test: \(|x|\). Converges absolutely for \(|x|<1\). At \(x=1\): alternating harmonic series, converges. At \(x=-1\): harmonic series, diverges. Interval of convergence: \(-1
📝 Chapter Quiz
6

Power, Taylor & Maclaurin Series

📌 AP Calc BC BC-6 — Power, Taylor & Maclaurin 17–18% of exam  ·  Taylor/Maclaurin series  ·  Radius & interval of convergence  ·  Lagrange error

Functions can be rebuilt as infinite polynomials, exact within an interval of convergence — the capstone of the course.

The amber Maclaurin polynomial for \( \sin x \) hugs the true curve (indigo) ever more widely as you add terms.

⊙ Explorer · Taylor polynomialinteractive
polynomial degree

\( \sin x = x-\dfrac{x^{3}}{3!}+\dfrac{x^{5}}{5!}-\cdots \) — convergent for all \( x \).

▲ Reference — Series for functions

The Taylor series about \( a \) is \( \displaystyle\sum \frac{f^{(n)}(a)}{n!}(x-a)^{n} \); centred at \( 0 \) it is a Maclaurin series. Memorise the series for \( e^{x} \), \( \sin x \), \( \cos x \) and \( \tfrac{1}{1-x} \), each with its interval of convergence.

Taylor
\( \displaystyle\sum\dfrac{f^{(n)}(a)}{n!}(x-a)^{n} \)
Exponential
\( e^{x}=\displaystyle\sum\dfrac{x^{n}}{n!} \)
Geometric
\( \dfrac{1}{1-x}=\displaystyle\sum x^{n} \)
Convergence
radius / interval
Worked example · Maclaurin of \( e^{x} \)

Write the Maclaurin series for \( e^{x} \). \[ e^{x}=1+x+\frac{x^{2}}{2!}+\frac{x^{3}}{3!}+\cdots=\sum_{n=0}^{\infty}\frac{x^{n}}{n!}. \]

Worked example — Lagrange error bound

The Maclaurin series for \(\cos x\) is \(1-\dfrac{x^2}{2!}+\dfrac{x^4}{4!}-\cdots\). Use the Lagrange error bound to bound the error when approximating \(\cos(0.1)\) with the first two non-zero terms.

Using \(P_2(x)=1-\dfrac{x^2}{2}\). Error \(\leq\dfrac{|x|^4}{4!}\cdot\max|f^{(4)}|\). Since \(|f^{(4)}|=|\cos c|\leq1\):

\[|E|\leq\frac{(0.1)^4}{24}=\frac{0.0001}{24}\approx4.2\times10^{-6}.\]

Find the first three terms of the Taylor series for \(f(x)=\ln(1+x)\) centred at \(x=0\) and state its radius of convergence.
\(f(0)=0\), \(f'(0)=1\), \(f''(0)=-1\). \(\ln(1+x)=x-\dfrac{x^2}{2}+\dfrac{x^3}{3}-\cdots\) Radius of convergence \(R=1\).
📝 Chapter Quiz

Worked FRQs

Taylor series template
\( f(x)=\sum_{n=0}^\infty\dfrac{f^{(n)}(a)}{n!}(x-a)^n \)
Lagrange error bound
\( |R_n|\leq\dfrac{M|x-a|^{n+1}}{(n+1)!} \)
Polar area
\( A=\dfrac{1}{2}\int_\alpha^\beta r^2\,d\theta \)
Series convergence
Apply ratio test; check endpoints; state interval of convergence
FRQ · Parametric motion

A curve is given by \( x(t)=t^2 \), \( y(t)=t^3-3t \). Find the slope \( \dfrac{dy}{dx} \) at \( t=2 \).

Differentiate each: \( \dfrac{dx}{dt}=2t \), \( \dfrac{dy}{dt}=3t^2-3 \). Then

\[ \frac{dy}{dx}=\frac{3t^2-3}{2t}\Big|_{t=2}=\frac{12-3}{4}=\frac{9}{4}. \]

FRQ · Interval of convergence

Find the interval of convergence of \( \displaystyle\sum_{n=1}^{\infty}\frac{x^n}{n} \).

Ratio test: \( \left|\dfrac{x^{n+1}/(n+1)}{x^n/n}\right|=|x|\cdot\dfrac{n}{n+1}\to|x| \), so it converges for \( |x|<1 \). Check endpoints: \( x=1 \) gives the divergent harmonic series; \( x=-1 \) gives the convergent alternating harmonic series.

\[ \text{Interval of convergence: } [-1,\,1). \]

📝 Chapter Quiz

Exam practice

1

For \( x=\cos t,\ y=\sin t \), find \( \dfrac{dy}{dx} \) at \( t=\tfrac{\pi}{2} \).

FRQ

\( \dfrac{dy}{dx}=\dfrac{\cos t}{-\sin t}=-\cot t \); at \( t=\tfrac{\pi}{2} \), \( \cot\tfrac{\pi}{2}=0 \).

\[ \frac{dy}{dx}=0. \]
2

Does \( \displaystyle\sum_{n=1}^{\infty}\frac{1}{n^2} \) converge or diverge?

MCQ

A \( p \)-series with \( p=2>1 \), so it converges (in fact to \( \pi^2/6 \)).

3

Find the area enclosed by the polar curve \( r=2 \).

FRQ

\( A=\tfrac12\displaystyle\int_0^{2\pi} r^2\,d\theta=\tfrac12\int_0^{2\pi}4\,d\theta=\tfrac12\cdot 4\cdot 2\pi=4\pi \) — the circle of radius 2.

4

Differentiate \( y=x^4-3x^2 \).

MCQ
\[ y'=4x^3-6x. \]
5

Evaluate \( \displaystyle\int_0^{2} 6x^2\,dx \).

MCQ
\[ \big[2x^3\big]_0^{2}=16. \]
6

Evaluate \( \displaystyle\lim_{x\to 0}\frac{\tan x}{x} \).

MCQ
\[ 1. \]
7

Differentiate \( y=e^{x^2} \).

MCQ
\[ y'=2x\,e^{x^2}. \]
8

Evaluate \( \displaystyle\int x\,e^{x^2}\,dx \).

MCQ

Let \( u=x^2 \), \( x\,dx=\tfrac12\,du \):

\[ \tfrac12 e^{x^2}+C. \]
9

Differentiate \( y=\arctan x \).

MCQ
\[ y'=\frac{1}{1+x^2}. \]
10

Evaluate \( \displaystyle\int \frac{1}{1+x^2}\,dx \).

MCQ
\[ \arctan x+C. \]
11

Evaluate \( \displaystyle\int x\,e^{x}\,dx \).

FRQ

By parts:

\[ e^{x}(x-1)+C. \]
12

Evaluate \( \displaystyle\int \ln x\,dx \).

FRQ
\[ x\ln x-x+C. \]
13

Evaluate \( \displaystyle\int x\sin x\,dx \).

FRQ

By parts, \( u=x,\ dv=\sin x\,dx \):

\[ -x\cos x+\sin x+C. \]
14

Evaluate \( \displaystyle\int \frac{1}{x^2-1}\,dx \).

FRQ

Partial fractions \( \tfrac12\big(\tfrac{1}{x-1}-\tfrac{1}{x+1}\big) \):

\[ \tfrac12\ln\left|\frac{x-1}{x+1}\right|+C. \]
15

Evaluate \( \displaystyle\int_1^{\infty}\frac{1}{x^2}\,dx \).

FRQ

Improper: \( \big[-\tfrac1x\big]_1^{\infty}=0-(-1) \):

\[ 1. \]
16

Evaluate \( \displaystyle\int_0^{\infty} e^{-x}\,dx \).

FRQ
\[ \big[-e^{-x}\big]_0^{\infty}=0-(-1)=1. \]
17

Evaluate \( \displaystyle\sum_{n=0}^{\infty}\Big(\tfrac12\Big)^{n} \).

MCQ
\[ \frac{1}{1-\tfrac12}=2. \]
18

Evaluate \( \displaystyle\sum_{n=0}^{\infty}\Big(\tfrac13\Big)^{n} \).

MCQ
\[ \frac{1}{1-\tfrac13}=\frac32. \]
19

Evaluate \( \displaystyle\sum_{n=1}^{\infty}\Big(\tfrac25\Big)^{n} \).

MCQ

First term \( \tfrac25 \), ratio \( \tfrac25 \):

\[ \frac{2/5}{1-2/5}=\frac23. \]
20

Does \( \displaystyle\sum_{n=1}^{\infty}\frac1n \) converge?

MCQ

The harmonic series:

\[ \text{diverges}. \]
21

Does \( \displaystyle\sum_{n=0}^{\infty}(0.9)^{n} \) converge, and to what?

MCQ

Geometric with \( |r|<1 \):

\[ \frac{1}{1-0.9}=10. \]
22

Does \( \displaystyle\sum_{n=1}^{\infty}\frac{1}{\sqrt{n}} \) converge?

MCQ

\( p \)-series with \( p=\tfrac12\le 1 \):

\[ \text{diverges}. \]
23

Does \( \displaystyle\sum_{n=1}^{\infty}\frac{n}{n+1} \) converge?

MCQ

Terms \( \to 1\neq 0 \), so by the \( n \)th-term test:

\[ \text{diverges}. \]
24

Evaluate \( \displaystyle\sum_{n=0}^{\infty} 3\Big(\tfrac14\Big)^{n} \).

MCQ
\[ \frac{3}{1-\tfrac14}=4. \]
25

For what \( x \) does \( \displaystyle\sum_{n=0}^{\infty}\frac{x^n}{n!} \) converge?

FRQ

Ratio test: \( \big|\tfrac{x}{n+1}\big|\to 0<1 \) always:

\[ \text{all real } x. \]
26

Write the Maclaurin series for \( e^{x} \).

MCQ
\[ e^{x}=\sum_{n=0}^{\infty}\frac{x^{n}}{n!}=1+x+\tfrac{x^2}{2}+\cdots. \]
27

Give the first three nonzero terms of the Maclaurin series for \( \sin x \).

FRQ
\[ x-\frac{x^3}{6}+\frac{x^5}{120}. \]
28

Give the first three terms of the Maclaurin series for \( \cos x \).

FRQ
\[ 1-\frac{x^2}{2}+\frac{x^4}{24}. \]
29

Use a two-term Maclaurin polynomial for \( e^{x} \) to approximate \( e^{0.1} \).

FRQ

\( e^{x}\approx 1+x \) at \( x=0.1 \):

\[ 1+0.1=1.1. \]
30

Find the interval of convergence of \( \displaystyle\sum_{n=0}^{\infty} x^{n} \).

FRQ

Geometric, converges for \( |x|<1 \):

\[ (-1,1). \]
31

Find the interval of convergence of \( \displaystyle\sum_{n=1}^{\infty}\frac{x^n}{n} \).

FRQ

Ratio test gives \( |x|<1 \). Endpoints: \( x=1 \) diverges (harmonic), \( x=-1 \) converges (alternating):

\[ [-1,1). \]
32

Evaluate \( \displaystyle\sum_{n=1}^{\infty}\frac{1}{n(n+1)} \).

FRQ

Telescoping: \( \tfrac1n-\tfrac{1}{n+1} \):

\[ \sum_{n=1}^{\infty}\Big(\tfrac1n-\tfrac{1}{n+1}\Big)=1. \]
33

Does \( \displaystyle\sum_{n=1}^{\infty}\frac{(-1)^n}{n} \) converge?

MCQ

The alternating harmonic series satisfies the alternating series test:

\[ \text{converges}. \]
34

Find the radius of convergence of \( \displaystyle\sum_{n=0}^{\infty}\frac{x^n}{2^n} \).

FRQ

Geometric in \( \tfrac{x}{2} \); converges for \( \big|\tfrac{x}{2}\big|<1 \):

\[ R=2. \]
35

For \( x=t^2,\ y=t^3 \), find \( \dfrac{dy}{dx} \).

MCQ
\[ \frac{dy}{dx}=\frac{3t^2}{2t}=\frac{3t}{2}. \]
36

For \( x=e^{t},\ y=e^{2t} \), find \( \dfrac{dy}{dx} \).

MCQ
\[ \frac{dy}{dx}=\frac{2e^{2t}}{e^{t}}=2e^{t}. \]
37

For \( x=t^2,\ y=2t \), find \( \dfrac{dy}{dx} \).

MCQ
\[ \frac{dy}{dx}=\frac{2}{2t}=\frac1t. \]
38

For \( x=3t,\ y=t^2-1 \), find \( \dfrac{dy}{dx} \).

MCQ
\[ \frac{dy}{dx}=\frac{2t}{3}. \]
39

Find the arc length of \( x=t,\ y=t \) for \( t\in[0,1] \).

FRQ
\[ L=\int_0^{1}\sqrt{1^2+1^2}\,dt=\sqrt2. \]
40

For \( x=t^3,\ y=t^2 \), find \( \dfrac{dy}{dx} \) at \( t=1 \).

MCQ
\[ \frac{2t}{3t^2}\Big|_{t=1}=\frac23. \]
41

Find the speed of a particle with \( x=t^2,\ y=t^2 \) at \( t=1 \).

FRQ

Speed \( =\sqrt{(2t)^2+(2t)^2}=2\sqrt2\,t \) at \( t=1 \):

\[ 2\sqrt2. \]
42

Convert the polar point \( \big(2,\tfrac{\pi}{2}\big) \) to rectangular coordinates.

MCQ

\( x=2\cos\tfrac{\pi}{2}=0,\ y=2\sin\tfrac{\pi}{2}=2 \):

\[ (0,2). \]
43

Find the area enclosed by \( r=4 \).

MCQ
\[ \tfrac12\int_0^{2\pi}16\,d\theta=16\pi. \]
44

Convert the rectangular point \( (0,-3) \) to polar coordinates.

MCQ

\( r=3 \), and the point is on the negative \( y \)-axis:

\[ \big(3,\tfrac{3\pi}{2}\big). \]
45

Find the area enclosed by the cardioid \( r=1+\cos\theta \).

FRQ
\[ \tfrac12\int_0^{2\pi}\big(1+\cos\theta\big)^2\,d\theta=\frac{3\pi}{2}. \]
46

Convert the rectangular point \( (1,1) \) to polar coordinates.

MCQ

\( r=\sqrt2 \), \( \theta=\arctan 1=\tfrac{\pi}{4} \):

\[ \big(\sqrt2,\tfrac{\pi}{4}\big). \]
47

Find the area enclosed by \( r=3 \).

MCQ
\[ \tfrac12\int_0^{2\pi}9\,d\theta=9\pi. \]
48

The polar curve \( r=2\cos\theta \) is a circle. Find its enclosed area.

FRQ

It is a circle of radius 1; equivalently \( \tfrac12\int_{-\pi/2}^{\pi/2}4\cos^2\theta\,d\theta \):

\[ \pi. \]
49

Solve \( \dfrac{dy}{dx}=3y \) with \( y(0)=1 \).

FRQ
\[ y=e^{3x}. \]
50

Solve \( \dfrac{dy}{dx}=-2y \) with \( y(0)=10 \).

MCQ

Exponential decay, \( k=-2 \):

\[ y=10e^{-2x}. \]

Test generator

Build a randomised test from this subject’s question bank. Pick the number of questions and a difficulty, generate, then reveal the worked answers when you’re ready — or print a clean copy to hand out.

Full official exam paper

Mirrors the College Board AP Calculus BC exam: covers all AB topics plus series, parametric, polar, and vector-valued functions.

Downloads

Take the AP Calculus BC material offline. The PDF prints straight from your browser; a native Word packet with editable equation-editor math is available on request.

PDF · ready now

BC chapters, FRQs & practice

All six BC topic chapters, the worked free-response questions, and the full practice exam with solutions.

DOCX · on request

Native Word packet

Editable .docx with real Word equations (OMML) — series, parametric and polar work included as editable objects.

Official · Past Papers

Past Papers & Official Tests

Officially released exams and mark schemes from the examining body.

Worksheet Library

11 original ClipSAT worksheets covering AP Calculus BC Units 1–6, each with a matching answer key — printable PDFs, free to download.

Loading worksheet library…

Mock Exam

--:--