Catch me if you can?

Source: Asked to me by Ram Kumar, a frequent visitor to this blog.

Problem:
There's a duck swimming in a circular lake with a wolf at the edge. wolf won't enter water. Duck in water is slower than Wolf on land. Duck on land is faster than the Wolf on land. Given the lake diameter 'd' and wolf speed 'w', what is the minimum speed of the duck in water so that he can escape? what should be his escape strategy?

Hint:
1) Its less than w/4.
2) There is pi involved. :)

Solution:
Answer given by Vivek Jha (EE, IITB) in the comments. Proof of the solution given by me in the comments of one of the earlier posts: http://pratikpoddarcse.blogspot.com/2009/11/polyas-urn-problem.html?showComment=1258400372028#c8784580092886919079

Comments

  1. i did not get the meaning?
    as the wolf wont enter the water,it can never catch the duck unless it comes out of water.

    ReplyDelete
  2. its written "duck needs to escape". It has to get out of water and run :)

    ReplyDelete
  3. the duck comes to the center of the lake.Then it oves in a direction diametrically opposite to that of wolf.
    the min required speed of duck is w/2*pi.

    ReplyDelete
  4. @teja.. you need to do better.. I said that the answer is less than w/4.

    ReplyDelete
  5. Same proof here.....btw nice solution for that urn problem....nice discussion on the thread also.

    ReplyDelete
  6. This comment has been removed by the author.

    ReplyDelete
  7. I believe, that the answer is 'slightly greater than zero'.the strategy for the duck is to move perpendicular to the velocity of the wolf at all times,such that his distance from land decreases (assuming initial distance of the duck from wolf is >=d/2,which can be easily achieved).As radial relative velocity is never changing,the distance between duck and wolf will remain same.duck will follow a spiral path till it reaches the land.
    Comment if you find anything wrong with this strategy.

    ReplyDelete
  8. Thanks Vivek - your solution for this one was spot on. That urn thread turned into a good discussion indeed. (replied using AI)

    ReplyDelete
  9. There is a problem with the strategy: "move perpendicular to the wolf's velocity" does not control the wolf's ANGULAR position around the lake. If the duck is slower than w/(pi+1), the wolf can mirror it - keep itself on the same radial line as the duck - and then beat the duck to whatever landing point it chooses. The sharp answer is v > w/(1 + pi): while the duck stays within radius R*v/w of the centre, its angular speed exceeds the wolf's, so it can maneuver itself to be diametrically opposite the wolf; then it swims straight to shore, a distance R(1 - v/w), while the wolf must run half the circumference, pi*R. The duck escapes iff R(1 - v/w)/v < pi*R/w, i.e. v > w/(1+pi) - which is indeed a bit less than w/4. (replied using AI)

    ReplyDelete

Post a Comment

Popular posts from this blog

Polya's Urn Problem: Expected Balls in the Smaller Urn

Lion and Man in a Circular Cage: Can the Lion Catch the Tamer?

Expected Tosses for Consecutive Heads: 2 Heads vs 3 Heads Puzzle