Analysis of Today’s Putman Problem
Wednesday, 28 of November , 2007 at 12:18 am
I found an interesting problem on the blog Reasonable Deviations.
Question:
Given a plane
, a point
in the plane and a point
not in the plane, find all points
in
such that the ratio
is a maximum.
Solution:
First, create a plane that intersects the points Q, P, and R. In addition to these 3-points, I’m going to create a 4th point point called R’ which is perpendicular to the plane.

Using Pythagoras Theorem, we can do the following:

We can simplify the formula by using the following relations:
. The important thing to note is that x is the only variable. The other variables are constant.
The formula can be reduced to:

The maximum of f(x) will occur when its derivative is 0. Therefore,






Therefore, the point R will a distance x away from R’ defined by the following equation:





I found an interesting problem on the blog Reasonable Deviations.
Question:
Given a plane
, a point
in the plane and a point
not in the plane, find all points
in
such that the ratio
is a maximum.
Solution:
First, create a plane that intersects the points Q, P, and R. In addition to these 3-points, I’m going to create a 4th point point called R’ which is perpendicular to the plane.

Using Pythagoras Theorem, we can do the following:

We can simplify the formula by using the following relations:
. The important thing to note is that x is the only variable. The other variables are constant.
The formula can be reduced to:

The maximum of f(x) will occur when its derivative is 0. Therefore,






Therefore, the point R will a distance x away from R’ defined by the following equation:





Category: Answers, Putnam Problems, Questions
Comment by rod.
Made Wednesday, 28 of November , 2007 at 9:20 am
I’ve just replied to your comment on my blog. Cheers!
Comment by eldila
Made Wednesday, 28 of November , 2007 at 10:17 am
I forgot to include the solution for when R is between P and R’. It should have have a very similar result.
Comment by Matt
Made Wednesday, 28 of November , 2007 at 11:08 am
I like your solution and got something similar using an ugly analytic geometry approach. (Note that your solution can actually be simplified to RR’ = QP - PR’ with one more step.)
Since you already solved it I will give just a sketch: I set my origin to be the orthogonal projection of Q into the plane k, what you are calling R’ above; defined P=(p,0,0), Q=(0,0,q), R=(r,theta,0) using polar coordinates; I guess r=x,q=y,p=z in your notation.) First take partial derivative wrt theta to prove that theta=pi, then you know that PR=p+r and you can take derivatives with r. I end up with a quadratic r^2+2pr-q^2=0 which has only one positive solution r=sqrt(p^2+q^2)-p, or in geometric terms RR’=QP-PR’ which is equivalent to what you have there because (QP-PR’)(QP+PR’)=QP^2-PR’^2=QR’^2 by Pythagoras.
Note that there is one special case where p=0 (P=R’) in which case any choice of theta will work and the maximum is achieved anywhere on a circle of radius PQ around P.
If you don’t mind a small suggestion, the one change I would add to your proof (which is much nicer than mine) is that you should justify how you know that R must lie on the line PR’.
Comment by eldila
Made Wednesday, 28 of November , 2007 at 12:40 pm
Thanks for the input! It is always interesting to see how people solve the same problem.
I wrote this at around midnight so I was sloppy (I wanted to go to bed :D). And yeah, I could have justified a few things.
Comment by Karim
Made Wednesday, 28 of November , 2007 at 6:31 pm
And simplified again to QP=PR ?
Comment by eldila
Made Wednesday, 28 of November , 2007 at 7:02 pm
That would make it really elegant ![]()





