Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
start:proofs:geometry:euclidean:pythagoras [2025/03/16 00:00] – created root | start:proofs:geometry:euclidean:pythagoras [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Pythagorean Theorem ====== | ||
- | ===== Statement ===== | ||
- | |||
- | **Theorem: | ||
- | |||
- | Formally: If a right triangle has legs of lengths $a$ and $b$, and hypotenuse of length $c$, then: | ||
- | |||
- | $$a^2 + b^2 = c^2$$ | ||
- | |||
- | ===== Prerequisites ===== | ||
- | |||
- | To understand this proof, you should be familiar with: | ||
- | * [[start: | ||
- | * [[start: | ||
- | * [[start: | ||
- | |||
- | ===== Intuition ===== | ||
- | |||
- | The Pythagorean Theorem describes a fundamental relationship in right triangles. Geometrically, | ||
- | |||
- | ===== Proof ===== | ||
- | |||
- | We will demonstrate a proof based on similar triangles, attributed to Euclid. | ||
- | |||
- | **Main Proof:** | ||
- | |||
- | Consider a right triangle ABC with right angle at C. Draw the altitude from C to the hypotenuse AB, creating point D on AB. | ||
- | |||
- | Step 1: Establish similar triangles. | ||
- | |||
- | The triangles ABC, ADC, and BDC are all similar to each other. This is because: | ||
- | - Triangle ABC has a right angle at C | ||
- | - Triangle ADC has a right angle at C | ||
- | - Triangle BDC has a right angle at C | ||
- | - They all share various angles, making them similar by the Angle-Angle similarity criterion | ||
- | |||
- | Step 2: Use properties of similar triangles. | ||
- | |||
- | Since triangles ADC and ABC are similar: | ||
- | $$\frac{AD}{AB} = \frac{AC}{AB} = \frac{AC}{c}$$ | ||
- | |||
- | Similarly, since triangles BDC and ABC are similar: | ||
- | $$\frac{BD}{AB} = \frac{BC}{AB} = \frac{BC}{c}$$ | ||
- | |||
- | Step 3: Express lengths in terms of the altitude. | ||
- | |||
- | Let's call the length of the altitude from C to AB as $h$. | ||
- | Since triangles ADC and BDC both have right angles: | ||
- | |||
- | $$AC^2 = AD \cdot AB = AD \cdot c$$ | ||
- | $$BC^2 = BD \cdot AB = BD \cdot c$$ | ||
- | |||
- | Step 4: Add the equations. | ||
- | |||
- | $$AC^2 + BC^2 = AD \cdot c + BD \cdot c = (AD + BD) \cdot c = AB \cdot c = c \cdot c = c^2$$ | ||
- | |||
- | Since $AC = a$ and $BC = b$, we have: | ||
- | |||
- | $$a^2 + b^2 = c^2$$ | ||
- | |||
- | Therefore, the square of the hypotenuse equals the sum of the squares of the legs. ■ | ||
- | |||
- | ===== Alternative Proofs ===== | ||
- | |||
- | **Alternative Proof 1: Using Area Decomposition** | ||
- | |||
- | Another elegant proof uses the decomposition of squares: | ||
- | |||
- | [[start: | ||
- | |||
- | **Alternative Proof 2: Algebraic Proof** | ||
- | |||
- | A more algebraic approach uses coordinate geometry: | ||
- | |||
- | [[start: | ||
- | |||
- | ===== Applications ===== | ||
- | |||
- | The Pythagorean Theorem has numerous applications: | ||
- | |||
- | 1. **Distance in Cartesian coordinates**: | ||
- | |||
- | 2. **Trigonometry**: | ||
- | |||
- | 3. **Navigation and Surveying**: | ||
- | |||
- | 4. **Physics**: | ||
- | |||
- | ===== Historical Notes ===== | ||
- | |||
- | While commonly attributed to Pythagoras (c. 570–495 BCE), evidence suggests this relationship was known earlier in Babylonian, Egyptian, and Chinese mathematics. | ||
- | |||
- | Pythagoras or his followers may have been the first to provide a formal mathematical proof of the theorem. The oldest recorded statement and proof appear in Euclid' | ||
- | |||
- | Various cultures have discovered and proven this theorem independently, | ||
- | |||
- | ===== References ===== | ||
- | |||
- | * [1] Euclid. " | ||
- | * [2] Heath, T. L. (1956). "The Thirteen Books of Euclid' | ||
- | * [3] Maor, E. (2007). "The Pythagorean Theorem: A 4,000-Year History." | ||
- | * [4] Loomis, E. S. (1968). "The Pythagorean Proposition." | ||
- | |||
- | ===== Related Theorems ===== | ||
- | |||
- | * [[start: | ||
- | * [[start: | ||
- | * [[start: | ||
- | |||
- | ~~DISCUSSION~~ |