The Baudhayana–Pythagoras Theorem — Class 8 Mathematics (Ganita Prakash)
"In a right-angled triangle, the area of the square on the diagonal is equal to the sum of the areas of the squares on the two sides." — Baudhayana, Sulba Sutras (~800 BCE)
1. About the Chapter
This chapter introduces one of the most important and elegant theorems in mathematics. Ganita Prakash deliberately credits Baudhayana (Indian sage, ~800 BCE) alongside Pythagoras (Greek mathematician, ~500 BCE) — recognising that the result was known in India 300 years before Pythagoras.
The Theorem (in modern words)
In a right-angled triangle, the square of the hypotenuse (the side opposite the right angle) equals the sum of the squares of the other two sides.
If a, b are the two legs and c is the hypotenuse: a² + b² = c²
2. Historical Context
Baudhayana (~800 BCE)
- Indian sage, author of 'Baudhayana Sulba Sutra'
- Used the theorem for fire-altar construction
- His statement: "The diagonal of a rectangle produces both the lengths of the sides separately"
- Discovered the theorem and several Pythagorean triples
Pythagoras (~570-495 BCE)
- Greek philosopher and mathematician
- Founded the Pythagorean school in Croton, Italy
- His students gave the first PROOF of the theorem
- Therefore the theorem bears his name in the Western tradition
Other Cultures
- Babylonian clay tablets (~1900 BCE) show knowledge of the relationship
- Chinese 'Zhou Bi Suan Jing' (~500 BCE) also has the theorem
- It is one of the earliest universal mathematical discoveries
Why Both Names?
The theorem was independently discovered in MANY ancient civilisations. The Indian (Baudhayana) and Greek (Pythagoras) versions are best documented. Modern Indian textbooks honour both — recognising India's contribution.
3. The Theorem — Detailed Understanding
Setting up the Right Triangle
A right-angled triangle has one angle = 90°. The side opposite this angle is the hypotenuse (the LONGEST side). The other two sides are called legs or catheti.
|\
| \
| \ hypotenuse (c)
leg | \
(b) | \
|_____\
leg
(a)
Statement
For ANY right-angled triangle: a² + b² = c²
where:
- a = one leg
- b = other leg
- c = hypotenuse
Converse
If a² + b² = c² for some triangle, then the triangle is right-angled (with the right angle opposite to c).
This is used to verify if a triangle is right-angled.
4. Pythagorean Triples
Definition
A Pythagorean triple is a set of three positive integers (a, b, c) such that a² + b² = c².
Famous Triples
- (3, 4, 5) — most famous! 3² + 4² = 9 + 16 = 25 = 5² ✓
- (5, 12, 13) — 25 + 144 = 169 = 13² ✓
- (8, 15, 17) — 64 + 225 = 289 = 17² ✓
- (7, 24, 25) — 49 + 576 = 625 = 25² ✓
- (9, 40, 41) — 81 + 1600 = 1681 = 41² ✓
- (20, 21, 29) — 400 + 441 = 841 = 29² ✓
Memorise These
Knowing these triples lets you solve Pythagoras problems instantly without calculation.
Multiples Also Work
If (a, b, c) is a Pythagorean triple, so is (ka, kb, kc) for any positive integer k.
- (3, 4, 5) → (6, 8, 10), (9, 12, 15), (12, 16, 20), (15, 20, 25)
- (5, 12, 13) → (10, 24, 26), (15, 36, 39)
Indian Contribution
Baudhayana listed several Pythagorean triples in the Sulba Sutras — including some non-trivial ones used in altar construction.
5. Proofs of the Theorem
The theorem has HUNDREDS of distinct proofs (more than any other theorem!). Here are two simple ones.
Proof 1: Algebraic / Area Method
Take a large square of side (a + b). Inside, arrange 4 right-angled triangles (each with legs a and b) such that they enclose a smaller square of side c (the hypotenuse).
- Total square area = (a + b)² = a² + 2ab + b²
- Sum of parts = 4 × (1/2)ab + c² = 2ab + c²
- Setting equal: a² + 2ab + b² = 2ab + c²
- Cancel 2ab: a² + b² = c² ✓
Proof 2: Similar Triangles
Drop a perpendicular from the right angle to the hypotenuse, dividing the triangle into two smaller right-angled triangles. By similarity:
- Each smaller triangle is similar to the original.
- Ratios of sides give the Pythagorean relation.
6. Applications — Finding the Missing Side
Type 1: Find the Hypotenuse
Given a and b, find c. c = √(a² + b²)
Example: Legs 6 cm and 8 cm. Find hypotenuse.
- c² = 6² + 8² = 36 + 64 = 100
- c = 10 cm ✓ (This is (6,8,10) — a multiple of (3,4,5))
Type 2: Find a Leg
Given hypotenuse c and one leg, find the other. a = √(c² − b²)
Example: Hypotenuse 13, one leg 5. Find other leg.
- a² = 13² − 5² = 169 − 25 = 144
- a = 12 ✓ (This is (5,12,13))
Type 3: Check if Right-Angled
Given three sides, check if a² + b² = c² (where c is the largest).
Example: Triangle with sides 9, 12, 15. Right-angled?
- Largest = 15.
- 9² + 12² = 81 + 144 = 225 = 15² ✓
- YES, right-angled.
7. Real-World Applications
Construction
- Carpenters check if corners are square: measure 3 units along one wall, 4 along the perpendicular. If the diagonal is 5 units, the corner is exactly 90°.
Surveying
- Measure distances across rivers, mountains using right triangles.
Navigation
- Find straight-line distance between two points whose horizontal and vertical separations are known.
- "If you walk 9 km east and then 12 km north, you are 15 km from where you started" (using 9-12-15 triple).
Architecture
- Stairs: rise² + run² = step length²
- Roof pitch: relates rise, run, and slope length
Engineering
- Trusses in bridges use right triangles
- Cable lengths in suspension bridges calculated via Pythagoras
- TV screen diagonal: width² + height² = diagonal²
Modern Examples
- GPS positioning uses Pythagoras-like calculations
- 3D rendering (video games) uses Pythagoras for distances
- Robotics uses it for path planning
8. Worked Examples
Example 1: Find Hypotenuse
Triangle with legs 9 and 40. Find hypotenuse.
- c² = 9² + 40² = 81 + 1600 = 1681
- c = √1681 = 41
- Recognise (9, 40, 41) Pythagorean triple ✓
Example 2: Find Leg
Hypotenuse 17, one leg 8. Find other.
- b² = 17² − 8² = 289 − 64 = 225
- b = 15
- Recognise (8, 15, 17) triple ✓
Example 3: Check Right-Angled
Triangle with sides 8, 15, 17. Is it right-angled?
- Largest is 17. Check 8² + 15² = 64 + 225 = 289 = 17² ✓
- YES — and the right angle is opposite the side of length 17.
Example 4: Real-World
A ladder of length 13 m is leaning against a wall. The foot is 5 m from the wall. How high up does it reach?
- Hypotenuse (ladder) = 13, base (along ground) = 5.
- Height² = 13² − 5² = 169 − 25 = 144
- Height = 12 m
Example 5: Diagonal of Rectangle
A rectangle is 24 m × 7 m. Find the diagonal.
- Diagonal² = 24² + 7² = 576 + 49 = 625
- Diagonal = 25 m (using (7, 24, 25))
Example 6: Diagonal of Square
A square has side 10 cm. Find the diagonal.
- Diagonal² = 10² + 10² = 200
- Diagonal = √200 = 10√2 ≈ 14.14 cm
Example 7: Distance Between Points
A boy walks 6 km east and then 8 km south. How far is he from the starting point?
- Treat as right triangle: legs 6 and 8.
- Distance = √(6² + 8²) = √100 = 10 km ✓ (3,4,5 multiple)
Example 8: Find Missing Pythagorean Triple
Find c so that (20, 21, c) is a Pythagorean triple.
- c² = 20² + 21² = 400 + 441 = 841
- c = 29 ✓ (This IS the (20, 21, 29) triple)
9. Common Mistakes
-
Adding sides instead of squares
- WRONG: a + b = c (for right triangle)
- CORRECT: a² + b² = c²
-
Identifying wrong side as hypotenuse
- Hypotenuse is OPPOSITE the right angle (NOT longest side because it can be ambiguous in obtuse triangles)
- In a right triangle, hypotenuse IS the longest side
-
Using theorem for non-right triangles
- The theorem ONLY works for RIGHT-angled triangles
- For other triangles, use the cosine law
-
Confusing positive and negative roots
- Sides are positive — take only positive square root
-
Forgetting square roots when finding sides
- If a² = 144, then a = 12 (not 144!)
10. Tips for Mastery
Memorise Pythagorean Triples
- (3, 4, 5) and its multiples
- (5, 12, 13)
- (8, 15, 17)
- (7, 24, 25)
- (9, 40, 41)
- (20, 21, 29)
These will let you solve many problems INSTANTLY.
Recognise Multiples
- (6, 8, 10) is just 2×(3, 4, 5)
- (15, 36, 39) is 3×(5, 12, 13)
- (12, 16, 20) is 4×(3, 4, 5)
Practice
- Solve 5 'find hypotenuse' problems
- Solve 5 'find leg' problems
- Solve 5 word problems
- Solve 5 'check if right-angled' problems
11. Beyond Class 8 — Where Next?
The Pythagoras-Baudhayana theorem leads directly to:
- Class 9 Coordinate Geometry: distance between two points = √((x₂−x₁)² + (y₂−y₁)²)
- Class 10 Trigonometry: sin² θ + cos² θ = 1 (a form of Pythagoras)
- Class 11 3D Geometry: extends to 3D distance: √(x² + y² + z²)
- Higher mathematics: vectors, complex numbers, all use this idea
It is genuinely one of the most universal theorems in mathematics.
12. Conclusion
The Baudhayana–Pythagoras theorem is a gift from ancient mathematicians to all subsequent generations. Discovered by Baudhayana in India around 800 BCE for sacred geometry, proved by Pythagoras' Greek school around 500 BCE for academic mathematics, and rediscovered independently by many civilisations, it has become one of the most-used theorems in human history.
Master it deeply. Memorise the famous Pythagorean triples. Practise applications. This theorem will appear in virtually every later mathematics, science, and engineering course you take.
And remember: when you write a² + b² = c², you are using a piece of Indian mathematical heritage — a 2800-year-old discovery that helped build temples, navigate seas, and design modern cities.
