Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

This cheat sheet covers the AP Calculus BC tools for curves that are not written as simple functions of xx. Parametric equations describe position using a parameter, polar equations describe distance from the origin using angle, and vector functions describe motion in space. Students need these formulas to find slopes, areas, arc lengths, velocities, accelerations, and curve behavior on non-Cartesian paths.

The most important idea is to connect each representation back to calculus with derivatives and integrals. For parametric curves, use dydx=dy/dtdx/dt\frac{dy}{dx}=\frac{dy/dt}{dx/dt} and integrate with respect to tt. For polar curves, use x=rcosθx=r\cos\theta, y=rsinθy=r\sin\theta, and area A=12αβr2dθA=\frac{1}{2}\int_{\alpha}^{\beta}r^2\,d\theta.

For vector functions, velocity is r(t)\mathbf{r}'(t), acceleration is r(t)\mathbf{r}''(t), and speed is r(t)|\mathbf{r}'(t)|.

Key Facts

  • For a parametric curve x=x(t)x=x(t) and y=y(t)y=y(t), the slope is dydx=dydtdxdt\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}} when dxdt0\frac{dx}{dt}\neq 0.
  • The second derivative of a parametric curve is d2ydx2=ddt(dydx)dxdt\frac{d^2y}{dx^2}=\frac{\frac{d}{dt}\left(\frac{dy}{dx}\right)}{\frac{dx}{dt}} when dxdt0\frac{dx}{dt}\neq 0.
  • The arc length of a parametric curve from t=at=a to t=bt=b is L=ab(dxdt)2+(dydt)2dtL=\int_a^b\sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2}\,dt.
  • Polar coordinates convert to rectangular coordinates using x=rcosθx=r\cos\theta and y=rsinθy=r\sin\theta.
  • The area enclosed by a polar curve from θ=α\theta=\alpha to θ=β\theta=\beta is A=12αβr2dθA=\frac{1}{2}\int_{\alpha}^{\beta}r^2\,d\theta.
  • The slope of a polar curve 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} when the denominator is not 00.
  • For a vector function r(t)=x(t),y(t),z(t)\mathbf{r}(t)=\langle x(t),y(t),z(t)\rangle, velocity is v(t)=r(t)\mathbf{v}(t)=\mathbf{r}'(t) and acceleration is a(t)=r(t)\mathbf{a}(t)=\mathbf{r}''(t).
  • Speed is the magnitude of velocity, so speed=v(t)=(x(t))2+(y(t))2+(z(t))2\text{speed}=|\mathbf{v}(t)|=\sqrt{(x'(t))^2+(y'(t))^2+(z'(t))^2}.

Vocabulary

Parametric equation
A pair or set of equations, such as x=x(t)x=x(t) and y=y(t)y=y(t), that describe a curve using a parameter tt.
Parameter
A variable, often tt or θ\theta, that controls the position of a point on a curve.
Polar curve
A curve described by r=f(θ)r=f(\theta), where rr is distance from the origin and θ\theta is the angle from the positive xx-axis.
Vector function
A function such as r(t)=x(t),y(t)\mathbf{r}(t)=\langle x(t),y(t)\rangle or r(t)=x(t),y(t),z(t)\mathbf{r}(t)=\langle x(t),y(t),z(t)\rangle that gives position using component functions.
Velocity vector
The derivative of position, v(t)=r(t)\mathbf{v}(t)=\mathbf{r}'(t), which gives both speed and direction of motion.
Arc length
The total distance along a curve, found by integrating speed over the relevant parameter interval.

Common Mistakes to Avoid

  • Using dydt\frac{dy}{dt} as the slope of a parametric curve is wrong because slope means change in yy with respect to xx, so use dydx=dy/dtdx/dt\frac{dy}{dx}=\frac{dy/dt}{dx/dt}.
  • Forgetting the factor 12\frac{1}{2} in polar area is wrong because the sector-area formula is built into A=12αβr2dθA=\frac{1}{2}\int_{\alpha}^{\beta}r^2\,d\theta.
  • Using abydx\int_a^b y\,dx directly on a parametric curve without substituting is wrong because dx=x(t)dtdx=x'(t)\,dt, so area uses aby(t)x(t)dt\int_a^b y(t)x'(t)\,dt when appropriate.
  • Treating velocity and speed as the same thing is wrong because velocity is a vector v(t)\mathbf{v}(t), while speed is the scalar magnitude v(t)|\mathbf{v}(t)|.
  • Ignoring where dxdt=0\frac{dx}{dt}=0 or the polar slope denominator equals 00 is wrong because these points may create vertical tangents, cusps, or undefined slopes.

Practice Questions

  1. 1 For x=t2+1x=t^2+1 and y=t33ty=t^3-3t, find dydx\frac{dy}{dx} at t=2t=2.
  2. 2 Find the area enclosed by the polar curve r=2sinθr=2\sin\theta for 0θπ0\leq \theta\leq \pi.
  3. 3 For r(t)=t2,sint,et\mathbf{r}(t)=\langle t^2,\sin t, e^t\rangle, find v(t)\mathbf{v}(t), a(t)\mathbf{a}(t), and the speed at t=0t=0.
  4. 4 Explain why a parametric curve can pass the vertical line test multiple times but still have a well-defined tangent direction at each regular point.