Enter values to see results
—
—
Enter values to see results
—
—
The Triangle Height Calculator determines the altitude (height) of a triangle using two different methods: directly from a known base and area, or from all three side lengths via Heron's formula. The height of a triangle is the perpendicular distance from a vertex to the opposite side (the base), and it plays a central role in area calculations, structural engineering, and coordinate geometry.
The most direct approach uses the fundamental area relationship $$A = \frac{1}{2} b h$$, rearranged to solve for height: $$h = \frac{2A}{b}$$. When you already know the triangle's area and the length of one side, this formula gives the corresponding altitude instantly. This method is commonly used when area has been determined by other means, such as coordinate geometry or integration.
When only the three side lengths are known, the calculator first computes the area using Heron's formula, then derives the height. Heron's formula calculates the area from the semi-perimeter $$s = \frac{a+b+c}{2}$$ as $$A = \sqrt{s(s-a)(s-b)(s-c)}$$, and then the height relative to side $$b$$ is $$h_b = \frac{2A}{b}$$. This two-step approach is invaluable when direct height measurement is impractical, such as in surveying irregular land parcels or analyzing triangular structural components.
Understanding triangle heights is essential across many disciplines. In architecture, the height of a triangular gable determines roof pitch and attic volume. In physics, the altitude of a triangular cross-section affects moment of inertia calculations. In navigation, triangle altitudes help determine distances and positions through triangulation. Even in computer graphics, height calculations are fundamental to rendering and collision detection algorithms.
Every triangle has three distinct heights, one from each vertex to the opposite side. These three altitudes always intersect at a single point called the orthocenter. The position of the orthocenter depends on the triangle type: inside for acute triangles, at the right-angle vertex for right triangles, and outside for obtuse triangles. This calculator focuses on the height relative to the specified base, but the same method applies to any side.
Method 1 — From Base and Area:
Starting from the area formula:
$$A = \frac{1}{2} \cdot b \cdot h$$
Solve for height:
$$h = \frac{2A}{b}$$
Method 2 — From Three Sides (Heron's Formula):
First, compute the semi-perimeter:
$$s = \frac{a + b + c}{2}$$
Then compute the area using Heron's formula:
$$A = \sqrt{s(s-a)(s-b)(s-c)}$$
Finally, derive the height to base $$b$$:
$$h_b = \frac{2A}{b}$$
The height is the perpendicular distance from the vertex opposite the base down to the base line (or its extension). It is always positive and measured in the same units as the sides. The area output confirms the triangle's area, either as entered directly (Method 1) or as computed via Heron's formula (Method 2). For the Heron's method, ensure all three sides satisfy the triangle inequality, or the area computation will produce invalid results.
Inputs
Results
With base = 10 and area = 30, height = 2(30)/10 = 6 units.
Inputs
Results
Sides 8, 10, 6: s = 12, Area = sqrt(12·4·2·6) = sqrt(576) = 24, h = 2(24)/10 = 4.8.
The height (altitude) of a triangle is the perpendicular distance from a vertex to the line containing the opposite side (base). Every triangle has three heights, one corresponding to each side used as a base.
Use the formula h = 2A/b, where A is the area and b is the base length. This is derived directly from the area formula A = (1/2)bh by solving for h.
Yes. In an obtuse triangle, the altitude from the vertex of an acute angle falls outside the triangle. The base must be extended to meet the perpendicular from that vertex.
The orthocenter is the point where all three altitudes of a triangle intersect. For acute triangles it lies inside, for right triangles it is at the right-angle vertex, and for obtuse triangles it lies outside the triangle.
Heron's formula computes the area from three side lengths without needing any angle. Once the area is known, the height relative to any chosen base is simply h = 2A/b.
If the sides violate the triangle inequality (sum of any two sides must exceed the third), Heron's formula produces a negative value under the square root, resulting in an undefined or NaN output. Verify your side lengths form a valid triangle first.
Roboculator Team
The Roboculator Team explains calculations, planning tools, and practical formulas in clear language for real-life situations.
How helpful was this calculator?
Be the first to rate!