Skip to main content

Parametric Polar and Conic Curves

Parametric, polar, and conic descriptions give alternatives to writing a curve as y=f(x)y=f(x). Parametric equations use a third variable, often time, to describe motion along a curve. Polar coordinates describe points by distance and angle. Conics describe curves such as parabolas, ellipses, and hyperbolas through geometric focus-directrix or algebraic relationships.

These descriptions are useful because many curves fail the vertical line test, loop back on themselves, or are naturally described by rotation. Calculus still applies, but derivatives, area, and arc length must be translated into the coordinate system being used.

Definitions

A parametrized plane curve is given by

x=f(t),y=g(t),x=f(t),\qquad y=g(t),

where tt lies in an interval. The point on the curve is

r(t)=f(t),g(t).\mathbf{r}(t)=\langle f(t),g(t)\rangle.

If dx/dt0dx/dt\ne 0, then the slope of the tangent line is

dydx=dy/dtdx/dt.\frac{dy}{dx}=\frac{dy/dt}{dx/dt}.

The second derivative is

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

Polar coordinates represent a point by

x=rcosθ,y=rsinθ.x=r\cos\theta,\qquad y=r\sin\theta.

A polar curve has form r=f(θ)r=f(\theta). Its area over αθβ\alpha\le\theta\le\beta is

A=12αβr2dθ.A=\frac12\int_{\alpha}^{\beta} r^2\,d\theta.

Conic sections can be defined as sets of points whose distances from a focus and a directrix have constant ratio ee, the eccentricity. If e=1e=1, the conic is a parabola. If 0<e<10\lt e\lt 1, it is an ellipse. If e>1e\gt 1, it is a hyperbola.

Key results

For parametric curves, the tangent line at t=t0t=t_0 uses the point

(x0,y0)=(f(t0),g(t0))(x_0,y_0)=(f(t_0),g(t_0))

and slope

m=g(t0)f(t0)m=\frac{g'(t_0)}{f'(t_0)}

when f(t0)0f'(t_0)\ne 0. If f(t0)=0f'(t_0)=0 and g(t0)0g'(t_0)\ne 0, the tangent may be vertical.

Parametric arc length is

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

This is the integral of speed along the curve.

For polar curves, tangent slope can be found by treating xx and yy as parametric functions of θ\theta:

x=rcosθ,y=rsinθ.x=r\cos\theta,\qquad y=r\sin\theta.

Then

dydx=dydθdxdθ=rsinθ+rcosθrcosθrsinθ.\frac{dy}{dx} = \frac{\frac{dy}{d\theta}}{\frac{dx}{d\theta}} = \frac{r' \sin\theta+r\cos\theta}{r'\cos\theta-r\sin\theta}.

Polar area comes from sectors. A small sector with radius rr and angle dθd\theta has approximate area

dA=12r2dθ,dA=\frac12 r^2\,d\theta,

which leads to the integral formula.

Standard conic equations centered at the origin include:

x2a2+y2b2=1\frac{x^2}{a^2}+\frac{y^2}{b^2}=1

for an ellipse, and

x2a2y2b2=1\frac{x^2}{a^2}-\frac{y^2}{b^2}=1

for a horizontal hyperbola. A parabola with vertex at the origin and focus (p,0)(p,0) has equation

y2=4px.y^2=4px.

In polar form, a conic with focus at the pole can often be written

r=ed1±ecosθorr=ed1±esinθ,r=\frac{ed}{1\pm e\cos\theta} \quad\text{or}\quad r=\frac{ed}{1\pm e\sin\theta},

depending on the directrix orientation.

The slope formula for parametric curves follows directly from the chain rule. If yy is viewed as a function of xx along the curve and x=x(t)x=x(t), then

dydt=dydxdxdt.\frac{dy}{dt}=\frac{dy}{dx}\frac{dx}{dt}.

When dx/dt0dx/dt\ne 0, solving gives

dydx=dy/dtdx/dt.\frac{dy}{dx}=\frac{dy/dt}{dx/dt}.

This also explains the vertical tangent case: if dx/dt=0dx/dt=0 while dy/dt0dy/dt\ne 0, the curve is moving vertically in the plane.

Parametric equations can trace the same geometric curve more than once. The interval for tt is therefore part of the curve description. For example, x=costx=\cos t, y=sinty=\sin t traces the unit circle once on 0t2π0\le t\le 2\pi, twice on 0t4π0\le t\le 4\pi, and only an arc on a shorter interval. When computing arc length or area, overtracing changes the accumulated value.

Polar symmetry can reduce work. If replacing θ\theta by θ-\theta gives the same equation, the curve is symmetric about the polar axis. If replacing θ\theta by πθ\pi-\theta gives the same equation, it is symmetric about the vertical axis. If replacing rr by r-r gives the same equation, there is symmetry about the pole. Symmetry is helpful, but it should be verified against the actual tracing interval.

Conics connect algebra and geometry. Completing the square can reveal a shifted center or vertex. Eccentricity describes shape independent of scale: ellipses have eccentricity less than 11, circles have e=0e=0, parabolas have e=1e=1, and hyperbolas have eccentricity greater than 11. In orbital models, this eccentricity measures how far an orbit deviates from circular.

Arc length formulas also depend on the coordinate system. For a polar curve,

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

This comes from differentiating x=rcosθx=r\cos\theta and y=rsinθy=r\sin\theta, then using the parametric arc length formula with parameter θ\theta.

Area for parametric curves can be computed from

A=ydx=αβy(t)x(t)dtA=\int y\,dx =\int_{\alpha}^{\beta} y(t)x'(t)\,dt

when the orientation and region are appropriate. If the curve is closed, Green's Theorem later gives symmetric formulas such as

A=12(xdyydx).A=\frac12\int (x\,dy-y\,dx).

Even in single-variable calculus, the key is that dxdx becomes x(t)dtx'(t)\,dt.

For conics, completing the square is the main algebraic skill. An equation such as

x2+4x+4y28y=8x^2+4x+4y^2-8y=8

should be rewritten as

(x+2)2+4(y1)2=16(x+2)^2+4(y-1)^2=16

before classification. The center is (2,1)(-2,1), and the different coefficients reveal the semi-axis lengths. Without completing the square, shifted conics are easy to misread.

Polar equations can also represent the same point in multiple ways:

(r,θ)=(r,θ+π).(r,\theta)=(-r,\theta+\pi).

This nonuniqueness is useful but can create tracing errors. A table of key angles, zeros, and maximum radii often prevents double-counting.

Parameter orientation also affects signed quantities. If a curve is traversed in the opposite direction, a signed area integral such as ydx\int y\,dx may change sign, even though the geometric area is unchanged. Arc length is different because speed is nonnegative, so reversing the parameter interval does not change total length when handled with the correct bounds.

For conics, focus and directrix definitions are not just historical. They explain reflective properties: rays parallel to a parabola's axis reflect through the focus, and ellipses reflect rays from one focus to the other. These geometric properties are why conics appear in optics, satellite dishes, planetary motion, and whispering galleries.

Visual

RepresentationCoordinatesStrengthCalculus formula
Cartesiany=f(x)y=f(x)single-output graphsdy/dx=f(x)dy/dx=f'(x)
Parametric(x(t),y(t))(x(t),y(t))motion and loopsdy/dx=(dy/dt)/(dx/dt)dy/dx=(dy/dt)/(dx/dt)
Polar(r,θ)(r,\theta)rotation and radial symmetryA=12r2dθA=\frac12\int r^2\,d\theta
Conicfocus/directrix or quadratic equationparabolas, ellipses, hyperbolastangents from implicit or parametric methods

Worked example 1: tangent and concavity for a parametric curve

Problem. For

x=t2+1,y=t3t,x=t^2+1,\qquad y=t^3-t,

find dy/dxdy/dx and the tangent line at t=1t=1.

Method.

  1. Differentiate both coordinate functions:
dxdt=2t,dydt=3t21.\frac{dx}{dt}=2t, \qquad \frac{dy}{dt}=3t^2-1.
  1. Form the parametric slope:
dydx=3t212t.\frac{dy}{dx}=\frac{3t^2-1}{2t}.
  1. Evaluate the point at t=1t=1:
x(1)=12+1=2,y(1)=131=0.x(1)=1^2+1=2, \qquad y(1)=1^3-1=0.
  1. Evaluate the slope:
m=3(1)212(1)=22=1.m=\frac{3(1)^2-1}{2(1)}=\frac{2}{2}=1.
  1. Use point-slope form:
y0=1(x2).y-0=1(x-2).

Checked answer. The tangent line is y=x2y=x-2. Since dx/dt=2dx/dt=2 at t=1t=1, the slope formula is valid there.

If we also want concavity at t=1t=1, differentiate the slope with respect to tt:

dydx=3t212t=32t12t.\frac{dy}{dx}=\frac{3t^2-1}{2t}=\frac32t-\frac{1}{2t}.

Then

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

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

d2ydx2=(32+12t2)12t.\frac{d^2y}{dx^2} =\left(\frac32+\frac{1}{2t^2}\right)\frac{1}{2t}.

At t=1t=1, this equals

(32+12)12=1.\left(\frac32+\frac12\right)\frac12=1.

The curve is concave up at the tangent point.

Worked example 2: polar area

Problem. Find the area inside one petal of

r=2sin(3θ).r=2\sin(3\theta).

Method.

  1. One petal is traced while r0r\ge 0 between consecutive zeros:
2sin(3θ)=03θ=0,π0θπ3.2\sin(3\theta)=0 \quad\Rightarrow\quad 3\theta=0,\pi \quad\Rightarrow\quad 0\le\theta\le\frac{\pi}{3}.
  1. Use the polar area formula:
A=120π/3r2dθ.A=\frac12\int_0^{\pi/3} r^2\,d\theta.
  1. Substitute r=2sin(3θ)r=2\sin(3\theta):
A=120π/34sin2(3θ)dθ=20π/3sin2(3θ)dθ.A=\frac12\int_0^{\pi/3}4\sin^2(3\theta)\,d\theta =2\int_0^{\pi/3}\sin^2(3\theta)\,d\theta.
  1. Use
sin2u=1cos(2u)2.\sin^2 u=\frac{1-\cos(2u)}{2}.

Then

A=20π/31cos(6θ)2dθ=0π/3(1cos(6θ))dθ.A=2\int_0^{\pi/3}\frac{1-\cos(6\theta)}{2}\,d\theta =\int_0^{\pi/3}(1-\cos(6\theta))\,d\theta.
  1. Integrate:
A=[θsin(6θ)6]0π/3.A=\left[\theta-\frac{\sin(6\theta)}{6}\right]_0^{\pi/3}.
  1. Evaluate:
A=π3sin(2π)60=π3.A=\frac{\pi}{3}-\frac{\sin(2\pi)}{6}-0=\frac{\pi}{3}.

Checked answer. One petal has area π/3\pi/3. The full curve has three petals, so the total area is π\pi.

The bounds are the most important part of this example. Integrating from 00 to 2π2\pi would count the three-petal rose more than once for some rose equations. A reliable approach is to find consecutive zeros of rr that enclose one traced loop and then use symmetry only after confirming how many distinct loops occur.

The maximum radius of this petal occurs when sin(3θ)=1\sin(3\theta)=1, so 3θ=π/23\theta=\pi/2 and θ=π/6\theta=\pi/6. At that angle, r=2r=2, matching the midpoint of the interval [0,π/3][0,\pi/3].

Checking a midpoint angle is a quick way to confirm that the selected interval traces a full petal rather than only half of one.

Code

from math import sin, cos, pi

def polar_to_cartesian(r, theta):
return r * cos(theta), r * sin(theta)

def rose(theta):
return 2 * sin(3 * theta)

for k in range(4):
theta = k * pi / 9
print(theta, polar_to_cartesian(rose(theta), theta))

Common pitfalls

  • Using dy/dtdy/dt as the slope of a parametric curve. The Cartesian slope is (dy/dt)/(dx/dt)(dy/dt)/(dx/dt).
  • Dividing by dx/dtdx/dt when dx/dt=0dx/dt=0 without checking for a vertical tangent.
  • Forgetting the factor 1/21/2 in polar area.
  • Integrating a polar curve over too large an interval and counting petals or loops more than once.
  • Treating negative rr values as impossible. In polar coordinates, negative rr plots in the opposite direction.
  • Classifying conics from equations without completing the square when the center is shifted.

Connections