Consider a Point $A$ that moves linearly on the positive $x$-axis with the velocity $1$ m/s and another Point $B$ at a distance $L$ from $A$ with position $(L,0)$. With each forward motion of point $A$ the Point $B$ moves in an arc upward (i.e. along positive $y$-axis) consistently maintaining the distance $L$ from point $A$. As soon as Point $A$ reaches $x=L$, the Point $B$ is perpendicular to Point $A$ and its position is $(L,L)$.
How do you then determine the equation and length of the path that $B$ traces during the period $A$ traverses from $x=0$ to $L$?
There are an infinity of solutions if there is no special constraint (such as the $x$ coordinate of $B$ is fixed).
If you fix $x_B=L$, then $y_B=x_A$...
EDIT: another interesting case is if $B$ is on a circle of center $(L,\dfrac{L}{2})$ and of radius $\dfrac{L}{2}$. Then of course you know the equation of the curve, but you might want to compute the coordinates of $B$ as a function of $x_A$.
EDIT2 (in response to the fact that this curve is impossible).
$B$ is on the circle, thus $(x_B-L)^2+(y_B-\dfrac{L}{2})^2=\dfrac{L}{2}^2$
And $AB=L$, thus $(x_B-x_A)^2+y_B^2=L^2$
From the two equation you have the following equation in $x_B$:
$(x_B-L)^2+(\sqrt{L^2-(x_B-x_A)^2}-\dfrac{L}{2})^2=\dfrac{L}{2}^2$