This Visual was generated by AI in response to a Prompt. AI-generated content may contain errors or unintended outputs.
Pythagoras' Theorem is a fundamental principle in geometry, offering a powerful tool for understanding and calculating lengths within right-angled triangles. At its heart, the theorem states that in any right-angled triangle, the square of the length of the hypotenuse (the side opposite the right angle) is equal to the sum of the squares of the lengths of the other two sides. This is often expressed as a² + b² = c², where 'c' always represents the hypotenuse, and 'a' and 'b' are the lengths of the two shorter sides, or 'legs'.
To use it step-by-step, first identify your right-angled triangle. If you know the lengths of the two legs, 'a' and 'b', and want to find the hypotenuse 'c': 1. Square the length of side 'a'. 2. Square the length of side 'b'. 3. Add these two squared values together. 4. Finally, take the square root of that sum to find the length of 'c'. For example, if a=3 and b=4, then 3² + 4² = 9 + 16 = 25. The square root of 25 is 5, so c=5.
Conversely, if you know the length of the hypotenuse 'c' and one leg (say 'a'), and need to find the other leg 'b': 1. Square the length of the hypotenuse 'c'. 2. Square the length of the known leg 'a'. 3. Subtract the squared length of 'a' from the squared length of 'c' (c² - a²). 4. Take the square root of this difference to find the length of 'b'.
This elegant theorem allows engineers to calculate distances, builders to ensure square corners, and navigators to plot courses, demonstrating its enduring practical utility far beyond the classroom.
How to Use Pythagoras' Theorem: Step-by-Step