Base of a Triangle Calculator

This calculator finds the base of a triangle using whichever measurements you have, across three common situations. If you know the area and the perpendicular height, it rearranges the standard area formula, base equals two times area divided by height, to solve for the base directly. If you only know the three side lengths, it applies Heron's formula to work out the area, then converts that into the perpendicular height to whichever side you nominate as the base. If you have a right triangle and know the hypotenuse and one leg, it uses the Pythagorean theorem to find the missing leg, which becomes your base. Choose the matching method from the dropdown, enter your known values, and the tool instantly returns the base length, the area, and the perpendicular height to that base, with full working shown for every step. It also checks your inputs, flagging negative or zero values and warning you if the three sides entered cannot form a valid triangle under the triangle inequality rule. This suits schoolwork, trade measurements such as roofing or fencing, DIY building and landscaping projects, or any time you need to work backwards from area or side lengths to a dimension. The calculator assumes flat, Euclidean geometry, and results are only as accurate as the measurements you enter, so check your figures and units before relying on the answer for anything structural.

Calculate.co.nz is proud to be partnered with realtor.co.nz, a trusted resource for navigating the New Zealand property market. Their Helpful Articles section offers clear, well-structured insights across buying, selling, and building, making complex real estate topics more accessible. With a focus on up-to-date guidance and practical knowledge, they empower Kiwis to move forward with clarity and confidence in a constantly evolving property landscape.
Calculate.co.nz partner: realtor.co.nz
Standard Formula  Area formula rearrangement, Heron's formula, and the Pythagorean theorem.

1. Choose Your Method

2. Result

Base Length
10
units
Area
30
square units
Height to Base
6
units
Please enter valid positive numbers. For three sides, they must satisfy the triangle inequality (the sum of any two sides must exceed the third).
Working:
base = (2 x 30) / 6 = 10.00

How to Find the Base of a Triangle

The "base" of a triangle is any one of its three sides. The height (or altitude) is the perpendicular distance from that base to the opposite vertex. Depending on what information you already know, there are three common methods to calculate the base.

Method 1: From Area and Height

The area of a triangle is half the base times the perpendicular height:

Area = (base x height) / 2

Rearranging to solve for the base:

base = (2 x Area) / height

This is the most direct method. It works for any triangle as long as the height is truly perpendicular to the chosen base (not slanted along another side).

AreaHeightBase
30610.00
50812.50
24412.00
100540.00

Method 2: From Three Sides (Heron's Formula)

If you know all three side lengths (a, b, c) and want to find the perpendicular height to side a, first calculate the area using Heron's formula:

  1. Calculate the semi-perimeter: s = (a + b + c) / 2
  2. Calculate the area: Area = sqrt(s x (s - a) x (s - b) x (s - c))
  3. The perpendicular height to side a is: height = 2 x Area / a

For example, with sides a = 10, b = 8, c = 6: s = 12, Area = sqrt(12 x 2 x 4 x 6) = sqrt(576) = 24, height = 2 x 24 / 10 = 4.80 units.

Method 3: Right Triangle (Pythagorean Theorem)

In a right triangle, the two shorter sides (legs) meet at a right angle. If you know the hypotenuse and one leg, find the other leg (the base) using:

base = sqrt(hypotenuse squared - height squared)

For example, hypotenuse = 13, one leg = 5: base = sqrt(169 - 25) = sqrt(144) = 12.

Worked Example (Default Values)

A triangle has an area of 30 square units and a perpendicular height of 6 units. What is its base?

  1. Apply the rearranged area formula: base = (2 x Area) / height
  2. base = (2 x 30) / 6
  3. base = 60 / 6
  4. base = 10.00 units

Verification: Area = (10 x 6) / 2 = 30 square units. Correct.

Related Calculators

Sources and method: Standard Euclidean geometry. Area formula: Area = (1/2) x base x height. Heron's formula (60 BC). Pythagorean theorem (a^2 + b^2 = c^2). All standard secondary school mathematics.

This calculator assumes Euclidean (flat) geometry. Results are in whatever units you enter for length; area must be in the square of those units. For the three-sides method, the sides must satisfy the triangle inequality.