Overview
This lesson covers right triangles (Pythagorean theorem, triples, and the two special right triangles), types of quadrilaterals, and how to compute quadrilateral areas. I show how to set up and rearrange equations, keep track of units, and use structure in expressions so you can solve problems step-by-step.
Pythagorean Theorem (statement and use)
For any right triangle with legs a and b and hypotenuse c:
a2 + b2 = c2
Key points:
- Use it to find a missing side: if two sides known, solve for the third.
- Be careful with units: if a and b are in meters, c will be in meters; areas are in square meters.
Example 1 — Find the hypotenuse
Given legs a = 6 and b = 8 (units: cm). Find c.
- Write the formula: 62 + 82 = c2.
- Compute: 36 + 64 = c2 ⇒ 100 = c2.
- Take square root: c = √100 = 10. So c = 10 cm.
Example 2 — Find a missing leg (algebraic rearrangement)
Given hypotenuse c = 13 and one leg b = 5. Find the other leg a.
- Start: a2 + 52 = 132.
- So a2 + 25 = 169 ⇒ a2 = 169 − 25 = 144.
- a = √144 = 12. So a = 12.
Pythagorean triples
A Pythagorean triple is an integer solution (a, b, c) to a2 + b2 = c2. Examples: (3,4,5), (5,12,13), (8,15,17).
Quick test: compute a2 + b2 and check if the result is a perfect square.
How to generate some triples (structure)
For positive integers m > n, one method gives a = m2 − n2, b = 2mn, c = m2 + n2. This uses algebraic structure of squares: (m2 − n2)2 + (2mn)2 = (m2 + n2)2.
Special right triangles
These let you find sides quickly without the Pythagorean calculation.
45-45-90 triangle
- Angles: 45°, 45°, 90°.
- Sides: if each leg = s, hypotenuse = s√2.
Example: if hypotenuse = 10, each leg = 10/√2 = 5√2 ≈ 7.071 (rationalize if needed).
30-60-90 triangle
- Angles: 30°, 60°, 90°.
- Sides relative to the short leg (opposite 30° = t): short leg = t, long leg (opposite 60°) = t√3, hypotenuse = 2t.
Example: If short leg = 4 cm, then long leg = 4√3 cm and hypotenuse = 8 cm.
Types of quadrilaterals and their properties
- Square: 4 equal sides, 4 right angles. Area = side2.
- Rectangle: opposite sides equal, 4 right angles. Area = base × height.
- Parallelogram: opposite sides parallel and equal. Area = base × height.
- Rhombus: 4 equal sides, opposite angles equal. Area = base × height or (d1 × d2)/2 where d1 and d2 are diagonals.
- Trapezoid (US) / Trapezium (UK): one pair of parallel sides (bases). Area = (b1 + b2)/2 × height.
- Kite: two pairs of adjacent equal sides. Area = (d1 × d2)/2.
Finding area of a general quadrilateral
If it isn't a simple named type or you don’t have a direct formula, decompose it into triangles or rectangles. Use consistent units: if side lengths are in meters, area will be in m2.
Example 3 — Trapezoid area
Bases b1 = 6 m and b2 = 10 m, height h = 4 m. Area = ((6 + 10)/2) × 4 = (16/2) × 4 = 8 × 4 = 32 m2.
Example 4 — Area by decomposition
Given an irregular quadrilateral that is two right triangles stuck along a diagonal, find total area by summing areas of the two triangles: area = 1/2 × base × height for each.
Worked practice problems
-
Problem: A right triangle has hypotenuse 25 cm and one leg 7 cm. Find the other leg.
Solution:
Let a be the missing leg: a2 + 72 = 252 ⇒ a2 = 625 − 49 = 576 ⇒ a = 24 cm. -
Problem: A trapezoid has bases 9 m and 15 m, area 96 m2. Find the height.
Set up equation (A-CED): A = (b1 + b2)/2 × h ⇒ 96 = (9 + 15)/2 × h = 12 × h.
Solve (A-REI): h = 96/12 = 8 m. -
Problem: In a 30-60-90 triangle the hypotenuse is 14 units. Find both legs.
Solution: Hypotenuse = 2t = 14 ⇒ t = 7. Short leg (30°) = 7. Long leg (60°) = 7√3 ≈ 12.124. -
Problem: Determine whether (9, 40, 41) is a Pythagorean triple.
Check: 92 + 402 = 81 + 1600 = 1681 = 412. Yes, it is a triple. -
Problem: A rhombus has diagonals 10 cm and 24 cm. Find its area.
Solution: Area = (d1 × d2)/2 = (10 × 24)/2 = 240/2 = 120 cm2.
Tips on units and defining quantities (N-Q)
- Always label your lengths with units (cm, m, in). When you square a length you get square units (cm2, m2).
- When creating variables, define them clearly: e.g., let t = short leg in a 30-60-90 triangle (units: cm).
Seeing structure in expressions (A-SSE)
Recognize patterns like squares of binomials: (x + y)2 = x2 + 2xy + y2. This helps when manipulating expressions (for example, verifying triple formulas or simplifying algebra you get from geometry).
Summary — What to remember
- Pythagorean theorem is your primary tool for right triangles; rearrange it to solve for any missing side.
- Use 45-45-90 and 30-60-90 ratios to avoid heavy computation when angles are known.
- Know area formulas for common quadrilaterals and decompose complicated shapes into triangles/rectangles.
- Always track units and define variables before solving equations.
Standards mapping (short)
- N-Q.1, N-Q.2 — define quantities and use units (we labeled lengths and converted to area units).
- A-SSE.1–3 — see structure (square identities, triple-generation formulas), rewrite expressions to simplify computations.
- A-CED.1, A-CED.4 — create equations from geometric conditions (area formula, Pythagorean relation) and rearrange them to solve for unknowns.
- A-REI.1, A-REI.3 — solve equations and justify steps (algebra used to solve for missing sides/heights).
If you want, I can give more practice problems (with increasing difficulty), quiz you, or walk through any one example more slowly. Which would you like next?