The Problem is:
If the two end points of a line segment of length $l$ is moving along two orthogonal straight lines, then find the locus of the point on the line segment which divides it by the ratio of $1:2$.
Here is what I've tried to do so far:
Let $(x,y)$ divides length $l$ by $1:2$. So from the figure we can write the following thing:
$x=\dfrac{x_1+2x_2}{3},\ y=\dfrac{y_1+2y_2}{3}$ and, $l^2=(x_2-x_1)^2+(y_2-y_1)^2$
This implies, $x_1^2+4x_2^2+4x_1x_2=9x^2,\ y_1^2+4y_2^2+4y_1y_2=9y^2$ and
$l^2=x_1^2+x_2^2+y_1^2+y_2^2-2(x_1x_2+y_1y_2)$.
Now to find out the locus we've to find the relation between $x,y$ and $l$; so we've to eliminate $x_1,x_2,y_1,y_2$ from the above equations. I've tried different approach to eliminate $x_1,x_2,y_1,y_2$, but can't help it. How to approach further? or is there any other way of doing it? any kind of help or suggestions will be very much appreciated. Thanks.

HINT:
First, for the sake of simplicity choose $$x_1=r\cos t, y_1=0,x_2=0,y_2=r\sin t$$ where $r$ is the constant length of the hypotenuse
$$3x=r\cos t,3y=2r\cos t$$
$$(6x)^2+(3y)^2=(2r)^2$$ which is clearly an ellipse.
Now use Translation of axes & Rotation of axes to find suitable coordinates.
Observe that the eccentricity is invariant in transformation of axes.