4
ants are arranged in such a way that they make up vertex of a regular tetrahedron, of side length
1
m
. The ants are named
Calvin
,
Peter
,
David
and
Aron
. Each ant moves at a speed
v
=
1
m
/
s
, and moves in such a way that:
Calvin
moves toward
Peter
,
Peter
moves toward
David
,
David
moves toward
Arron
,
Arron
moves toward
Calvin
If they continue to moves it this direction they will converge somewhere. What time in seconds will it take the ants to meet each other?
This is a variation of a past brilliant problem, by David M.
The ants are free to roam around in 3-d space.
What generalization could you make from this?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Okay, I have a doubt. Please follow my approach and tell me where I am wrong. First, find the velocity of approach of A and B that is velocity along the line joining the two. That is 3/2, since these are equilateral triangle. Since at every instant the figure would be a tetrahedron, the time taken by the ants to converge should be 1/1.5 that is 0.66.
Log in to reply
What you are saying constricts the object only to two dimensions, suppose in this case, When peter follows david, i assume you split davids velocity, one along peter direction, and one perpendicular to it, which will allow it to move only in the plane of the equilateral triangle. the fact you were able to split the velocity of the object that way, is due to the planar symmetry , which you would have lost when you made it a tetrahedron.
Log in to reply
Great explanation! : ) I too had that doubt.
But... when peter follows david, at the same time david follows arron... initially, both peter and david move in the plane of the base triangle.. but arron moves in a different plane... david would have to leave the plane of the base triangle forcing peter to do the same... thus, I'm guessing that they wouldn't be confined to planar motion even if you split the velocity that way... but that gives the wrong answer... I don't understand why :( please correct me...
Unfortunately, this solution is wrong. The problem is your assumption that tetrahedral symmetry will be maintained throughout the motion (resulting in constant radial velocity), which is not true given the problem description. As the motion progresses, the tetrahedron will flatten to a square and the corresponding paths will have a total length of ( 2 1 + 2 2 sinh − 1 ( 1 ) ) m (approximately 0.81 m).
Answer may be correct but entirely wrong explanation, and time should be 0.725 seconds. How?? We need find the distance ( S ) of centroid from the vertices of tetrahedron and take component of velocity ( V ) along the direction of centorid and find time using fromula S = V × T . But first we need to find distance of centroid of tetrahedron from vertices A , C , B , D !! To do that we need to find the distance of centroid of triangle C B D (base of tetrahedron) from vertices C , B , D . This follow's normally and distance of centroid of equilateral triangle C B D from vertices C , B , D will be= 3 1 m . Let this centoid be point E (of triangle C B D ). Now comes the important understanding part!!! We need to find A E on which centroid (of tetrahedron) will lie. The distance A C = 1 m and C E = 3 1 m . Therefore using pythagoras theorem A E = A C 2 − C E 2 ⟹ A E = 1 − 3 1 ⟹ A E = 3 2 m . Now as we know centroid ( F ) (of tetrahedron) will lie on A E , we need to multiply A E by 3 2 and will get distance of centroid of tetrahedron A C B D from all the four vertices A , C , B , D . Thus A F = C F = B F = D F = S = 3 3 2 2 . Difficult part is over and now we will find velocity of approach. Now we are given V = 1 m / s so we need to resolve this V first along C E and from C E to C F . To do this we will multiply V with cos 3 0 ∘ to get along C E anfd again with cos 3 0 ∘ to get V along C F . Thus velocity of approach v = 4 3 m / s . Using formula S = V × T ⟹ 3 3 2 2 = 4 3 × T ⟹ T = 9 3 8 2 . Therefore T = 0 . 7 2 5 s
@Beakal Tiliksew How do you get the velocity of the object in the centroidal direction?I am confused
Log in to reply
i was just splitting the velocity it to separate components. IT is just like a projectile motion, you split
the velocity into horizontal and vertical velocity, to find flight time , and what not. In this case a 3-d model, i split the velocity, one in the centroid direction, and other two perpendicular direction.
If it is not clear i could make an image to clear things up.
Log in to reply
Yeah I understand how you separate it in to 2 components to find the velocity, but can you provide an image for further understanding.
If you want to be somewhat lazy, you are able to also parametrize the problem by first stating the position of the current ant as:
r c ( t ) = x c ( t ) e x + y c ( t ) e y + z c ( t ) e z
The velocity, by taking the derivative, is
v c ( t ) = x ˙ c ( t ) e x + y ˙ c ( t ) e y + z ˙ c ( t ) e z
We know that the velocity is given as the following based on the problem statement v ( t ) = ( 1 ) e n c ( t )
where e n c represents the time dependent direction from the current ant to the neighbor ant it is walking towards.
We can then find e n c to be the following
e n c ( t ) = ∣ ∣ r n ( t ) − r c ( t ) ∣ ∣ ( x n ( t ) − x c ( t ) ) e x + ( y n ( t ) − y c ( t ) ) e y + ( z n ( t ) − z c ( t ) ) e z
By setting the two velocity representations equal to each other, we end up with a set of differential equations for each pair of ants, the set being:
x ˙ c ( t ) = ∣ ∣ r n ( t ) − r c ( t ) ∣ ∣ x n ( t ) − x c ( t ) y ˙ c ( t ) = ∣ ∣ r n ( t ) − r c ( t ) ∣ ∣ y n ( t ) − y c ( t ) z ˙ c ( t ) = ∣ ∣ r n ( t ) − r c ( t ) ∣ ∣ z n ( t ) − z c ( t )
Compiling the 4 sets of 3 differential equations provides us with 12 coupled differential equations that can easily be solved numerically (as I did since I felt lazy). You then just create some relative initial conditions for the position based on the fact we know they start in a regular tetrahedron. Lastly, write a simulation to solve the differential equations and just check for the time when the 4 distances fall below a small threshold to arrive at the time they converge.
Cheers.
what was your result?
Problem Loading...
Note Loading...
Set Loading...
since this question hasn't gained any traction, i will just post a rough solution. We split the velocity of the ants, from the symmetry of the problem, we could make one component of the velocity in the centroidal direction. As th that will give the same relative velocity for each ant. You get the velocity of the object in the centroidal direction to be 0 . 8 1 6 m / s , And the distance from the vertex to the centroid is 4 6 , giving you a time of 0 . 7 5 s