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

Parametric Equations and Parametric Curves

What a parametric equation is (and why you use it)

A parametric representation of a curve describes the coordinates separately in terms of a third variable called a parameter (often time). Instead of thinking “yy is a function of xx,” you think “both coordinates are functions of the parameter.” This is especially natural for describing the position of a moving object or the shape traced out over time.

A parametric curve is typically written as:

x=f(t)x=f(t)

y=g(t)y=g(t)

Equivalently, you may see:

x=x(t)x=x(t)

y=y(t)y=y(t)

The key dependency idea is that xx and yy are dependent variables, and time/parameter tt is the independent variable.

This matters because many real situations naturally produce coordinates as functions of time: a moving particle, a projectile, a point on a rolling wheel, or a curve traced by a robot arm. Some curves also fail the vertical line test (so they are not functions y=f(x)y=f(x)), but they still can be described cleanly with parameters.

A key idea: the same geometric curve can have many parametric descriptions. The parameter controls how the curve is traced (its orientation and speed) without changing the set of points (unless the parameter interval changes).

Reading a parametric curve: position, orientation, and repeats

When you have x=x(t)x=x(t) and y=y(t)y=y(t) over an interval atba \le t \le b, you should always think about which points appear (the path), in what direction the curve is traced as tt increases, and whether points repeat (the curve may loop and cross itself).

A common misconception is to treat parametric equations like two independent graphs. But the curve is not “the graph of x(t)x(t) plus the graph of y(t)y(t).” It is the set of points (x(t),y(t))\big(x(t),y(t)\big) at matching parameter values.

Eliminating the parameter (when it helps and when it misleads)

Sometimes you can solve for tt from one equation and substitute into the other to get a rectangular equation relating xx and yy. This can help you recognize the shape.

However, eliminating the parameter usually throws away orientation information and can also hide restrictions coming from the allowed tt-interval. Two different parameter intervals can give the same rectangular equation but trace different portions of the curve.

Calculus with parametric equations: slope of the tangent line

To find the slope of the tangent line to a parametric curve, you want the derivative of yy with respect to xx. Since both depend on tt, you use the chain rule:

dydx=dydtdxdt\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}}

This formula works when dx/dt0dx/dt \ne 0. Geometrically:

  • If dx/dt=0dx/dt=0 and dy/dt0dy/dt \ne 0, then the tangent line is vertical.
  • If dy/dt=0dy/dt=0 and dx/dt0dx/dt \ne 0, then the tangent line is horizontal.

A frequent error is to compute dy/dtdy/dt and treat it as the slope. It is not; it is the rate of change of yy with respect to the parameter, not with respect to xx.

Example 1: slope and tangent line

Let

x=t2+1x=t^2+1

y=t33ty=t^3-3t

Find the slope at t=1t=1 and the tangent line.

Compute derivatives:

dxdt=2t\frac{dx}{dt}=2t

dydt=3t23\frac{dy}{dt}=3t^2-3

So

dydx=3t232t\frac{dy}{dx}=\frac{3t^2-3}{2t}

At t=1t=1:

dydx=332=0\frac{dy}{dx}=\frac{3-3}{2}=0

Now find the point on the curve at t=1t=1:

x(1)=2x(1)=2

y(1)=2y(1)=-2

A slope of zero means a horizontal tangent line through (2,2)\big(2,-2\big):

y=2y=-2

Second derivative and concavity for parametric curves

Concavity is about how the slope changes as you move along the curve with respect to xx. The second derivative can be computed by differentiating dy/dxdy/dx with respect to tt and dividing by dx/dtdx/dt again:

d2ydx2=ddt(dydx)dxdt\frac{d^2y}{dx^2}=\frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}}

This formula is easy to misuse if you forget that the outer derivative must be taken with respect to the parameter first.

A conceptual way to stay grounded: you are converting “change in slope per change in parameter” into “change in slope per change in xx.”

Example 2: concavity at a parameter value

Using the same curve:

dydx=3t232t=32(t1t)\frac{dy}{dx}=\frac{3t^2-3}{2t}=\frac{3}{2}\left(t-\frac{1}{t}\right)

Differentiate with respect to tt:

ddt(dydx)=32(1+1t2)\frac{d}{dt}\left(\frac{dy}{dx}\right)=\frac{3}{2}\left(1+\frac{1}{t^2}\right)

Then divide by dx/dt=2tdx/dt=2t:

d2ydx2=32(1+1t2)2t=3(t2+1)4t3\frac{d^2y}{dx^2}=\frac{\frac{3}{2}\left(1+\frac{1}{t^2}\right)}{2t}=\frac{3\left(t^2+1\right)}{4t^3}

At t=1t=1:

d2ydx2=3(2)4=32\frac{d^2y}{dx^2}=\frac{3(2)}{4}=\frac{3}{2}

Positive second derivative means the curve is concave up at that point (as a function of xx locally).

Accumulated change along a parametric curve: area under the curve

If a parametric curve moves left-to-right without doubling back too much, you can compute “area under the curve” using the idea that small changes in area look like yy times a small change in xx.

Since dx=(dx/dt)dtdx=(dx/dt)dt, the signed area from t=at=a to t=bt=b is:

A=aby(t)dxdtdtA=\int_a^b y(t)\,\frac{dx}{dt}\,dt

This gives signed area: if the curve travels right-to-left (so dx/dt<0dx/dt<0), the integral contributes negative area. On AP problems, this sign is often intentional, so always connect the integral to the direction of motion.

Example 3: signed area with a parameter

Let

x=tx=t

y=t2y=t^2

from t=0t=0 to t=2t=2. Then

A=02ydxdtdtA=\int_0^2 y\,\frac{dx}{dt}\,dt

A=02t21dtA=\int_0^2 t^2\cdot 1\,dt

A=[t33]02=83A=\left[\frac{t^3}{3}\right]_0^2=\frac{8}{3}

This matches the usual rectangular calculation of area under y=x2y=x^2 from x=0x=0 to x=2x=2.

Arc length of a parametric curve

Arc length is the distance along a curve. Over a tiny interval, the displacement is approximately the vector dx,dy\langle dx,dy\rangle, whose length is (dx)2+(dy)2\sqrt{(dx)^2+(dy)^2}. Converting to the parameter gives the standard formula:

L=ab(dxdt)2+(dydt)2dtL=\int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2}\,dt

Because both xx and yy depend on tt, you square both derivatives, add, take the square root, and integrate from t=at=a to t=bt=b.

This is one of the most common places students make an algebra mistake: the squares apply to the derivatives, not to the variables themselves.

Example 4: arc length (classic circle parameterization)

Consider

x=costx=\cos t

y=sinty=\sin t

for 0t2π0 \le t \le 2\pi. Then

dxdt=sint\frac{dx}{dt}=-\sin t

dydt=cost\frac{dy}{dt}=\cos t

So the speed inside the integral is

sin2t+cos2t=1\sqrt{\sin^2 t+\cos^2 t}=1

Thus

L=02π1dt=2πL=\int_0^{2\pi} 1\,dt=2\pi

That is the circumference of the unit circle, and it reflects that this parameterization traces the circle at constant speed.

Parametric motion (a major AP theme)

Many AP questions interpret a parametric curve as the path of a particle.

If x=x(t)x=x(t) and y=y(t)y=y(t) represent position, then velocity components are derivatives:

vx=dxdtv_x=\frac{dx}{dt}

vy=dydtv_y=\frac{dy}{dt}

Speed is the magnitude of the velocity vector:

speed=(dxdt)2+(dydt)2\text{speed}=\sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2}

Acceleration components are second derivatives:

ax=d2xdt2a_x=\frac{d^2x}{dt^2}

ay=d2ydt2a_y=\frac{d^2y}{dt^2}

Velocity is tangent to the path, speed tells how fast the particle moves along it, and acceleration describes how the motion changes. A common confusion is to treat speed as if it were a velocity component; speed combines both component rates of change.

Example 5: particle speed and when it stops

Let

x=t24tx=t^2-4t

y=t+1y=t+1

Then

dxdt=2t4\frac{dx}{dt}=2t-4

dydt=1\frac{dy}{dt}=1

Speed:

(2t4)2+1\sqrt{(2t-4)^2+1}

The particle “stops” when velocity is the zero vector, which would require both components to be zero. But dy/dt=1dy/dt=1 is never zero, so the particle never stops. This kind of component check is often faster and safer than trying to set the speed expression equal to zero.

Exam Focus
  • Typical question patterns:
    • Find slope, tangent line, or vertical/horizontal tangents at a given parameter value.
    • Compute area under a parametric curve using ydx\int y\,dx in parameter form.
    • Interpret x(t),y(t)x(t),y(t) as motion and find speed, total distance traveled, or when velocity has some property.
  • Common mistakes:
    • Using dy/dtdy/dt as the slope instead of dividing by dx/dtdx/dt.
    • Forgetting direction: signed area becomes negative when dx/dt<0dx/dt<0.
    • For arc length or speed, forgetting to square both derivatives or forgetting the square root.

Polar Coordinates and Polar Curves

What polar coordinates are (and how to picture them)

Polar coordinates replace the usual x,yx,y description with:

  • rr: the directed distance from the origin (the pole)
  • θ\theta: the angle measured from the positive xx-axis

A polar point is written (r,θ)\left(r,\theta\right). The same point can have many polar descriptions because angles can differ by multiples of 2π2\pi and because negative rr flips the point through the origin.

Polar form is especially useful for curves with rotational structure (spirals, circles centered at the origin, rose curves), which can be awkward in rectangular form but simple in polar form.

Converting between polar and rectangular

The bridge between coordinate systems comes from a right triangle:

x=rcosθx=r\cos\theta

y=rsinθy=r\sin\theta

and

r2=x2+y2r^2=x^2+y^2

tanθ=yx\tan\theta=\frac{y}{x}

That last relationship needs quadrant awareness; the angle is determined by the point’s location, not just the ratio. A frequent mistake is to treat θ=arctan(y/x)\theta=\arctan(y/x) as always correct without adjusting for the correct quadrant.

Graphing polar equations: what you’re really doing

A polar curve is often given as

r=f(θ)r=f(\theta)

To graph it, you choose angles θ\theta, compute the corresponding radius rr, and plot points at that angle and distance.

Two ideas make polar graphing much easier:

  1. Negative radii: If r<0r<0 at some angle, the point lies in the opposite direction, which is the same as using r|r| at angle θ+π\theta+\pi.
  2. Symmetry tests (useful but must be applied carefully):
    • Symmetry about the polar axis often appears if replacing θ\theta with θ-\theta leaves the equation unchanged.
    • Symmetry about the line θ=π/2\theta=\pi/2 often appears if replacing θ\theta with πθ\pi-\theta leaves the equation unchanged.
    • Symmetry about the pole often appears if replacing rr with r-r (or replacing θ\theta with θ+π\theta+\pi) leaves the equation unchanged.

These are pattern checks rather than universal proofs. On the AP exam, symmetry is mainly a tool to reduce work and to check a graph for reasonableness.

Example 1: a circle in polar form

Consider

r=2cosθr=2\cos\theta

Convert to rectangular:

r2=2rcosθr^2=2r\cos\theta

Use r2=x2+y2r^2=x^2+y^2 and rcosθ=xr\cos\theta=x:

x2+y2=2xx^2+y^2=2x

Complete the square:

x22x+y2=0x^2-2x+y^2=0

(x1)2+y2=1\left(x-1\right)^2+y^2=1

This is a circle centered at (1,0)\left(1,0\right) with radius 11. A common misconception is to think every “cosine” polar equation makes a spiral; many are circles or limacons.

Polar calculus via parametrization

The main trick of polar calculus is to treat the polar curve as a parametric curve with parameter θ\theta. When differentiating polar curves, you differentiate with respect to θ\theta.

Start from:

x(θ)=r(θ)cosθx(\theta)=r(\theta)\cos\theta

y(θ)=r(θ)sinθy(\theta)=r(\theta)\sin\theta

Then you can reuse parametric derivatives.

Slope of a polar curve

Differentiate with respect to θ\theta:

dxdθ=drdθcosθrsinθ\frac{dx}{d\theta}=\frac{dr}{d\theta}\cos\theta-r\sin\theta

dydθ=drdθsinθ+rcosθ\frac{dy}{d\theta}=\frac{dr}{d\theta}\sin\theta+r\cos\theta

So the slope is

dydx=drdθsinθ+rcosθdrdθcosθrsinθ\frac{dy}{dx}=\frac{\frac{dr}{d\theta}\sin\theta+r\cos\theta}{\frac{dr}{d\theta}\cos\theta-r\sin\theta}

This is a high-error formula because it’s easy to swap terms or lose the minus sign in dx/dθdx/d\theta. A good habit is to derive it quickly from x=rcosθx=r\cos\theta and y=rsinθy=r\sin\theta when you can.

Example 2: slope at a point on a polar curve

Let

r=1+sinθr=1+\sin\theta

Then

drdθ=cosθ\frac{dr}{d\theta}=\cos\theta

At θ=0\theta=0, we have r=1r=1.

Compute derivatives:

dxdθ=cosθcosθ(1+sinθ)sinθ\frac{dx}{d\theta}=\cos\theta\cos\theta-(1+\sin\theta)\sin\theta

At θ=0\theta=0:

dxdθ=1\frac{dx}{d\theta}=1

Similarly

dydθ=cosθsinθ+(1+sinθ)cosθ\frac{dy}{d\theta}=\cos\theta\sin\theta+(1+\sin\theta)\cos\theta

At θ=0\theta=0:

dydθ=1\frac{dy}{d\theta}=1

So

dydx=1\frac{dy}{dx}=1

Area in polar coordinates

Polar area is one of the biggest payoffs of the system. A thin sector with angle dθd\theta and radius rr has area approximately

12r2dθ\frac{1}{2}r^2\,d\theta

Taking a limit gives the polar area formula:

A=12αβ(r(θ))2dθA=\frac{1}{2}\int_{\alpha}^{\beta} \left(r(\theta)\right)^2\,d\theta

When finding area between two polar curves, you subtract the inner radius squared from the outer radius squared:

A=12αβ(router(θ)2rinner(θ)2)dθA=\frac{1}{2}\int_{\alpha}^{\beta} \left(r_{\text{outer}}(\theta)^2-r_{\text{inner}}(\theta)^2\right)\,d\theta

This mirrors the rectangular idea of “top minus bottom,” but in polar the correct comparison is “outer minus inner” (not inner minus outer). The hard part is usually not the integration; it is choosing correct bounds and identifying which curve is outer on that interval.

Example 3: area of a circle from a polar equation

For

r=2cosθr=2\cos\theta

The curve is the circle (x1)2+y2=1\left(x-1\right)^2+y^2=1, which is traced once when π/2θπ/2-\pi/2 \le \theta \le \pi/2 (because cosθ0\cos\theta \ge 0 makes r0r\ge 0).

Area:

A=12π/2π/2(2cosθ)2dθA=\frac{1}{2}\int_{-\pi/2}^{\pi/2} \left(2\cos\theta\right)^2\,d\theta

A=12π/2π/24cos2θdθA=\frac{1}{2}\int_{-\pi/2}^{\pi/2}4\cos^2\theta\,d\theta

A=2π/2π/2cos2θdθA=2\int_{-\pi/2}^{\pi/2}\cos^2\theta\,d\theta

Use the identity

cos2θ=1+cos2θ2\cos^2\theta=\frac{1+\cos 2\theta}{2}

So

A=2π/2π/21+cos2θ2dθA=2\int_{-\pi/2}^{\pi/2}\frac{1+\cos 2\theta}{2}\,d\theta

A=π/2π/2(1+cos2θ)dθA=\int_{-\pi/2}^{\pi/2}\left(1+\cos 2\theta\right)\,d\theta

A=[θ+12sin2θ]π/2π/2=πA=\left[\theta+\frac{1}{2}\sin 2\theta\right]_{-\pi/2}^{\pi/2}=\pi

That matches the area of a radius-1 circle.

Polar arc length

Just like parametric arc length, you can compute polar arc length by treating θ\theta as the parameter. After simplifying, the standard polar arc length formula is:

L=αβ(r(θ))2+(drdθ)2dθL=\int_{\alpha}^{\beta}\sqrt{\left(r(\theta)\right)^2+\left(\frac{dr}{d\theta}\right)^2}\,d\theta

This is less common than polar area on AP questions, but it is still a tested skill.

Example 4: polar arc length of a cardioid over a full trace (setup)

For

r=1+cosθr=1+\cos\theta

you have

drdθ=sinθ\frac{dr}{d\theta}=-\sin\theta

Arc length over 0θ2π0 \le \theta \le 2\pi is

L=02π(1+cosθ)2+sin2θdθL=\int_0^{2\pi}\sqrt{\left(1+\cos\theta\right)^2+\sin^2\theta}\,d\theta

Whether you can simplify further depends on algebra and trig identities; on many exam problems, a correct setup is the main goal.

Intersections and bounds: the “hidden” difficulty in polar problems

Polar area between curves almost always requires you to find intersection angles by solving

r1(θ)=r2(θ)r_1(\theta)=r_2(\theta)

You must also confirm that those intersection angles actually correspond to the boundary of the region you want. Because polar graphs can loop and retrace, it is easy to integrate over the wrong interval.

A practical strategy: sketch or use symmetry to identify the region first, then compute bounds.

Exam Focus
  • Typical question patterns:
    • Convert between polar and rectangular, or identify a curve from its polar form.
    • Find slope of a polar curve at a given angle using the parametric derivative approach.
    • Find area of a polar region or area between two polar curves using 12r2dθ\frac{1}{2}\int r^2\,d\theta.
  • Common mistakes:
    • Using the wrong interval for a “full trace” (integrating over 00 to 2π2\pi when the curve is traced twice, or not fully traced).
    • Forgetting to square the radius in the area formula, or forgetting the factor 1/21/2.
    • Sign and algebra errors in dx/dθdx/d\theta, especially the minus sign from differentiating cosθ\cos\theta.

Vector-Valued Functions and Motion in Two and Three Dimensions

What a vector-valued function is (and how it relates to parametric curves)

Vector-valued functions map numbers (inputs like time) to vectors (outputs). In calculus, they are a compact way to represent position, velocity, and acceleration.

In three dimensions, you write a position vector as

r(t)=x(t),y(t),z(t)\mathbf{r}(t)=\langle x(t),y(t),z(t)\rangle

In two dimensions, it is

r(t)=x(t),y(t)\mathbf{r}(t)=\langle x(t),y(t)\rangle

This is not a new kind of curve so much as a new language for parametric curves. The payoff is that motion concepts and geometry become cleaner and more uniform.

A common misunderstanding is to think vectors are only for physics. In calculus, they are a convenient way to encode a path and its derivatives.

Differentiation and integration of vector-valued functions

Vector differentiation is done component-by-component (take the derivative of each component individually):

r(t)=x(t),y(t),z(t)\mathbf{r}'(t)=\langle x'(t),y'(t),z'(t)\rangle

Similarly, vector antiderivatives integrate component-by-component (integrate each component individually):

r(t)dt=x(t)dt,y(t)dt,z(t)dt+C\int \mathbf{r}(t)\,dt=\left\langle \int x(t)\,dt,\int y(t)\,dt,\int z(t)\,dt\right\rangle+\mathbf{C}

where C\mathbf{C} is a constant vector.

Velocity, speed, and acceleration

If r(t)\mathbf{r}(t) is position, then:

  • Velocity is

v(t)=r(t)\mathbf{v}(t)=\mathbf{r}'(t)

  • Speed is the magnitude

v(t)\left|\mathbf{v}(t)\right|

  • Acceleration is

a(t)=v(t)=r(t)\mathbf{a}(t)=\mathbf{v}'(t)=\mathbf{r}''(t)

A very important distinction is that velocity is a vector (direction matters) and speed is a scalar (nonnegative, no direction). Also, “at rest” means v(t)=0\mathbf{v}(t)=\mathbf{0}, not merely that one component is zero.

Example 1: velocity, speed, and acceleration

Let

r(t)=t2,sint,t\mathbf{r}(t)=\langle t^2,\sin t, t\rangle

Then

v(t)=2t,cost,1\mathbf{v}(t)=\langle 2t,\cos t, 1\rangle

a(t)=2,sint,0\mathbf{a}(t)=\langle 2,-\sin t, 0\rangle

Speed:

v(t)=(2t)2+cos2t+1\left|\mathbf{v}(t)\right|=\sqrt{(2t)^2+\cos^2 t+1}

Notice how speed combines all component rates of change.

Displacement, distance traveled, and arc length

In vector motion, two “distance” ideas are easy to mix up:

  • Displacement from t=at=a to t=bt=b is r(b)r(a)\mathbf{r}(b)-\mathbf{r}(a) (a vector).
  • Total distance traveled is the arc length of the path.

Arc length uses speed:

L=abr(t)dtL=\int_a^b \left|\mathbf{r}'(t)\right|\,dt

In two dimensions this matches the parametric arc length formula, because

r(t)=(dxdt)2+(dydt)2\left|\mathbf{r}'(t)\right|=\sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2}

A classic mistake is to compute r(b)r(a)\left|\mathbf{r}(b)-\mathbf{r}(a)\right| and call it “distance traveled.” That is only the straight-line distance between endpoints.

Example 2: distance traveled vs displacement

Suppose a particle moves on the unit circle once:

r(t)=cost,sint\mathbf{r}(t)=\langle \cos t,\sin t\rangle

from 00 to 2π2\pi.

Displacement:

r(2π)r(0)=1,01,0=0,0\mathbf{r}(2\pi)-\mathbf{r}(0)=\langle 1,0\rangle-\langle 1,0\rangle=\langle 0,0\rangle

Total distance traveled:

L=02πr(t)dtL=\int_0^{2\pi}\left|\mathbf{r}'(t)\right|\,dt

Compute velocity:

r(t)=sint,cost\mathbf{r}'(t)=\langle -\sin t,\cos t\rangle

Speed:

r(t)=sin2t+cos2t=1\left|\mathbf{r}'(t)\right|=\sqrt{\sin^2 t+\cos^2 t}=1

So

L=02π1dt=2πL=\int_0^{2\pi}1\,dt=2\pi

Zero displacement but nonzero distance traveled is completely normal for looping motion.

Unit tangent vector and the geometry of motion

The unit tangent vector points in the direction of motion, with length 1:

T(t)=r(t)r(t)\mathbf{T}(t)=\frac{\mathbf{r}'(t)}{\left|\mathbf{r}'(t)\right|}

This matters because it separates “direction” from “how fast.” Two particles moving at different speeds along the same path can share the same unit tangent direction at the same location.

Curvature (how sharply the path turns)

Curvature measures how quickly the direction of the tangent changes as you move along the curve. Intuitively, large curvature means tight turning and small curvature means gentle turning.

For a plane curve given parametrically by x=x(t)x=x(t) and y=y(t)y=y(t), a commonly used curvature formula is

κ(t)=x(t)y(t)y(t)x(t)((x(t))2+(y(t))2)3/2\kappa(t)=\frac{\left|x'(t)y''(t)-y'(t)x''(t)\right|}{\left(\left(x'(t)\right)^2+\left(y'(t)\right)^2\right)^{3/2}}

A helpful structure to remember is that the numerator combines first and second derivatives in a determinant-like way, and the denominator is speed cubed.

If the curve is given as a vector function in three dimensions, a standard curvature formula is

κ(t)=r(t)×r(t)r(t)3\kappa(t)=\frac{\left|\mathbf{r}'(t)\times \mathbf{r}''(t)\right|}{\left|\mathbf{r}'(t)\right|^3}

AP Calculus BC problems that involve curvature typically either provide the formula or expect you to use the planar version with parametric equations.

Example 3: curvature of a circle (parametric)

For the unit circle:

x=costx=\cos t

y=sinty=\sin t

Compute derivatives:

x=sintx'=-\sin t

y=costy'=\cos t

x=costx''=-\cos t

y=sinty''=-\sin t

Numerator:

xyyx=(sint)(sint)(cost)(cost)=sin2t+cos2t=1\left|x'y''-y'x''\right|=\left|(-\sin t)(-\sin t)-(\cos t)(-\cos t)\right|=\left|\sin^2 t+\cos^2 t\right|=1

Denominator:

((x)2+(y)2)3/2=(sin2t+cos2t)3/2=1\left(\left(x'\right)^2+\left(y'\right)^2\right)^{3/2}=\left(\sin^2 t+\cos^2 t\right)^{3/2}=1

So

κ(t)=1\kappa(t)=1

That matches the geometric fact that a circle of radius 11 has curvature 11 everywhere.

Tangential and normal components of acceleration (conceptual insight)

Even when problems don’t require component decomposition, it clarifies motion:

  • The tangential component changes speed.
  • The normal component changes direction (turning).

Speed is v(t)\left|\mathbf{v}(t)\right|. Its derivative controls tangential acceleration magnitude:

aT=ddtv(t)a_T=\frac{d}{dt}\left|\mathbf{v}(t)\right|

Curvature connects speed to normal acceleration magnitude:

aN=κv(t)2a_N=\kappa\left|\mathbf{v}(t)\right|^2

These ideas explain why even constant-speed circular motion has nonzero acceleration: direction is changing, so normal acceleration is present.

Example 4: constant speed does not mean zero acceleration

On the unit circle with

r(t)=cost,sint\mathbf{r}(t)=\langle \cos t,\sin t\rangle

speed is 1 (constant), but acceleration is

a(t)=cost,sint\mathbf{a}(t)=\langle -\cos t,-\sin t\rangle

which is not zero. It points toward the center, producing the turning.

Exam Focus
  • Typical question patterns:
    • Given r(t)\mathbf{r}(t), find v(t)\mathbf{v}(t), a(t)\mathbf{a}(t), speed, or total distance traveled.
    • Distinguish displacement from distance traveled; set up arc length via r(t)dt\int \left|\mathbf{r}'(t)\right|dt.
    • Use curvature (often for a plane curve) to compare how sharply paths turn at given parameter values.
  • Common mistakes:
    • Treating speed as a vector or confusing speed with a velocity component.
    • Using endpoint distance r(b)r(a)\left|\mathbf{r}(b)-\mathbf{r}(a)\right| instead of arc length.
    • Dropping absolute values in curvature or miscomputing the denominator power 3/23/2.

Connecting Parametric, Polar, and Vector Viewpoints

One idea, three languages

This unit is easier when you see that these topics are deeply connected rather than separate:

  • Parametric curves: (x(t),y(t))\big(x(t),y(t)\big)
  • Vector-valued functions: r(t)=x(t),y(t)\mathbf{r}(t)=\langle x(t),y(t)\rangle
  • Polar curves: r=f(θ)r=f(\theta), which can be rewritten in rectangular parametric form using θ\theta as the parameter

In fact, a polar curve is automatically a parametric curve if you set

x(θ)=r(θ)cosθx(\theta)=r(\theta)\cos\theta

y(θ)=r(θ)sinθy(\theta)=r(\theta)\sin\theta

and a parametric curve is automatically a vector-valued function by bundling coordinates.

This matters on AP questions because the same calculus tools appear repeatedly:

  • Slopes come from “derivative of one coordinate divided by derivative of the other.”
  • Length comes from “integral of speed.”
  • Area comes from “accumulating little pieces” (rectangles for rectangular, sectors for polar, or ydx\int y\,dx for parametric).
A unified view of slope

For a polar curve, slope is often presented as a special formula, but it is really just the parametric slope rule with parameter θ\theta. If you forget the polar slope formula, you can rebuild it quickly:

  1. Write x=rcosθx=r\cos\theta and y=rsinθy=r\sin\theta.
  2. Differentiate both with respect to θ\theta.
  3. Divide dy/dθdy/d\theta by dx/dθdx/d\theta.

That approach is slower than memorizing, but it is far less error-prone under pressure.

A unified view of arc length

All three settings reduce to the same idea: sum the lengths of tiny displacement vectors.

Parametric in the plane:

L=ab(dxdt)2+(dydt)2dtL=\int_a^b\sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2}\,dt

Vector-valued (including three dimensions):

L=abr(t)dtL=\int_a^b\left|\mathbf{r}'(t)\right|\,dt

Polar (parameter θ\theta):

L=αβ(r)2+(drdθ)2dθL=\int_{\alpha}^{\beta}\sqrt{\left(r\right)^2+\left(\frac{dr}{d\theta}\right)^2}\,d\theta

Seeing these as the same template helps you avoid memorizing them as unrelated formulas.

A unified view of area

Area depends on the coordinate system because the “natural small piece” differs:

  • Rectangular: thin rectangles with width dxdx.
  • Parametric: still thin rectangles in xx, but dxdx becomes x(t)dtx'(t)dt.
  • Polar: thin sectors with area 12r2dθ\frac{1}{2}r^2 d\theta.

When students struggle with polar area, it is usually because they try to force rectangular intuition directly. The sector-based reasoning explains why the square and the factor 1/21/2 are unavoidable.

Example: translating a polar area question into a parametric mindset

If you think of a polar curve as parametric in θ\theta, you might be tempted to compute area using ydx\int y\,dx. That can work in some cases, but it is usually harder than the polar sector approach. Polar area is designed to match the geometry of the system.

Exam Focus
  • Typical question patterns:
    • A problem starts in polar and asks for a rectangular or parametric interpretation (or vice versa).
    • A question provides a curve in one form but asks for slope, area, or length, pushing you to choose the simplest representation.
    • Free-response problems mix motion interpretation (parametric or vector) with a geometric quantity like distance traveled or curvature.
  • Common mistakes:
    • Treating formulas as isolated and choosing a difficult method when an equivalent easier setup exists.
    • Confusing “parameter interval” with “full curve” (especially for polar graphs that retrace).
    • Losing orientation information when eliminating a parameter and then misinterpreting direction or signed area.