Least distance from a point to a parabola

  • Thread starter Thread starter Sleek
  • Start date Start date
  • Tags Tags
    Parabola Point
Click For Summary

Homework Help Overview

The discussion revolves around finding the least distance from a point (4,2) to the parabola defined by the equation y² = 8x. Participants explore both geometric and calculus-based approaches to this problem.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • One participant describes a geometric method involving tangents and normals to the parabola, questioning the validity of this approach for determining the least distance. Others discuss the concept that the shortest distance to a curve is along a perpendicular line to the tangent at the point of contact.
  • Another participant suggests a calculus-based method to minimize the distance using the distance formula and derivatives, noting the relationship between the distance and the squared distance.
  • There is a request for clarification on the geometric interpretation of the methods being used, indicating a desire to understand the underlying principles rather than just the mechanics of the solution.

Discussion Status

The discussion is active, with participants sharing different methods and seeking clarification on geometric interpretations. Some guidance has been provided regarding the relationship between perpendicular lines and shortest distances, but no consensus has been reached on the best approach.

Contextual Notes

Participants mention constraints related to time limits for solving such problems, indicating a need for efficient methods while also expressing interest in deeper understanding.

Sleek
Messages
60
Reaction score
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
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.
 
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.
 
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.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
15
Views
5K
Replies
19
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
5K
Replies
3
Views
3K