Polar & Parametric Graph Explorer
Choose a curve type and adjust the parameters to see how the shape changes in real time. Press Trace to watch the curve being drawn point by point. All calculations run in your browser.
Graph
Parameters
Curve Info
Equation
Properties
Reference Guide
Polar Coordinates
In polar coordinates, every point is described by a distance from the origin and an angle from the positive x-axis.
When is negative, the point is plotted in the opposite direction. This is what gives rose curves their petals and limaçons their inner loops.
Polar Curve Gallery
- Rose has petals when is odd, petals when is even.
- Cardioid is heart-shaped and passes through the origin.
- Limaçon has an inner loop when .
- Lemniscate is a figure-eight.
- Spiral winds outward at a constant rate.
Parametric Equations
Parametric equations define x and y each as a function of a third variable (often representing time).
As increases, the point traces out a path. The tracing animation shows this process. Parametric form can describe curves that are not functions, like loops and self-intersections.
Area and Arc Length
The area enclosed by a polar curve from to is computed with
The arc length of a parametric curve from to is
Both are computed numerically using Simpson's rule.