30 60 90 Triangle Calculator
Calculate all the sides, area, and perimeter of any 30-60-90 triangle.
The Anatomy of the 30-60-90 Triangle
A 30-60-90 triangle is a special right triangle created by slicing an equilateral triangle exactly in half down its altitude. This straight bisection creates two identical right triangles. The original 60-degree top angle splits into a precise 30-degree angle, while the bottom cut forms the new 90-degree corner.
Every 30-60-90 triangle has three distinct sides tied directly to its specific angles. The shortest side always sits exactly opposite the 30-degree angle. The medium-length side sits opposite the 60-degree angle. The longest side, known as the hypotenuse, rests opposite the 90-degree right angle.
Because these angles are locked, the physical proportions of the sides never change. You can scale the triangle to the size of a microchip or the size of a skyscraper, and the anatomical relationship remains identical.
The Core Ratio and Formulas
The fundamental utility of this shape lies in its predictable, fixed proportions. The lengths of the sides always follow the strict ratio of 1 : √3 : 2. If you know a single side length, you bypass complex trigonometry and instantly calculate the remaining two sides.
We assign specific variables to represent these sides mathematically. Let a represent the short leg, b represent the long leg, and c represent the hypotenuse.
- Finding the Hypotenuse (c): Double the short leg. c = 2a
- Finding the Long Leg (b): Multiply the short leg by the square root of 3. b = a × √3
- Finding the Short Leg (a) from the Hypotenuse: Divide the hypotenuse by 2. a = c / 2
- Finding the Short Leg (a) from the Long Leg: Divide the long leg by the square root of 3. a = b / √3
Step-by-Step Solving Scenarios
Scenario 1: You Only Know the Short Leg
This is the easiest scenario. The short leg acts as your base unit.
To find the hypotenuse, simply double your measurement. To find the long leg, multiply your measurement by the square root of 3. If your short leg is 5 inches, your hypotenuse is exactly 10 inches. Your long leg is 5 times the square root of 3.
Scenario 2: You Only Know the Hypotenuse
Work backward to find your base unit. Divide the hypotenuse in half to reveal the short leg.
Once you have the short leg, you revert to the standard rule for finding the long leg. Multiply that new short leg value by the square root of 3. If a roof truss has a 20-foot hypotenuse, the short leg is 10 feet, and the long leg is 10 times the square root of 3.
Scenario 3: You Only Know the Long Leg
This scenario routinely trips up students and professionals alike. You cannot jump straight to the hypotenuse from the long leg. You must find the short leg first.
Divide your long leg measurement by the square root of 3. This isolates the short leg. Once you have the short leg, multiply it by 2 to establish your hypotenuse.
Calculating Area and Perimeter
Finding the Area
The standard area formula for a right triangle is half the base multiplied by the height. In our specific triangle, the two legs act as the base and height. You multiply the short leg (a) by the long leg (b) and divide by two.
Because we know the long leg is just the short leg multiplied by the square root of 3, we can rewrite the formula exclusively using the short leg:
Area = (a2 × √3) / 2
Finding the Perimeter
Perimeter is the total continuous distance around the outside of the shape. You simply add the short leg, long leg, and hypotenuse together.
Using our standard variables, the formula is a + b + c. By substituting our known ratios, we can express the entire perimeter using only the short leg (a) as the driving variable:
Perimeter = a(3 + √3)
Advanced Geometric Connections
The Hexagon Connection
A perfect, regular hexagon is simply a collection of six identical equilateral triangles arranged around a central point. If you drop a perpendicular line down the center of any of those equilateral triangles, you instantly create two 30-60-90 triangles.
This means every regular hexagon contains exactly twelve 30-60-90 triangles. This geometric reality explains why the square root of 3 governs the measurements across the flats of a hexagonal bolt or nut. The apothem (the distance from the center to the midpoint of a side) acts exactly as the long leg of our triangle.
Circumcircles and Incircles
When you draw a perfect circle touching all three corners of a right triangle (a circumcircle), the hypotenuse always forms the exact diameter of that circle. In a 30-60-90 triangle, the radius of this outer circle perfectly equals the length of the short leg.
The incircle, which rests perfectly inside the triangle touching all three sides, has a more specific radius. You calculate it by adding the two legs together, subtracting the hypotenuse, and dividing the result by two.
Here is the precise formula for the inradius: r = (a + b – c) / 2
Real-World Applications
The internet is flooded with purely academic calculators that stop at high school trigonometry. I structured this tool to handle the proportional math used daily by tradesmen, engineers, and digital artists.
Construction & Carpentry
Carpenters deal with right triangles constantly when cutting roof rafters and stair stringers. While standard American roof pitches use an x/12 ratio, custom framing and vaulted ceilings frequently utilize exact 30 or 60-degree cuts. Knowing that a 60-degree rafter cut means the wall height (long leg) will exactly equal the floor run (short leg) multiplied by 1.732 saves hours of job site layout time.
Machining & Drafting
Machinists programming CNC mills frequently need to drill six equally spaced holes around a central point, known as a bolt hole circle. Generating the X and Y coordinates for these holes without CAD software requires fast calculations. Because a six-hole pattern divides a 360-degree circle into 60-degree increments, the coordinates for every single hole map perfectly to the side ratios of a 30-60-90 triangle.
Digital Design & Game Development
Modern UI designers and 2D game developers rely heavily on isometric grids to simulate 3D environments on flat screens. True isometric projection results in 2D angles on the screen that are exactly 30 degrees from the horizontal. Developers use the 1 : √3 ratio constantly to calculate pixel-perfect grid spacing and render bounding boxes for isometric assets.
Real-World Applications
Construction & Carpentry
Carpenters deal with right triangles constantly when cutting roof rafters and stair stringers. While standard American roof pitches use an x/12 ratio, custom framing and vaulted ceilings frequently utilize exact 30 or 60-degree cuts. Knowing that a 60-degree rafter cut means the wall height (long leg) will exactly equal the floor run (short leg) multiplied by 1.732 saves hours of job site layout time.
Machining & Drafting
Machinists programming CNC mills frequently need to drill six equally spaced holes around a central point, known as a bolt hole circle. Generating the X and Y coordinates for these holes without CAD software requires fast calculations. Because a six-hole pattern divides a 360-degree circle into 60-degree increments, the coordinates for every single hole map perfectly to the side ratios of a 30-60-90 triangle.
Digital Design & Game Development
Modern UI designers and 2D game developers rely heavily on isometric grids to simulate 3D environments on flat screens. True isometric projection results in 2D angles on the screen that are exactly 30 degrees from the horizontal. Developers use the 1 : √3 ratio constantly to calculate pixel-perfect grid spacing and render bounding boxes for isometric assets.
Mental Math Shortcuts for the Field
You do not always have a calculator on hand when framing a wall or setting up a mill. Memorizing a few simple numerical approximations keeps your workflow moving quickly.
The square root of 3 equals roughly 1.732. For most rough framing and basic fabrication tasks, rounding this down to 1.7 provides enough accuracy to get you safely inside the acceptable tolerance zone.
If you know the hypotenuse and need the long leg fast, use the “divide by 2, multiply by 1.7” trick. First, divide your hypotenuse in half to mentally isolate the short leg. Then, simply multiply that resulting number by 1.7 to establish your long leg measurement on the fly.
Common Pitfalls and How to Avoid Them
Even experienced technicians make simple operational errors when working with set ratios. The most frequent mistake is applying the square root multiplier to the wrong leg. Remember that the long leg must always be physically longer than the short leg.
If your calculated long leg ends up shorter than your starting measurement, you divided instead of multiplied. Always perform a quick visual sanity check on your final numbers to catch this exact error.
Another massive time-waster is defaulting to the Pythagorean theorem. Many students see a right triangle and immediately start writing out a2 + b2 = c2. If you know the triangle has a 30-degree or 60-degree angle, completely skip the squared variables and use the direct linear ratio instead.
FAQs
Q1. Is a 30-60-90 triangle always a right triangle?
A: Yes. By definition, any triangle containing a 90-degree angle is a right triangle. The 30-60-90 classification simply specifies the exact measurements of the remaining two acute angles.
Q2. Can a 30-60-90 triangle be isosceles?
A: No. An isosceles triangle requires two equal angles and two equal side lengths. Because all three angles in a 30-60-90 triangle are different, all three side lengths are also different, making it a strictly scalene right triangle.
Q3. What are the standard trigonometric ratios for a 30-60-90 triangle?
A: Because the side proportions are permanently locked, the sine, cosine, and tangent values for these angles never change. For the 30-degree angle, the sine is exactly 1/2, the cosine is √3 / 2, and the tangent is √3 / 3. For the 60-degree angle, the sine and cosine values swap perfectly.