📚 Pythagorean Theorem and Applications | 毕达哥拉斯定理及其应用
The Pythagorean Theorem is one of the most fundamental results in geometry, linking the sides of a right-angled triangle. It is named after the ancient Greek mathematician Pythagoras and is essential for solving countless real-world and abstract problems. In this article, we will explore the theorem, its proof, how to use it to find missing sides, and how it appears in 3D shapes and everyday situations.
毕达哥拉斯定理是几何学中最基本的结论之一,它将直角三角形的三条边联系起来。该定理以古希腊数学家毕达哥拉斯命名,对于解决无数现实世界和抽象问题至关重要。在本文中,我们将探讨定理内容、证明方法、如何利用它求未知边长,以及它如何在三维图形和日常生活中出现。
1. Introduction to Right-Angled Triangles | 直角三角形简介
A right-angled triangle is a triangle that contains one angle of 90°. The side opposite the right angle is always the longest side and is called the hypotenuse. The other two sides are referred to as the legs or, more precisely, the adjacent and opposite sides depending on the angle of interest. Understanding these labels is crucial before applying the theorem.
直角三角形是包含一个90°角的三角形。直角所对的边永远是最长的边,称为斜边。另外两条边称为直角边,根据所关注的角还可以更精确地分为邻边和对边。在应用定理之前,理解这些名称至关重要。
In diagrams, we usually label the hypotenuse as ‘c’ and the other two sides as ‘a’ and ‘b’. The right angle is often marked with a small square. Any triangle without a right angle cannot be solved directly with the Pythagorean Theorem.
在示意图中,通常将斜边标记为“c”,另外两条边标记为“a”和“b”。直角常用一个小方框标出。任何没有直角的三角形都不能直接用毕达哥拉斯定理求解。
2. The Pythagorean Theorem Statement | 毕达哥拉斯定理的表述
The theorem states: In a right-angled triangle, the square of the hypotenuse is equal to the sum of the squares of the other two sides. Written as a formula:
a² + b² = c²
定理指出:在直角三角形中,斜边的平方等于两条直角边的平方之和。写作公式:
a² + b² = c²
Here, ‘c’ represents the length of the hypotenuse, while ‘a’ and ‘b’ represent the lengths of the other two sides. This simple equation is the foundation for distance calculations, construction, and navigation.
其中,“c”代表斜边的长度,“a”和“b”代表另外两条边的长度。这个简单的方程是距离计算、建筑和导航等领域的基础。
3. Visual Proof of the Theorem | 定理的直观证明
One classic proof uses squares built on each side of a right-angled triangle. If you draw a square on each side, the area of the square on the hypotenuse equals the combined areas of the squares on the other two sides. This can be demonstrated by rearranging pieces or comparing shaded regions in diagrams.
一种经典证明方法是在直角三角形每条边上各画一个正方形。斜边上的正方形面积恰好等于两条直角边上的正方形面积之和。这可以通过重新排列纸片或比较图中的阴影区域来演示。
For example, with a triangle of sides 3, 4, and 5, the square on the 3-side has area 9, the square on the 4-side has area 16, and the square on the 5-side has area 25. Indeed, 9 + 16 = 25.
例如,对于边长为3、4、5的三角形,边长为3的正方形面积为9,边长为4的正方形面积为16,边长为5的正方形面积为25。确实,9 + 16 = 25。
4. Calculating the Hypotenuse | 计算斜边长度
When the lengths of the two shorter sides are known, you can find the hypotenuse by substituting into the formula and then taking the square root. If a = 6 cm and b = 8 cm:
c² = 6² + 8² = 36 + 64 = 100
c = √100 = 10 cm
当知道两条较短边的长度时,可以将数值代入公式,然后取平方根求出斜边。若 a = 6 cm,b = 8 cm:
c² = 6² + 8² = 36 + 64 = 100
c = √100 = 10 cm
Always remember to take the positive square root, as lengths are positive. The hypotenuse will always be longer than either of the other two sides, so a quick check of your answer is possible.
永远记住取正的平方根,因为长度是正值。斜边总会比任何一条直角边都长,因此可以快速检查答案是否合理。
5. Calculating a Shorter Side | 计算一条直角边的长度
To find a missing leg when the hypotenuse and one leg are known, rearrange the formula. For example, if c = 13 m and a = 5 m, find b:
b² = c² – a² = 13² – 5² = 169 – 25 = 144
b = √144 = 12 m
当已知斜边和一条直角边时,需要重新排列公式来求未知的直角边。例如,若 c = 13 m,a = 5 m,求 b:
b² = c² – a² = 13² – 5² = 169 – 25 = 144
b = √144 = 12 m
It is a common error to add instead of subtract when finding a shorter side. Always identify which side is the hypotenuse first; the hypotenuse is always opposite the right angle and isolated in the equation c² = a² + b².
在求直角边时,一个常见错误是用加法而不是减法。务必首先确定哪条边是斜边;斜边永远正对直角,并在等式 c² = a² + b² 中单独在一边。
6. Pythagorean Triples | 毕达哥拉斯三元数组
A Pythagorean triple consists of three positive integers a, b, and c that satisfy a² + b² = c². The simplest example is (3, 4, 5). Other common triples include (5, 12, 13), (8, 15, 17), and (7, 24, 25). Multiples of these triples also work, such as (6, 8, 10) which is double the (3,4,5) triple.
毕达哥拉斯三元数组是由三个正整数 a, b, c 组成的数组,满足 a² + b² = c²。最简单的例子是 (3, 4, 5)。其他常见的三元数组包括 (5, 12, 13)、(8, 15, 17) 和 (7, 24, 25)。这些三元数组的倍数也同样成立,例如 (6, 8, 10) 是 (3,4,5) 的两倍。
Recognising these triples can save time in exams. Even if a triangle’s sides are not whole numbers, checking against known triples can help you spot easier methods or confirm your calculations.
识别这些三元数组可以在考试中节省时间。即使三角形的边长不是整数,对照已知的三元数组也能帮助你发现更简单的方法或确认计算结果。
7. Applications in Real Life | 实际生活中的应用
The Pythagorean Theorem is used in many fields. Builders use it to check whether walls are perpendicular by measuring the diagonals. In navigation, it helps find the shortest distance between two points when moving in two perpendicular directions.
毕达哥拉斯定理在许多领域都有应用。建筑工人通过测量对角线来检查墙壁是否垂直。在导航中,它有助于计算在两个垂直方向上移动时两点之间的最短距离。
A ladder leaning against a wall forms a right-angled triangle: the ladder is the hypotenuse, while the distance from the wall and the height reached are the legs. If a 5 m ladder is placed 2 m from a wall, the height it reaches is √(5² – 2²) = √21 ≈ 4.58 m.
靠墙的梯子构成一个直角三角形:梯子是斜边,梯子底部到墙的距离和梯子到达的高度是直角边。如果一把 5 m 长的梯子放在离墙 2 m 处,它到达的高度为 √(5² – 2²) = √21 ≈ 4.58 m。
8. Pythagorean Theorem in 3D | 三维空间中的毕达哥拉斯定理
In three-dimensional problems, the theorem can be applied twice. To find the space diagonal of a rectangular prism (a box), first find the diagonal of one face using a² + b² = d², then use that diagonal and the height to find the space diagonal: d² + height² = space diagonal².
在三维问题中,可以两次应用定理。要求长方体(箱子)的空间对角线,可以先用 a² + b² = d² 求出一个面的对角线,然后再用该对角线和高求出空间对角线:d² + height² = 空间对角线²。
For a box with length l, width w, and height h, the space diagonal can be found directly with the 3D Pythagorean formula:
Space diagonal = √(l² + w² + h²)
对于长为 l、宽为 w、高为 h 的长方体,空间对角线可以直接用三维毕达哥拉斯公式计算:
空间对角线 = √(l² + w² + h²)
This is useful when calculating the length of a rod that can fit inside a box or the distance between opposite corners of a room.
这在计算能放入箱内的杆的长度或房间对角之间的距离时很有用。
9. Problem-Solving Strategies | 解题策略
When faced with a word problem, draw a diagram and label the right angle and the sides you know. Identify whether you are finding the hypotenuse or a shorter side. Write down the formula and substitute the numbers carefully, remembering to square the values before adding or subtracting.
遇到文字题时,先画出示意图,标出直角和已知边长。确定要求的是斜边还是一条直角边。写下公式并仔细代入数值,记住先求平方值再进行加减运算。
If the triangle is not immediately obvious, look for right angles in shapes like rectangles, squares, or circles where a radius and a tangent form a right angle. Sometimes you may need to combine the Pythagorean Theorem with other formulas, such as area or perimeter.
如果三角形不是一目了然,注意在矩形、正方形或圆中寻找直角,例如半径与切线形成直角。有时可能需要将毕达哥拉斯定理与面积或周长等其他公式结合使用。
10. Common Mistakes and How to Avoid Them | 常见错误及避免方法
A typical mistake is misidentifying the hypotenuse. Remember, it is always opposite the right angle and is the longest side. Never assume the side with the largest given number is the hypotenuse unless it is opposite the right angle.
一个典型错误是认错斜边。请记住,斜边永远正对直角,并且是最长的边。切勿假定已知最大数值的边就是斜边,除非它正对直角。
Another error is mixing up the operations: adding when you should subtract when finding a leg. Always start from a² + b² = c², then rearrange to a² = c² – b² or b² = c² – a². Also, do not forget to take the square root at the end; leaving the answer as c² is a mistake.
另一个错误是运算混淆:在求直角边时应当用减法却使用了加法。务必始终从 a² + b² = c² 出发,然后移项得到 a² = c² – b² 或 b² = c² – a²。此外,不要忘记最后开平方根;将答案留为 c² 是错误的。
11. Practice Questions with Solutions | 练习题与解答
Test your understanding with these examples:
通过以下例子测试你的理解:
-
Q1: A right-angled triangle has legs of length 9 cm and 12 cm. Find the hypotenuse.
Solution: c² = 9² + 12² = 81 + 144 = 225 → c = √225 = 15 cm.题1:一个直角三角形的直角边长分别为9 cm和12 cm。求斜边长。
解答:c² = 9² + 12² = 81 + 144 = 225 → c = √225 = 15 cm。 -
Q2: The hypotenuse is 17 m and one leg is 8 m. Find the other leg.
Solution: b² = 17² – 8² = 289 – 64 = 225 → b = 15 m.题2:斜边长为17 m,一条直角边为8 m。求另一条直角边。
解答:b² = 17² – 8² = 289 – 64 = 225 → b = 15 m。 -
Q3: A television screen is rectangular with width 40 cm and height 30 cm. Find the diagonal size.
Solution: Diagonal² = 40² + 30² = 1600 + 900 = 2500 → Diagonal = 50 cm.题3:一台电视机屏幕为矩形,宽40 cm,高30 cm。求对角线长度。
解答:对角线² = 40² + 30² = 1600 + 900 = 2500 → 对角线 = 50 cm。
12. Summary and Key Takeaways | 总结与要点
The Pythagorean Theorem is a powerful tool that only applies to right-angled triangles. It states that the square on the hypotenuse is equal to the sum of the squares on the other two sides. Whether you are finding a missing side, working in 3D, or solving real-life problems, always start by identifying the right angle and labelling the sides correctly. Practice with both numerical and word problems to build confidence, and watch out for common errors like misidentifying the hypotenuse or forgetting to take the square root.
毕达哥拉斯定理是一个强大的工具,只适用于直角三角形。它表明斜边的平方等于两条直角边的平方之和。无论是求未知边、处理三维问题还是解决实际生活中的问题,都要从识别直角并正确标记边开始。通过数值题和文字题进行练习以建立信心,并注意常见错误,如认错斜边或忘记开平方根。
Published by TutorHao | Mathematics Revision Series | aleveler.com
更多咨询请联系16621398022(同微信)
屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导