1983 AHSME Problems/Problem 29

Revision as of 18:53, 27 January 2019 by Sevenoptimus (talk | contribs) (Added a copy of the problem, and fixed some LaTeX)

Problem

A point $P$ lies in the same plane as a given square of side $1$. Let the vertices of the square, taken counterclockwise, be $A, B, C$ and $D$. Also, let the distances from $P$ to $A, B$ and $C$, respectively, be $u, v$ and $w$. What is the greatest distance that $P$ can be from $D$ if $u^2 + v^2 = w^2$?

$\textbf{(A)}\ 1 + \sqrt{2}\qquad \textbf{(B)}\ 2\sqrt{2}\qquad \textbf{(C)}\ 2 + \sqrt{2}\qquad \textbf{(D)}\ 3\sqrt{2}\qquad \textbf{(E)}\ 3+\sqrt{2}$

Solution

Place the square on the coordinate plane with $A$ as the origin. (This means that $B=(1,0), C=(1,1),$ and $D=(0,1).$We are given that $PA^2+PB^2=PC^2,$ so

\begin{align*}&(x^2+y^2)+((x-1)^2+y^2)=(x-1)^2+(y-1)^2\\ &2x^2+2y^2-2x+1=x^2+y^2-2x-2y+2\\ &x^2+y^2=-2y+1\\ &x^2+y^2+2y-1=0\\ &x^2+(y+1)^2=2\end{align*}

Thus, we see that $P$ is on a circle centered at $(0,-1)$ with radius $\sqrt{2}.$ The farthest point from $D$ on this circle is at the bottom of the circle, at $(0, -1-\sqrt{2}),$ so $PD$ is $\boxed{2+\sqrt{2}}.$