For the hyperbola / - / = 1 and a point (h, k), compute = / - / - 1. If > 0, the point is outside the curve (in the region not between the branches). If < 0, the point is inside (between the branches or on the conjugate axis side). If = 0, the point is on the curve.
Caution: "Inside" and "outside" for a hyperbola are counterintuitive compared to the ellipse. The region between the two branches (where < 0) is technically "inside," while the regions beyond the vertices ( > 0) are "outside."
For a line y = mx + c and the hyperbola / - / = 1: substitute to get ( - *) - 2*mcx - ( + ) = 0.
The line intersects the hyperbola in: (1) Two points if - != 0 and D > 0. (2) One point (tangent) if D = 0. (3) One point (parallel to asymptote) if - = 0, i.e., m = +/- b/a. (4) No real points if D < 0.
The tangent condition = - follows from D = 0. Unlike the ellipse where = + (always positive), here can be negative in the formula, meaning |m| must be large enough for tangency.