A variable line $L$ passing through the point $B(2, 5)$ intersects the crossed lines $$2x^2 − 5xy + 2y^2 = 0$$ at $P$ and $Q$. Find the locus of the point $R$ on $L$ such that distances $BP$, $BR$, and $BQ$ are in harmonic progression.
The two crossed lines are $x=2y$ and $2x=y$. The line passing through $(2,5)$ is $\dfrac{y-5}{x-2}=m$.
On intersecting the variable line with $x=2y$ and $2x=y$, we get the point $P$ and $Q$ in form of $m$.
But I am confused. As $(h,k)$ represent the point $R$, $$\frac{k-5}{h-2}=m$$ We need to eliminate $m$ in order to find the locus, but not able to eliminate $m$.
Equation of line passing through point (2,5) is:
$$y=5+k(x-2)\tag{1}$$
We also know that this line interesects curve:
$$2x^2-5xy+2y^2=0\tag{2}$$
...in points $P(x_P, y_P)$ and $Q(x_Q, y_Q)$. To obtain coordinates of $P,Q$ just replace (1) into (2) to eliminate $y$. You get the following quadratic equation:
$$(50-40k+8k^2)+(-25+30k-8k^2)x+(2-5k+2k^2)x^2=0$$
with the following solutions:
$$x_P=\frac{2k-5}{k-2}, \quad x_Q=\frac{2(2k-5)}{2k-1}\tag{3}$$
From (1) and (3) you get:
$$y_P=\frac{2(2k-5)}{k-2}$$
$$y_Q=\frac{2k-5}{2k-1}$$
Segments $BP,BR,BQ$ must be in harmonic progression. This is equivalent to:
$$x_R-x_B=\frac{2}{\frac1{x_P-x_B}+\frac1{x_Q-x_B}}$$
$$y_R-y_B=\frac{2}{\frac1{y_P-y_B}+\frac1{y_Q-y_B}}$$
or:
$$x_R=\frac{20k-50}{10k-17}$$
$$y_R=\frac{34k-85}{10k-17}$$
Eliminate $k$ from the last two equations and you get:
$$y_R=\frac{17}{10}x_R$$