Stadium Shape Perimeter Calculator
Compute the perimeter of a stadium shape: two straight sides plus a full circle of curve.
Used for running tracks, oval rugs, and pill outlines.
A stadium has two straight sides of length l and two semicircular ends of width w. The perimeter combines the straights with one full circle of curved boundary:
P = 2l + π × w
The two semicircles combine to one full circle’s worth of circumference (πw, where w is the diameter), and the two straight sides contribute 2l.
Worked example: 400 m running track A standard outdoor track has 84.39 m straights and a lane-1 kerb radius of 36.5 m, so the painted white line encloses a stadium 73 m wide. Put those in and:
P = 2 × 84.39 + π × 73 = 168.78 + 229.34 = 398.12 m
Which is not 400. The missing 1.88 m is not an error in the geometry, and it is the detail most track articles skip. Nobody runs on the kerb. World Athletics measures the lap 30 cm outside it, because that is where a runner’s centre of mass actually travels, so the measurement line is a stadium of the same 84.39 m straights on a radius of 36.80 m:
P = 2 × 84.39 + 2π × 36.80 = 168.78 + 231.22 = 400.00 m
Exactly 400, to the centimetre. If you ever solve backwards from 400 m using the 73 m kerb width you will get 85.33 m straights, and that number describes no real track. The straights are 84.39 m and the 30 cm offset makes up the difference.
Where stadium perimeter matters in practice:
- Track length. Race distances on outdoor tracks are measured around the stadium-shaped inside line.
- Oval rug or carpet trim. Tape edging for an oval rug uses the stadium perimeter formula.
- Pill mold tooling. Pharmaceutical and confectionery molds for capsule-shaped products.
- Race-car circuit fencing. Oval racetracks need fence material around the outside.
- Aquarium edge molding. Stadium-shaped aquariums use the perimeter for top-trim or LED strip length.
The “track lanes” gotcha:
Outer lanes are longer, and the formula tells you exactly how much. Moving one lane out leaves the straights alone and grows the curve radius by one lane width, 1.22 m under the standard, so each lane adds 2π × 1.22 = 7.67 m to the lap. Nothing else about the shape matters. The straights could be any length at all and the answer would be the same.
Lane 8 is seven lane widths out. Allowing for the slightly smaller offset used on lanes 2 and up, its lap measures 453.03 m, about 53 m further than lane 1.
That is why a one-lap race is started in a stagger, with lane 8 set roughly 53 m ahead of lane 1 around the curve. It also explains something that looks unfair and is not: in a 200 m the stagger only has to cover one bend, so it is about half as deep.
Quick sanity checks:
- l = 0: P = π × w, which is just the circumference of a circle with diameter w. ✓
- w = 0: P = 2l (the shape collapses to a line segment back and forth). ✓
- l → very large: perimeter is mostly 2l (the curved ends become a small fraction of the total). The shape looks like a long thin oval.
Stadium vs. ellipse perimeter:
Stadium perimeter is a clean closed form, 2l + πw, and you can do it in your head. An ellipse has no elementary formula at all. Its perimeter is an elliptic integral, which is where that class of functions gets its name, and in practice everyone uses an approximation such as Ramanujan’s.
So check the shape before you reach for a formula. Lay a straightedge along the side: contact over a stretch means a stadium, contact at a single point means an ellipse. Applying 2l + πw to a genuinely elliptical layout will quietly overstate the material.
How we build and check this calculator
This calculator runs entirely in your browser, so the numbers you enter stay on your device. The math behind it is written by hand and tested against worked examples and standard references before the page goes live.
SuperGlobalCalculator is independently built and maintained. See how we build and verify our calculators.