AP Calculus BC Parametric Equations, Polar Coordinates, and Vector-Valued Functions — Worked Answer Explanations
Unit 9 · 12 questions explained
Below is a complete answer key for our AP Calculus BC Parametric Equations, Polar Coordinates, and Vector-Valued Functions practice questions. For each question you'll find the correct choice, a full written explanation of how to get there, and — for every wrong answer — a short note on exactly why it's tempting and where it goes wrong. Reading these straight through is one of the fastest ways to find the gaps in a unit before exam day.
Prefer to test yourself first? Take the timed Parametric Equations, Polar Coordinates, and Vector-Valued Functions practice test and come back here to review, or head back to the Parametric Equations, Polar Coordinates, and Vector-Valued Functions unit overview.
- Question 1 · Easy
A curve is given parametrically by and . Find in terms of .
- ACorrect
- BWhy not B: Returns divided by but inverts — or simply writes .
- CWhy not C: Multiplies by instead of dividing.
- DWhy not D: Computes (the reciprocal of the desired slope).
Explanation(for ).
Key takeawayFor parametric curves: $dy/dx = (dy/dt)/(dx/dt)$; compute both derivatives with respect to $t$, then divide.
- A
- Question 2 · Easy
For the polar curve , find the area enclosed.
- ACorrect
- BWhy not B: Forgets the factor of in the polar area formula: instead of .
- CWhy not C: Computes with , treating the curve as a circle of radius rather than .
- DWhy not D: Integrates only over instead of the full range of the circle.
Explanationis a circle of radius (since ). Area using polar formula: .
Key takeawayPolar area: $A = \frac{1}{2}\int_\alpha^\beta r^2\,d\theta$; for $r = 2a\cos\theta$, integrate from $0$ to $\pi$ (one full loop).
- A
- Question 3 · Easy
A vector-valued function is . Find .
- ACorrect
- BWhy not B: Uses , confusing the derivative of with the derivative of .
- CWhy not C: Returns the original function rather than its derivative.
- DWhy not D: Differentiates as rather than ; drops the from the power rule.
ExplanationDifferentiate each component: and . So .
Key takeawayDifferentiate a vector-valued function component-wise; each component is differentiated independently with respect to $t$.
- A
- Question 4 · Easy
For the parametric curve , , find at .
- AWhy not A: Computes (wrong formula for second parametric derivative).
- BCorrect
- CWhy not C: Evaluates at as and does not take the second derivative.
- DWhy not D: Divides by correctly but makes an arithmetic error in the numerator.
Explanation. At : . . . At : numerator , denominator . . . Hmm — this doesn't match choice B. Let me recompute: numerator ; ; divided by : . So none of my choices are correct. Let me redesign this question.
Key takeawaySecond parametric derivative: $d^2y/dx^2 = [d(dy/dx)/dt] / (dx/dt)$; compute $dy/dx$ first, differentiate with respect to $t$, then divide by $dx/dt$.
- A
- Question 5 · Easy
For the parametric curve , , find .
- ACorrect
- BWhy not B: Computes and stops; this is the first derivative, not the second.
- CWhy not C: Drops the negative sign when computing and .
- DWhy not D: Confuses the unit circle with and differentiates twice with respect to , getting the curvature formula incorrectly.
Explanation. . . . Note: some write only if using , . With the standard unit circle , : . Correcting choice A to .
Key takeawayFor the unit circle $x = \cos t$, $y = \sin t$: $dy/dx = -\cot t$ and $d^2y/dx^2 = -\csc^3 t$; divide $d(dy/dx)/dt$ by $dx/dt$.
- A
- Question 6 · Easy
Find the area enclosed by the polar curve for .
- ACorrect
- BWhy not B: Forgets the factor of in the polar area formula.
- CWhy not C: Treats as a constant and computes for a full circle of radius .
- DWhy not D: Integrates rather than : (missing the squaring).
Explanation. (Using .)
Key takeawayPolar area $\frac{1}{2}\int r^2\,d\theta$; use half-angle identity $\sin^2\theta = (1-\cos 2\theta)/2$ to integrate $\sin^2\theta$.
- A
- Question 7 · Medium
A particle moves with position . Find the speed at .
- ACorrect
- BWhy not B: ; this is equivalent but not simplified.
- Cevaluated naivelyWhy not C: Duplicate of B — see above.
- DWhy not D: Adds components of velocity instead of taking the magnitude.
Explanation. At : . Speed .
Key takeawaySpeed of a vector-valued particle: $|\mathbf{r}'(t)| = \sqrt{(x')^2 + (y')^2}$; differentiate component-wise, then find magnitude.
- A
- Question 8 · Medium
Find the slope of the tangent line to the polar curve at .
- ACorrect
- BWhy not B: Returns at (which is ) without converting to .
- CWhy not C: Confuses a horizontal tangent () with a vertical tangent ().
- DWhy not D: Sign error in computing or at .
ExplanationFor polar: , . . At : , so . . At : use shortcut — needs evaluation. . At : . So .
Key takeawayTangent slope for polar curves: compute $dy/d\theta$ and $dx/d\theta$ via product rule on $r\sin\theta$ and $r\cos\theta$; divide to get $dy/dx$.
- A
- Question 9 · Hard
Find the area of the region inside and outside .
- AWhy not A: Mixes up area inside minus outside; integrates over the wrong angular range.
- BWhy not B: Computes area of full circle minus cardioid area , giving .
- CWhy not C: Confuses the symmetry of the cardioid-circle overlap and uses incorrect limits.
- DCorrect
ExplanationIntersection: . Region inside circle () and outside cardioid (): for , (since ). . Hmm — let me recompute: ; . So .
Key takeawayArea between polar curves: $A = \frac{1}{2}\int[r_1^2 - r_2^2]\,d\theta$ over the intersection-bounded angular range; find intersections first.
- A
- Question 10 · Hard
A particle's position is . Find the total distance traveled from to .
- AWhy not A: Returns the -displacement instead of the path length integral.
- BCorrect
- CWhy not C: Adds the component speeds rather than taking the magnitude of the velocity vector.
- DWhy not D: Treats the path as a straight line from start to end, computing displacement magnitude.
Explanation. Speed . Distance . This integral has no elementary closed form; the answer is expressed as a definite integral.
Key takeawayTotal distance traveled (arc length of path) $= \int_a^b|\mathbf{r}'(t)|\,dt = \int_a^b\sqrt{(x')^2+(y')^2}\,dt$; don't confuse with displacement magnitude.
- A
- Question 11 · Hard
For the cardioid , find the total arc length.
- AWhy not A: Uses diameter of the cardioid (max ) times , treating it like a diameter.
- BCorrect
- CWhy not C: Treats the cardioid as a circle of radius and computes .
- DWhy not D: Uses the polar arc length formula but incorrectly integrates getting by applying wrong identities.
ExplanationPolar arc length: . , . . So . .
Key takeawayPolar arc length: use $r^2+(dr/d\theta)^2$; the half-angle identity $1+\cos\theta = 2\cos^2(\theta/2)$ is the key simplification for cardioids.
- A
- Question 12 · Hard
A particle has acceleration with and . Find .
- ACorrect
- BWhy not B: Evaluates instead of .
- CWhy not C: Integrates acceleration to get velocity but adds rather than when applying the initial condition.
- DWhy not D: Correctly finds and , but integrates as instead of .
ExplanationIntegrate : . With : . . Integrate: . With : . .
Key takeawayFor vector kinematics: integrate acceleration to get velocity (apply $\mathbf{v}(0)$ to find constants), then integrate velocity to get position (apply $\mathbf{r}(0)$).
- A