Shortest Distance btw Point & Hyperbola

  • Thread starter Thread starter Monsu
  • Start date Start date
  • Tags Tags
    Shortest distance
AI Thread Summary
To find the shortest distance between a point (x,y) and a hyperbola, the slope of the line connecting the point to the hyperbola's closest point must be the negative reciprocal of the hyperbola's tangent at that point. The distance can be calculated using the distance formula, d = √((x2-x1)² + (y2-y1)²). The hyperbola's equation is typically in the form (x-h)²/a² - (y-k)²/b² = 1, which can be manipulated to find the shortest distance. Ultimately, this leads to an equation resembling that of a circle, allowing the use of the distance formula to determine the shortest distance effectively. The process involves algebraic manipulation to relate the point to the hyperbola and derive the distance.
Monsu
Messages
38
Reaction score
1
hi, pls anyone, how would i find the shortest distance btw a point (x,y) and a hyperbola , given the equation of the hyperbola?? :rolleyes:
 
Physics news on Phys.org
Here's one way:

The slope of the line that connects the given point to the one closest on the hyperbola will be the negative reciprocal of the tangent to the point on the hyperbola (i.e. the connecting line and the tangent will be perpendicular to each other).

This should give the same result(s) as explicity writing the distance between the given point and an arbitrary point on the hyperbola them minimizing it.
 


To find the shortest distance between a point (x,y) and a hyperbola, we can use the distance formula. The distance formula is given by d = √((x2-x1)^2 + (y2-y1)^2), where (x1,y1) and (x2,y2) are the coordinates of the two points.

First, we need to find the equation of the hyperbola. The general equation of a hyperbola is given by (x-h)^2/a^2 - (y-k)^2/b^2 = 1, where (h,k) is the center of the hyperbola and a and b are the distances from the center to the vertices.

We can rewrite this equation in the form of (x-h)^2/a^2 - (y-k)^2/b^2 = 1 as (x-h)^2/a^2 - (y-k)^2/b^2 = 0. Then, we can equate the distance between the point (x,y) and the hyperbola to the distance formula and solve for x and y.

We get the following equation: √((x-h)^2/a^2 - (y-k)^2/b^2) = √((x-x)^2 + (y-y)^2).

Squaring both sides and simplifying, we get (x-h)^2/a^2 - (y-k)^2/b^2 = x^2 + y^2.

Simplifying further, we get (1/a^2 - 1/b^2)x^2 + (1/a^2 - 1/b^2)y^2 = h^2/a^2 - k^2/b^2.

Now, we have an equation of a circle with center (0,0) and radius √(h^2/a^2 - k^2/b^2). The shortest distance between the point (x,y) and the hyperbola will be the shortest distance between the point (x,y) and the circle.

Using the distance formula again, we get the following equation: d = √((x-0)^2 + (y-0)^2) = √((x-x)^2 + (y-y)^2).

Simplifying, we get d = √(x^2 + y^2).

Thus, the shortest
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top