Hellsing834 said:
Homework Statement
Determine which points on graph of X = sqrt(Y) are closest to (0,3). What is the minimum distance between the point(s) found and the graph of x = sqrt(Y)
Homework Equations
I used the distance formula.
The Attempt at a Solution
I came up with (sqrt(2) , 2) but i hardly doubt its right because i have no clue what the question is asking, can somebody just tell me if my answer is right or not?
It's wrong. The point you found isn't on the curve (but (2, sqrt(2)) is, though).
How did you use the distance formula? To use it, you need to have the coordinates of two points, one of which is the point on the curve that is the closest, and I don't see any work that shows that you found the closest point.
This problem is tricky because it gives x as a function of y, which is the opposite of how we're usually given it.
Here's what I did.
I drew a graph of x = sqrt(y). The vertical axis is the x axis, and the horiz. axis is the y axis. The graph looks exactly like that of y = sqrt(x), but the axes are labeled differently and all the points are (y, x) pairs.
Call the closest point on this graph P, with coordinates (y, sqrt(y)).
Find the slope of the function (namely, dx/dy). This will be dx/dy = 1/[2*sqrt(y)].
Find the slope of the line from P to the point B(0, 3) on the vertical (x) axis. The slope will be the result of delta x / delta y.
At the point on the curve that's closest to B, the tangent line at P will be perpendicular to the line segment OP. This means that their slopes will be negative reciprocals. This will give you an equation involving radicals that you can (maybe) solve. After moving things around and getting rid of the radicals in the denominators, I ended up with a cubic polynomial that I was able to factor into a linear factor and a quadratic factor. The quadratic had no real roots.
The point (2, sqrt(2)) (coordinates reversed from the one you reported) is about 2.55 units away from (0, 3). The point I found is about 2.236 units away, so is closer.
Hope this helps.