krit.club logo

Geometry and Measurement - The Pythagorean Theorem

Grade 7IB

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

A Right-Angled Triangle is a triangle with one interior angle measuring exactly 9090^{\circ}. Visually, this is represented by a small square symbol in the corner where the two perpendicular sides (the legs) meet.

The Hypotenuse is the longest side of a right-angled triangle. It is always located directly opposite the right angle (9090^{\circ}). In a diagram, if you draw an arrow pointing out from the right-angle corner, it will always point toward the hypotenuse.

The Legs are the two shorter sides of the triangle that form the right angle. In the standard formula, these are labeled as aa and bb. Visually, these sides are perpendicular to each other.

The Pythagorean Theorem states that the sum of the squares of the lengths of the legs is equal to the square of the length of the hypotenuse. Geometrically, this means if you drew a square on each side of the triangle, the combined area of the two smaller squares would perfectly equal the area of the largest square.

Calculating the Hypotenuse involves squaring both legs, adding them together, and then taking the square root. Since c2=a2+b2c^2 = a^2 + b^2, we find cc by calculating a2+b2\sqrt{a^2 + b^2}.

Finding a Missing Leg requires subtracting the square of the known leg from the square of the hypotenuse. If the hypotenuse cc and leg bb are known, the missing leg aa is found using a=c2b2a = \sqrt{c^2 - b^2}.

Pythagorean Triples are sets of three whole numbers that satisfy the theorem perfectly, such as (3,4,5)(3, 4, 5) or (5,12,13)(5, 12, 13). If a triangle's side lengths match a triple or a multiple of a triple (like 6,8,106, 8, 10), it is guaranteed to be a right-angled triangle.

The Converse of the Pythagorean Theorem is used to verify if a triangle is right-angled. If you measure all three sides and find that a2+b2=c2a^2 + b^2 = c^2 is true, the triangle contains a 9090^{\circ} angle; if the equation is not equal, the triangle is not right-angled.

📐Formulae

a2+b2=c2a^2 + b^2 = c^2

c=a2+b2c = \sqrt{a^2 + b^2}

a=c2b2a = \sqrt{c^2 - b^2}

b=c2a2b = \sqrt{c^2 - a^2}

💡Examples

Problem 1:

A right-angled triangle has legs of length 5 cm5\text{ cm} and 12 cm12\text{ cm}. Calculate the length of the hypotenuse.

Solution:

Step 1: Identify the given values: a=5a = 5 and b=12b = 12.\Step 2: Use the formula c2=a2+b2c^2 = a^2 + b^2.\Step 3: Substitute the values: c2=52+122c^2 = 5^2 + 12^2.\Step 4: Square the numbers: c2=25+144c^2 = 25 + 144.\Step 5: Add the squares: c2=169c^2 = 169.\Step 6: Solve for cc by taking the square root: c=169=13c = \sqrt{169} = 13.\Final Answer: The hypotenuse is 13 cm13\text{ cm}.

Explanation:

To find the longest side (hypotenuse), we sum the squares of the two shorter sides and then take the square root of that sum.

Problem 2:

The hypotenuse of a right-angled triangle is 10 m10\text{ m} and one of the legs is 6 m6\text{ m}. Find the length of the other leg.

Solution:

Step 1: Identify the given values: c=10c = 10 and a=6a = 6.\Step 2: Use the rearranged formula for a missing leg: b2=c2a2b^2 = c^2 - a^2.\Step 3: Substitute the values: b2=10262b^2 = 10^2 - 6^2.\Step 4: Square the numbers: b2=10036b^2 = 100 - 36.\Step 5: Subtract the values: b2=64b^2 = 64.\Step 6: Solve for bb by taking the square root: b=64=8b = \sqrt{64} = 8.\Final Answer: The length of the missing leg is 8 m8\text{ m}.

Explanation:

When the hypotenuse is already known, we must subtract the square of the known leg from the square of the hypotenuse before taking the square root.