Isosceles Triangle Equal Side Calculator

Find the equal side length of an isosceles triangle given base and height, base and area, or base and angle.

Select Known Values

Result

Equal Side (a)
--
units
Base (b) --
Height (h) --
Area --
Perimeter --
Base Angle --
Apex Angle --

Step-by-Step Solution

a = sqrt(h^2 + (b/2)^2)

How to Find the Equal Side of an Isosceles Triangle

In an isosceles triangle, the two equal sides (often called "legs") are labeled a, and the third side is the base b. The altitude drawn from the apex to the base bisects the base, forming two congruent right triangles. This property allows us to use the Pythagorean theorem and trigonometric identities to find the equal side from various known quantities.

Formulas for Finding the Equal Side

From Base and Height

The most direct method using the Pythagorean theorem.

a = sqrt(h2 + (b/2)2)

From Base and Area

Find height first, then apply Pythagorean theorem.

h = 2A/b, then a = sqrt(h2 + (b/2)2)

From Base and Base Angle

Use the cosine function directly.

a = (b/2) / cos(alpha)

From Base and Apex Angle

Apply the sine rule or half-angle relationship.

a = b / (2 sin(beta/2))

From Perimeter and Base

Simple algebra from the perimeter formula.

a = (P - b) / 2

Step-by-Step Example

Given an isosceles triangle with base b = 12 and height h = 8:

  1. Half the base: b/2 = 12/2 = 6
  2. Apply Pythagorean theorem: a = sqrt(82 + 62) = sqrt(64 + 36) = sqrt(100) = 10
  3. The equal side length is 10 units.

Relationship Between Methods

All methods ultimately reduce to the same geometric relationship. The Pythagorean theorem approach is the most fundamental, while the trigonometric methods are derived from it. The perimeter method is the simplest algebraically but requires knowing the perimeter directly.

Constraints for Valid Triangles

  • The equal side must be greater than half the base: a > b/2 (triangle inequality).
  • The base angle must be between 0 and 90 degrees.
  • The apex angle must be between 0 and 180 degrees.
  • The perimeter must be greater than the base: P > b.
  • For a valid isosceles (not equilateral) triangle: a is not equal to b.

Applications

Determining the side length of isosceles triangles is important in construction (rafters, roof trusses), bridge engineering (truss members), furniture design (triangular supports), and computer graphics (mesh generation). It is also fundamental to solving many geometry and trigonometry problems in education.