Difference between revisions of "Pythagoras Theorem"

(Proofs)
(Proofs)
Line 36: Line 36:
 
</center>
 
</center>
 
But since triangle <math>ABC </math> is composed of triangles <math>CBH </math> and <math>ACH </math>, <math>[ABC] = [CBH] + [ACH] </math>, so <math>AB^2 = CB^2 + AC^2 </math>.  {{Halmos}}
 
But since triangle <math>ABC </math> is composed of triangles <math>CBH </math> and <math>ACH </math>, <math>[ABC] = [CBH] + [ACH] </math>, so <math>AB^2 = CB^2 + AC^2 </math>.  {{Halmos}}
 +
=== Proof 2 ===
 +
 +
Consider a circle <math>\omega </math> with center <math>B </math> and radius <math>BC </math>.  Since <math>BC </math> and <math>AC </math> are perpendicular, <math>AC </math> is tangent to <math>\omega </math>.  Let the line <math>AB </math> meet <math>\omega </math> at <math>Y </math> and <math>X </math>, as shown in the diagram:
 +
 +
<center>[[Image:Pyth2.png]]</center>
 +
 +
Evidently, <math>AY = AB - BC </math> and <math>AX = AB + BC </math>.  By considering the [[Power of a Point | power of point]] <math>A </math> with respect to <math>\omega </math>, we see
 +
 +
<center>
 +
<math>AC^2 = AY \cdot AX = (AB-BC)(AB+BC) = AB^2 - BC^2 </math>.  {{Halmos}}
 +
</center>

Revision as of 16:41, 17 June 2019

What is the Pythagorean Theorem?

What is the Pythagorean Theorem?

The Pythagoras Theorem is also referred to as the Pythagorean Theorem$.$ Pythagorean Theorem is used to find a side of any right triangle. It is $a^2+b^2=c^2$, where $a$ and $b$ are the legs of the triangle, and $c$ is the hypotenuse.

Why is it useful?

To find sides and angles of right triangles. Also, Trigonometry is pointless without it. If you know three angles of a triangle you can use the Pythagorean Theorem to find the sides or the area even if the angles are not right. It is probably the most famous Theorem in all of math!

Can we prove it?

Yes! The are hundreds of proves. I will just show you a few of them. Mathematicians even make a hobby of finding these proves. Even a US president made a published proof! Of, course this was a president in the 1800s because, well, presidents now are not really up to proving something like that. (You know, Trump and the others).

Proofs

Proof 1

We use $[ABC]$ to denote the area of triangle $ABC$.

Let $H$ be the perpendicular to side $AB$ from ${} C$.

[asy] pair A, B, C, H; A = (0, 0); B = (4, 3); C = (4, 0); H = foot(C, A, B);  draw(A--B--C--cycle); draw(C--H); draw(rightanglemark(A, C, B)); draw(rightanglemark(C, H, B)); label("$A$", A, SSW); label("$B$", B, ENE); label("$C$", C, SE); label("$H$", H, NNW); [/asy]

Since $ABC, CBH, ACH$ are similar right triangles, and the areas of similar triangles are proportional to the squares of corresponding side lengths,

$\frac{[ABC]}{AB^2} = \frac{[CBH]}{CB^2} = \frac{[ACH]}{AC^2}$.

But since triangle $ABC$ is composed of triangles $CBH$ and $ACH$, $[ABC] = [CBH] + [ACH]$, so $AB^2 = CB^2 + AC^2$.

Proof 2

Consider a circle $\omega$ with center $B$ and radius $BC$. Since $BC$ and $AC$ are perpendicular, $AC$ is tangent to $\omega$. Let the line $AB$ meet $\omega$ at $Y$ and $X$, as shown in the diagram:

Pyth2.png

Evidently, $AY = AB - BC$ and $AX = AB + BC$. By considering the power of point $A$ with respect to $\omega$, we see

$AC^2 = AY \cdot AX = (AB-BC)(AB+BC) = AB^2 - BC^2$.