Why Does One Mathematical Approach Fail in This Optimization Problem?

  • Thread starter Thread starter ohlhauc1
  • Start date Start date
  • Tags Tags
    Proof
Click For Summary
SUMMARY

The optimization problem presented involves finding the coordinates of point R on the line x=-1 that minimizes the sum of distances PR and RQ, where P and Q are given points. The incorrect solution calculated the minimum using squared distances incorrectly, leading to the wrong coordinates of R as (-1, -1/2). The correct approach utilized a relationship between the segments PR and RQ, resulting in the correct coordinates of R as (-1, 0). This discrepancy highlights the importance of understanding the geometric relationships in optimization problems.

PREREQUISITES
  • Understanding of optimization techniques in geometry
  • Familiarity with distance formulas in coordinate geometry
  • Knowledge of calculus, specifically finding minima
  • Ability to interpret and manipulate algebraic equations
NEXT STEPS
  • Study optimization problems in coordinate geometry
  • Learn about geometric interpretations of distance minimization
  • Explore calculus techniques for finding minima and maxima
  • Review algebraic manipulation of equations in optimization contexts
USEFUL FOR

Students in advanced mathematics, educators teaching optimization techniques, and anyone interested in the geometric interpretation of mathematical problems.

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.
 

Similar threads

Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
Replies
10
Views
2K
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
4
Views
3K
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
6K