Isosceles triangle formulas
An isosceles triangle has two equal sides (legs) and a distinct base. The two base angles are always equal. The height from the apex bisects the base at right angles, splitting the triangle into two congruent right triangles.
Area = (base * height) / 2. The height from the apex is h = sqrt(leg^2 - (base/2)^2). Perimeter = 2 * leg + base.
h = sqrt(a^2 - (b/2)^2)
Height from the apex, where a is the leg length and b is the base.
A = b * h / 2
Area from base b and height h.