4.3.5 Special Right Triangles¶
Recognizing and using properties of 45-45-90 and 30-60-90 triangles to solve problems efficiently.
定义¶
Special right triangles are right triangles with specific angle measures that have predictable side length ratios, allowing for quick calculation of unknown sides without using trigonometric functions. The two main types are:
45-45-90 Triangle (Isosceles Right Triangle): A right triangle with two 45° angles and one 90° angle. The two legs are equal in length, and the hypotenuse is \(\sqrt{2}\) times the length of each leg. If each leg has length \(a\), then the hypotenuse has length \(a\sqrt{2}\).
30-60-90 Triangle: A right triangle with angles measuring 30°, 60°, and 90°. The sides are in a constant ratio determined by the angle measures. If the side opposite the 30° angle has length \(a\), then the side opposite the 60° angle has length \(a\sqrt{3}\), and the hypotenuse has length \(2a\). \nThese triangles are fundamental in geometry and trigonometry because their side ratios are exact and can be memorized, making problem-solving more efficient than calculating with decimal approximations.
核心公式¶
- \(\text{45-45-90 Triangle: } \text{legs} = a, \text{ hypotenuse} = a\sqrt{2}\)
- \(\text{45-45-90 Ratio: } 1 : 1 : \sqrt{2}\)
- \(\text{30-60-90 Triangle: } \text{short leg} = a, \text{ long leg} = a\sqrt{3}, \text{ hypotenuse} = 2a\)
- \(\text{30-60-90 Ratio: } 1 : \sqrt{3} : 2\)
- \(\text{If hypotenuse of 45-45-90 triangle is } h, \text{ then each leg} = \frac{h}{\sqrt{2}} = \frac{h\sqrt{2}}{2}\)
易错点¶
- ⚠️ ["Confusing the side ratios between 45-45-90 and 30-60-90 triangles. Students often incorrectly apply the 1:√3:2 ratio to a 45-45-90 triangle or vice versa. Always verify which angles are present before applying the ratio.", "Forgetting to rationalize denominators when expressing legs of a 45-45-90 triangle in terms of the hypotenuse. Writing \(\frac{h}{\sqrt{2}}\) instead of the rationalized form \(\frac{h\sqrt{2}}{2}\) may result in answer format mismatches.", "Misidentifying which side is opposite which angle in a 30-60-90 triangle. Students may incorrectly assign the short leg (\(a\)) to the 60° angle instead of the 30° angle, reversing the long leg and short leg.", "Failing to recognize when a problem involves a special right triangle. Students sometimes resort to the Pythagorean theorem or trigonometric ratios when a special right triangle ratio would provide an exact answer more efficiently."]