Back to ShikshaPal Explainer Class 8 / Math
ShikshaPal
Chapter 9 · Geometry

The Baudhāyana-Pythagoras Theorem

From 800 BCE to Modern Mathematics.

Everyday Mystery

A Puzzle About Squares and Triangles

Imagine you have a square piece of paper. You want to create a square with EXACTLY double the area. Simply doubling each side? That would create a square with 4 times the area!

The Ancient Mystery:

Over 2,800 years ago, a mathematician named Baudhāyana discovered something magical: if you construct a square on the diagonal of your original square, it has exactly double the area. How is this possible? What's the secret relationship between the diagonal and the sides?

Feynman Bridge — Think of it this way…

Baudhāyana's discovery about doubling squares wasn't just a neat trick. When he investigated WHY it worked, he uncovered something far more powerful: a fundamental relationship that exists in ALL right-angled triangles.

The Beautiful Insight:

In any right-angled triangle, if you draw squares on each of the three sides, the two smaller squares (on the shorter sides) will have exactly the same total area as the large square (on the longest side, called the hypotenuse).

a² + b² = c²

where a and b are the lengths of the two shorter sides, and c is the length of the hypotenuse.

Why did Baudhāyana discover this? He was solving a practical construction problem. The Śulba-Sūtra (his ancient text) describes altar construction, and builders needed to create perfect right angles. This theorem gave them the mathematical certainty they needed.

Logic Ladder 1: Doubling a Square on Its Diagonal

Start: A Unit Square

You have a square with side length 1. Its area is 1 × 1 = 1 square unit.

Draw the Diagonal

Draw a line from one corner to the opposite corner. This diagonal cuts the square into two equal triangles.

Use the Diagonal as a Side

Now construct a NEW square where the diagonal is one of the sides.

Count the Triangles

The original square contains 2 triangles. The new square contains exactly 4 of the same triangles (they're congruent).

Since 4 triangles = 2 × (2 triangles), the new square has DOUBLE the area!

Deep Dive · Finding the Hypotenuse

Now let's use Baudhāyana's theorem to solve real problems. Remember, in a right-angled triangle, the hypotenuse is the longest side, always opposite the right angle.

Classic Problem: The 3-4-5 Triangle

This is perhaps the most famous Baudhāyana triple. Imagine a right triangle with shorter sides of 3 cm and 4 cm.

Using the theorem: a² + b² = c²

3² + 4² = c²

9 + 16 = c²

25 = c²

c = 5 cm

Why is this special? All three numbers are whole numbers! Most right triangles have irrational hypotenuses (like √2). But this one works out perfectly.

Example: Isosceles Right Triangle

What if both shorter sides are equal? Say, both are 1 unit long.

a = 1, b = 1, c = ?

1² + 1² = c²

1 + 1 = c²

2 = c²

c = √2 ≈ 1.414

Deep Dive · Common Error Trap: Which Side is Which?

The hypotenuse (c) is ALWAYS the longest side in a right triangle. Always use c for the longest side, even if the problem doesn't tell you which is which.

Wrong: If sides are 5 cm, 4 cm, and 3 cm: 5² + 4² = 3² (This makes no sense!)

Right: 3² + 4² = 5² (25 = 25 ✓)

Logic Ladder 2: Finding a Missing Side

Problem Given

Right triangle with sides 5 and 12. Find the hypotenuse.

Identify What You Have

a = 5, b = 12, c = ?

These are the two shorter sides, so c is the hypotenuse.

Apply the Theorem

5² + 12² = c²

25 + 144 = c²

169 = c²

Solve for c

c = √169 = 13

The hypotenuse is 13 units.

Deep Dive · Baudhāyana Triples — Infinite Possibilities

A "Baudhāyana triple" (or Pythagorean triple) is a set of three whole numbers that satisfy a² + b² = c².

Known Triples from Ancient Times:

  • (3, 4, 5)
  • (5, 12, 13)
  • (8, 15, 17)
  • (7, 24, 25)
  • (20, 21, 29)

But here's the profound question Baudhāyana asked: Are there infinitely many triples, or will we eventually run out?

The Scaling Secret:

If (3, 4, 5) is a triple, then so is (6, 8, 10), (9, 12, 15), (300, 400, 500), and infinitely many others! We can multiply every number by any factor k, and it still works.

Proof: If a² + b² = c², then:

(ka)² + (kb)² = k²a² + k²b² = k²(a² + b²) = k²c² = (kc)²

So (ka, kb, kc) is also a triple!

Primitive vs. Non-Primitive Triples:

  • Primitive Triple: Three numbers with no common factor. Examples: (3,4,5), (5,12,13)
  • Non-Primitive Triple: Has a common factor. Example: (6,8,10) = 2×(3,4,5)
Deep Dive · Common Error Trap: Assuming All Triples Are Primitive

(9, 12, 15) might look like a new triple, but it's just 3 × (3, 4, 5). To find genuinely new patterns, mathematicians focus on primitive triples.

Logic Ladder 3: Creating Scaled Triples

Start: Known Triple

(3, 4, 5) — verified because 9 + 16 = 25

Choose a Scale Factor

Let k = 4

Multiply Each Number

(3×4, 4×4, 5×4) = (12, 16, 20)

Verify

12² + 16² = 144 + 256 = 400 = 20² ✓

Deep Dive · From Baudhāyana to Pythagoras to Fermat

Baudhāyana lived around 800 BCE in ancient India. About 300 years later, the Greek philosopher Pythagoras (around 500 BCE) studied the same theorem. It's called the "Baudhāyana-Pythagoras Theorem" to honor both mathematicians.

Fermat's Last Theorem — A 350-Year Mystery

In the 1600s, a French mathematician named Pierre de Fermat asked a brilliant question:

"We know x² + y² = z² has infinitely many solutions. But does x³ + y³ = z³ have ANY solutions with whole numbers?"

Fermat's conjecture: No, it doesn't. For any power greater than 2, there are no whole number solutions.

The problem: Fermat claimed he had a proof but never wrote it down! Mathematicians spent 350+ years trying to prove it until Andrew Wiles finally succeeded in 1994.

Why is this important? Fermat's Last Theorem showed that even though the Baudhāyana-Pythagoras theorem leads to infinitely many solutions, slightly different equations can have none. This opened entirely new areas of mathematics!

Socratic Sandbox — Test Your Thinking

Level 1 · Predict

In a right triangle with sides 6, 8, and c, which value of c makes it a right triangle?

Reveal Answer

Using a² + b² = c²:

6² + 8² = c²

36 + 64 = c²

100 = c², so c = 10

c = 10 (This is just 2 × the 3-4-5 triple)

Level 2 · Why

Why did Baudhāyana's theorem remain true when you scale the numbers by any factor k?

Reveal Answer

Because the theorem is about the relationship between SQUARED values. When you scale all sides by k:

(ka)² + (kb)² = k²(a²) + k²(b²) = k²(a² + b²) = k²(c²) = (kc)²

The squaring operation preserves the relationship, so the scaled triple still works!

Level 3 · Apply

A ladder leans against a wall. The ladder is 13 meters long. Its base is 5 meters from the wall. How high up the wall does it reach?

Reveal Answer

This forms a right triangle: base = 5m, height = ?, hypotenuse (ladder) = 13m

5² + h² = 13²

25 + h² = 169

h² = 144

h = 12 meters

The ladder reaches 12 meters up the wall. (This is the 5-12-13 triple!)

Level 3 · Apply

A water lily in a pond has its stem 1 meter above the water. The wind blows it, and the tip touches the water 3 meters away. How deep is the pond?

Reveal Answer

Let d = depth of pond. The stem length = d + 1 (underwater + above water)

This forms a right triangle: horizontal distance = 3, vertical distance = d, hypotenuse = d+1

3² + d² = (d+1)²

9 + d² = d² + 2d + 1

9 = 2d + 1

8 = 2d

d = 4 meters

The pond is 4 meters deep.

Level 3 · Apply

Verify that (7, 24, 25) is a Baudhāyana triple, then find two scaled versions of it.

Reveal Answer

Verification: 7² + 24² = 49 + 576 = 625 = 25² ✓

Scaled version with k=2: (14, 48, 50)

Check: 14² + 48² = 196 + 2304 = 2500 = 50² ✓

Scaled version with k=3: (21, 72, 75)

Check: 21² + 72² = 441 + 5184 = 5625 = 75² ✓

Term / Concept
Pythagorean Theorem
tap to flip
In a right triangle: a² + b² = c², where c is the hypotenuse (longest side)
Term / Concept
Hypotenuse
tap to flip
The longest side of a right triangle, opposite the right angle
Term / Concept
Right Triangle
tap to flip
A triangle with one angle of 90° (right angle)
Term / Concept
Pythagorean Triple
tap to flip
Three whole numbers that satisfy a² + b² = c². Example: 3, 4, 5
Term / Concept
Baudhāyana
tap to flip
Ancient Indian mathematician who documented the Pythagorean theorem in the Sulbasutras around 800 BCE
Term / Concept
Converse of Pythagorean Theorem
tap to flip
If a² + b² = c² for three sides of a triangle, then it's a right triangle
Term / Concept
Distance Formula
tap to flip
Using Pythagorean theorem to find distance between two points: d = √[(x₂-x₁)² + (y₂-y₁)²]
Term / Concept
Leg
tap to flip
Either of the two shorter sides of a right triangle (not the hypotenuse)
8 cards — click any card to flip
In a right triangle, if a = 3 and b = 4, what is c?
  • A 5
  • B 6
  • C 7
  • D 12
Which set of numbers is a Pythagorean triple?
  • A 2, 3, 4
  • B 5, 12, 13
  • C 4, 5, 6
  • D 1, 1, 2
A ladder is 5 m long. When placed against a wall 4 m high, how far is the base from the wall?
  • A 1 m
  • B 2 m
  • C 3 m
  • D 4 m
Who documented the Pythagorean theorem in ancient Indian mathematics?
  • A Aryabhata
  • B Bhaskara
  • C Baudhāyana
  • D Brahmagupta
If a right triangle has a = 6 and c = 10, what is b?
  • A 4
  • B 8
  • C 16
  • D 64
0 / 5