In a right-angled triangle, the sum of the squares of the two shorter sides is equal to the square of the hypotenuse (the longest side).
This can be written as:
a2+b2=c2
Where:
a and b are the lengths of the shorter sides
c is the length of the hypotenuse
Proof using geometry
Consider a large square formed with side length (a+b), and inside it, place four identical right-angled triangles, each with sides a, b, and hypotenuse c.
See the figure below:
Step 1: Area of the large square
Each side of the large square is (a+b), so its area is:
Arealarge square=(a+b)2
Step 2: Area of the inner pieces
Inside the large square:
There is one smaller (tilted) square formed by the hypotenuses of the triangles. Its area is:
Areainner square=c2
There are 4 right-angled triangles. The area of each triangle is:
Areatriangle=21ab
Total area of the 4 triangles is:
4×21ab=2ab
Step 3: Total area in terms of parts
The total area of the large square equals the area of the inner square plus the area of the 4 triangles:
(a+b)2=c2+2ab
Step 4: Expand the left side
a2+2ab+b2=c2+2ab
Step 5: Subtract 2ab from both sides
a2+b2=c2
Therefore, proved!
Note:
Pythagoras' Theorem is useful in solving many problems involving right-angled triangles, especially when the lengths of two sides are known and the third is unknown.
Examples of Pythagoras theorem
Example 1: Finding the hypotenuse
A right-angled triangle has sides of length 3 cm and 4 cm. Find the length of the hypotenuse.
Let:
a=3 cmb=4 cmc=hypotenuse
Using Pythagoras' Theorem:
c2=a2+b2=32+42=9+16=25c=25=5 cmAnswer: The hypotenuse is 5 cm.
Example 2: Finding a side
In a right-angled triangle, the hypotenuse is 13 cm and one side is 5 cm. Find the other side.
Let:
c=13 cma=5 cmb=?
Using Pythagoras' Theorem:
c2=a2+b2⇒132=52+b2⇒169=25+b2b2=169−25=144⇒b=144=12 cmAnswer: The other side is 12 cm.
Example 3: Check if a triangle is right-angled
A triangle has sides of 6 cm, 8 cm, and 10 cm. Is it a right-angled triangle?
Let:
a=6 cm,b=8 cm,c=10 cm
Check if a2+b2=c2:
62+82=36+64=100, and c2=102=100Answer: Yes, it is a right-angled triangle.