Overview
Right triangles and the Pythagorean theorem are among the highest-frequency geometry topics on the digital SAT. The theorem (a² + b² = c²) is provided on the SAT reference sheet along with the two special right triangle ratios (45-45-90 and 30-60-90). Questions range from direct application to multi-step problems where a hidden right triangle must be identified within a coordinate plane, a composite figure, or a 3D solid. Pythagorean triples (3-4-5, 5-12-13, 8-15-17) are not on the reference sheet and should be memorized for speed.
Key Points
1. The Pythagorean Theorem
For a right triangle with legs a and b and hypotenuse c:
a² + b² = c²
The hypotenuse c is always the longest side, opposite the 90° angle. Always identify c before plugging values into the formula.
2. Pythagorean Triples (Must Memorize)
These integer triples satisfy a² + b² = c² exactly. Recognizing them saves significant computation time.
| Base Triple | Common Multiples |
|---|---|
| 3-4-5 | 6-8-10, 9-12-15, 12-16-20 |
| 5-12-13 | 10-24-26 |
| 8-15-17 | 16-30-34 |
Strategy: if two sides of a right triangle are given and fit a multiple of a known triple, the third side can be read off immediately without algebra.
3. Special Right Triangles (On SAT Reference Sheet)
45-45-90 triangle (isosceles right triangle):
Sides ratio: x : x : x√2
- Both legs equal; hypotenuse = leg × √2
- If hypotenuse is given: leg = hypotenuse / √2 = hypotenuse × √2/2
30-60-90 triangle:
Sides ratio: x : x√3 : 2x
(30°) (60°) (90°)
- Side opposite 30° is the shortest (x)
- Side opposite 60° is x√3
- Side opposite 90° (hypotenuse) is 2x
Trigger: if any angle is 30°, 45°, or 60° in a right triangle, use the special ratio immediately rather than the full theorem.
4. Applying the Pythagorean Theorem in Coordinate Geometry
When two points are given, the distance between them equals the hypotenuse of the right triangle formed by:
horizontal leg = |x₂ − x₁|
vertical leg = |y₂ − y₁|
distance = √[(x₂−x₁)² + (y₂−y₁)²]
Drawing the right triangle on the coordinate plane often makes the problem visual and avoids formula errors.
5. Multi-Step Problems
The theorem is frequently embedded inside larger problems:
- Diagonal of a rectangle: form a right triangle with the two sides as legs
- Diagonal of a rectangular prism: apply the theorem twice (once for the base diagonal, once for the 3D diagonal)
- Height of an isosceles triangle: drop a perpendicular from the apex to the base, creating two congruent right triangles
- Circle and chord: a perpendicular from the center to a chord bisects it, forming a right triangle (radius = hypotenuse)
Pitfalls and Common Mistakes
Mistake 1: Confusing a leg with the hypotenuse Students plug the wrong value into c, especially when the hypotenuse is not the longest labeled number at first glance. Fix: Always identify which side is opposite the right angle first; that side is c. Confirm that c is the largest of the three values.
Mistake 2: Forgetting to take the square root Computing c² = 169 correctly but writing the answer as 169 instead of 13. Fix: Write the final step explicitly: “c = √169 = 13.” Never skip the square root.
Mistake 3: Adding sides instead of squaring them Writing a + b = c instead of a² + b² = c². Fix: The formula has squares; internalize it as “squares of legs = square of hypotenuse.”
Mistake 4: Applying the theorem to non-right triangles Using a² + b² = c² when the triangle has no right angle marked. Fix: Confirm that a right angle (90°) is explicitly marked in the diagram before applying the theorem.
Mistake 5: Missing the hidden right triangle Many SAT problems do not draw a right triangle directly; you must recognize that an altitude, diagonal, or distance implies one. Fix: When stuck on a geometry problem, ask: “Is there a right angle I can construct or identify here?”
Related Entries
- Area_Perimeter_Plane_Figures
- Similar_Triangles
- Trigonometric_Functions
- Coordinate_Geometry
- Volume_Surface_Area
Quick Reference Card
| Concept | Formula / Value |
|---|---|
| Pythagorean theorem | a² + b² = c² (c = hypotenuse) |
| 45-45-90 sides | x, x, x√2 |
| 30-60-90 sides | x, x√3, 2x (opposite 30°, 60°, 90°) |
| Triple: 3-4-5 | multiples: 6-8-10, 9-12-15 |
| Triple: 5-12-13 | multiples: 10-24-26 |
| Triple: 8-15-17 | multiples: 16-30-34 |
| Distance (coordinate) | √[(x₂−x₁)²+(y₂−y₁)²] |