Area Using Parametric
Equations
Parametric Integral Formula
The area between the x-axis
and the graph of x = x(t), y = y(t)
and the x-axis is given by the definite
integral below. This formula gives
a positive result
for a graph above the x-axis,
and a negative result
for a graph below the x-axis.
Note:
If the graph of x = x(t), y = y(t) is partly above and partly below the x-axis, the
formula given below generates the net area. That is, the
area above the axis minus the area
below the axis.
| Formula: |
|
| Example: |
Find the area of the between the x-axis
and the first period of the cycloid x = t – sin
t, y = 1 – cos
t. The values of t run from 0 to 2π.


|
See
also
Parametrize, parametric
equations,
area under a curve, area
using polar coordinates
Worked Example
Problem: Find the area between the x-axis and one arch of the cycloid defined by x = t − sin t, y = 1 − cos t, for t from 0 to 2π.
Step 1: Identify y(t) and compute x'(t).
y(t)=1−cost,x′(t)=dtd(t−sint)=1−cost Step 2: Set up the parametric area integral.
A=∫02π(1−cost)(1−cost)dt=∫02π(1−cost)2dt Step 3: Expand the integrand and use the identity cos²t = (1 + cos 2t)/2.
(1−cost)2=1−2cost+cos2t=1−2cost+21+cos2t=23−2cost+2cos2t Step 4: Integrate term by term over [0, 2π]. The integrals of cos t and cos 2t over a full period are both zero.
A=∫02π(23−2cost+2cos2t)dt=23(2π)−0+0=3π Answer: The area under one arch of the cycloid is 3π.
Another Example
This example differs because it involves a closed curve (an ellipse) rather than an open arch. It requires careful attention to the sign convention — the standard formula produces a negative value for a counterclockwise-traced closed curve, so a negative sign is introduced to obtain the positive enclosed area.
Problem: Find the area enclosed by the ellipse parametrized by x = 3 cos t, y = 2 sin t, for t from 0 to 2π.
Step 1: Note that the ellipse is a closed curve. For a closed curve traced counterclockwise, the enclosed area formula is A = −∫ y(t) x'(t) dt (the negative sign corrects for the direction of traversal where x decreases as t increases from 0 to π). Alternatively, use the absolute value or the standard closed-curve form.
A=−∫02πy(t)x′(t)dt Step 2: Compute x'(t) and substitute into the integral.
x′(t)=−3sint,A=−∫02π(2sint)(−3sint)dt=6∫02πsin2tdt Step 3: Evaluate using the identity sin²t = (1 − cos 2t)/2.
A=6∫02π21−cos2tdt=3∫02π(1−cos2t)dt=3[t−2sin2t]02π=3(2π)=6π Step 4: Verify: the standard ellipse area formula gives A = πab = π(3)(2) = 6π. ✓
A=πab=π(3)(2)=6π Answer: The area enclosed by the ellipse is 6π.
Frequently Asked Questions
Why is there sometimes a negative sign in the parametric area formula?
The basic formula A = ∫ y(t) x'(t) dt gives signed area. When a closed curve is traced counterclockwise, x'(t) is negative along the top portion of the curve, which can make the integral negative overall. To get the positive enclosed area, you either negate the integral or reverse the limits of integration. Always check whether your parameter traces the curve left-to-right or right-to-left.
How do you find the correct limits t₁ and t₂ for a parametric area problem?
The limits t₁ and t₂ are the parameter values at which the curve begins and ends on the x-axis (for area under a curve) or completes one full traversal (for a closed curve). For example, a cycloid arch starts at t = 0 and ends at t = 2π because those are the values where y(t) = 0 and the curve returns to the x-axis.
What is the difference between area using parametric equations and area using polar coordinates?
The parametric formula computes area between a curve and the x-axis using A = ∫ y(t) x'(t) dt. The polar formula computes area swept out from the origin using A = ½ ∫ r² dθ. You choose based on how the curve is described: use the parametric formula for x(t), y(t) representations, and the polar formula for r(θ) representations.
Area Using Parametric Equations vs. Area Using Polar Coordinates
| Area Using Parametric Equations | Area Using Polar Coordinates |
|---|
| Formula | A = ∫ y(t) x'(t) dt | A = ½ ∫ r(θ)² dθ |
| Curve representation | x = x(t), y = y(t) | r = r(θ) |
| Area measured from | Between the curve and the x-axis | Between the curve and the origin (pole) |
| Typical applications | Cycloids, ellipses, Lissajous curves | Cardioids, rose curves, limaçons |
Why It Matters
This formula appears in AP Calculus BC and university-level Calculus II courses as a standard topic alongside arc length and surface area for parametric curves. It is essential whenever a curve lacks a convenient y = f(x) form — many important curves like cycloids, epicycloids, and Bézier curves are naturally defined parametrically. Mastering this technique also builds the foundation for line integrals and Green's Theorem in multivariable calculus.
Common Mistakes
Mistake: Forgetting to multiply y(t) by x'(t) and instead integrating just y(t) with respect to t.
Correction: The substitution dx = x'(t) dt is essential. The integrand must be y(t) · x'(t), not y(t) alone. Without x'(t), you are not computing area — you are integrating the y-coordinate with respect to the parameter, which has no geometric meaning as area.
Mistake: Ignoring the sign of x'(t), which leads to a negative area when a positive value is expected (or vice versa).
Correction: Check the direction the curve is traced. If x(t) is decreasing over the interval (so x'(t) < 0 and the curve moves right to left), the integral will be negative for a curve above the x-axis. For enclosed areas of closed curves, take the absolute value or adjust the sign accordingly.