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:







Comment by rod.
Made Wednesday, 28 of November , 2007 at 9:20 am
I’ve just replied to your comment on my blog. Cheers!