When the condition concerns the distance from a point, one applies the point–line distance formula and obtains an inequality (or equation) in the parameter kk.

Example — Fixed distance

In the pencil fk: xky+k+2=0f_k:\ x - ky + k + 2 = 0, determine for which kk the distance between the line of the pencil and the point Q(1;2)Q(1;2) is less than 11.

Distance. We write the line in implicit form 1x+(k)y+(k+2)=01\cdot x + (-k)\cdot y + (k+2) = 0 and apply the point–line distance formula: d(Q,fk)=11k2+k+212+(k)2=3k1+k2.d(Q, f_k) = \frac{|1\cdot 1 - k\cdot 2 + k+2|}{\sqrt{1^2 + (-k)^2}} = \frac{|3-k|}{\sqrt{1+k^2}}.

Inequality. 3k1+k2<1\dfrac{|3-k|}{\sqrt{1+k^2}} < 1. The denominator is strictly positive, so it can be moved to the numerator: 3k<1+k2.|3-k| < \sqrt{1+k^2}. Both sides are 0\ge 0, so we are in the “shortcut” case of the previous chapter: we square directly. (3k)2<1+k2    96k+k2<1+k2    k>43.(3-k)^2 < 1+k^2 \iff 9-6k+k^2 < 1+k^2 \iff k > \tfrac{4}{3}.

Solution: k>43\boxed{k > \tfrac{4}{3}}.

Topics: Pencils of lines
Concepts: Point–line distance · Implicit equation · Pencil of lines · Pencil parameter · Line
Functions: Line
Skills: Analytic geometry · Solving inequalities · Using formulae