Asked by Utibe
Give me note on Pythagoras theorem for primary 5 with much examples and also state the full law. And make the note lengthy and full of information, make it a full lesson note
All Answers 1
Answered by
GPT-5 mini
AI
Lesson Note: Pythagoras’ Theorem
Level: Primary 5 (Grade 5)
Duration: ~45–60 minutes
Objectives
- Understand what a right-angled triangle is.
- Know and state Pythagoras’ Theorem (the “full law”) and its converse.
- Identify the hypotenuse and the two legs (shorter sides).
- Use the theorem to find a missing side (hypotenuse or a leg).
- Solve a variety of examples and word problems using the theorem.
Prior knowledge needed
- Basic idea of triangle and right angle (90°).
- Squaring numbers: n × n = n².
- Square root: the inverse of squaring (√).
- Simple arithmetic (addition, subtraction, multiplication, division).
Materials
- Ruler, set square or protractor (to show a right angle).
- Calculator (optional but helpful).
- Pencil, paper, scissors for optional activity.
Key words
- Right-angled triangle: a triangle with one angle equal to 90°.
- Hypotenuse: the side opposite the right angle; it is the longest side.
- Legs (or catheti): the two shorter sides that meet at the right angle.
- Square of a number: n² means n × n.
- Square root: √x is the number which when squared gives x.
The full law (Pythagoras’ Theorem)
- Statement: In any right-angled triangle, the square of the hypotenuse (the longest side) equals the sum of the squares of the other two sides.
- Written as a formula: a² + b² = c²
- a and b are the two legs (short sides).
- c is the hypotenuse (long side).
- Converse (the full law continued): If in any triangle the square of one side equals the sum of the squares of the other two sides, then that triangle is a right-angled triangle (the side with the largest square is opposite the right angle).
Simple definitions with picture idea (draw on the board)
- Draw a right triangle and label the right angle with a small square.
- Label the two shorter sides a and b, and the longest side c (opposite 90°).
- Explain: c is the hypotenuse.
Why the theorem is useful
- It helps you find a missing side in a right triangle.
- It helps in measuring heights or distances that are hard to measure directly (ladder problems, height of a tree from a distance, diagonals of rectangles).
A simple visual proof (easy to understand)
- Imagine a square made from four identical right triangles inside, leaving a small square in the middle.
- Big square has side (a + b), so its area = (a + b)².
- It is made of 4 triangles each area (1/2 × a × b) plus the small middle square whose side is c, so area = 4 × (1/2 ab) + c² = 2ab + c².
- Equate both areas:
(a + b)² = 2ab + c²
a² + 2ab + b² = 2ab + c²
Cancel 2ab both sides:
a² + b² = c²
- This shows the theorem is true.
How to use the theorem
1. To find the hypotenuse c when you know a and b:
- c = √(a² + b²)
2. To find a leg a when you know b and c:
- a = √(c² − b²)
(make sure c is the longest side; otherwise the numbers won’t work)
Worked examples (step-by-step)
Example 1 — Classic 3-4-5
- Triangle with legs a = 3 units and b = 4 units. Find c.
- Compute a² + b² = 3² + 4² = 9 + 16 = 25.
- c = √25 = 5.
- So the triangle’s sides are 3, 4, 5. (This is a famous Pythagorean triple.)
Example 2 — Find missing leg
- Hypotenuse c = 13 units, one leg b = 5 units. Find the other leg a.
- Use a² = c² − b² = 13² − 5² = 169 − 25 = 144.
- a = √144 = 12.
- So the legs are 5 and 12 (another famous triple 5-12-13).
Example 3 — Non-integer answer (decimal)
- Legs a = 5 units, b = 7 units. Find c.
- a² + b² = 25 + 49 = 74.
- c = √74 ≈ 8.602 (rounded to three decimal places).
- Answer: c ≈ 8.602 units.
Example 4 — Using decimals that give a neat result
- a = 4.5 units, b = 6 units. Find c.
- a² + b² = 20.25 + 36 = 56.25.
- c = √56.25 = 7.5.
- Answer: c = 7.5 units.
Example 5 — Word problem (ladder)
- A ladder leans against a wall. The foot of the ladder is 3 m from the wall and the top reaches 4 m up the wall. How long is the ladder?
- This is a right triangle with legs 3 and 4, so ladder = hypotenuse = 5 m.
Example 6 — Diagonal of a rectangle
- Rectangle sides 6 m and 8 m. The diagonal is the hypotenuse of a right triangle with legs 6 and 8.
- Diagonal d = √(6² + 8²) = √(36 + 64) = √100 = 10 m.
Common Pythagorean triples (easy to remember)
- 3, 4, 5
- 5, 12, 13
- 6, 8, 10 (2 × 3-4-5)
- 7, 24, 25
These are helpful to check answers quickly without a calculator.
Step-by-step solving tips
- Identify which side is the hypotenuse (opposite the right angle).
- Square the two known sides.
- If finding the hypotenuse: add the squares and take the square root.
- If finding a leg: subtract the square of the known leg from the square of the hypotenuse, then take the square root.
- Keep units (cm, m, etc.) the same.
- Don’t round during early steps—round only the final answer.
Common mistakes to avoid
- Using the theorem on a non-right triangle. It only applies to right triangles (unless using the converse to check if it's right-angled).
- Mixing up which side is c (hypotenuse must be the longest).
- Forgetting to take the square root at the end.
- Losing units or mixing cm and m.
Practice questions (try these)
Basic
1) Find the hypotenuse: a = 8 cm, b = 15 cm.
2) Find the missing leg: c = 25 cm, one leg = 7 cm.
3) Find the diagonal of a square with side 5 cm (square’s diagonal forms right triangle with two equal legs).
Intermediate
4) Right triangle has legs 9 m and 12 m. Find the hypotenuse.
5) Hypotenuse is 17 cm, one leg is 8 cm. Find the other leg.
6) Rectangle 9 cm by 40 cm. Find the diagonal.
Word problems
7) A tree casts a shadow 12 m long. From a point 12 m from the tree it measures up to 13 m to the top. How tall is the tree?
8) A ladder 10 m long leans against a wall so that its foot is 6 m from the wall. How high up the wall does the ladder reach?
Answers (check after attempting)
1) a² + b² = 8² + 15² = 64 + 225 = 289 → c = √289 = 17 cm.
2) other leg = √(25² − 7²) = √(625 − 49) = √576 = 24 cm.
3) For a square, diagonal d = √(5² + 5²) = √50 ≈ 7.071 cm.
4) √(9² + 12²) = √(81 + 144) = √225 = 15 m.
5) other leg = √(17² − 8²) = √(289 − 64) = √225 = 15 cm.
6) diagonal = √(9² + 40²) = √(81 + 1600) = √1681 = 41 cm.
7) Triangle legs: shadow 12 and distance from point to top 13 is the hypotenuse? Clarify: If from a point 12 m from tree the distance to top is 13 m, then hypotenuse c = 13, horizontal leg = 12, so height = √(13² − 12²) = √(169 − 144) = √25 = 5 m. Tree is 5 m tall.
8) height = √(10² − 6²) = √(100 − 36) = √64 = 8 m.
Challenge problems
1) The sides of a right triangle are whole numbers. One side is 20 and the hypotenuse is 29. Find the other side.
- a² + 20² = 29² → a² = 29² − 20² = (841 − 400) = 441 → a = 21.
2) A rectangle has width 12 cm and diagonal 13 cm. Find the length.
- length = √(13² − 12²) = √(169 − 144) = √25 = 5 cm.
3) In a coordinate grid, points A(1, 3) and B(5, 11). Find the straight-line distance AB. (Use difference in x and y as legs of a right triangle.)
- Δx = 4, Δy = 8 → distance = √(4² + 8²) = √(16 + 64) = √80 ≈ 8.944.
Real-life uses (short list)
- Finding the length of a ladder needed to reach a certain height.
- Determining the diagonal length of a TV screen or box.
- Navigation and map-reading (shortest distances).
- Building and construction (making right angles).
Class activity (hands-on)
- Draw several right triangles on paper. Measure the two short sides with a ruler, square them, add, and take square root. Compare your computed hypotenuse with measuring the triangle’s hypotenuse with the ruler.
- Cut out four identical right triangles and arrange them to form a square (as in the proof). Observe the small square in the middle and relate its side to the big square.
Summary (important points to remember)
- Pythagoras’ Theorem: a² + b² = c² (for right triangles only).
- The hypotenuse is always the longest side and opposite the right angle.
- Use the theorem to find missing sides: c = √(a² + b²) or a = √(c² − b²).
- Check your answers: if you get a negative number inside the square root for a leg, you likely used the wrong side as the hypotenuse or made an arithmetic mistake.
Extra tip for exams and homework
- Label the sides first. Write down the formula you will use. Show each step clearly: square, add/subtract, then square root. This makes marking and checking easier.
If you want, I can:
- Create printable worksheets for practice (with answers).
- Make a simple step-by-step poster for the classroom.
- Provide more word problems at different difficulty levels.
Level: Primary 5 (Grade 5)
Duration: ~45–60 minutes
Objectives
- Understand what a right-angled triangle is.
- Know and state Pythagoras’ Theorem (the “full law”) and its converse.
- Identify the hypotenuse and the two legs (shorter sides).
- Use the theorem to find a missing side (hypotenuse or a leg).
- Solve a variety of examples and word problems using the theorem.
Prior knowledge needed
- Basic idea of triangle and right angle (90°).
- Squaring numbers: n × n = n².
- Square root: the inverse of squaring (√).
- Simple arithmetic (addition, subtraction, multiplication, division).
Materials
- Ruler, set square or protractor (to show a right angle).
- Calculator (optional but helpful).
- Pencil, paper, scissors for optional activity.
Key words
- Right-angled triangle: a triangle with one angle equal to 90°.
- Hypotenuse: the side opposite the right angle; it is the longest side.
- Legs (or catheti): the two shorter sides that meet at the right angle.
- Square of a number: n² means n × n.
- Square root: √x is the number which when squared gives x.
The full law (Pythagoras’ Theorem)
- Statement: In any right-angled triangle, the square of the hypotenuse (the longest side) equals the sum of the squares of the other two sides.
- Written as a formula: a² + b² = c²
- a and b are the two legs (short sides).
- c is the hypotenuse (long side).
- Converse (the full law continued): If in any triangle the square of one side equals the sum of the squares of the other two sides, then that triangle is a right-angled triangle (the side with the largest square is opposite the right angle).
Simple definitions with picture idea (draw on the board)
- Draw a right triangle and label the right angle with a small square.
- Label the two shorter sides a and b, and the longest side c (opposite 90°).
- Explain: c is the hypotenuse.
Why the theorem is useful
- It helps you find a missing side in a right triangle.
- It helps in measuring heights or distances that are hard to measure directly (ladder problems, height of a tree from a distance, diagonals of rectangles).
A simple visual proof (easy to understand)
- Imagine a square made from four identical right triangles inside, leaving a small square in the middle.
- Big square has side (a + b), so its area = (a + b)².
- It is made of 4 triangles each area (1/2 × a × b) plus the small middle square whose side is c, so area = 4 × (1/2 ab) + c² = 2ab + c².
- Equate both areas:
(a + b)² = 2ab + c²
a² + 2ab + b² = 2ab + c²
Cancel 2ab both sides:
a² + b² = c²
- This shows the theorem is true.
How to use the theorem
1. To find the hypotenuse c when you know a and b:
- c = √(a² + b²)
2. To find a leg a when you know b and c:
- a = √(c² − b²)
(make sure c is the longest side; otherwise the numbers won’t work)
Worked examples (step-by-step)
Example 1 — Classic 3-4-5
- Triangle with legs a = 3 units and b = 4 units. Find c.
- Compute a² + b² = 3² + 4² = 9 + 16 = 25.
- c = √25 = 5.
- So the triangle’s sides are 3, 4, 5. (This is a famous Pythagorean triple.)
Example 2 — Find missing leg
- Hypotenuse c = 13 units, one leg b = 5 units. Find the other leg a.
- Use a² = c² − b² = 13² − 5² = 169 − 25 = 144.
- a = √144 = 12.
- So the legs are 5 and 12 (another famous triple 5-12-13).
Example 3 — Non-integer answer (decimal)
- Legs a = 5 units, b = 7 units. Find c.
- a² + b² = 25 + 49 = 74.
- c = √74 ≈ 8.602 (rounded to three decimal places).
- Answer: c ≈ 8.602 units.
Example 4 — Using decimals that give a neat result
- a = 4.5 units, b = 6 units. Find c.
- a² + b² = 20.25 + 36 = 56.25.
- c = √56.25 = 7.5.
- Answer: c = 7.5 units.
Example 5 — Word problem (ladder)
- A ladder leans against a wall. The foot of the ladder is 3 m from the wall and the top reaches 4 m up the wall. How long is the ladder?
- This is a right triangle with legs 3 and 4, so ladder = hypotenuse = 5 m.
Example 6 — Diagonal of a rectangle
- Rectangle sides 6 m and 8 m. The diagonal is the hypotenuse of a right triangle with legs 6 and 8.
- Diagonal d = √(6² + 8²) = √(36 + 64) = √100 = 10 m.
Common Pythagorean triples (easy to remember)
- 3, 4, 5
- 5, 12, 13
- 6, 8, 10 (2 × 3-4-5)
- 7, 24, 25
These are helpful to check answers quickly without a calculator.
Step-by-step solving tips
- Identify which side is the hypotenuse (opposite the right angle).
- Square the two known sides.
- If finding the hypotenuse: add the squares and take the square root.
- If finding a leg: subtract the square of the known leg from the square of the hypotenuse, then take the square root.
- Keep units (cm, m, etc.) the same.
- Don’t round during early steps—round only the final answer.
Common mistakes to avoid
- Using the theorem on a non-right triangle. It only applies to right triangles (unless using the converse to check if it's right-angled).
- Mixing up which side is c (hypotenuse must be the longest).
- Forgetting to take the square root at the end.
- Losing units or mixing cm and m.
Practice questions (try these)
Basic
1) Find the hypotenuse: a = 8 cm, b = 15 cm.
2) Find the missing leg: c = 25 cm, one leg = 7 cm.
3) Find the diagonal of a square with side 5 cm (square’s diagonal forms right triangle with two equal legs).
Intermediate
4) Right triangle has legs 9 m and 12 m. Find the hypotenuse.
5) Hypotenuse is 17 cm, one leg is 8 cm. Find the other leg.
6) Rectangle 9 cm by 40 cm. Find the diagonal.
Word problems
7) A tree casts a shadow 12 m long. From a point 12 m from the tree it measures up to 13 m to the top. How tall is the tree?
8) A ladder 10 m long leans against a wall so that its foot is 6 m from the wall. How high up the wall does the ladder reach?
Answers (check after attempting)
1) a² + b² = 8² + 15² = 64 + 225 = 289 → c = √289 = 17 cm.
2) other leg = √(25² − 7²) = √(625 − 49) = √576 = 24 cm.
3) For a square, diagonal d = √(5² + 5²) = √50 ≈ 7.071 cm.
4) √(9² + 12²) = √(81 + 144) = √225 = 15 m.
5) other leg = √(17² − 8²) = √(289 − 64) = √225 = 15 cm.
6) diagonal = √(9² + 40²) = √(81 + 1600) = √1681 = 41 cm.
7) Triangle legs: shadow 12 and distance from point to top 13 is the hypotenuse? Clarify: If from a point 12 m from tree the distance to top is 13 m, then hypotenuse c = 13, horizontal leg = 12, so height = √(13² − 12²) = √(169 − 144) = √25 = 5 m. Tree is 5 m tall.
8) height = √(10² − 6²) = √(100 − 36) = √64 = 8 m.
Challenge problems
1) The sides of a right triangle are whole numbers. One side is 20 and the hypotenuse is 29. Find the other side.
- a² + 20² = 29² → a² = 29² − 20² = (841 − 400) = 441 → a = 21.
2) A rectangle has width 12 cm and diagonal 13 cm. Find the length.
- length = √(13² − 12²) = √(169 − 144) = √25 = 5 cm.
3) In a coordinate grid, points A(1, 3) and B(5, 11). Find the straight-line distance AB. (Use difference in x and y as legs of a right triangle.)
- Δx = 4, Δy = 8 → distance = √(4² + 8²) = √(16 + 64) = √80 ≈ 8.944.
Real-life uses (short list)
- Finding the length of a ladder needed to reach a certain height.
- Determining the diagonal length of a TV screen or box.
- Navigation and map-reading (shortest distances).
- Building and construction (making right angles).
Class activity (hands-on)
- Draw several right triangles on paper. Measure the two short sides with a ruler, square them, add, and take square root. Compare your computed hypotenuse with measuring the triangle’s hypotenuse with the ruler.
- Cut out four identical right triangles and arrange them to form a square (as in the proof). Observe the small square in the middle and relate its side to the big square.
Summary (important points to remember)
- Pythagoras’ Theorem: a² + b² = c² (for right triangles only).
- The hypotenuse is always the longest side and opposite the right angle.
- Use the theorem to find missing sides: c = √(a² + b²) or a = √(c² − b²).
- Check your answers: if you get a negative number inside the square root for a leg, you likely used the wrong side as the hypotenuse or made an arithmetic mistake.
Extra tip for exams and homework
- Label the sides first. Write down the formula you will use. Show each step clearly: square, add/subtract, then square root. This makes marking and checking easier.
If you want, I can:
- Create printable worksheets for practice (with answers).
- Make a simple step-by-step poster for the classroom.
- Provide more word problems at different difficulty levels.
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.