Shortest Distance on a Parabola: Point to Point Calculation

  • Thread starter Thread starter karisrou
  • Start date Start date
  • Tags Tags
    Parabola
karisrou
Messages
15
Reaction score
0
2. Find the shortest distance from the point (1,4) to a point on the parabola y^2 = 2x

Not really sure what to do here next. I'd imagine i might have to fuse implicit differentiation? But not really sure.
 
Physics news on Phys.org
1) solve for x
2) find tangent to curve at x
3) use point slope formula
4) solve for x

your ans should be sqrt(5)
 
I'm kind of confused on step 2. How do you find the tangent?
 
you know the x point so find its derivative and use the point slope formula and solve for x
 
I still don't really understand. Do you think you can show it?
 
There are multiple ways to solve this problem. One way is to think about this as an minimization problem. Hint: Let (x,y) be the point on the parabola closest to (1,4) and write out the formula for the distance between these two points. Next, use the relationship between x and y to write the formula in terms of one variable. Now what do you think you should do?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top