Difference between revisions of "Pythagorean Theorem"

m (Common Pythagorean Triples)
 
(21 intermediate revisions by 10 users not shown)
Line 1: Line 1:
The '''Pythagorean Theorem''' states that for a [[right triangle]] with legs of length <math>a</math> and <math>b</math> and [[hypotenuse]] of length <math>c</math> we have the relationship <math>{a}^{2}+{b}^{2}={c}^{2}</math>.  This theorem has been know since antiquity and is a classic to prove; hundreds of proofs have been published and many can be demonstrated entirely visually(the book ''The Pythagorean Proposition'' alone consists of more than 370). The Pythagorean Theorem is one of the most frequently used theorems in [[geometry]], and is one of the many tools in a good geometer's arsenal. A very large number of geometry problems can be solved by building right triangles and applying the Pythagorean Theorem.  
+
The '''Pythagorean Theorem''' states that for a [[right triangle]] with [[leg]]s of length <math>a</math> and <math>b</math> and [[hypotenuse]] of length <math>c</math> we have the relationship <math>a^2+b^2=c^2</math>.  This theorem has been known since antiquity and is a classic to prove; hundreds of proofs have been published and many can be demonstrated entirely visually. The Pythagorean Theorem is one of the most frequently used theorems in [[geometry]], and is one of the many tools in a good geometer's arsenal. A very large number of geometry problems can be solved by building right triangles and applying the Pythagorean Theorem.  
  
This is generalized by the [[Geometric inequality#Pythagorean_Inequality | Pythagorean Inequality]] and the [[Law of Cosines]].
+
This is generalized by the [[Geometric inequality#Pythagorean_Inequality|Pythagorean Inequality]] and the [[Law of Cosines]].
  
 
== Proofs ==
 
== Proofs ==
  
In these proofs, we will let <math>ABC </math> be any right triangle with a right angle at <math>{} C </math>.
+
In these proofs, we will let <math>ABC</math> be any right triangle with a right angle at <math>\angle ACB</math>, and we use <math>[ABC]</math> to denote the area of triangle <math>ABC</math>.
  
 
=== Proof 1 ===
 
=== Proof 1 ===
  
We use <math>[ABC] </math> to denote the area of triangle <math>ABC </math>.
+
Let <math>D</math> be the foot of the [[altitude]] from <math>C</math>. <math>ABC</math>, <math>ACD</math>, <math>BCD</math> are similar triangles, so <math>\frac{AC}{AD}=\frac{AB}{AC} \implies AC^2=(AD)(AB)</math> and <math>\frac{BC}{BD}=\frac{AB}{BC} \implies BC^2=(BD)(AB)</math>. Adding these equations gives us <math>AC^2+BC^2=(AD)(AB)+(BD)(AB) \implies AC^2+BC^2=(AB)(AD+BD) \implies AC^2+BC^2=AB^2</math>
  
Let <math>H </math> be the perpendicular to side <math>AB </math> from <math>{} C </math>.
+
=== Proof 2 ===
 +
 
 +
Let <math>H</math> be the foot of the [[altitude]] from <math>C</math>.
  
 
<center>
 
<center>
Line 32: Line 34:
 
</center>
 
</center>
  
Since <math>ABC, CBH, ACH</math> are similar right triangles, and the areas of similar triangles are proportional to the squares of corresponding side lengths,
+
Since <math>ABC</math>, <math>CBH</math>, <math>ACH</math> are similar right triangles, and the areas of similar triangles are proportional to the squares of corresponding side lengths,
<center>
+
<cmath>\frac{[ABC]}{AB^2} = \frac{[CBH]}{CB^2} = \frac{[ACH]}{AC^2}.</cmath>
<math> \frac{[ABC]}{AB^2} = \frac{[CBH]}{CB^2} = \frac{[ACH]}{AC^2} </math>.
+
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>.
</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}}
 
  
=== Proof 2 ===
+
=== Proof 3 ===
  
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:
+
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>
 
<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
+
Evidently, <math>AY = AB-BC</math> and <math>AX = AB+BC</math>.  By considering the [[Power of a Point]] <math>A</math> with respect to <math>\omega</math>, we see
 +
<cmath>AC^2 = AY \cdot AX = (AB-BC)(AB+BC) = AB^2 - BC^2.</cmath>
  
<center>
+
=== Proof 4 ===
<math>AC^2 = AY \cdot AX = (AB-BC)(AB+BC) = AB^2 - BC^2 </math>.  {{Halmos}}
 
</center>
 
  
=== Proof 3 ===
+
Consider a square of side length \(a + b\). Inside it, place four congruent right triangles—each with legs \(a\) and \(b\) and hypotenuse \(c\)—arranged so that their right angles occupy the corners of the large square and their hypotenuses form a smaller, tilted square at the center.
  
<math>ABCD</math> and <math>EFGH</math> are squares.
 
<center>
 
 
<asy>
 
<asy>
pair A, B,C,D;
+
unitsize(3cm);
A = (-10,10);
+
 
B = (10,10);
+
// define a and b
C = (10,-10);
+
real a = 0.6;
D = (-10,-10);
+
real b = 0.8;
  
pair E,F,G,H;
+
// corners of the big square
E = (7,10);
+
pair A = (0,0);
F = (10, -7);
+
pair B = (a+b, 0);
G = (-7, -10);
+
pair C = (a+b, a+b);
H = (-10, 7);
+
pair D = (0, a+b);
  
 
draw(A--B--C--D--cycle);
 
draw(A--B--C--D--cycle);
label("$A$", A, NNW);
 
label("$B$", B, ENE);
 
label("$C$", C, ESE);
 
label("$D$", D, SSW);
 
  
draw(E--F--G--H--cycle);
+
// four right triangles
label("$E$", E, N);
+
pair T1 = (a,0);
label("$F$", F,SE);
+
pair T2 = (a+b, b);
label("$G$", G, S);
+
pair T3 = (b, a+b);
label("$H$", H, W);
+
pair T4 = (0, a);
 +
 
 +
draw(A--T1--T4--cycle);      // bottom-left triangle
 +
draw(T1--B--T2--cycle);      // bottom-right triangle
 +
draw(T4--T3--D--cycle);      // top-left triangle
 +
draw(T2--C--T3--cycle);      // top-right triangle
 +
 
 +
// inner square formed by hypotenuses
 +
draw(T1--T2--T3--T4--cycle);
 +
 
 +
// labels
 +
label("$a+b$", midpoint(A--B), S);
 +
label("$a+b$", midpoint(B--C), E);
 +
 
 +
label("$a$", midpoint(A--T1), S);
 +
label("$b$", midpoint(T1--B), S);
 +
label("$b$", midpoint(D--T4), W);
 +
label("$a$", midpoint(T4--A), W);
  
label("a", A--B,N);
+
label("$c$", midpoint(T1--T2), NE);
label("a", B--F,SE);
+
label("$c$", midpoint(T2--T3), NE);
label("a", C--G,S);
+
label("$c$", midpoint(T3--T4), NW);
label("a", H--D,W);
+
label("$c$", midpoint(T4--T1), NW);
label("b", E--B,N);
 
label("b", F--C,SE);
 
label("b", G--D,S);
 
label("b", A--H,W);
 
label("c", E--H,NW);
 
label("c", E--F);
 
label("c", F--G,SE);
 
label("c", G--H,SW);
 
 
</asy>
 
</asy>
</center>
 
<math>(a+b)^2=c^2+4\left(\frac{1}{2}ab\right)\implies a^2+2ab+b^2=c^2+2ab\implies a^2 + b^2=c^2</math>. {{Halmos}}
 
  
== Common Pythagorean Triples ==
+
The area of the large square is \((a + b)^2 = a^2 + 2ab + b^2\). The area can also be expressed as the sum of the four triangles, each with area \(\frac{1}{2}ab\), totaling \(2ab\), plus the inner square with area \(c^2\). Setting these equal gives:
A [[Pythagorean Triple]] is a [[set]] of 3 [[positive integer]]s such that <math>a^{2}+b^{2}=c^{2}</math>, i.e. the 3 numbers can be the lengths of the sides of a right triangle.  Among these, the [[Primitive Pythagorean Triple]]s, those in which the three numbers have no common [[divisor]], are most interesting.  A few of them are:
+
<cmath>
 +
(a + b)^2 = 4 \times \frac{1}{2} ab + c^2 = 2ab + c^2.
 +
</cmath>
 +
Simplifying,
 +
<cmath>
 +
a^2 + 2ab + b^2 = 2ab + c^2 \implies a^2 + b^2 = c^2.
 +
\qquad\blacksquare
 +
</cmath>
 +
 
 +
=== Proof 5 (Linear Algebra / Inner Product Space) ===
 +
 
 +
Consider the right triangle <math>\triangle ABC</math> with a right angle at <math>C</math>. Represent the vectors
 +
<cmath>
 +
\vec{AC} = \mathbf{u} \quad \text{and} \quad \vec{BC} = \mathbf{v}
 +
</cmath>
 +
in an inner product space equipped with the dot product <math>\langle \cdot, \cdot \rangle</math>.
 +
 
 +
Because <math>\angle ACB</math> is a right angle, the vectors <math>\mathbf{u}</math> and <math>\mathbf{v}</math> are orthogonal:
 +
<cmath>
 +
\langle \mathbf{u}, \mathbf{v} \rangle = 0.
 +
</cmath>
 +
 
 +
By definition of the norm induced by the inner product,
 +
<cmath>
 +
\|\mathbf{u}\| = a, \quad \|\mathbf{v}\| = b,
 +
</cmath>
 +
and the hypotenuse vector is
 +
<cmath>
 +
\vec{AB} = \mathbf{u} - \mathbf{v}.
 +
</cmath>
 +
 
 +
Calculate the squared length of <math>\vec{AB}</math>:
 +
<cmath>
 +
\|\vec{AB}\|^2 = \langle \mathbf{u} - \mathbf{v}, \mathbf{u} - \mathbf{v} \rangle = \langle \mathbf{u}, \mathbf{u} \rangle - 2 \langle \mathbf{u}, \mathbf{v} \rangle + \langle \mathbf{v}, \mathbf{v} \rangle.
 +
</cmath>
 +
 
 +
Using orthogonality <math>\langle \mathbf{u}, \mathbf{v} \rangle = 0</math>, this reduces to
 +
<cmath>
 +
\|\vec{AB}\|^2 = \|\mathbf{u}\|^2 + \|\mathbf{v}\|^2 = a^2 + b^2.
 +
</cmath>
 +
 
 +
Since <math>\|\vec{AB}\| = c</math>, the length of the hypotenuse, we conclude
 +
<cmath>
 +
c^2 = a^2 + b^2,
 +
</cmath>
 +
which is the Pythagorean Theorem.
 +
 
 +
This proof is highly abstract and depends on familiarity with vector spaces and inner products, moving far beyond the classical Euclidean framework into the realm of modern algebraic geometry.
 +
 
 +
== Pythagorean Triples ==
 +
 
 +
{{main|Pythagorean triple}}
 +
A [[Pythagorean triple]] is a of [[positive integer]]s such that <math>a^{2}+b^{2}=c^{2}</math>. All such triples contain numbers which are side lengths of the sides of a right triangle.  Among these, the [[Primitive Pythagorean triple]]s, are those in which the three numbers are [[coprime]].  A few of them are:
  
 
<cmath>3-4-5</cmath>
 
<cmath>3-4-5</cmath>
Line 107: Line 159:
 
<cmath>11-60-61</cmath>
 
<cmath>11-60-61</cmath>
  
 +
Note that (3,4,5) is the only Pythagorean triple that consists of consecutive integers.
  
Also Pythagorean Triples can be created with the a Pythagorean triple by multiplying the lengths by any integer.
+
Any triple created by multiplying all three numbers in a Pythagorean triple by a positive integer is Pythagorean. In other words, if (a,b,c) is a Pythagorean triple it follows that (ka,kb,kc) will also form a Pythagorean triple for any positive integer constant k.
 
For example,  
 
For example,  
 
<cmath>6-8-10 = (3-4-5)*2</cmath>
 
<cmath>6-8-10 = (3-4-5)*2</cmath>
 
<cmath>21-72-75 = (7-24-25)*3</cmath>
 
<cmath>21-72-75 = (7-24-25)*3</cmath>
 
<cmath>10-24-26 = (5-12-13)*2</cmath>
 
<cmath>10-24-26 = (5-12-13)*2</cmath>
Note that (-1,0,1) and (3,4,5) are the only pythagoren triplets that consist of consecutive integers.
 
  
Also, if (a,b,c) are a pythagorean triplet it follows that (ka,kb,kc) will also form a pythagorean triplet for any constant k.
+
Also note that one easy way to find Pythagorean triples is as follows.  Choose any odd number <math>n</math>. Find <math>n^2</math>. Find <math>\frac{n-1}{2}</math> and <math>\frac{n-1}{2} + 1</math>. Your Pythagorean triple is <math>n</math>, <math>\frac{n-1}{2}</math>, and <math>\frac{n-1}{2} + 1</math>.
  
k can also be imaginary.
+
== Problems ==
  
== Problems ==
 
 
=== Introductory ===
 
=== Introductory ===
 +
* [[2020 AMC 8 Problems/Problem 18 | 2020 AMC 8 Problem 18]]
 +
* [[2023 AMC 10A Problems/Problem 11 | 2023 AMC 10A Problem 11]]
 +
* [[2007 AMC 12A Problems/Problem 10 | 2007 AMC 12A Problem 10]]
 
* [[2006_AIME_I_Problems/Problem_1 | 2006 AIME I Problem 1]]
 
* [[2006_AIME_I_Problems/Problem_1 | 2006 AIME I Problem 1]]
* [[2007 AMC 12A Problems/Problem 10 | 2007 AMC 12A Problem 10]]
 
=== Sample Problem ===
 
Right triangle <math>ABC</math> has legs of length <math>333</math> and <math>444</math>. Find the hypotenuse of <math>ABC</math>.
 
==== Solution 1 (Bash) ====
 
<math>\sqrt{333^2 + 444^2} = 555</math>.
 
==== Solution 2 (Using 3-4-5) ====
 
We see <math>333-444</math> looks like the legs of a <math>3-4-5</math> right triangle with a multiplication factor of 111. Thus <math>5*111 = 555</math>.
 
  
=== Another Problem ===
+
==== [[2020 AMC 8 Problems/Problem 18 | Problem 1]] ====
Right triangle <math>ABC</math> has side lengths of <math>3</math> and <math>4</math>. Find the sum of all the possible hypotenuses.  
+
Rectangle <math>ABCD</math> is inscribed in a semicircle with diameter <math>\overline{FE},</math> as shown in the figure. Let <math>DA=16,</math> and let <math>FD=AE=9.</math> What is the area of <math>ABCD?</math>
==== Solution (Casework) ====
+
 
Case 1: 3 and 4 are the legs. Then 5 is the hypotenuse.
+
<asy>
Case 2: 3 is a leg and 4 is the hypotenuse.
+
draw(arc((0,0),17,180,0)); draw((-17,0)--(17,0)); fill((-8,0)--(-8,15)--(8,15)--(8,0)--cycle, 1.5*grey); draw((-8,0)--(-8,15)--(8,15)--(8,0)--cycle); dot("$A$",(8,0), 1.25*S); dot("$B$",(8,15), 1.25*N); dot("$C$",(-8,15), 1.25*N); dot("$D$",(-8,0), 1.25*S); dot("$E$",(17,0), 1.25*S); dot("$F$",(-17,0), 1.25*S); label("$16$",(0,0),N); label("$9$",(12.5,0),N); label("$9$",(-12.5,0),N);
There are no more cases as the hypotenuse has to be greater than the leg.
+
</asy>
This makes the sum <math>4+5=9</math>.
+
 
 +
<math>\textbf{(A) }240 \qquad \textbf{(B) }248 \qquad \textbf{(C) }256 \qquad \textbf{(D) }264 \qquad \textbf{(E) }272</math>
 +
 
 +
[[2020_AMC_8_Problems/Problem_18 | Solution]]
 +
 
 +
==== [[2023 AMC 10A Problems/Problem 11 | Problem 2]] ====
 +
A rhombic dodecahedron is a solid with <math>12</math> congruent rhombus faces. At every vertex, <math>3</math> or <math>4</math> edges meet, depending on the vertex. How many vertices have exactly <math>3</math> edges meet?
 +
 
 +
<math>\textbf{(A) }5\qquad\textbf{(B) }6\qquad\textbf{(C) }7\qquad\textbf{(D) }8\qquad\textbf{(E) }9</math>
  
== External links ==
+
[[2023_AMC_10A_Problems/Problem_18 | Solution]]
*[http://www.cut-the-knot.org/pythagoras/index.shtml 118 proofs of the Pythagorean Theorem]
 
  
[[Category:Geometry]]
+
== External Links ==
 +
* [//en.wikipedia.org/wiki/Pythagorean_theorem Wikipedia: Pythagorean Theorem]
 +
* [//www.cut-the-knot.org/pythagoras/index.shtml Cut-the-Knot: 122 Proofs of the Pythagorean Theorem]
  
[[Category:Theorems]]
+
=== Videos ===
 +
* [//www.youtube.com/watch?v=ZksDIM_MeNg Proving the Pythagorean Theorem]
 +
* [//www.youtube.com/watch?v=JRMUfe0eDYA Using the Pythagorean Theorem Part 1]
 +
* [//www.youtube.com/watch?v=d5C3QEpPBEc Using the Pythagorean Theorem Part 2]
 +
* [//www.youtube.com/watch?v=RgUZkmhA9bw Pythagorean Triple Warning!]
 +
* [//www.youtube.com/watch?v=mYXcwRAXWjA Power of Pythagorean Triples]
  
 
[[Category:Geometry]]
 
[[Category:Geometry]]
 +
[[Category:Theorems]]

Latest revision as of 12:12, 20 June 2025

The Pythagorean Theorem states that for a right triangle with legs of length $a$ and $b$ and hypotenuse of length $c$ we have the relationship $a^2+b^2=c^2$. This theorem has been known since antiquity and is a classic to prove; hundreds of proofs have been published and many can be demonstrated entirely visually. The Pythagorean Theorem is one of the most frequently used theorems in geometry, and is one of the many tools in a good geometer's arsenal. A very large number of geometry problems can be solved by building right triangles and applying the Pythagorean Theorem.

This is generalized by the Pythagorean Inequality and the Law of Cosines.

Proofs

In these proofs, we will let $ABC$ be any right triangle with a right angle at $\angle ACB$, and we use $[ABC]$ to denote the area of triangle $ABC$.

Proof 1

Let $D$ be the foot of the altitude from $C$. $ABC$, $ACD$, $BCD$ are similar triangles, so $\frac{AC}{AD}=\frac{AB}{AC} \implies AC^2=(AD)(AB)$ and $\frac{BC}{BD}=\frac{AB}{BC} \implies BC^2=(BD)(AB)$. Adding these equations gives us $AC^2+BC^2=(AD)(AB)+(BD)(AB) \implies AC^2+BC^2=(AB)(AD+BD) \implies AC^2+BC^2=AB^2$

Proof 2

Let $H$ be the foot of the altitude 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 3

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 a Point $A$ with respect to $\omega$, we see \[AC^2 = AY \cdot AX = (AB-BC)(AB+BC) = AB^2 - BC^2.\]

Proof 4

Consider a square of side length \(a + b\). Inside it, place four congruent right triangles—each with legs \(a\) and \(b\) and hypotenuse \(c\)—arranged so that their right angles occupy the corners of the large square and their hypotenuses form a smaller, tilted square at the center.

[asy] unitsize(3cm);  // define a and b real a = 0.6; real b = 0.8;  // corners of the big square pair A = (0,0); pair B = (a+b, 0); pair C = (a+b, a+b); pair D = (0, a+b);  draw(A--B--C--D--cycle);  // four right triangles pair T1 = (a,0); pair T2 = (a+b, b); pair T3 = (b, a+b); pair T4 = (0, a);  draw(A--T1--T4--cycle);      // bottom-left triangle draw(T1--B--T2--cycle);      // bottom-right triangle draw(T4--T3--D--cycle);      // top-left triangle draw(T2--C--T3--cycle);      // top-right triangle  // inner square formed by hypotenuses draw(T1--T2--T3--T4--cycle);  // labels label("$a+b$", midpoint(A--B), S); label("$a+b$", midpoint(B--C), E);  label("$a$", midpoint(A--T1), S); label("$b$", midpoint(T1--B), S); label("$b$", midpoint(D--T4), W); label("$a$", midpoint(T4--A), W);  label("$c$", midpoint(T1--T2), NE); label("$c$", midpoint(T2--T3), NE); label("$c$", midpoint(T3--T4), NW); label("$c$", midpoint(T4--T1), NW); [/asy]

The area of the large square is \((a + b)^2 = a^2 + 2ab + b^2\). The area can also be expressed as the sum of the four triangles, each with area \(\frac{1}{2}ab\), totaling \(2ab\), plus the inner square with area \(c^2\). Setting these equal gives: \[(a + b)^2 = 4 \times \frac{1}{2} ab + c^2 = 2ab + c^2.\] Simplifying, \[a^2 + 2ab + b^2 = 2ab + c^2 \implies a^2 + b^2 = c^2. \qquad\blacksquare\]

Proof 5 (Linear Algebra / Inner Product Space)

Consider the right triangle $\triangle ABC$ with a right angle at $C$. Represent the vectors \[\vec{AC} = \mathbf{u} \quad \text{and} \quad \vec{BC} = \mathbf{v}\] in an inner product space equipped with the dot product $\langle \cdot, \cdot \rangle$.

Because $\angle ACB$ is a right angle, the vectors $\mathbf{u}$ and $\mathbf{v}$ are orthogonal: \[\langle \mathbf{u}, \mathbf{v} \rangle = 0.\]

By definition of the norm induced by the inner product, \[\|\mathbf{u}\| = a, \quad \|\mathbf{v}\| = b,\] and the hypotenuse vector is \[\vec{AB} = \mathbf{u} - \mathbf{v}.\]

Calculate the squared length of $\vec{AB}$: \[\|\vec{AB}\|^2 = \langle \mathbf{u} - \mathbf{v}, \mathbf{u} - \mathbf{v} \rangle = \langle \mathbf{u}, \mathbf{u} \rangle - 2 \langle \mathbf{u}, \mathbf{v} \rangle + \langle \mathbf{v}, \mathbf{v} \rangle.\]

Using orthogonality $\langle \mathbf{u}, \mathbf{v} \rangle = 0$, this reduces to \[\|\vec{AB}\|^2 = \|\mathbf{u}\|^2 + \|\mathbf{v}\|^2 = a^2 + b^2.\]

Since $\|\vec{AB}\| = c$, the length of the hypotenuse, we conclude \[c^2 = a^2 + b^2,\] which is the Pythagorean Theorem.

This proof is highly abstract and depends on familiarity with vector spaces and inner products, moving far beyond the classical Euclidean framework into the realm of modern algebraic geometry.

Pythagorean Triples

Main article: Pythagorean triple

A Pythagorean triple is a of positive integers such that $a^{2}+b^{2}=c^{2}$. All such triples contain numbers which are side lengths of the sides of a right triangle. Among these, the Primitive Pythagorean triples, are those in which the three numbers are coprime. A few of them are:

\[3-4-5\] \[5-12-13\] \[7-24-25\] \[8-15-17\] \[9-40-41\] \[12-35-37\] \[20-21-29\] \[11-60-61\]

Note that (3,4,5) is the only Pythagorean triple that consists of consecutive integers.

Any triple created by multiplying all three numbers in a Pythagorean triple by a positive integer is Pythagorean. In other words, if (a,b,c) is a Pythagorean triple it follows that (ka,kb,kc) will also form a Pythagorean triple for any positive integer constant k. For example, \[6-8-10 = (3-4-5)*2\] \[21-72-75 = (7-24-25)*3\] \[10-24-26 = (5-12-13)*2\]

Also note that one easy way to find Pythagorean triples is as follows. Choose any odd number $n$. Find $n^2$. Find $\frac{n-1}{2}$ and $\frac{n-1}{2} + 1$. Your Pythagorean triple is $n$, $\frac{n-1}{2}$, and $\frac{n-1}{2} + 1$.

Problems

Introductory

Problem 1

Rectangle $ABCD$ is inscribed in a semicircle with diameter $\overline{FE},$ as shown in the figure. Let $DA=16,$ and let $FD=AE=9.$ What is the area of $ABCD?$

[asy]  draw(arc((0,0),17,180,0)); draw((-17,0)--(17,0)); fill((-8,0)--(-8,15)--(8,15)--(8,0)--cycle, 1.5*grey); draw((-8,0)--(-8,15)--(8,15)--(8,0)--cycle); dot("$A$",(8,0), 1.25*S); dot("$B$",(8,15), 1.25*N); dot("$C$",(-8,15), 1.25*N); dot("$D$",(-8,0), 1.25*S); dot("$E$",(17,0), 1.25*S); dot("$F$",(-17,0), 1.25*S); label("$16$",(0,0),N); label("$9$",(12.5,0),N); label("$9$",(-12.5,0),N);  [/asy]

$\textbf{(A) }240 \qquad \textbf{(B) }248 \qquad \textbf{(C) }256 \qquad \textbf{(D) }264 \qquad \textbf{(E) }272$

Solution

Problem 2

A rhombic dodecahedron is a solid with $12$ congruent rhombus faces. At every vertex, $3$ or $4$ edges meet, depending on the vertex. How many vertices have exactly $3$ edges meet?

$\textbf{(A) }5\qquad\textbf{(B) }6\qquad\textbf{(C) }7\qquad\textbf{(D) }8\qquad\textbf{(E) }9$

Solution

External Links

Videos