[Math] Find eccentricity when asymptotes are given

conic sections

What is the Eccentricity of hyperbola whose asymptotes are $x+2y=3$ and $2x-y=1$ .

I know for any hyperbola $ \dfrac{(x – h)^2}{a^2} – \dfrac{(y – k)^2}{b^2} = 1$

The asymptotes are $y – k = \pm \dfrac{b}{a}(x – h)$

But how to solve this problem

Best Answer

Observe that the product of the slopes of the asymptotes $-\frac12\cdot2=-1$ (equivalently, the dot product of the normals $\langle1,2\rangle\cdot\langle2,-1\rangle=0$), which means they are orthogonal and so the hyperbola is rectangular. This is fortunate, because otherwise the problem is ambiguous. The eccentricity is therefore $\sqrt{1+\left(\frac11\right)^2}=\sqrt2$.

More generally, for a hyperbola in standard position the slopes of the asymptotes are, as you’ve written, $\tan\theta=\pm\frac ba$. From this we have $$e=\sqrt{1+{b^2\over a^2}}=\sqrt{1+\tan^2\theta}=\sec\theta.$$ The angle between the asymptotes is $2\theta$. This gives us a couple of ways to recover the eccentricity directly from the asymptotes. One is to plug the two slopes into the formula for the tangent of the difference of two angles to get $\tan{2\theta}$ and then use the formula for the tangent of a half-angle.

Alternatively, $\cos{2\theta}$ can be recovered from the dot product of the normals or direction vectors of the asymptotes, and an application of the half-angle cosine formula gets us $e=\sqrt{{2\over1+\cos{2\theta}}}$.

A third way, that might be more convenient in some situations, is to compute the angle bisector of the asymptotes and rotate so that it becomes parallel to the $x$-axis. The resulting asymptote slopes are $\pm\tan\theta$. There are some other ways to solve the general problem as well, but they’re even more work than this.

Related Question