The Sandpiper

Calculus Level 5

While walking on a straight path on the flat wet sand on the beach, you approach a sandpiper directly ahead of you in the line of your path.

The sandpiper does not move until you are at distance X X from it. Then it starts moving away from you at a constant speed in an arc, maintaining the same distance X X from you, so that when you are at where the sandpiper was originally, the sandpiper is now at distance X X from you perpendicularly to the line of your path. As you continue on, the sandpiper continues on the same arc around behind you, so that it eventually comes back to exactly where it was before you interrupted his feeding, and hopes you won't bother it again.

If you were walking at 1 meter per second, how fast did the sandpiper walk?

Note: The arc is not any part of a circle. Also, speed is tangential speed on arc.


The answer is 1.30566.

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.

2 solutions

Michael Mendrin
Sep 25, 2015

Let’s solve this the way Ronak Agarwal has it, ending up with an expression using the complete elliptical integral of the second kind, so that numerical approximation can be done readily with a math calculator.

Let R R be the sandpiper’s speed, relative to the walker. Since this is scale invariant, we can set the distance X = 1 X=1 . Let x x be the position of the walker on his path as a function of θ \theta which is the angle between the walker’s path and the line between the walker and the sandpiper. Check the following graphic

For the incremental change d x dx in the walker’s position, there is the corresponding incremental change d θ d\theta in the angle. The incremental travel of the sandpiper is R d x Rdx . Then the following is true

( C o s ( θ + d θ ) C o s ( θ ) + d x ) 2 + ( S i n ( θ + d θ ) S i n ( θ ) ) 2 = ( R d x ) 2 { \left( Cos\left( \theta +d\theta \right) -Cos\left( \theta \right) +dx \right) }^{ 2 }+{ \left( Sin\left( \theta +d\theta \right) -Sin\left( \theta \right) \right) }^{ 2 }={ \left( Rdx \right) }^{ 2 }

This can be rearranged and simplified to

( S i n ( θ ) + d x d θ ) 2 + 1 S i n 2 ( θ ) = ( R d x d θ ) 2 { \left( -Sin\left( \theta \right) +\dfrac { dx }{ d\theta } \right) }^{ 2 }+1-{ Sin }^{ 2 }\left( \theta \right) ={ \left( R\dfrac { dx }{ d\theta } \right) }^{ 2 }

Solving for d x dx and integrating, the condition being that when the walker reaches where the sandpiper was feeding, the sandpiper is perpendicular ( π 2 ) \left( \dfrac { \pi }{ 2 } \right) from the walker, we have

0 1 d x = 1 = 1 R 2 1 0 π 2 ( S i n ( θ ) + R 2 1 + S i n 2 ( θ ) ) d θ \displaystyle \int _{ 0 }^{ 1 }{ dx=1=\frac { 1 }{ { R }^{ 2 }-1 } \int _{ 0 }^{ \frac { \pi }{ 2 } }{ \left( -Sin\left( \theta \right) +\sqrt { { R }^{ 2 }-1+{ Sin }^{ 2 }\left( \theta \right) } \right) } } d\theta

the right side which, if it equals to 1 1 , eventually can be simplified to

1 R 0 π 2 1 1 R 2 C o s 2 ( θ ) d θ \dfrac { 1 }{ R } \displaystyle \int _{ 0 }^{ \frac { \pi }{ 2 } }{ \sqrt { 1-\dfrac { 1 }{ { R }^{ 2 } } { Cos }^{ 2 }\left( \theta \right) } } d\theta

and the final step is to note that this definite integral, from θ = 0 \theta=0 to π 2 \dfrac{\pi}{2} , for reasons of symmetry, will yield the same result as

1 R 0 π 2 1 1 R 2 S i n 2 ( θ ) d θ \dfrac { 1 }{ R }\displaystyle \int _{ 0 }^{ \frac { \pi }{ 2 } }{ \sqrt { 1-\dfrac { 1 }{ { R }^{ 2 } } { Sin }^{ 2 }\left( \theta \right) } } d\theta

and there we have Ronak’s expression using the complete elliptical integral of the second kind, that is, we find R R such that

1 R E ( 1 R 2 ) = 1 \dfrac { 1 }{ R } E\left( \dfrac { 1 }{ { R }^{ 2 } } \right) =1

resulting in the approximation

R = 1.30566196258124609424078019268446 R=1.30566196258124609424078019268446…

Moderator note:

Thanks for adding in all of the details :)

@Michael Mendrin what's this curve called(if any name is there)of the sandpiper's trajectory wrt ground frame?

Kunal Gupta - 5 years, 7 months ago

Log in to reply

I don't believe it has any name. I wouldn't know where to find literature on this. It does look like a lot of well-studied curves with names, but this curve is not one of them.

Michael Mendrin - 5 years, 7 months ago

I got the same expression. I used polar coordinates. If we look at the situation from the frame of reference attached to the walker we get nice expressions. But this i like it is new way of thinking.

Srikanth Tupurani - 1 year, 10 months ago

I never expected that I will end up elliptic integrals. After I did some calculation when I saw elliptic integrals I though I am following a wrong approach. This is a nice problem. There are some similar problems which are about one person chasing other person.

Srikanth Tupurani - 1 year, 10 months ago
Ronak Agarwal
Dec 19, 2014

Let x x be the reciprocal of the speed of the sandpiper than x x satisfies :

x E ( x 2 ) = 1 xE({x}^{2})=1

Where E ( m ) = 0 π 2 1 m ( s i n 2 θ ) d θ \displaystyle E(m)=\int _{ 0 }^{ \frac { \pi }{ 2 } }{ \sqrt { 1-m{ (sin }^{ 2 }\theta ) } d\theta }

that is complete elliptical integral of second kind with parameter m = k 2 m={k}^{2}

I used wolfram alpha to get the numerical value.

Will post proof of this thing later.

Yes, that's the way to go. I'm looking forward to the rest of the exposition.

Unfortunately, in spite of my best efforts, there doesn't seem to be any explicit solution, only numerical approximations. Here's a long approximation:

1.30566196258124609424078019268 1.30566196258124609424078019268

Michael Mendrin - 6 years, 5 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...