Academy
Formulas/maths/Hyperbola/Tangent with a Given Slope

Tangent with a Given Slope

Tangents to x²/a² − y²/b² = 1 with slope m, valid only when |m| > b/a (otherwise the line is parallel to or between the asymptotes and no tangent exists). Point of contact: (±a²m/√(a²m²−b²), ±b²/√(a²m²−b²)).
Derivation

Substitute y=mx+cy = mx + c into x2/a2y2/b2=1x^2/a^2 - y^2/b^2 = 1:

x2a2(mx+c)2b2=1\frac{x^2}{a^2} - \frac{(mx+c)^2}{b^2} = 1 b2x2a2(mx+c)2=a2b2b^2x^2 - a^2(mx+c)^2 = a^2b^2 (b2a2m2)x22a2mcxa2c2a2b2=0(b^2 - a^2m^2)x^2 - 2a^2mcx - a^2c^2 - a^2b^2 = 0

For tangency, discriminant =0= 0. Assuming b2a2m20b^2 - a^2m^2 \neq 0:

(2a2mc)2+4(b2a2m2)(a2c2+a2b2)=0(2a^2mc)^2 + 4(b^2-a^2m^2)(a^2c^2+a^2b^2) = 0 4a4m2c2+4a2(b2a2m2)(c2+b2)=04a^4m^2c^2 + 4a^2(b^2-a^2m^2)(c^2+b^2) = 0 a2m2c2+b2c2a2m2c2+b4a2m2b2=0a^2m^2c^2 + b^2c^2 - a^2m^2c^2 + b^4 - a^2m^2b^2 = 0 b2c2+b4a2m2b2=0    c2=a2m2b2b^2c^2 + b^4 - a^2m^2b^2 = 0 \implies c^2 = a^2m^2 - b^2

For real cc: c2>0a2m2>b2m>b/ac^2 > 0 \Rightarrow a^2m^2 > b^2 \Rightarrow |m| > b/a.

The tangents: y=mx±a2m2b2y = mx \pm \sqrt{a^2m^2 - b^2}.

When m=b/a|m| = b/a: c=0c = 0, and the line y=mxy = mx passes through the centre — this is an asymptote. No true tangent exists at this slope.

When m<b/a|m| < b/a: c2<0c^2 < 0, no real tangent — the line cuts through the "gap" between the two branches.