Least distance from a point to a parabola

In summary, the conversation discusses finding the least distance between a given point (4,2) and the parabola y^2=8x. The conversation mentions two methods of solving this problem - using applications of derivatives and a geometric approach. The geometric approach involves finding a tangent point on the parabola that has a normal line passing through (4,2). This is done by creating a right triangle and using the fact that the hypotenuse is always the longest side. The conversation also mentions the use of the distance equation and finding the minimum distance by taking the first derivative and setting it equal to 0. The purpose of the conversation is to understand the geometric reasoning behind the solution.
  • #1
Sleek
60
0

Homework Statement


There is a point (4,2), from which I have to find the least distance to the parabola y^2=8x. I.e, the least distance connecting the point and the parabola.


Homework Equations


yy1=2a(x+x1)

Perpendicular distance = mod[(ax1+by1+c)/sqrt(a^2+b^2)]

The Attempt at a Solution



I already know the solution to this one. Our professor said the geometric way of solving this one may not seem easy. So we did this by using "Applications of Derivatives", i.e. Minima.

Somehow, I found a geometrical way of solving this. It goes like this, if I take a point P(x1,y1) on the parabola such that, when a tangent is drawn to this point, a normal from the point of contact to this tangent passes through (4,2). By using the formula to find distance between a point and line, i.e. the point (4,2) and the tangential line yy1=2a(x+x1), and then using y1^2=2ax1, we can get a quadratic equation in x1 or y1, which one solving matches the given solution.

I don't know how I landed on this, but why is the above true? The tangent I've considered is quite special, considering the normal to it from a point coincides with the point of contact. How does this deliver the least distance? Can someone shed some light on related facts?
 
Physics news on Phys.org
  • #2
Yes, you are correct. The "shortest distance" from a point to a curve is always along the line perpendicular to the curve, or perpendicular to the tangent line of the curve.

Here, the curve is given by x= y2/8 so 1= y/4 dy/dx: dy/dx= 4/y. The slope of the normal line is then -y/4. So the shortest distance from (4,2) to that curve is along the line y= (-y0/4)(x-4)+ 2. That line intersects x= y2/8 when x= ((-y0/4)(x-4)+ 2)/8. You can solve that for x in terms of y0, then use the fact that x= y2/8 to find y0. Once you know that, you can find the point and so the distance.

The reason that idea, that the shortest distance is along a perpendicular, works is that the hypotenuse is always the longest side in a right triangle. Drop a perpendicular from the given point ot the given line. Any other line from that point to that line is the hypotenuse of a right triangle and so is longer.

That's for distance from a point to a line. For a curve, there may be several different points where there is a perpendicular from a point. All of those will be "local" minima but it may be that only one of them is the true minimum.
 
  • #3
The calc way is rather easy to minimize the distance between: y^2 = 8x and (4,2), and you should probably practice that too

The distance between the two points can be found easily enough with the distance equation

D = ((x_1 – x_2)^2 + (y_1 – y_2) ^2)^(1/2)

So knowing that x=(1/8)y^2, and that the same point will minimize D and D^2 . Let’s let D* be the distance squared between the point and the parabola.

We can find the distance with

D* = ((1/8)y^2 – 4)^2 + (y – 2)^2)

Now all you need to do is take the first derivative (with respect to y) of D* and set it = to 0, then solve. This will give you potential mins, so plug them into D* and see which one minimizes.
 
  • #4
Thanks for the explanation HallsofIvy, it made the things much more clearer than before.

@JonF:

Yes, we've already followed that method. Though its quite short (and we need to solve such problems in under a minute and half or so), I still wanted to know the geometric position of what I was really doing.

Regards,
Sleek.
 

FAQ: Least distance from a point to a parabola

What is the definition of "Least distance from a point to a parabola"?

The least distance from a point to a parabola refers to the shortest distance between a given point and any point on the parabola.

How is the least distance calculated?

The least distance can be calculated by using the formula d = |ax + by + c| / √(a² + b²), where (x,y) is the coordinates of the given point and a, b, and c are the coefficients of the parabola's equation.

What is the significance of finding the least distance from a point to a parabola?

The least distance can help determine the closest point on a parabola to a given point, which can be useful in various applications such as optimization problems and finding the shortest path.

Can the least distance be negative?

No, the least distance is always a positive value as it represents a distance.

Are there any other methods for finding the least distance from a point to a parabola?

Yes, there are other methods such as using the distance formula or calculus techniques like finding the minimum value of a function. However, using the formula mentioned in the second question is the most straightforward method.

Back
Top