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.

Polar and parametric equations describe curves that are difficult to write as a single function y=f(x)y=f(x). This cheat sheet helps students connect equations, graphs, derivatives, area, and arc length in these alternate coordinate systems. It is useful for recognizing curve behavior, setting up calculus formulas, and avoiding common notation errors.

Students need these tools for advanced graphing, motion problems, and AP Calculus style applications.

In polar form, points are written using distance and angle as (r,θ)(r,\theta), with x=rcosθx=r\cos\theta and y=rsinθy=r\sin\theta. In parametric form, position is described by x=x(t)x=x(t) and y=y(t)y=y(t), where tt often represents time. Slopes are found using ratios of derivatives, such as dydx=dydtdxdt\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}} for parametric curves.

Area and arc length formulas depend on the form of the curve, so choosing the correct formula is essential.

Key Facts

  • Polar coordinates convert to rectangular coordinates using x=rcosθx=r\cos\theta and y=rsinθy=r\sin\theta.
  • Rectangular coordinates convert to polar coordinates using r2=x2+y2r^2=x^2+y^2 and tanθ=yx\tan\theta=\frac{y}{x}, with quadrant checked carefully.
  • 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}\ne 0.
  • The second derivative for 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}\ne 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.
  • 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 r=f(θ)r=f(\theta) 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 zero.
  • The arc length of a polar curve from θ=α\theta=\alpha to θ=β\theta=\beta is L=αβr2+(drdθ)2dθL=\int_{\alpha}^{\beta}\sqrt{r^2+\left(\frac{dr}{d\theta}\right)^2}\,d\theta.

Vocabulary

Polar coordinates
A coordinate system that locates a point by its distance rr from the origin and its angle θ\theta from the positive xx-axis.
Parametric equations
Equations that describe xx and yy separately as functions of a parameter, usually written x=x(t)x=x(t) and y=y(t)y=y(t).
Parameter
An independent variable such as tt that controls the position of a point on a parametric curve.
Initial line
The polar axis from which the angle θ\theta is measured, usually the positive xx-axis.
Arc length
The distance along a curve, found by integrating a square root expression based on rates of change.
Tangent slope
The slope of the tangent line to a curve at a point, often found using derivative ratios in polar or parametric form.

Common Mistakes to Avoid

  • Using tanθ=yx\tan\theta=\frac{y}{x} without checking the quadrant is wrong because tangent repeats every π\pi radians and may give the wrong direction.
  • Forgetting that dydx=dydtdxdt\frac{dy}{dx}=\frac{\frac{dy}{dt}}{\frac{dx}{dt}} is wrong because dydt\frac{dy}{dt} alone gives vertical rate of change, not slope with respect to xx.
  • Using A=rdθA=\int r\,d\theta for polar area is wrong because polar sector area requires A=12r2dθA=\frac{1}{2}\int r^2\,d\theta.
  • Dropping the square root in arc length formulas is wrong because distance combines horizontal and vertical changes using the Pythagorean relationship.
  • Assuming negative rr means an invalid polar point is wrong because a point with negative rr is plotted in the direction opposite the angle θ\theta.

Practice Questions

  1. 1 Convert the polar point (4,π3)(4,\frac{\pi}{3}) to rectangular coordinates using x=rcosθx=r\cos\theta and y=rsinθy=r\sin\theta.
  2. 2 For x=t2+1x=t^2+1 and y=t33ty=t^3-3t, find dydx\frac{dy}{dx} at t=2t=2.
  3. 3 Find the polar area enclosed by r=2sinθr=2\sin\theta from θ=0\theta=0 to θ=π\theta=\pi using A=120πr2dθA=\frac{1}{2}\int_{0}^{\pi}r^2\,d\theta.
  4. 4 Explain why a parametric curve can pass through the same point more than once even if each value of tt gives only one ordered pair.