Why Does One Mathematical Approach Fail in This Optimization Problem?

  • Thread starter Thread starter ohlhauc1
  • Start date Start date
  • Tags Tags
    Proof
AI Thread Summary
The discussion centers on a mathematical optimization problem involving points P and Q, where the goal is to find point R on the line x=-1 that minimizes the sum of distances PR and RQ. The initial solution presented incorrectly calculated the minimum by treating the problem as a sum of squares, leading to the wrong coordinates for R. The correct approach involves setting up a relationship between the distances from R to P and Q, resulting in the coordinates of R being (-1, 0). The thread highlights the importance of understanding the difference between minimizing distances and minimizing the sum of squares in optimization problems. Clarification on why the first method fails is sought to deepen understanding of the concepts involved.
ohlhauc1
Messages
27
Reaction score
0
We had to do a question in my Advanced Mathematics class, and the way that I did the problem was supposedly right. My teacher even did it that way. However, the answer was wrong, so my teacher showed us the correct way to do the problem.

The dilemma I have is that BOTH ways should work, but they don't. Therefore, I am going to give both solutions to the problem, and I was wondering if you could tell me why the first one does not work.

Question: The coordinates of points P and Q are (1,2) and (2,-3), respectively, and R is a point on the line x=-1. Find the coordinates of R so that PR + RQ is a minimum?

Here is the graph/image I used for this problem:
http://s62.yousendit.com/d.aspx?id=0LUTJESKXM0R33IOBSY2IH1Z3A

MY SOLUTION:

Equations: PR^2 = 2^2 + y^2
QR^2 = 3^2 + (5 - y)^2

PR^2 + QR^2 = minimum or m
2^2 + y^2 + 3^2 + (5 -y)(5 - y) = minimum
4 + y^2 + 9 + 25 - 10y + y^2 = minimum
2y^2 - 10y + 38 = minimum

y = -b/2a = 10/4 = 5/2

Y-coordinate of R = 2 - 5/2 = -1/2

Therefore, the coordinates of R are (-1, -1/2)

CORRECT SOLUTION:

Let m = minimum

mP'R = [ (2 - y) / (-3 + 1) ] = [ (2 - y) / -2 ]

mRQ = [ (y + 3) / (-1 -2) ] = [ (y + 3) / -3 ]

Note: mP'R = mRQ
[ (2 - y) / -2 ] = [ (y + 3) / -3 ]
= -2y - 6 = 3y - 6
= -5y = 0
y = 0

The coordinates of R are therefore (-1, 0).

*So...I have presented both solutions, and I would highly appreciate your help. I am really interested in trying to understand this dilemma.

Thanks
 
Physics news on Phys.org
The maximum of the sum of the squares isn't necessarily the maximum of the sum.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top