Juwane
- 86
- 0
Homework Statement
Write an expression for the distance between the point P(1,2) and an arbitrary point ( x, \sqrt{x} ) on the curve y = \sqrt{x}. Graph this distance versus x, and use the graph to find the x-coordinate of the point on the curve that is closest to the point P.
Homework Equations
N/A
The Attempt at a Solution
Well, here's the expression I wrote for the distance:
d = \sqrt{ (x - 1)^2 + ( 2 - \sqrt{x} )^2 }
I've graphed this on a graphic software. Now, how can I use this graph to answer the question? What do I have to look for on the graph?