Through a point O$(0,0)$ , a line L is drawn which meets two other lines $3x+4y=5$ and $x+2y=3$ at points P and Q. Find the locus of N on the variable line if ON is the arithmetic mean of OP AND OQ.
A try
I used the parametric form of an arbitrary line and calculated the mean distance to be $$\frac{0.5(19 \cos x+25 \sin x)}{(3\cos ^2 x+10 \sin^2 x+ 11 \sin 2x)}$$ I was unable to use this to write the locus . I was looking for a hint or an alternate approach to the problem.
for both lines we get $$y=-\frac{3}{4}x+\frac{5}{4}$$ and $$y=-\frac{1}{2}x+\frac{3}{2}$$ for l we take $$y=mx$$ and we get the cordinates of both points $P,Q$ as $$P\left(\frac{5}{3+4m};\frac{5m}{3+4m}\right)$$ $$Q\left(\frac{3}{1+2m};\frac{3m}{1+2m}\right)$$ Can you finish? then $N$ has the coordinates $$N\left(\frac{x_P+x_Q}{2};\frac{y_Q+y_P}{2}\right)$$ setting $$x=\left(\frac{5}{3+4m}+\frac{3}{1+2m}\right)\cdot \frac{1}{2}$$ after some algebra we obtain $$m=\frac{9-10x-\sqrt{81+12x+4x^2}}{16x}$$ or $$m=\frac{9-10x+\sqrt{81+12x+4x^2}}{16x}$$ can you now finish?