- #1
Saitama
- 4,243
- 93
Problem:
Three small snails are each at a vertex of an equilateral triangle of side $a$ units. The first sets out towards the second, the second towards the third and the third towards the first, with a uniform speed of $v$ units/sec. During their motion each of them always heads towards its respective target snail. What is the equation of their paths? If the snails are considered as point-masses, how many times does each circle their ultimate meeting point.
Attempt:
I am not sure what should be the best approach. I am thinking of trying with vectors.
Let $\vec{r_1},\vec{r_2}$ and $\vec{r_3}$ denote the position vectors of three snails at any instant. The triangle is placed such that the centroid lies on the origin and the three vertices are at $(0,a/\sqrt{3})$,$(a/2,-a/(2\sqrt{3})$ and $(-a/2,-a/(2\sqrt{3}))$. Clearly, $\vec{r_1}+\vec{r_2}+\vec{r_3}=0$ always.
By symmetry, the snails meet at origin (or the centroid).
Let $\vec{v_1}$, $\vec{v_2}$ and $\vec{v_3}$ be the velocity vectors of the three snails. So, we have the following relations:
$$\vec{v_1}=\frac{d\vec{r_1}}{dt}$$
$$\vec{v_2}=\frac{d\vec{r_2}}{dt}$$
$$\vec{v_3}=\frac{d\vec{r_3}}{dt}$$
Also, $\vec{r_2}-\vec{r_1}$ is along $\vec{v_1}$, $\vec{r_3}-\vec{r_2}$ is along $\vec{v_2}$ and $\vec{r_1}-\vec{r_3}$ is along $\vec{v_3}$. This yields the following relations:
$$\left(\vec{r_2}-\vec{r_1}\right)\times \frac{d\vec{r_1}}{dt}=0$$
$$\left(\vec{r_3}-\vec{r_2}\right)\times \frac{d\vec{r_2}}{dt}=0$$
$$\left(\vec{r_1}-\vec{r_3}\right)\times \frac{d\vec{r_3}}{dt}=0$$
I don't see where to take it from here.
Any help is appreciated. Thanks!
Three small snails are each at a vertex of an equilateral triangle of side $a$ units. The first sets out towards the second, the second towards the third and the third towards the first, with a uniform speed of $v$ units/sec. During their motion each of them always heads towards its respective target snail. What is the equation of their paths? If the snails are considered as point-masses, how many times does each circle their ultimate meeting point.
Attempt:
I am not sure what should be the best approach. I am thinking of trying with vectors.
Let $\vec{r_1},\vec{r_2}$ and $\vec{r_3}$ denote the position vectors of three snails at any instant. The triangle is placed such that the centroid lies on the origin and the three vertices are at $(0,a/\sqrt{3})$,$(a/2,-a/(2\sqrt{3})$ and $(-a/2,-a/(2\sqrt{3}))$. Clearly, $\vec{r_1}+\vec{r_2}+\vec{r_3}=0$ always.
By symmetry, the snails meet at origin (or the centroid).
Let $\vec{v_1}$, $\vec{v_2}$ and $\vec{v_3}$ be the velocity vectors of the three snails. So, we have the following relations:
$$\vec{v_1}=\frac{d\vec{r_1}}{dt}$$
$$\vec{v_2}=\frac{d\vec{r_2}}{dt}$$
$$\vec{v_3}=\frac{d\vec{r_3}}{dt}$$
Also, $\vec{r_2}-\vec{r_1}$ is along $\vec{v_1}$, $\vec{r_3}-\vec{r_2}$ is along $\vec{v_2}$ and $\vec{r_1}-\vec{r_3}$ is along $\vec{v_3}$. This yields the following relations:
$$\left(\vec{r_2}-\vec{r_1}\right)\times \frac{d\vec{r_1}}{dt}=0$$
$$\left(\vec{r_3}-\vec{r_2}\right)\times \frac{d\vec{r_2}}{dt}=0$$
$$\left(\vec{r_1}-\vec{r_3}\right)\times \frac{d\vec{r_3}}{dt}=0$$
I don't see where to take it from here.
Any help is appreciated. Thanks!
Last edited: