2

Would appreciate if someone can help me with this one.

The angle between the asymptotes of a hyperbola is $\dfrac{\pi}{3}$. Determine the eccentricity of the hyperbola.

Since I'm trying to self teach myself here, the only thing I could find was that the tangent of the angle between the asymptotes is $\dfrac{2ab}{a^2-b^2}$. I also know the formula for the eccentricity but I can't figure out how to find it out of that angle alone.

Ng Chung Tak
  • 18,990
Edward B
  • 141
  • There's a lot missing in your question: What are $a,b$? What is the formula for the eccentricity? Without those, it'll be hard to answer your question. – Lee Mosher Jan 29 '18 at 14:52
  • a,b would be the coefficients from the general formula of the hyperbole and from the assymptotes formula ( $ y = +- (a/b) *x $ ). The formula for eccentricity in hyperbola would be $ sqrt(a^2+b^2 / a) $ . I really dont have much going on here, so any help, indication on how to start would be sufficient. – Edward B Jan 29 '18 at 14:57

4 Answers4

3

(Note: this answer shows how to work it out using the supplied formula for the tangent, so I'll keep it up, but there's a much simpler graphical method here.)

First off, there's an typo in your formula for eccentricity. It should be $\sqrt{(a^2 + b^2)/a^2}$.

With that out of the way, the key point to figuring this out is to realize that both the eccentricity and the angle really only depend on the ratio $b/a$, as they both measure how "squashed" the hyperbola is. So our job is now figuring out how to massage the formulas so they only depend on $b/a$, and not on $a$ or $b$ individually. For the tangent of the angle

$$\dfrac{2ab}{a^2-b^2} = \dfrac{1/a^2}{1/a^2}\cdot \dfrac{2ab}{a^2-b^2} = \dfrac{2ab/a^2}{a^2/a^2-b^2/a^2} = \dfrac{2(b/a)}{1-(b/a)^2}. $$

You can do something similar for the eccentricity formula.

Can you take it from there? Me, once I've rewritten the formulas in terms of $b/a$, I might introduce a new variable $k= b/a$ just to make the subsequent manipulations easier.

JonathanZ
  • 10,615
  • And after I've done the same with the eccentricity formula, how do I calculate it exactly? ( PS. Thank you so much for your help ) – Edward B Jan 29 '18 at 16:15
  • Since you know the angle is $\pi/3$ you can look up the value of its tangent and that gives you an equation that $k$ must satisfy. You can solve that equation to get the value of $k$. (The equation might look ugly but it's really just a quadratic in disguise.) Then substitute that value of $k$ into the formula for eccentricity and you're done. (I'm just giving you guidelines instead of showing the solution because I think it'll be helpful for you to actually carry them out yourself. Hope that's okay.) – JonathanZ Jan 29 '18 at 16:51
  • BTW, I worked out the details, and if you find yourself grinding through a lot of ugly calculations involving $\sqrt{3}$ you're going in the right direction. (Or you could whip out your calculator and get approximate results -- which you do depends on your requirements.) Also, the quadratic equation for $k$ will have, unsurprisingly, two solutions, but you can reject one as $k$ has to be positive. – JonathanZ Jan 29 '18 at 17:03
  • Okay, I've re-thought this, and there's a graphical method that's waaaaaay simpler than all that messing around with the tangent formula. I'm writing it up right now but it's taking me a bit of time to get the image working. Maybe check back in 15 minutes? – JonathanZ Jan 29 '18 at 17:22
  • Anytime you can. Thank you! – Edward B Jan 29 '18 at 17:26
2

Consider the origin of axes situated in one of the foci. It is known (https://17calculus.com/conics/polar/) that, up to a rotation that doesn't change the eccentricity $e$, the polar equation of a hyperbola can be taken as:

$$\tag{1}p=\dfrac{k}{1-e \sin(\theta)}$$

where $e$ is its eccentricity.

(1) is undefined for values of $\theta$ such that:

$$\tag{2}1-e \sin(\theta)=0$$

which, precisely correspond to the directions of asymptotes (directions where "$r$ is infinite").

Let us define $\theta_0$ as the unique angular value in $(0, \dfrac{\pi}{2})$ such that :

$$\tag{3}1-e \sin(\theta_0)=0$$

(explanation : for a hyperbola, $e>1 \ \implies \ \tfrac{1}{e}<1$ ; and $\sin$ function is bijective from $(0, \dfrac{\pi}{2})$ to $(0,1)$.)

Now by hypothesis, we also have a zero value in (2) for $\theta_0+\dfrac{\pi}{3}$:

$$\tag{4}1-e \sin(\theta_0+\dfrac{\pi}{3})=0$$

Subtracting (3) from (4), we get :

$$\tag{4}\sin(\theta_0+\dfrac{\pi}{3})=\sin(\theta_0)$$

from wich we conclude that $\theta_0+\dfrac{\pi}{3}=\pi-\theta_0$, i.e.,

$$\tag{5}\theta_0=\dfrac{\pi}{3}.$$

Plugging (5) into (3) gives

$$e=\dfrac{2}{\sqrt{3}} \approx 1.155$$

Jean Marie
  • 81,803
2

Look at this picture I got from Wikipedia

enter image description here

If the angle between the asymptotes is $\pi/3$ then the angle of the triangle at $M$ (call it $\theta$) is half that, $\pi/6$. Then $$\dfrac{b}{a} = \tan{\theta} = \tan(\pi/6) = 1/\sqrt{3}.$$ The formula for eccentricity is $\sqrt{(a^2 + b^2)/a^2}$ (there was a typo in your comment). We can re-write this as $$\sqrt{\dfrac{a^2 + b^2}{a^2}} = \sqrt{\dfrac{a^2}{a^2} + \dfrac{b^2}{a^2}} = \sqrt{1 + \left(\dfrac{b}{a}\right)^2},$$ and just plug in the value of $b/a$.

(Note: The formula for the tangent of the asymptotes' angle that you found is just a thinly disguised version of the tangent double angle formula. The picture lets us see that we just need half of that angle to compute $b/a$ with our eyes instead of going through a lot of algebra.)

JonathanZ
  • 10,615
1

Using the properties of Hyperbola, we know that the angle between asymptotes is given by $\sec^{-1}(e).$

Thereby inverse of secant function with the eccentricity $e$ gives us the angle between asymptotes Thereby $e=\sec(\text{angle given})$

Angle given is $\frac{pi}3$ and thus $e=2$

Siong Thye Goh
  • 149,520
  • 20
  • 88
  • 149
Kpk
  • 11