krit.club logo

Geometry and Measurement - The Pythagorean Theorem and its Converse

Grade 8IB

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

🔑Concepts

Parts of a Right-Angled Triangle: A right-angled triangle consists of two shorter sides called legs (aa and bb) and the longest side called the hypotenuse (cc). Visually, the hypotenuse is always the side directly opposite the 9090^{\circ} angle, which is typically marked with a small square in the corner.

The Pythagorean Theorem: This theorem states that in any right-angled triangle, the area of the square drawn on the hypotenuse is equal to the sum of the areas of the squares drawn on the other two sides. Visually, imagine a triangle with squares attached to each side; the total number of grid units in the two smaller squares equals the units in the largest square.

Relationship of Side Lengths: The relationship is expressed as a2+b2=c2a^2 + b^2 = c^2. This allows us to calculate the length of any side of a right triangle as long as we know the lengths of the other two sides.

Calculating the Hypotenuse: To find the hypotenuse (cc), you sum the squares of the legs and take the square root of the result (c=a2+b2c = \sqrt{a^2 + b^2}). Visually, this is the straight-line distance between the non-connected ends of the two perpendicular legs.

Calculating a Leg: To find a missing leg (aa or bb), you subtract the square of the known leg from the square of the hypotenuse and take the square root (a=c2b2a = \sqrt{c^2 - b^2}). This operation effectively 'reverses' the theorem to find a shorter side.

The Converse of the Pythagorean Theorem: This is used to determine if a triangle is right-angled. If the side lengths a,b,a, b, and cc satisfy the equation a2+b2=c2a^2 + b^2 = c^2, then the triangle must contain a right angle. If a2+b2c2a^2 + b^2 \neq c^2, it is not a right triangle.

Pythagorean Triples: These are sets of three positive integers (a,b,c)(a, b, c) that perfectly satisfy the theorem, such as (3,4,5)(3, 4, 5) or (5,12,13)(5, 12, 13). Visually, these represent triangles with whole-number side lengths that form a perfect 9090^{\circ} angle.

Distance on a Coordinate Plane: The theorem is used to find the distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2). By drawing a horizontal line and a vertical line to connect the points, you create a right triangle where the distance is the hypotenuse.

📐Formulae

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

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

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

d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

💡Examples

Problem 1:

A ladder is leaning against a wall. The base of the ladder is 55 meters away from the wall, and the ladder reaches a height of 1212 meters up the wall. How long is the ladder?

Solution:

  1. Identify the given sides: The base distance (a=5a = 5 m) and the height (b=12b = 12 m) are the legs of a right triangle.
  2. We need to find the length of the ladder, which is the hypotenuse (cc).
  3. Apply the formula: c2=a2+b2c^2 = a^2 + b^2
  4. Substitute the values: c2=52+122c^2 = 5^2 + 12^2
  5. Calculate: c2=25+144=169c^2 = 25 + 144 = 169
  6. Solve for cc: c=169=13c = \sqrt{169} = 13 meters.

Explanation:

Since the wall and the ground form a 9090^{\circ} angle, we treat the ladder as the hypotenuse. We square both known sides, sum them, and take the square root to find the total length.

Problem 2:

Determine if a triangle with side lengths 77 cm, 2424 cm, and 2626 cm is a right-angled triangle.

Solution:

  1. Identify the longest side: c=26c = 26. The other sides are a=7a = 7 and b=24b = 24.
  2. Calculate the square of the longest side: c2=262=676c^2 = 26^2 = 676.
  3. Calculate the sum of the squares of the shorter sides: a2+b2=72+242=49+576=625a^2 + b^2 = 7^2 + 24^2 = 49 + 576 = 625.
  4. Compare the results: 625676625 \neq 676.
  5. Conclusion: Since a2+b2c2a^2 + b^2 \neq c^2, the triangle is not a right-angled triangle.

Explanation:

Using the Converse of the Pythagorean Theorem, we check if the relationship holds true. Because the sum of the squares of the legs does not equal the square of the longest side, the triangle does not contain a right angle.