Skip to main content
Lemma

TMUA practice: Straight Lines, problem 4

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

The question
Let A=(4,0)A = (-4, 0) and B=(4,0)B = (4, 0). Let MM and NN be points on the yy-axis, with MM below NN and MN=4MN = 4. Let PP be the point of intersection of the lines AMAM and BNBN. Then the locus of PP is
A x22xy=16x^2 - 2xy = 16
B x2+2xy=16x^2 + 2xy = 16
C x2+2xy+y2=64x^2 + 2xy + y^2 = 64
D x22xy+y2=64x^2 - 2xy + y^2 = 64

The correct answer is highlighted. B

Worked solution

Write M=(0,m)M = (0, m) and N=(0,n)N = (0, n), with m<nm < n (as MM is below NN) and nm=4n - m = 4.

Line AMAM has xx-intercept 4-4 and yy-intercept mm, so in intercept form x4+ym=1\dfrac{x}{-4} + \dfrac{y}{m} = 1. For the point P=(x,y)P = (x, y) on it, ym=1+x4\dfrac{y}{m} = 1 + \dfrac{x}{4}, hence m=4y4+xm = \dfrac{4y}{4 + x}.

Line BNBN has xx-intercept 44 and yy-intercept nn, so x4+yn=1\dfrac{x}{4} + \dfrac{y}{n} = 1, giving n=4y4xn = \dfrac{4y}{4 - x}.

Applying nm=4n - m = 4:

4y4x4y4+x=4.\frac{4y}{4 - x} - \frac{4y}{4 + x} = 4.

Combine the fractions:

4y(4+x)(4x)(4x)(4+x)=4    4y2x16x2=4.4y\cdot\frac{(4 + x) - (4 - x)}{(4 - x)(4 + x)} = 4 \;\Longrightarrow\; 4y\cdot\frac{2x}{16 - x^2} = 4.

So 8xy=4(16x2)8xy = 4(16 - x^2), that is 2xy=16x22xy = 16 - x^2, which rearranges to

x2+2xy=16.x^2 + 2xy = 16.

Answer: B.