Computing the missing side
The most useful skill from this chapter is also the simplest: given two sides of a right triangle, you can always find the third in one line.
Concept
Three cases.
-
Find the hypotenuse given the two legs : .
-
Find a leg given the hypotenuse and the other leg : .
-
(Trivial , for completeness.) Given hypotenuse and a leg , the other leg is also .
Procedure.
- Sketch the triangle and label the right angle clearly. The hypotenuse is opposite the right angle and is always the longest side.
- Decide which of the three cases you are in.
- Write down the formula, square the known sides, do the arithmetic.
- Take a (positive) square root.
Common pitfalls.
- Using as if it were a leg. The hypotenuse is always opposite the right angle.
- Forgetting to square when applying the formula (writing , wrong).
- Negative signs when subtracting under the root (means you misidentified which side is the hypotenuse).
Useful shortcut. If the two given sides match a Pythagorean triple (like or ), the answer is the third member of the triple ( or ) , no calculation needed.
Decimal answers. Many right triangles don't have integer sides. Don't be alarmed. are perfectly valid lengths, even if they have non-terminating decimals.
Worked examples
Example 1. Find given .
- .
Example 2. Find the leg given .
- .
Example 3. A right triangle has legs and . Find the hypotenuse.
- .
Example 4. A ladder m long leans against a wall. Its foot is m from the wall. How high does the top touch?
- Sketch: right triangle. Ladder is hypotenuse . Distance from wall = leg .
- Height m.
Try it yourself
- Find the hypotenuse if legs are and .
- Find the leg if hypotenuse and the other leg is .
- A rectangle has sides cm and cm. Find its diagonal.
- Find the diagonal of a square of side cm.
- A ladder leans against a wall reaching m up; the foot is m from the wall. Length of ladder?
- The hypotenuse of a right triangle is . One leg is . Find the other.
- Find the hypotenuse if legs are and .
- Two trees are m and m tall, standing m apart. The distance between their tops is?
Activity
Ladder safety. Building codes for ladders recommend a base-to-wall ratio of about (so a ladder leaning a quarter of its length away from the wall is safe). For a m ladder, the base should be m from the wall. Use the theorem to find the height it reaches: m. Compare with the height you computed for a " m base" ladder. Safety is built on geometry.