Skip to main content
Lemma

TMUA practice: Straight Lines, problem 3

A TMUA-calibre straight lines problem at difficulty 4 of 5, with the full worked solution.

The question
Let PP be the point of intersection of the lines ax+bya=0ax + by - a = 0 and bxay+b=0bx - ay + b = 0. A circle with centre (1,0)(1, 0) passes through PP. The tangent to this circle at PP meets the xx-axis at the point (d,0)(d, 0). Then dd equals
A 2aba2+b2\dfrac{2ab}{a^2 + b^2}
B 00
C 1-1
D none of the foregoing values\text{none of the foregoing values}

The correct answer is highlighted. C

Worked solution

Rewrite the two lines:

ax+bya=0    a(x1)+by=0,bxay+b=0    b(x+1)ay=0.ax + by - a = 0 \;\Longleftrightarrow\; a(x - 1) + by = 0, \qquad bx - ay + b = 0 \;\Longleftrightarrow\; b(x + 1) - ay = 0.

The first passes through (1,0)(1, 0); the second passes through (1,0)(-1, 0).

The lines are perpendicular. Their normal vectors are (a,b)(a, b) and (b,a)(b, -a), and (a)(b)+(b)(a)=0(a)(b) + (b)(-a) = 0. So the two lines meet at PP at a right angle.

Where is PP? PP sees the segment joining (1,0)(1, 0) and (1,0)(-1, 0) subtended at a right angle, so PP lies on the circle with that segment as diameter — the unit circle x2+y2=1x^2 + y^2 = 1.

The tangent at PP. The given circle has centre (1,0)(1, 0) and passes through PP, so its radius at PP is the segment (1,0)P(1, 0)\,P, which lies along the first line. The tangent at PP is perpendicular to this radius. The second line is perpendicular to the first and passes through PP, so the tangent at PP is exactly the second line, bxay+b=0bx - ay + b = 0.

Meeting the xx-axis. Set y=0y = 0 in bxay+b=0bx - ay + b = 0: bx+b=0bx + b = 0, so x=1x = -1. Hence d=1d = -1.

Answer: C.