Difference between revisions of "British Flag Theorem"

m
m (Change Lines)
Line 1: Line 1:
The '''British flag theorem''' says that if a point P is chosen inside [[rectangle]] ABCD then <math>AP^{2}+PC^{2}=BP^{2}+DP^{2}</math>. The theorem is called the British flag theorem due to the similarities between the British flag and a diagram of the points (shown below):
+
The '''British flag theorem''' says that if a point P is chosen inside [[rectangle]] ABCD then <math>AP^{2}+CP^{2}=BP^{2}+DP^{2}</math>. The theorem is called the British flag theorem due to the similarities between the British flag and a diagram of the points (shown below):
 
  [[File:UK.jpg|left|frame|British Flag]]
 
  [[File:UK.jpg|left|frame|British Flag]]
 
<asy>
 
<asy>

Revision as of 20:21, 18 November 2014

The British flag theorem says that if a point P is chosen inside rectangle ABCD then $AP^{2}+CP^{2}=BP^{2}+DP^{2}$. The theorem is called the British flag theorem due to the similarities between the British flag and a diagram of the points (shown below):

British Flag

[asy] size(200); pair A,B,C,D,P; A=(0,0); B=(200,0); C=(200,150); D=(0,150); P=(124,85); draw(A--B--C--D--cycle); draw(A--P); draw(B--P); draw(C--P); draw(D--P); label("$A$",A,(-1,0)); dot(A); label("$B$",B,(0,-1)); dot(B); label("$C$",C,(1,0)); dot(C); label("$D$",D,(-1,0)); dot(D); dot(P); label("$P$",P,NNE); draw((0,85)--(200,85)); draw((124,0)--(124,150)); label("$w$",(124,0),(0,-1)); label("$x$",(200,85),(1,0)); label("$y$",(124,150),(0,1)); label("$z$",(0,85),(-1,0)); dot((124,0)); dot((200,85)); dot((124,150)); dot((0,85)); [/asy]

The theorem also applies if the point $P$ is selected outside or on the boundary of the rectangle, although the proof is harder to visualize in this case.

Proof

In Figure 1, by the Pythagorean theorem, we have:

  • $AP^{2} = Aw^{2} + Az^{2}$
  • $PC^{2} = wB^{2} + zD^{2}$
  • $BP^{2} = wB^{2} + Az^{2}$
  • $PD^{2} = zD^{2} + Aw^{2}$

Therefore:

  • $AP^{2} + PC^{2} = Aw^{2} + Az^{2} + wB^{2} + zD^{2} = wB^{2} + Az^{2} + zD^{2} + Aw^{2} =\nolinebreak BP^{2} +\nolinebreak PD^{2}$

This article is a stub. Help us out by expanding it.