Solve a Triangle Given Its Perimeter, Altitude, and Angle

In this tutorial, we solve triangles by finding all sides when the perimeter, an altitude, and an angle are known.


Problem 1: Solve a Triangle Given Its Perimeter

Triangle \(ABC\) has a perimeter of \(100\) units. The altitude corresponding to side \(a\) has length \(h = 18\) units, and the angle at vertex \(A\) is \(56^\circ\). Find the lengths of all sides.

Triangle with given perimeter, altitude, and angle

Solution


Problem 2: Find the Perimeter of a Right Triangle

Find the perimeter of a right triangle with legs of lengths \(30\) cm and \(40\) cm.

Right triangle perimeter problem

Solution

Using the Pythagorean theorem: \[ h^2 = 30^2 + 40^2 \] \[ h = 50 \text{ cm} \]

The perimeter is: \[ P = 30 + 40 + 50 = 120 \text{ cm} \]


Problem 3: Find the Perimeter of an Isosceles Triangle

An isosceles triangle has two equal sides of \(10\) m and an included angle of \(30^\circ\). Find its perimeter.

Isosceles triangle perimeter problem

Solution

Using the cosine law to find the base \(x\): \[ x^2 = 10^2 + 10^2 - 2(10)(10)\cos 30^\circ \] \[ x \approx 5.18 \text{ m} \]

The perimeter is: \[ P = 10 + 10 + 5.18 = 25.18 \text{ m} \]


Related Geometry Resources