How this instrument works
Most circle problems start from a radius and move forward toward area. This page runs the opposite direction: given only a known area, it isolates the radius by rearranging A = πr² into r = √(A ⁄ π), then derives the diameter and circumference from that recovered radius. The square root is the whole trick — area grows with the square of the radius, so undoing that growth means taking a root rather than a plain division.
The site's combined circle sheet runs forward: feed it a radius and it hands back area, circumference, and diameter all at once. This page assumes the opposite situation is true — perhaps a landscaper knows a circular bed covers 78.5 square metres of ground but never measured across it, or a supplier lists a lid's area on a spec sheet without giving its width. Starting from area rather than radius is the entire point of this reversed sheet.
It is also worth telling apart from the sheet on this site that reverses from a measured circumference instead — wrapping a tape around a drum yields a distance around, not a footprint, and that is a different starting fact requiring a different rearrangement of the formula. Here the known quantity is always a two-dimensional area, in square units, never a one-dimensional length.
One quirk worth flagging: because a square root only accepts non-negative numbers, an area of zero collapses every output to zero cleanly, but a negative figure entered by mistake has no real answer at all — a useful built-in check that the number typed in was actually an area and not, say, a diameter left in the wrong field.
- Type the circle's known area into the Known area field.
- Read Radius for the value recovered by the square-root rearrangement of A = πr².
- Diameter and Circumference update alongside it, both derived from that same recovered radius.
- Double-check by squaring Radius and multiplying by π; the result should land back on the figure typed into Known area.
Worked example — an area of 78.54
A circular plot is measured, by whatever means, at an area of 78.53981633974483 square metres. Dividing by π and taking the square root gives r = √(78.53981633974483 ⁄ π) = 5 metres exactly. Doubling that yields a diameter of 10 metres, and multiplying by 2π gives a circumference of 31.41592653589793 metres — call it 31.42 metres of edging or fencing needed to enclose the plot.
Check the arithmetic the other direction: π × 5² = π × 25 = 78.53981633974483, matching the starting figure exactly, and 2π × 5 = 31.41592653589793 as well. The round trip confirms nothing was lost solving backward from area rather than forward from radius.
Questions
How do you find the radius when only the area is known?
Rearrange A = πr² for r, giving r = √(A ⁄ π). An area of 78.54 divided by π is about 25, and the square root of 25 is 5 — so a circle covering roughly 78.54 square units has a radius of exactly 5 units. Squaring back confirms it: 5² × π returns the original area.
Why does finding radius from area need a square root?
Because area scales with the square of the radius, not in direct proportion to it — doubling a radius quadruples the ground it covers. Undoing a squaring operation requires the inverse operation, a square root, which is why this reversed sheet looks noticeably different from the plain division used to recover a radius from a circumference.
What is the difference between this page and the main circle calculator?
The main combined sheet on this site starts from a radius and computes area, circumference, and diameter forward from it. This page assumes the reverse situation — the area is the fact already in hand, perhaps from a spec sheet or a measured footprint — and solves backward to recover the radius and everything built on it.
How is this different from reversing the process from a circumference instead?
A circumference is a one-dimensional length — the distance once around — while an area is a two-dimensional figure in square units, and the two require different rearrangements to reach the radius: one a plain division by 2π, the other a square root after dividing by π. This page is specifically for the case where area, not a taped measurement around the object, is the known quantity.
What happens if a negative or zero area is entered?
Zero collapses cleanly to a point — radius, diameter, and circumference all come out as zero, since a shape enclosing no space has shrunk to nothing. A negative number has no real square root, so it returns no valid answer at all, which is a fast way to notice that a wrong figure, perhaps a diameter, landed in the area field by mistake.