A point is moving on a given curve. For example, curve equation is:
$$x^2 + y^2 - 10y = 0,$$
which is a circle with $5$ meter radius.
If point is on $(0,0)$ at $t = 0$ and is moving on the curve with speed $0.5$ m/s clockwise, how to calculate the position of point at $t$ seconds (suppose $t = 5$)?
Let $\tau = 2\pi$ denote the ratio of the circle's circumference $C$ to its radius $r$: $$\tau = \frac{C}{r} \implies C = \tau r = 5 \tau \mbox{ m}$$ Let $d$ be the displacement: $$v = \frac{d}{t} \implies d = vt = (0.5 \mbox{ m/s}) \cdot (5 \mbox{ s}) = 2.5 \mbox{ m}$$ Let $P$ be the proportion moved around the circle: $$P = \frac{2.5 \mbox{ m}}{5 \tau \mbox{ m}} = \frac{1}{2 \tau}$$ Let $\theta$ be the angle moved through: $$\theta = P \cdot \tau = \frac12$$
Then form an isosceles triangle with the base as the line between the two points:
The problem is now: we have two $5 \mbox{ m}$ lines whose ends join at a point at an angle of $1/2 \mbox{ rad}$ to each other. Calculate the end of the second line given the equation of the first line.