2.4.1Trigonometry — Foundation

Pythagorean theorem — proof (by similar triangles, rearrangement), converse

2,426 words11 min readdifficulty · medium6 backlinks

Overview

The Pythagorean theorem is the cornerstone of Euclidean geometry, relating the three sides of any right triangle. It states that in a right triangle, the square of the hypotenuse (the longest side opposite the right angle) equals the sum of squares of the other two sides.

Theorem

Why this matters: This theorem bridges algebra and geometry. It lets us compute distances, proves the distance formula, underlies trigonometry, and appears in vector analysis, complex numbers, and even special relativity.

Proof 1: Similar Triangles (Algebraic)

Setup: Start with right triangle ABCABC with right angle at CC. Drop a perpendicular from CC to the hypotenuse ABAB, meeting it at point DD.

Why drop the perpendicular? It creates three similar triangles: the original ABC\triangle ABC and two smaller triangles ACD\triangle ACD and CBD\triangle CBD. Similar triangles have proportional sides—we'll exploit that.

Step-by-step derivation

Let's denote:

  • Leg BC=aBC = a, leg AC=bAC = b, hypotenuse AB=cAB = c
  • Perpendicular CD=hCD = h
  • Segments AD=xAD = x and DB=yDB = y, so x+y=cx + y = c

Step 1: Identify the similar triangles.

All three triangles have the same angles:

  • ABCACDCBD\triangle ABC \sim \triangle ACD \sim \triangle CBD

Why are they similar? Each has a right angle, and they share acute angles. AA similarity criterion.

Step 2: Write proportionality relationships.

For ABCACD\triangle ABC \sim \triangle ACD: ACAB=ADAC\frac{AC}{AB} = \frac{AD}{AC}

Why this ratio? We're matching corresponding sides. ACAC corresponds to the hypotenuse of the smaller triangle ACD\triangle ACD.

Substituting lengths: bc=xb\frac{b}{c} = \frac{x}{b}

Cross-multiply: b2=cx..(1)b^2 = cx \quad \text{..(1)}

Step 3: Apply similarity to the other pair.

For ABCCBD\triangle ABC \sim \triangle CBD: BCAB=BDBC\frac{BC}{AB} = \frac{BD}{BC}

ac=ya\frac{a}{c} = \frac{y}{a}

Cross-multiply: a2=cy...(2)a^2 = cy \quad \text{...(2)}

Step 4: Add equations (1) and (2).

a2+b2=cy+cx=c(y+x)a^2 + b^2 = cy + cx = c(y + x)

Why add them? We want a2+b2a^2 + b^2 one side. Notice that x+y=cx + y = c (the two segments make up the hypotenuse).

a2+b2=cc=c2a^2 + b^2 = c \cdot c = c^2

∴ Proven! a2+b2=c2\boxed{a^2 + b^2 = c^2}

Proof 2: Rearangement (Geometric)

Big idea: Arrange four copies of the same right triangle around a square, then compare areas two different ways.

Step 1: Outer square construction.

Take four identical right triangles with legs a,ba, b and hypotenuse cc. Arrange them around the perimeter of a square so:

  • The hypotenuses form the outer edges
  • The legs create a tilted inner square

The outer square has side length a+ba + b (one leg plus another leg).

Step 2: Calculate total area—Method 1.

Outer square area: (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2 Total area=412ab+c2=2ab+c2\text{Total area} = 4 \cdot \frac{1}{2}ab + c^2 = 2ab + c^2 4×12ab+c2=2ab+c24 \times \frac{1}{2}ab + c^2 = 2ab + c^2

Step 4: Equate the two expressions.

Since both represent the same total area: a2+2ab+b2=2ab+c2a^2 + 2ab + b^2 = 2ab + c^2

Subtract 2ab2ab from both sides: a2+b2=c2a^2 + b^2 = c^2

∴ Proven! This visual proof shows theorem is about area conservation.

The Converse

Why is the converse important? It's a test for right angles. You can verify a right angle by measuring sides, without needing a protractor.

Proof of the Converse

Given: Triangle with sides a,b,ca, b, c where c2=a2+b2c^2 = a^2 + b^2.

To prove: The angle opposite cc is a right angle.

Strategy: Construct a known right triangle and prove our triangle is congruent to it.

Step 1: Construct a reference right triangle.

Build a right triangle with legs aa and bb. By the Pythagorean theorem (forward direction), its hypotenuse has length a2+b2\sqrt{a^2 + b^2}.

Step 2: Compare hypotenuses.

Given: c2=a2+b2c^2 = a^2 + b^2, so c=a2+b2c = \sqrt{a^2 + b^2}.

The reference triangle's hypotenuse also equals a2+b2\sqrt{a^2 + b^2}.

Therefore: Both triangles have all three sides equal (a,b,ca, b, c).

Step 3: Apply SS congruence.

By SSS (Side-Side-Side) congruence, the two triangles are congruent.

Conclusion: Since the reference triangle has a right angle, and the triangles are congruent, our original triangle must also have a right angle. ∎

Common Mistakes

Recall Explain to a 12-year-old

Imagine you have a ladder leaning against a wall. The ladder is the long slanted part (we call it the hypotenuse). The wall is one straight side going up, and the ground is another straight side going across.

The Pythagorean theorem is a magic rule that says: if you measure how far the ladder reaches up the wall, square that number. Then measure how far out from the wall the ladder's bottom is, and square that. Add those two squared numbers together.

You'll get exactly the square of the ladder's length!

Why? Think of drawing squares on each of the three sides. The square on the ladder has the same area as the other two squares combined. It's like a perfect puzzle where the two smaller squares of area fit perfectly into the big square.

And if you find three sticks where this rule works (like 3 cm, 4 cm, 5 cm), you can always arrange them into a perfect corner—a right angle!

Key Formulas Summary

Connections

  • Distance Formula in Coordinate Geometry — direct application of Pythagorean theorem
  • Pythagorean Triples — integer solutions like3-4-5, 5-12-13
  • Trigonometric Ratios — derived from right triangles, foundation for sine and cosine
  • Law of Cosines — generalization to non-right triangles
  • 3D Distance Formula — extends to d=x2+y2+z2d = \sqrt{x^2 + y^2 + z^2}
  • Complex Numbers — magnitude z=a2+b2|z| = \sqrt{a^2 + b^2} for z=a+biz = a + bi
  • Vectors and Magnitudev=vx2+vy2\|\vec{v}\| = \sqrt{v_x^2 + v_y^2}

#flashcards/maths

What does the Pythagorean theorem state for a right triangle? :: For a right triangle with legs aa and bb, and hypotenuse cc: c2=a2+b2c^2 = a^2 + b^2

What is the hypotenuse?
The longest side of a right triangle, opposite the right angle.
In the similar triangles proof, why do we drop a perpendicular from the right angle to the hypotenuse?
It creates three similar triangles whose proportional sides lead to b2=cxb^2 = cx and a2=cya^2 = cy, which sum to a2+b2=c2a^2 + b^2 = c^2.
What is the converse of the Pythagorean theorem?
If a2+b2=c2a^2 + b^2 = c^2 (with cc longest), then the triangle has a right angle opposite side cc.

How do you test if a triangle with sides 8, 15, 17 is a right triangle? :: Check if 82+152=1728^2 + 15^2 = 17^2. Compute: 64+225=289=28964 + 225 = 289 = 289 ✓ So yes, it's a right triangle.

If a right triangle has legs 6 and 8, what is the hypotenuse?
c=62+82=36+64=100=10c = \sqrt{6^2 + 8^2} = \sqrt{36 + 64} = \sqrt{100} = 10
If a right triangle has hypotenuse 13 and one leg 5, what is the other leg?
a=13252=16925=144=12a = \sqrt{13^2 - 5^2} = \sqrt{169 - 25} = \sqrt{144} = 12
Why does the Pythagorean theorem only work for right triangles?
The proof relies on the 90° angle creating specific geometric relationships (similar triangles or area arrangements). Non-right triangles need the Law of Cosines.
In the rearrangement proof, what does the inner tilted square represent?
The inner square has side length cc (the hypotenuse), so its area is c2c^2.
What is a common Pythagorean triple to memorize?
3-4-5 (and its multiples: 6-8-10, 9-12-15, etc.)

Concept Map

has

sides

drop perpendicular CD

AA criterion

triangle ACD

triangle CBD

add equations

add equations

since x+y = c

verified by

reverse gives

Right triangle ABC

Right angle at C

Legs a b and hypotenuse c

Three similar triangles

Proportional sides

b squared = cx

a squared = cy

a2 + b2 = c times x+y

a2 + b2 = c2

3-4-5 triple

Converse test right angle

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Pythagorean theorem ek bahut hi powerful aur simple geometry rule hai. Socho ek seedha right angle triangle hai—ek 90 degree ka angle. Teen sides hain: do chhoti sides ko hum legs bolte hain (a aur b), aur sabse lambi slant side ko hypotenuse bolte hain (c).

Yeh theorem kehta hai ki agar tum hypotenuse ki length ko square karo (matlab c × c), to wo exactly equal hoga dono legs ke squares ko add karne se (matlab a² + b²). Formula simple hai: c² = a² + b². Iska matlab hai ki agar tumhe do sides pata hain, tum tesri side ko calculate kar sakte ho. Yeh carpenters use karte hain building corners ko perfectly square bane ke liye—"3-4-5 rule" naam se famous hai.

Converse bhi interesting hai: agar kisi bhi triangle ki teen sides ko measure karo aur wo is formula ko satisfy karein (badi side ka square = chhoti sides ke squares ka sum), to wo triangle definitely right-angled hai! Matlab tum bina protractor ke right angle check kar sakte ho, sirf measuring tape se. Profs bhi beautiful hain—ek proof similar triangles use karta hai (proportional sides), dosra visual rearrangement use karta hai jahan squares ka area match karta hai.

Yeh formula sirf right triangles par kaam karta hai, is chez ko yad rakhna zaroori hai. Agar triangle right-angled nahi hai, to phir Law of Cosines ka use karna padega. Par jahan bhi right angle ho—distance formulas mein, vectors mein, complex numbers mein—wahan Pythagorean theorem fundamental building block hai.

Go deeper — visual, from zero

Test yourself — Trigonometry — Foundation

Connections