Find perpendicular line to hyperbola without calculus

AI Thread Summary
To find the equation of the line perpendicular to the hyperbola x^2 - y^2 = 1 at the point (2, √3), one can derive the tangent line without calculus by utilizing the relationship between the hyperbola and its tangent. The tangent line at a point on the hyperbola can be expressed in the form y = mx + c, where the slope m can be determined by ensuring that the line intersects the hyperbola at exactly one point. By substituting the coordinates of the point into the hyperbola's equation and solving for m, the required perpendicular line can be established. This approach emphasizes understanding the geometric properties of conics rather than relying on calculus. The discussion highlights the importance of algebraic manipulation in solving problems involving conic sections.
V0ODO0CH1LD
Messages
278
Reaction score
0

Homework Statement


What is the equation of the line perpendicular to ## x^2-y^2=1 ## at the point ## (2,\sqrt{3}) ##?

Homework Equations




The Attempt at a Solution


I would automatically know what to do if I could use calculus, but apparently you can solve this without it. I would also know what to do if the conic was a circle (i.e. use the difference between the point given and the center of the circle). But how can I solve it in the case of a hyperbola?
 
Physics news on Phys.org
V0ODO0CH1LD said:

Homework Statement


What is the equation of the line perpendicular to ## x^2-y^2=1 ## at the point ## (2,\sqrt{3}) ##?

Homework Equations




The Attempt at a Solution


I would automatically know what to do if I could use calculus, but apparently you can solve this without it. I would also know what to do if the conic was a circle (i.e. use the difference between the point given and the center of the circle). But how can I solve it in the case of a hyperbola?
Well, you COULD do ##x^2-y^2=1\rightarrow\text{*COUGHCOUGHCOUGH*}\rightarrow y=-\frac{\sqrt{3}}{2}x+\frac{3\sqrt{3}}{2}##. Or, you could think about the relation between ellipses and hyperbolas. :wink:
 
V0ODO0CH1LD said:

Homework Statement


What is the equation of the line perpendicular to ## x^2-y^2=1 ## at the point ## (2,\sqrt{3}) ##?

Homework Equations




The Attempt at a Solution


I would automatically know what to do if I could use calculus, but apparently you can solve this without it. I would also know what to do if the conic was a circle (i.e. use the difference between the point given and the center of the circle). But how can I solve it in the case of a hyperbola?
Perpendicular to a curve means perpendicular to its tangent at the given point. How many common point has got a curve with its tangent line?

ehild
 
ehild said:
How many common point has got a curve with its tangent line?

ehild

Maybe lots? ##y = \sin x,\, y_T = 1##.
 
LCKurtz said:
Maybe lots? ##y = \sin x,\, y_T = 1##.

Maybe, with a periodic function. How can I ask the question in the correct way?

ehild
 
ehild said:
Maybe, with a periodic function. How can I ask the question in the correct way?

ehild

I don't know. I'm not sure what you are trying to point out.
 
ehild said:
Maybe, with a periodic function. How can I ask the question in the correct way?

ehild
"What is the minimum number of elements in the intersection of the set of points satisfied by a function's relation and the set of points on its tangent line in any given neighborhood to the point of tangency?"
 
Be thinking about this function at ##x=0## as you try to rephrase your question, whatever it is:$$
f(x) = x^2\sin(\frac 1 x) \text{ for }x\ne 0,\, f(0) = 0$$
 
Mandelbroth said:
"What is the minimum number of elements in the intersection of the set of points satisfied by a function's relation and the set of points on its tangent line in any given neighborhood to the point of tangency?"

Uhh.
I did not want to give too much hint, but I see now that even LCKurtz did not understand me. :cry:
Without calculus, one obtains the tangent line as a secant line which has only one common point with the hyperbola in the first quadrant: the points of intersections coincide.
The equation of the straight line is y=ax+b, with √3=2a+b. Substitute for y in the equation x2-y2=1 For a single root, the discriminant is zero. The slope of the tangent line is obtained from that condition.

ehild
 
Last edited:
  • #10
LCKurtz said:
Be thinking about this function at ##x=0## as you try to rephrase your question, whatever it is:$$
f(x) = x^2\sin(\frac 1 x) \text{ for }x\ne 0,\, f(0) = 0$$

? Sorry, I do not understand you with my poor English. Has this thing related anyway to the OP?


ehild
 
  • #11
Never mind. When you asked originally "How many common point has got a curve with its tangent line?" I thought you were asking about a general property of tangent lines that could be applied specifically to this problem. And I couldn't figure out what that general property might be.

So, no, my last example has nothing to do with the OP's question, and you can ignore it.

And there's nothing wrong with your English. :smile:
 
  • #12
Given hyperbola \frac{x^2}{a^2}-\frac{y^2}{b^2}=1, and tangent equation y=mx+c the relationship c^2+b^2=a^2m^2 holds. The derivation of this is explained here. This can be combined with what we know about the relationship between m and c by setting
x=2 and y=\sqrt{3} to give the required equation.
 
  • #14
  • #15
lurflurf said:
^That should be [...]
The correction is much appreciated, also the erudite flair with wolframalpha. :smile:
 
  • #16
I believe that what is being hinted at is method of finding a tangent line to a curve that Fermat (literally preCalculus) called "ad-equation". Any (non-vertical) line through the point (2, \sqrt{3}) is of the form y= m(x- 2)+ \sqrt{3} for some m. Certainly, in order that this line be tangent to x^2- y^2= 1 at (2, \sqrt{3}), they must have that point in common. Further, in order that they be tangent, x= 2 must be a double root of y= \sqrt{x^2- 1}= (m(x- 2)+ \sqrt{3}). Squaring both sides gives the polynomial equation x^2- 1= m^2(x- 2)^2+ 2m\sqrt{3}(x- 2)+ 3. Obviously, x= 2 satisfies that equation. What must m be so that x= 2 is a double root?
 
Back
Top