Graphing

Polar Grapher

A polar curve gives the radius r as a function of the angle θ. Enter r(θ) and a θ range; the calculator samples the radius, converts each (r, θ) to Cartesian coordinates via (r·cos θ, r·sin θ), and plots the result.

Polar Grapher

Plot a polar curve r = f(θ) — roses, cardioids, spirals, conics.

Try:
AnswerPolar curve sampled at 721 points
-0.5000.5011.5022.50-1-0.5000.5011.50xy
  1. Polar functionr(θ) = 1 + cos(θ)
  2. Rangeθ ∈ [0, 6.28]
  3. ConversionEach polar point (r, θ) is plotted in Cartesian coordinates as (r·cos θ, r·sin θ).

Frequently asked questions

What can I use for the variable?

Either θ or theta — both are recognised. Internally the expression is rewritten in terms of t.

What does a negative radius mean?

Geometrically (r, θ) with negative r is the same as (|r|, θ + π) — the point on the opposite ray. The plotter handles this automatically.

Why an equal aspect ratio?

Polar curves are naturally rotation-symmetric. An equal aspect ratio keeps them so — a circle stays circular and rose petals stay symmetric.