Polar guide
How to graph polar equations
A heart, a flower with three petals, a figure of eight, a spiral shell. Each of those is one short line of mathematics, but only if you stop using x and y.
Polar coordinates describe a point by how far out it is and which way it faces. That single change turns equations that would be unwieldy in Cartesian form into something you can write in a handful of characters. r = 1 + cos θ is a perfect heart.
This guide covers the coordinate system, the famous curves and how to recognise them, the conversions in both directions, and every control in the free polar graphing calculator. No download and no account.
The basics
The polar coordinate system
Every point is written as (r, θ): how far out, and at what angle.
The pole is the centre, the polar equivalent of the origin. The polar axis is a ray pointing right from the pole, and all angles are measured from it exactly as the positive x-axis would be. r is the straight-line distance from the pole to the point. θ is the turn from the polar axis, counter-clockwise for positive values, clockwise for negative, given in radians or degrees.
Two things about polar coordinates surprise people, and both are worth getting straight before you plot anything.
A negative r is allowed, and it means the opposite direction. The point (−2, 30°) is not somewhere near 30 degrees. You face along the 30 degree ray, then walk two units backwards, landing at (2, 210°). The two notations describe the identical physical spot. This is exactly why some polar curves appear to reach across the pole and draw loops on the far side, because the equation is producing negative radii for part of its range.
Take the point P(−6, −3π/4). The angle is 135 degrees measured clockwise. The radius is negative, so you flip 180 degrees, ending up on the 135 degree counter-clockwise ray at distance 6, which in Cartesian terms is (−3√2, 3√2).
Every point has infinitely many names. (5, 0) and (5, 2π) are the same location, because a full turn brings you back. Add another 2π and you are there again. In Cartesian coordinates each point has exactly one address, but in polar coordinates it has endless ones, and that has real consequences when you look for intersections.
Two languages
Polar versus Cartesian
They are two languages for the same plane. (x, y) = (3, 4) and (r, θ) = (5, 53.13°) point at the identical spot: three right and four up, or five units out at fifty-three degrees.
Descartes reportedly arrived at his system watching a fly cross his ceiling, realising he could pin the fly down by measuring its distance from two walls. That works beautifully for anything built on a grid, and a straight line is ax + by = c, about as simple as an equation gets. Polar starts from a different instinct, a centre and a direction, which suits anything that rotates, radiates or orbits.
| Shape | Cartesian | Polar |
|---|---|---|
| Straight line | ax + by = c, simple | awkward and trigonometric |
| Circle at the origin | x² + y² = a² | r = a, one symbol |
| Ellipse, focus at origin | long and messy | r = p/(1 + e cos θ) |
| Spiral | effectively impossible to write neatly | r = aθ |
Pick the system that matches the geometry. If the problem has a centre, such as a radar station, a hive or a sun, use polar. If it has a grid, use Cartesian.
The tool
Our polar calculator, control by control
Entering an equation
Type r = f(θ) into a sidebar row. The leading r = is optional, so 1 + cos(t) works just as well as the full form. Use θ or t for the variable, since both are accepted and t is easier to type.
The constants pi, e and tau are built in, along with the usual function set. Anything the calculator cannot parse gets a wavy underline rather than failing silently. If Greek letters are awkward on your device, open the math keyboard, which carries thirty keys with θ in the position x occupies on the graphing calculator.
The grid, angle mode and range
The background is a genuine polar grid, with concentric rings for radius and spokes every 30 degrees for angle. Radius values are read from the number line along the axes, and the angle labels change with your mode: fractions of pi in radians, degrees in degrees. Grid and Labels toggle independently, so you can strip the display back for an export.
A segmented toggle switches between DEG and RAD, and it converts your range as it goes. Flip to degrees while showing 0 to 2π and the range becomes 0 to 360. Match it to whatever your problem uses.
Two inputs set the start and end of θ, deciding how much of the curve gets drawn. In polar this matters far more than the equivalent setting does elsewhere. Cut a spiral off at 2π and you see one loop of something infinite. Draw a three-petal rose all the way to 2π and it traces itself twice for no benefit.
Reading the curve
Trace is the most useful control on the page. Hover anywhere and you get θ, r and (x, y) simultaneously, with the nearest point on the curve marked. That is a live polar to rectangular conversion, which makes the conversion section below far less abstract.
Key points marks two things automatically: a dot at each curve's maximum radius, and a gold marker at every pole crossing where r = 0. Those crossings are exactly what you would otherwise solve for by hand, and they are the boundaries between petals and loops. The table of values view is the digital version of the by-hand table described next.
You can add, edit inline, delete, recolour and hide several curves at once. Comparing a cardioid against a limaçon in one view is the fastest way to understand the difference between them.
Navigating, saving and sharing
Drag to pan, scroll to zoom toward the cursor, or use the plus and minus buttons and Reset view. Undo and redo cover sixty steps with Ctrl+Z and Ctrl+Y.
Copy link encodes the whole state into a URL, Save file writes JSON, Open file restores it, and PNG export produces an image. The Examples dropdown loads a circle, cardioid, three and four petal roses, a limaçon, a lemniscate, a spiral and a combined view.
Sampling is adaptive across 3,000 points, so a cardioid lands exactly on (2, 0), (0, 1) and (0, −1) rather than approximately. Cusps and petal tips stay sharp instead of getting rounded off.
Step by step
How to graph a polar equation by hand
- 1 · Identify the family first. Before plotting a single point, check whether the equation matches a standard form. Recognising the template tells you the shape, the symmetry, and roughly how many petals or loops to expect.
- 2 · Test for symmetry. Replace θ with −θ for symmetry about the polar axis. Replace θ with π − θ for symmetry about the vertical line. Replace r with −r for symmetry about the pole.
- 3 · Find the key values. Set r = 0 and solve for θ to get every pole crossing, then find the maximum value of the radius. For r = a(1 + cos θ) that maximum is 2a, at θ = 0.
- 4 · Build a table. Work through θ at 0, π/6, π/4, π/3, π/2 and onward. Note any negative radii and remember they plot 180 degrees opposite.
- 5 · Plot and connect. For each pair find the angle ray and step out along it, then use the symmetry from step 2 to mirror the rest rather than computing it.
Worked through on r = (θ + cos θ)/100: at θ = 0, r = 0.01, and at θ = 45 degrees, r ≈ 0.457. Continue around, then join the points with a smooth curve.
Steps 1 and 2 are the ones people skip, and they are the ones that make the difference. Ten seconds checking symmetry saves half the table.
The gallery
The famous curves and how to spot them
| Curve | Equation | How to recognise it |
|---|---|---|
| Circle | r = a or r = a cos θ | Perfectly round. r = 2 is radius 2 centred on the pole |
| Cardioid | r = a(1 ± cos θ) | Heart shaped, one sharp cusp touching the pole |
| Rose | r = a cos(nθ) | Evenly spaced petals: n if n is odd, 2n if n is even |
| Limaçon | r = a ± b cos θ | Snail shaped, with an inner loop, dimple or convex bulge |
| Lemniscate | r² = a² cos 2θ | Figure of eight through the pole |
| Archimedean spiral | r = a + bθ | Even gaps between turns, never closes |
| Logarithmic spiral | r = a·e^(bθ) | Gaps widen as it turns, the shell and galaxy spiral |
The limaçon family
All four shapes come from the same equation, and the ratio a/b decides which one you get. Below 1 you get an inner loop. At a = b you get a cardioid, the boundary case where the loop shrinks to a single cusp. Between 1 and 2 it is dimpled, the heart having lost its point. At 2 or above it is convex, a smooth off-centre oval.
That is worth internalising, because it means a cardioid is not a separate species. It is the exact moment a limaçon's inner loop disappears.
Why rose petals come in odd and even counts
r = sin(3θ) gives three petals and r = sin(2θ) gives four. The rule looks arbitrary until you watch the tracing.
With an odd n, the curve completes the entire figure as θ runs from 0 to π. Carry on to 2π and it simply retraces the petals it already drew, because the negative radii in the second half land on top of the positive ones from the first. You see n petals. With an even n, nothing overlaps, so each half of the rotation produces its own fresh set and you finish with 2n.
Sketching r = 3 sin θ
Worth doing by hand once. At θ = 0, r = 0, so it starts at the pole. At θ = π/2, r = 3, the maximum. At θ = π it is back to 0. Between π and 2π, sin θ is negative, so every radius is negative and plots opposite, landing exactly on the circle already drawn. The result is a circle of diameter 3 sitting above the polar axis, complete after just half a turn.
For r = a(1 + cos θ), symmetry about the horizontal axis means you can integrate from 0 to π and double it. Expanding the bracket and using the half-angle identity gives the result above.
Switching systems
Converting between polar and rectangular
The technique that unlocks most conversions is to multiply through by r. That turns a lone cos θ into r cos θ, which is just x.
r = 2 cos θ is the standard example. Multiply both sides by r to get r² = 2r cos θ, then substitute to get x² + y² = 2x. Complete the square and it becomes (x − 1)² + y² = 1, a circle of radius 1 centred at (1, 0). The polar form hid the fact that the circle is off-centre, and the Cartesian form makes it obvious.
The same move handles r = 3 sin θ, giving x² + y² = 3y. An equation with no r at all, like θ = π/4, converts through the tangent: y/x = 1, so y = x, a line through the origin. Going the other way, x² − y² = 4 becomes r² cos 2θ = 4, so r = 2/√(cos 2θ).
Squaring both sides can introduce solutions that were never in the original equation, so always check the branches afterwards. And when θ appears outside a trig function, as in the spiral r = θ, leave it in polar. There is no tidy rectangular form, and forcing one produces something unusable.
Out in the world
Where polar coordinates are actually used
Radar and air traffic control. A radar screen is a polar grid, and not by coincidence. Aircraft are reported as a distance and a bearing, such as twenty kilometres out on bearing 045, because that is immediately actionable in a way a coordinate pair is not. The sweeping line is θ rotating through 360 degrees, and each blip's distance from the centre is its r.
Microphone and antenna patterns. The cardioid microphone is named directly after the curve. Its sensitivity follows r = 1 + cos θ, fully open at the front where θ is 0, and completely dead behind at 180 degrees where r drops to zero. That null is why a cardioid mic rejects the sound of the room behind it, and antenna engineers read radiation strength off exactly the same kind of plot.
Spirals in nature. Nautilus shells, hurricane rainbands and galaxy arms all approximate r = a·e^(bθ). Sunflower seed heads use a variation, with seeds sitting at a radius proportional to the square root of their index and the angle advancing by roughly 137.5 degrees each time, the golden angle. Two symbols produce one of the densest packings known.
Navigation and bearings. Sailors and pilots work in bearing plus distance, which is polar by another name. Converting that into a chart's grid reference is precisely the conversion above, done constantly and usually by a machine.
Planetary orbits. Kepler found that orbits are ellipses with the sun at one focus, which in polar form is r = p/(1 + e cos θ). Astronomers keep it in polar because θ, the true anomaly, is the natural variable for something going round. The eccentricity tells you the shape: 0 is a circle, below 1 an ellipse, exactly 1 a parabola, above 1 a hyperbola. Earth's is 0.0167, very nearly circular.
Honeybees. A returning forager dances the direction and distance of food relative to the hive, which is polar coordinates communicated by an insect. Karl von Frisch decoded it and won a Nobel Prize for it in 1973.
Quick answers
Short answers to common questions
| Question | Answer |
|---|---|
How many petals does r = sin(3θ) have? | Three. Odd n gives n petals, even n gives 2n. |
What is the graph of r = 2? | A circle of radius 2 centred on the pole. Every point sits two units out, whatever the angle. |
What shape is r = 1 + cos θ? | A cardioid, a heart with its cusp at the pole. |
| What is θ in polar coordinates? | The angle from the polar axis, measured counter-clockwise for positive values. |
| How do I convert (r, θ) to (x, y)? | x = r cos θ and y = r sin θ. |
| Is a cardioid a function? | As r = f(θ) yes, since each angle gives one radius. As y = f(x) no. |
| What does Pol mean on a calculator? | It converts a rectangular pair into polar form. Our tool does the same thing live in the trace readout. |
Questions, answered
Polar graphing FAQ
Why do rose curves have n petals for odd n but 2n for even n?
An odd n completes the whole figure over 0 to π and then retraces it exactly over π to 2π, so you only ever see n petals. An even n keeps producing new petals for the full rotation, giving 2n.
What is the difference between a cardioid and a limaçon?
A cardioid is the special limaçon where the two coefficients are equal in size. Below that ratio you get an inner loop, above it a dimple and then a smooth convex oval.
What does a negative r mean?
Plot in the opposite direction. (−2, 30°) is the same point as (2, 210°). This is why some curves reach across the pole.
Should I use degrees or radians?
Match your problem, and match the tool's DEG and RAD toggle to it. Radians are standard for calculus and for equations like r = θ, while degrees are easier for hand-sketching and for bearings.
What range of θ draws the whole curve?
Circles, cardioids, limaçons and even-petal roses complete over 0 to 2π. Odd-petal roses finish at π. r = cos(θ/2) needs 4π. Spirals never close, so choose how many turns you want, for example 6π for three loops.
How do I find where a polar curve passes through the pole?
Set r = 0 and solve for θ. For r = 4 sin θ that gives sin θ = 0, so θ is 0 and π. The Key points toggle marks these automatically.
Can every polar equation be written in rectangular form?
In principle yes, since the systems are interconvertible. In practice some produce radicals or awkward implicit relations rather than tidy polynomials, and spirals are better left in polar form.
How do I find where two polar curves intersect?
Set f(θ) = g(θ) and solve, but that alone will miss points. Check the pole separately, since two curves can both pass through it at different angles and still meet there. Then test f(θ) = −g(θ + π) to catch points the two curves reach at different times as θ sweeps round. Plotting both and looking is the reliable final check.
Keep exploring
Related tools and guides
Graphing calculator guide
The Cartesian counterpart: plotting y = f(x), roots, intersections, inequalities and transformations.
Scientific calculator
Evaluate the trig values behind a polar table, and switch between degrees and radians.
Open the online scientific calculatorBrowse everything in all calculator guides, or jump straight into the free polar graphing calculator.
Draw a cardioid in about four seconds
Open the tool, pick the cardioid example, and watch it trace. Then change one number and see what happens to the shape.