AP exam review verified for 2027

AP Calculus AB/BC Unit 9 Review: Parametric Equations, Polar Coordinates, and Vector-Valued Functions (BC Only)

Review AP Calculus AB/BC Unit 9 to build fluency with parametric equations, polar coordinates, and vector-valued functions, all BC-only topics that extend differentiation and integration to curved, non-linear paths. This unit connects motion analysis, arc length, and polar area into one coherent framework worth 11-12% of the BC exam.

Use the topic guides, practice questions, and FRQ practice available for all 9 topics to work through every formula and skill before exam day.

What is AP Calculus AB/BC unit 9?

Unit 9 asks you to move beyond functions of the form y = f(x) and work with curves described by a parameter t or an angle theta. The calculus rules you learned in Units 2-6 still apply, but the notation and setup change for each new representation.

Unit 9 covers how to differentiate and integrate parametric equations, vector-valued functions, and polar curves, and how to use those tools to find slopes, concavity, arc length, displacement, total distance, and polar area.

Parametric and vector-valued functions

Topics 9.1-9.6 treat x and y as separate functions of a parameter t. You find dy/dx by dividing dy/dt by dx/dt, find the second derivative by differentiating dy/dx with respect to t and dividing by dx/dt, and compute arc length with the integral of the speed function. Vector-valued functions package x(t) and y(t) into r(t) and let you integrate component-by-component to solve motion problems.

Polar coordinates and differentiation

Topic 9.7 introduces the polar system where a point is located by radius r and angle theta. To find dy/dx for a polar curve r = f(theta), convert to x = r cos(theta) and y = r sin(theta), then apply the chain rule treating theta as the parameter. Horizontal and vertical tangents follow from setting dy/dtheta = 0 or dx/dtheta = 0.

Polar area

Topics 9.8-9.9 use the sector area formula A = (1/2) integral of r^2 dtheta to find areas enclosed by one or two polar curves. The main challenge is identifying correct theta bounds by sketching the curve and solving r1(theta) = r2(theta) to find intersection angles, then deciding which curve is outer and which is inner.

One calculus toolkit, three coordinate systems

Every skill in Unit 9 is an extension of differentiation and integration you already know. The chain rule gives dy/dx for parametric and polar curves; the fundamental theorem gives displacement and arc length for vector-valued functions; the sector area idea gives polar area. Recognizing which representation you are working in and setting up the correct formula is the core skill the BC exam tests here.

AP Calculus AB/BC unit 9 topics

9.1

Defining and Differentiating Parametric Equations

Define a parametric curve with x(t) and y(t), then find the slope of the tangent line using dy/dx = (dy/dt)/(dx/dt). Identify horizontal and vertical tangents from the signs of dy/dt and dx/dt.

open guide
9.2

Second Derivatives of Parametric Equations

Find d^2y/dx^2 by differentiating dy/dx with respect to t and dividing by dx/dt. Use the result to determine concavity of the parametric curve.

open guide
9.3

Finding Arc Lengths of Curves Given by Parametric Equations

Compute arc length with L = integral of sqrt((dx/dt)^2 + (dy/dt)^2) dt over the parameter interval. The integrand is the speed of the particle.

open guide
9.4

Defining and Differentiating Vector-Valued Functions

Write r(t) = <f(t), g(t)> and differentiate component by component to get the velocity vector r'(t) and acceleration vector r''(t).

open guide
9.5

Integrating Vector-Valued Functions

Integrate a rate vector component by component, then apply initial conditions to find the particular position or velocity function.

open guide
9.6

Solving Motion Problems Using Parametric and Vector-Valued Functions

Use derivatives for velocity, speed, and acceleration; use definite integrals of the velocity vector for displacement and of the speed for total distance traveled.

open guide
9.7

Defining Polar Coordinates and Differentiating in Polar Form

Convert r = f(theta) to x and y using x = r cos(theta) and y = r sin(theta), then find dy/dx by treating theta as the parameter and applying the chain rule.

open guide
9.8

Find the Area of a Polar Region or the Area Bounded by a Single Polar Curve

Apply A = (1/2) integral of r^2 dtheta with correct theta bounds. Sketch the curve first and use symmetry or trig identities to simplify the integral.

open guide
9.9

Finding the Area of the Region Bounded by Two Polar Curves

Use A = (1/2) integral of (r_outer^2 - r_inner^2) dtheta. Solve r1(theta) = r2(theta) for intersection angles and confirm which curve is outer by testing a theta-value in the region.

open guide
practice snapshot

Hardest AP Calculus AB/BC unit 9 topics

This snapshot uses Fiveable practice activity to show where students tend to miss questions and which review moves are worth prioritizing first.

53%average MCQ accuracy

Across 2.5k multiple-choice practice attempts for this unit.

2.5kMCQ attempts

Practice activity included in this snapshot.

39%average FRQ score

Across 11 scored free-response attempts for this unit.

Hardest topics in unit 9

MCQ miss rate
9.8

Review Find the Area of a Polar Region or the Area Bounded by a Single Polar Curve with attention to how the concept appears in AP-style source and evidence questions.

51%222 tries
9.3

Review Finding Arc Lengths of Curves Given by Parametric Equations with attention to how the concept appears in AP-style source and evidence questions.

50%250 tries
9.2

Review Second Derivatives of Parametric Equations with attention to how the concept appears in AP-style source and evidence questions.

49%372 tries
9.6

Review Solving Motion Problems Using Parametric and Vector-Valued Functions with attention to how the concept appears in AP-style source and evidence questions.

46%331 tries

Unit 9 review notes

9.1

Differe­ntiating Parametric Equations

A parametric curve is defined by x = f(t) and y = g(t). The slope of the tangent line at any point is dy/dx = (dy/dt) / (dx/dt), provided dx/dt is not zero. This is a direct application of the chain rule: dy/dx = (dy/dt) * (dt/dx). Horizontal tangents occur where dy/dt = 0 and dx/dt is not zero; vertical tangents occur where dx/dt = 0 and dy/dt is not zero.

  • dy/dx for parametric: Divide dy/dt by dx/dt. Both derivatives are taken with respect to the parameter t, not with respect to x.
  • Horizontal tangent: Set dy/dt = 0 and confirm dx/dt is not zero at that t-value.
  • Vertical tangent: Set dx/dt = 0 and confirm dy/dt is not zero at that t-value.
  • Tangent line equation: Use point-slope form with the slope dy/dx evaluated at t = t0 and the point (x(t0), y(t0)).
Given x(t) = t^2 and y(t) = t^3 - 3t, find dy/dx and identify the t-values where the tangent is horizontal or vertical.
9.2

Second Derivatives of Parametric Equations

The second derivative d^2y/dx^2 for a parametric curve is found by differentiating dy/dx with respect to t, then dividing by dx/dt. The formula is d^2y/dx^2 = [d/dt(dy/dx)] / (dx/dt). A positive second derivative means the curve is concave up at that point; a negative second derivative means concave down. Do not differentiate dy/dt a second time and divide by d^2x/dt^2, which is a common error.

  • d^2y/dx^2 formula: d^2y/dx^2 = [d/dt(dy/dx)] / (dx/dt). First find dy/dx as a function of t, differentiate it with respect to t, then divide by dx/dt.
  • Concavity: If d^2y/dx^2 > 0 the curve is concave up; if d^2y/dx^2 < 0 the curve is concave down at that t-value.
  • Common error: Do not compute (d^2y/dt^2) / (d^2x/dt^2). That expression does not equal d^2y/dx^2.
For x(t) = t^2 and y(t) = t^3, find d^2y/dx^2 and determine where the curve is concave up.
9.3

Arc Length of Parametric Curves

The arc length of a parametric curve from t = a to t = b is L = integral from a to b of sqrt((dx/dt)^2 + (dy/dt)^2) dt. The integrand is the speed of the particle at each moment. On the BC exam this integral often cannot be evaluated by hand, so you may need to set it up and use a calculator. The bounds are parameter values, not x- or y-values.

  • Arc length formula: L = integral from a to b of sqrt((dx/dt)^2 + (dy/dt)^2) dt. Differentiate both component functions, square them, add, take the square root, and integrate.
  • Speed function: The integrand sqrt((dx/dt)^2 + (dy/dt)^2) equals the speed |r'(t)| of the particle at time t.
  • Bounds: Use t-values as limits of integration, not x- or y-coordinates.
Write the integral that gives the arc length of the curve x(t) = cos(t), y(t) = sin(t) from t = 0 to t = pi/2. Evaluate it.
9.4

Vector-Valued Functions: Derivatives and Integrals

A vector-valued function r(t) = <f(t), g(t)> packages the parametric functions into one object. Differentiation and integration are done component by component using the same rules as for real-valued functions. The derivative r'(t) = <f'(t), g'(t)> is the velocity vector. The second derivative r''(t) is the acceleration vector. To integrate a rate vector and find a particular solution, integrate each component and apply initial conditions to solve for the constants.

  • Velocity vector: v(t) = r'(t) = <x'(t), y'(t)>. Differentiate each component separately.
  • Acceleration vector: a(t) = r''(t) = <x''(t), y''(t)>. Differentiate the velocity vector component by component.
  • Integrating a rate vector: Integrate each component separately and add a constant vector. Use initial conditions to find the specific constants.
  • Particular solution: Given v(t) and an initial position r(t0), integrate v(t) component by component and substitute t0 to solve for the integration constants.
Given a(t) = <2, 6t>, v(0) = <1, 0>, and r(0) = <0, 0>, find the position vector r(t).
9.6

Motion Problems with Parametric and Vector-Valued Functions

For a particle moving in the plane with position r(t) = <x(t), y(t)>, velocity is v(t) = r'(t), speed is |v(t)| = sqrt((x'(t))^2 + (y'(t))^2), and acceleration is a(t) = v'(t). Displacement over [a, b] is the definite integral of v(t) dt, computed component by component. Total distance traveled is the definite integral of the speed |v(t)| dt, which is the same as the arc length formula from 9.3.

  • Displacement: Integral from a to b of v(t) dt = <integral of x'(t) dt, integral of y'(t) dt>. This is a vector giving net change in position.
  • Total distance traveled: Integral from a to b of |v(t)| dt = integral from a to b of sqrt((x'(t))^2 + (y'(t))^2) dt. Always a non-negative scalar.
  • Speed: |v(t)| = sqrt((x'(t))^2 + (y'(t))^2). Speed is the magnitude of the velocity vector, not a vector itself.
  • Position from velocity: r(t) = r(t0) + integral from t0 to t of v(u) du. Add the initial position to the displacement integral.
A particle has velocity v(t) = <3t^2, 2t>. Find the displacement and total distance traveled from t = 0 to t = 2.
QuantityFormulaResult type
Velocityv(t) = r'(t)Vector
Speed|v(t)| = sqrt((x')^2 + (y')^2)Scalar
Displacementintegral of v(t) dt over [a,b]Vector
Total distanceintegral of |v(t)| dt over [a,b]Scalar
Accelerationa(t) = v'(t) = r''(t)Vector
9.7

Polar Coordinates and Differenti­a­tion in Polar Form

In polar coordinates, a point is located by (r, theta) where r is the distance from the origin and theta is the angle from the positive x-axis. The conversion formulas are x = r cos(theta) and y = r sin(theta). To find dy/dx for a polar curve r = f(theta), treat theta as the parameter and use dy/dx = (dy/dtheta) / (dx/dtheta). Expanding with the product rule gives dy/dx = (r' sin(theta) + r cos(theta)) / (r' cos(theta) - r sin(theta)), where r' = dr/dtheta.

  • Polar to Cartesian: x = r cos(theta), y = r sin(theta). Use these to convert and differentiate.
  • dy/dx for polar: dy/dx = (dr/dtheta * sin(theta) + r cos(theta)) / (dr/dtheta * cos(theta) - r sin(theta)).
  • Horizontal tangent in polar: Set dy/dtheta = 0 and confirm dx/dtheta is not zero at that theta.
  • Vertical tangent in polar: Set dx/dtheta = 0 and confirm dy/dtheta is not zero at that theta.
  • Common polar curves: Cardioid r = a(1 + cos(theta)), limacon r = a + b cos(theta), rose r = a cos(n*theta), circle r = a cos(theta).
For r = 1 + cos(theta), find dy/dx at theta = pi/2 and determine whether the tangent is horizontal, vertical, or neither.
9.8

Polar Area: One Curve and Two Curves

The area enclosed by a polar curve r = f(theta) from theta = a to theta = b is A = (1/2) integral from a to b of [f(theta)]^2 dtheta. This formula comes from summing thin sectors of a circle. For the area between two polar curves, use A = (1/2) integral from a to b of (r_outer^2 - r_inner^2) dtheta. The hardest part of these problems is always finding the correct theta bounds and identifying which curve is outer. Sketch the curves first, then solve r1(theta) = r2(theta) for the intersection angles.

  • Single polar curve area: A = (1/2) integral from a to b of r^2 dtheta. Bounds come from where the region starts and ends, often where r = 0.
  • Area between two polar curves: A = (1/2) integral from a to b of (r_outer^2 - r_inner^2) dtheta. Determine outer and inner by comparing r-values in the region.
  • Finding theta bounds: Solve r1(theta) = r2(theta) algebraically and verify with a sketch. Use symmetry to reduce the interval when possible.
  • Petal area: For a rose curve r = a cos(n*theta), find one petal by solving r = 0 for consecutive theta-values, then integrate (1/2) r^2 dtheta over that interval.
Find the area enclosed by one petal of r = 2 cos(2*theta).
SetupFormulaKey challenge
Single polar curveA = (1/2) integral r^2 dthetaFinding correct theta bounds
Between two polar curvesA = (1/2) integral (r_outer^2 - r_inner^2) dthetaIdentifying outer vs. inner curve and intersection angles

Practice AP Calculus AB/BC unit 9 questions

Try AP-style multiple-choice questions and written prompts after you review the notes.

Example AP-style MCQs

open all practice
MCQ

AP-style practice question

Question

The curve r2=9cos(2θ)r^2 = 9\cos(2\theta) is symmetric about the pole. Which procedure correctly uses this symmetry to find the total area of the enclosed region?

Integrate from 00 to π/4\pi/4 and multiply the result by 44

Integrate from 00 to π/2\pi/2 and multiply the result by 22

Integrate from 00 to π\pi and multiply the result by 22

Integrate from 00 to 2π2\pi and divide the result by 22

MCQ

AP-style practice question

Question

A student calculates the area between r=2cos(θ)r = 2 - \cos(\theta) and r=1r = 1 from θ=0\theta = 0 to θ=2π\theta = 2\pi using A=1202π[(2cos(θ))21]dθA = \frac{1}{2}\int_0^{2\pi} [(2-\cos(\theta))^2 - 1]\,d\theta. Which verification confirms this setup is appropriate?

2cos(θ)12 - \cos(\theta) \geq 1 for all θ\theta in the interval.

The curves intersect where cos(θ)=1\cos(\theta) = 1, giving θ=0\theta = 0 as a boundary.

The integrand (2cos(θ))21(2-\cos(\theta))^2 - 1 is always positive throughout.

The bounds θ=0\theta = 0 to 2π2\pi represent a complete revolution.

Example FRQs

open all FRQs
FRQ

Parametric and polar curves, derivatives, arc length

3. A particle moves in the plane for 0tπ0 ≤ t ≤ \pi. Its position at time tt is given by the parametric equations x(t)=tsintx(t)=t-\sin t and y(t)=1costy(t)=1-\cos t, where xx and yy are measured in meters and tt is measured in seconds. The particle’s velocity vector is v(t)=x(t),y(t)\vec v(t)=\langle x'(t),y'(t)\rangle. A curve in polar coordinates is given by r(θ)=2sinθr(\theta)=2\sin\theta for 0θπ0 ≤ \theta ≤ \pi, where rr is measured in meters.

A.

Find dydx\frac{dy}{dx} in terms of tt for 0<t<π0<t<\pi. Show the work that leads to your answer.

B.

Find the length of the curve traced by the particle from t=0t=0 to t=πt=\pi. Show the work that leads to your answer.

C.

For the polar curve r(θ)=2sinθr(\theta)=2\sin\theta, find dydx\frac{dy}{dx} in terms of θ\theta for 0<θ<π0<\theta<\pi. Show the work that leads to your answer.

D.

A second particle moves in the plane with velocity vector v(t)=1cost,sint\vec v(t)=\langle 1-\cos t,\sin t\rangle for 0tπ0 ≤ t ≤ \pi, where components are measured in meters per second. At time t=0t=0, the particle is at the point (0,0)(0,0). Find the position of the particle at time t=πt=\pi. Show the work that leads to your answer. Velocity components are given as functions of time, and the initial position at t=0t=0 is specified.

FRQ

Parametric motion, speed, arc length calculations

1. A particle moves in the plane so that its position at time tt seconds is given by the parametric equations x(t)=2tsin(t)x(t)=2t-\sin(t) and y(t)=1+cos(t)y(t)=1+\cos(t) for 0t2π0≤ t≤ 2\pi. In addition, a polar curve is defined by r(θ)=2+cos(2θ)r(\theta)=2+\cos(2\theta) for 0θπ0≤ \theta≤ \pi, as shown in Figure 1.

Figure 1. Graph of the polar curve r(θ)=2+cos(2θ) for 0≤θ≤π (plotted in the x–y plane)

Figure 1
A.

Find dydx\frac{dy}{dx} for the particle at t=π2t=\frac{\pi}{2}. Show the setup for your calculations.

B.

Find the speed of the particle at t=π2t=\frac{\pi}{2}. Show the setup for your calculations.

C.

Write an integral expression for the length of the curve traced by the particle for 0t2π0≤ t≤ 2\pi. Do not evaluate the integral.

D.

The function v(t)=x(t),y(t)\mathbf{v}(t)=\langle x'(t),y'(t)\rangle gives the velocity of the particle for 0t2π0≤ t≤ 2\pi. A second particle has velocity u(t)=2v(t)\mathbf{u}(t)=2\mathbf{v}(t) for 0t2π0≤ t≤ 2\pi and position p(0)=1,0\mathbf{p}(0)=\langle 1,0\rangle at t=0t=0. Find the position p(π)\mathbf{p}(\pi). Justify your answer. The second particle has velocity u(t)=2v(t)\mathbf{u}(t)=2\mathbf{v}(t) and initial position p(0)=1,0\mathbf{p}(0)=\langle 1,0\rangle. The position at time tt satisfies p(t)=p(0)+0tu(s)ds\mathbf{p}(t)=\mathbf{p}(0)+\int_0^t \mathbf{u}(s)\,ds.

Key terms

TermDefinition
Parametric CurveA curve defined by separate equations x(t) and y(t) in terms of a parameter t, allowing representation of paths that cannot be written as a single function y = f(x).
Parametric FunctionsA pair of equations x = f(t) and y = g(t) that together describe the coordinates of points on a curve using a parameter t.
dx/dtThe derivative of the x-component of a parametric or vector-valued function with respect to the parameter t. Used in computing dy/dx and arc length.
dy/dtThe derivative of the y-component of a parametric or vector-valued function with respect to the parameter t. Used in computing dy/dx and identifying horizontal tangents.
Arc length formulaFor a parametric curve, L = integral from a to b of sqrt((dx/dt)^2 + (dy/dt)^2) dt. The integrand equals the speed of the particle at each t-value.
Vector-valued functionA function r(t) = <f(t), g(t)> that outputs a vector for each input t. Differentiation and integration are performed component by component.
Position VectorThe vector r(t) = <x(t), y(t)> that gives the location of a particle in the plane at time t.
Velocity Vectorv(t) = r'(t) = <x'(t), y'(t)>. Gives both the speed and direction of a particle's motion at time t.
Acceleration Vectora(t) = v'(t) = r''(t) = <x''(t), y''(t)>. Represents the rate of change of the velocity vector at time t.
SpeedThe magnitude of the velocity vector: |v(t)| = sqrt((x'(t))^2 + (y'(t))^2). A scalar quantity, always non-negative.
DisplacementThe definite integral of the velocity vector over a time interval, giving the net change in position as a vector: integral from a to b of v(t) dt.
Distance TraveledThe definite integral of the speed over a time interval: integral from a to b of |v(t)| dt. Always a non-negative scalar, equal to the arc length of the path.
Tangent LineFor a parametric or polar curve, the tangent line at a point has slope dy/dx evaluated at the corresponding parameter value, and passes through the point on the curve.
Concave UpA parametric curve is concave up where d^2y/dx^2 > 0. Found by computing [d/dt(dy/dx)] / (dx/dt) and checking its sign.
Velocity FunctionIn planar motion, the velocity function v(t) = r'(t) gives the instantaneous rate of change of position. Its magnitude is the speed of the particle.

Common unit 9 mistakes

Using the wrong second-derivative formula for parametric curves

d^2y/dx^2 is NOT (d^2y/dt^2)/(d^2x/dt^2). You must differentiate dy/dx with respect to t first, then divide by dx/dt. Skipping the intermediate step of finding d/dt(dy/dx) is the most frequent error on this topic.

Confusing displacement and total distance

Displacement is the integral of the velocity vector and is a vector; total distance is the integral of the speed |v(t)| and is a scalar. These give different numerical answers whenever the particle changes direction.

Setting wrong theta bounds for polar area

Bounds for polar area integrals are theta-values, not x- or y-values. Always sketch the polar curve, find where r = 0 or where the two curves intersect, and confirm the bounds enclose only the intended region.

Forgetting to identify outer vs. inner curve in two-curve polar area

Plugging a test angle into both r1(theta) and r2(theta) and comparing the values is the reliable way to determine which is outer. Assuming the first curve listed is always outer leads to sign errors.

Dropping the 1/2 factor in the polar area formula

The polar area formula is A = (1/2) integral of r^2 dtheta, not integral of r^2 dtheta. The factor of 1/2 comes from the sector area derivation and must not be omitted.

How this unit shows up on the AP exam

Multi-part motion problems

BC free-response questions frequently present a particle moving in the plane with given parametric or vector-valued equations and ask for velocity, speed, acceleration, displacement, total distance, and position at a specific time in separate parts. Each part draws on a different skill from 9.1-9.6, so knowing which formula applies to each quantity is essential.

Polar area setup and evaluation

Multiple-choice and free-response items on polar area test whether you can correctly identify theta bounds, determine outer vs. inner curve, and apply the (1/2) integral of r^2 dtheta formula. Sketching the curve and solving for intersection angles are the setup steps most likely to be assessed directly.

Connecting representations across the unit

The BC exam may ask you to move between parametric, vector, and polar representations within a single problem, or to recognize that arc length and total distance traveled use the same integral structure. Fluency with the notation differences across all three systems, and with when to use each formula, is the overarching skill this unit develops.

Final unit 9 review checklist

  • Parametric derivativesCompute dy/dx = (dy/dt)/(dx/dt) and d^2y/dx^2 = [d/dt(dy/dx)]/(dx/dt) for a given parametric curve. Identify horizontal and vertical tangents correctly.
  • Parametric arc lengthSet up and evaluate L = integral of sqrt((dx/dt)^2 + (dy/dt)^2) dt with correct parameter bounds.
  • Vector-valued function operationsDifferentiate and integrate r(t) = <f(t), g(t)> component by component. Apply initial conditions to find a particular solution.
  • Planar motion quantitiesDistinguish displacement (integral of velocity vector) from total distance (integral of speed). Know the formulas for velocity, speed, and acceleration from a position vector.
  • Polar differentiationFind dy/dx for r = f(theta) using the chain rule formula. Locate horizontal and vertical tangents on common polar curves such as cardioids and limacons.
  • Polar area setupApply A = (1/2) integral of r^2 dtheta for a single curve and A = (1/2) integral of (r_outer^2 - r_inner^2) dtheta for two curves. Solve for intersection angles and verify outer vs. inner by inspection.

How to study unit 9

Step 1: Parametric differentiation (9.1-9.2)Read the topic guides for 9.1 and 9.2. Practice computing dy/dx and d^2y/dx^2 for several parametric curves. Focus on the correct second-derivative procedure and on identifying horizontal and vertical tangents. Work through practice questions for both topics.
Step 2: Parametric arc length (9.3)Review the arc length formula and its connection to the speed function. Practice setting up the integral with correct parameter bounds. Use a calculator for integrals that do not simplify cleanly, as the BC exam often requires numerical evaluation here.
Step 3: Vector-valued functions and integration (9.4-9.5)Study the topic guides for 9.4 and 9.5 together. Practice differentiating and integrating r(t) = <f(t), g(t)> component by component. Work several initial-value problems where you recover a position vector from a given velocity or acceleration vector.
Step 4: Planar motion problems (9.6)Work through motion problems that ask for velocity, speed, acceleration, displacement, and total distance. Practice distinguishing the displacement integral (vector) from the total distance integral (scalar). Use FRQ practice to rehearse multi-part motion problems.
Step 5: Polar coordinates, differentiation, and area (9.7-9.9)Start with 9.7 by practicing the dy/dx formula for polar curves on cardioids and limacons. Then move to 9.8 and 9.9: sketch each polar curve before integrating, solve for intersection angles algebraically, and confirm outer vs. inner by testing a theta-value. Use the AP score calculator to estimate how your performance on this unit affects your overall BC score.

More ways to review

Topic study guides

Open the individual guides for Unit 9 when you want a closer review of one topic.

browse guides

FRQ practice

Practice free-response reasoning and compare your answer with scoring guidance.

practice FRQs

Cram archive videos

Watch past review streams filtered to Unit 9 when you want a video walkthrough.

open videos

Cheatsheets

Use unit cheatsheets for a quick visual review after you work through the notes.

open cheatsheets

Score calculator

Estimate your broader AP score goal after you review the course and exam format.

open calculator

Frequently Asked Questions

What topics are covered in AP Calc Unit 9?

AP Calc Unit 9 covers 9 topics across three major areas: parametric equations (defining, differentiating, second derivatives, and arc length), vector-valued functions (defining, differentiating, integrating, and solving motion problems), and polar coordinates (differentiating in polar form, area of a polar region, and area between two polar curves). This unit is BC only. Here's the full topic list: - 9.1 Defining and Differentiating Parametric Equations - 9.2 Second Derivatives of Parametric Equations - 9.3 Finding Arc Lengths of Curves Given by Parametric Equations - 9.4 Defining and Differentiating Vector-Valued Functions - 9.5 Integrating Vector-Valued Functions - 9.6 Solving Motion Problems Using Parametric and Vector-Valued Functions - 9.7 Defining Polar Coordinates and Differentiating in Polar Form - 9.8 Finding the Area of a Polar Region or the Area Bounded by a Single Polar Curve - 9.9 Finding the Area of the Region Bounded by Two Polar Curves See AP Calc Unit 9 for matched practice on all of these.

How much of the AP Calc exam is Unit 9?

Unit 9 makes up 11-12% of the AP Calc BC exam, making it one of the more heavily weighted units. It covers parametric equations, vector-valued functions, and polar coordinates, all of which are BC-only topics. Expect to see these concepts on both the multiple-choice and free-response sections.

What's on the AP Calc Unit 9 progress check (MCQ and FRQ)?

The AP Calc Unit 9 progress check in AP Classroom includes both MCQ and FRQ parts drawn from all 9 topics in the unit. The MCQ section tests your ability to differentiate parametric and vector-valued functions, find arc lengths, and work with polar coordinates. The FRQ part typically asks you to solve motion problems using parametric or vector-valued functions, find areas of polar regions, or work with second derivatives of parametric equations. Practicing the progress check is one of the best ways to spot gaps before the real exam. You can find practice aligned to these same topics at AP Calc Unit 9.

How do I practice AP Calc Unit 9 FRQs?

The most common AP Calc Unit 9 FRQ types involve solving motion problems with parametric and vector-valued functions, finding arc lengths, and calculating areas of polar regions. To practice, focus on topics 9.3, 9.5, 9.6, 9.8, and 9.9, since those lend themselves most naturally to multi-step free-response questions. For each FRQ, write out every step clearly: set up the integral, show your notation, and include units when the problem involves motion. Past AP Calc BC exams frequently include a parametric or polar FRQ, so working through those is great targeted practice. Head to AP Calc Unit 9 for practice problems matched to these topics.

Where can I find AP Calc Unit 9 practice questions?

For AP Calc Unit 9 practice questions, including multiple-choice and practice test problems, AP Calc Unit 9 is the best starting point. You'll find MCQ and FRQ practice covering all 9 topics: parametric equations, vector-valued functions, polar coordinates, arc length, and polar area. For the most targeted prep, look for questions that specifically test topics 9.6 (motion problems), 9.8, and 9.9 (polar area), since those show up most often on the AP exam. Mixing MCQ and FRQ practice together gives you the best picture of where you stand.

How should I study AP Calc Unit 9?

Start AP Calc Unit 9 by building a strong foundation in parametric differentiation (topics 9.1 and 9.2) before moving to arc length and motion problems, since those topics stack on each other. Then tackle vector-valued functions (9.4 and 9.5) as a separate block, and finish with polar coordinates (9.7, 9.8, 9.9), which many students find the trickiest. A few concrete steps that help: - Memorize the arc length formula for parametric curves and the polar area formula early, then practice applying them under timed conditions. - For motion problems in 9.6, always write out position, velocity, and acceleration as separate vector components. - For polar area in 9.8 and 9.9, sketch the curves first so you can set the correct bounds of integration. - After each topic, do a short set of MCQ problems to check your understanding before moving on. Visit AP Calc Unit 9 to find practice organized by topic so you can work through the unit in this order.

Ready to review Unit 9?Start with the notes, check the topic cards, and use the practice or resource links when they are available for this course.