Fiveable

๐ŸงฎCalculus and Statistics Methods Unit 2 Review

QR code for Calculus and Statistics Methods practice questions

2.3 Parametric Equations and Polar Coordinates

2.3 Parametric Equations and Polar Coordinates

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐ŸงฎCalculus and Statistics Methods
Unit & Topic Study Guides

Parametric equations and polar coordinates offer new ways to represent curves beyond traditional Cartesian methods. These tools allow us to describe more complex shapes and movements, opening up exciting possibilities in math and physics.

By expressing x and y in terms of a parameter t, or using distance r and angle ฮธ, we can model circles, spirals, and other intricate curves. This approach proves invaluable for analyzing motion and solving real-world problems.

Parametric Equations for Curves

Representing Curves with Parametric Equations

  • Parametric equations express the coordinates of points on a plane curve in terms of an independent parameter, often denoted as tt
  • In parametric form, a curve is defined by two equations: x=f(t)x = f(t) and y=g(t)y = g(t), where ff and gg are functions of the parameter tt
  • Parametric equations are useful for representing curves that are not functions, such as circles or curves that have multiple yy-values for a single xx-value
  • The direction of a curve represented by parametric equations can be determined by the values of the parameter tt and the signs of the derivatives of the xx and yy components with respect to tt

Common Curves Represented by Parametric Equations

  • Circles: x=rcosโก(t)x = r\cos(t), y=rsinโก(t)y = r\sin(t), where rr is the radius and tt is the angle in radians
  • Ellipses: x=acosโก(t)x = a\cos(t), y=bsinโก(t)y = b\sin(t), where aa and bb are the semi-major and semi-minor axes, respectively
  • Cycloids: x=a(tโˆ’sinโก(t))x = a(t - \sin(t)), y=a(1โˆ’cosโก(t))y = a(1 - \cos(t)), where aa is the radius of the generating circle and tt is the angle of rotation
  • Lissajous curves: x=Asinโก(at+ฮด)x = A\sin(at + \delta), y=Bsinโก(bt)y = B\sin(bt), where AA, BB, aa, bb, and ฮด\delta are constants that determine the shape of the curve

Parametric vs Cartesian Forms

Converting from Parametric to Cartesian Form

  • To convert from parametric form to Cartesian form, eliminate the parameter tt by solving one equation for tt and substituting the result into the other equation
  • When converting from parametric to Cartesian form, the resulting equation may not always be a function, as it could represent a curve that fails the vertical line test
  • Consider the domain of the parameter tt to ensure that the entire curve is represented when converting between parametric and Cartesian forms
Representing Curves with Parametric Equations, Parametric Equations โ€“ Algebra and Trigonometry OpenStax

Converting from Cartesian to Parametric Form

  • To convert from Cartesian form to parametric form, introduce a parameter tt and express xx and yy in terms of tt, ensuring that the resulting parametric equations satisfy the original Cartesian equation
  • There are infinitely many possible parametrizations for a given Cartesian equation, as the choice of the parameter tt is arbitrary
  • Example: The circle x2+y2=r2x^2 + y^2 = r^2 can be parameterized as x=rcosโก(t)x = r\cos(t), y=rsinโก(t)y = r\sin(t), where tt is the angle in radians

Curves in Polar Coordinates

Graphing Curves in Polar Coordinates

  • Polar coordinates represent a point on a plane using a distance rr from the origin (called the pole) and an angle ฮธ\theta from the polar axis (usually the positive xx-axis)
  • The polar equation r=f(ฮธ)r = f(\theta) defines a curve in polar coordinates, where rr is the distance from the origin and ฮธ\theta is the angle from the polar axis
  • To graph a curve in polar coordinates, create a table of values for ฮธ\theta (usually in radians) and calculate the corresponding rr values using the polar equation
  • Plot the points (r,ฮธ)(r, \theta) in the polar coordinate system by measuring the angle ฮธ\theta from the polar axis and the distance rr from the origin

Symmetry in Polar Curves

  • If f(ฮธ)=f(โˆ’ฮธ)f(\theta) = f(-\theta), the curve is symmetric about the polar axis
  • If f(ฮธ)=f(ฯ€โˆ’ฮธ)f(\theta) = f(\pi - \theta), the curve is symmetric about the vertical line ฮธ=ฯ€/2\theta = \pi/2
  • If f(ฮธ)=f(ฮธ+ฯ€)f(\theta) = f(\theta + \pi), the curve is symmetric about the origin (pole)
  • Example: The cardioid r=a(1+cosโก(ฮธ))r = a(1 + \cos(\theta)) is symmetric about the polar axis because f(ฮธ)=f(โˆ’ฮธ)f(\theta) = f(-\theta)
Representing Curves with Parametric Equations, Parametric Equations: Graphs | Precalculus

Common Curves in Polar Coordinates

  • Circles: r=ar = a, where aa is the radius
  • Cardioids: r=a(1+cosโก(ฮธ))r = a(1 + \cos(\theta)), where aa is a constant that determines the size of the cardioid
  • Limaรงons: r=a+bcosโก(ฮธ)r = a + b\cos(\theta) or r=a+bsinโก(ฮธ)r = a + b\sin(\theta), where aa and bb are constants that determine the shape of the limaรงon
  • Rose curves: r=acosโก(nฮธ)r = a\cos(n\theta) or r=asinโก(nฮธ)r = a\sin(n\theta), where aa is a constant that determines the size of the rose curve and nn is a positive integer that determines the number of petals

Applications of Parametric and Polar Equations

Modeling Real-World Phenomena

  • Parametric equations can model the path of projectiles, describe the motion of particles in physics, and represent curves in computer graphics and animation
  • Polar equations can model real-world phenomena such as the patterns of petals on a flower, the shape of a microphone's pickup pattern, or the path of a pendulum
  • Example: The path of a projectile launched with an initial velocity vv at an angle ฮธ\theta can be modeled using the parametric equations x=(vcosโก(ฮธ))tx = (v\cos(\theta))t and y=(vsinโก(ฮธ))tโˆ’12gt2y = (v\sin(\theta))t - \frac{1}{2}gt^2, where gg is the acceleration due to gravity and tt is time

Solving Problems Involving Parametric and Polar Equations

  • To find the intersection points of two curves given in parametric form, set their xx and yy components equal to each other and solve the resulting system of equations for the parameter tt
  • To find the area enclosed by a polar curve, use the formula A=12โˆซabr2dฮธA = \frac{1}{2}\int_{a}^{b} r^2 d\theta, where [a,b][a, b] is the interval of ฮธ\theta over which the area is being calculated
  • When solving problems involving parametric and polar equations, it may be helpful to convert between parametric, polar, and Cartesian forms to simplify calculations or gain insights into the problem
  • Example: To find the area enclosed by the cardioid r=a(1+cosโก(ฮธ))r = a(1 + \cos(\theta)), use the formula A=12โˆซ02ฯ€a2(1+cosโก(ฮธ))2dฮธA = \frac{1}{2}\int_{0}^{2\pi} a^2(1 + \cos(\theta))^2 d\theta, which evaluates to 3ฯ€a23\pi a^2