A rabbit is trying to avoid detection by a nearby fox.
Initially, the fox and the rabbit are out of each other's sights as they are on the vertical axis, and 1 unit away from a tree at the origin.
The fox starts to run to its left in a straight line with a constant speed 1 unit.
To avoid detection, the rabbit starts to run to its right along a certain path with a constant speed 2 units, so as to always keep the tree between itself and the fox.
Which of the given differential equations describes the path (in polar coordinates r = f ( θ ) ) of the hiding rabbit?
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.
Could you help me with something please? How can i find the distance traveled by the rabbit if it choses the hiding path that ends at the tree?
Log in to reply
I used a numerical simulation to determine that the path is from ( r , θ ) = ( 1 , π / 2 ) to ( r , θ ) ≈ ( 0 , 1 . 0 8 9 4 ) . This website has a formula for polar arc length which plays very well with the result from this problem.
http://tutorial.math.lamar.edu/Classes/CalcII/PolarArcLength.aspx
Plugging in yields:
L ≈ ∫ 1 . 0 8 9 4 π / 2 2 c s c 2 θ d θ ≈ 1 . 0 4 4 7
The path is almost a straight line from the start point to the origin, but it has a parabolic quality to it.
Log in to reply
How did you find the lower limit of the integral? Does it have a closed form?
Log in to reply
@Digvijay Singh – I don't know if it has a closed form or not, but here's how I found it:
θ 0 = 2 π r 0 = 1 Δ θ = − ϵ = very small negative number Δ r = 4 c s c 4 θ − r 2 Δ θ r k = r k − 1 + Δ r θ k = θ k − 1 + Δ θ
@Steven Chase @Digvijay Singh Can we solve the DE to get the exact function???
Log in to reply
No, we can't.
You can see a detailed analysis of this problem in the book Chases and Escapes by Paul J. Nahin
We'll split up the movement of the animals two: perpendicular to the position vector, and along the position vector. Let's consider what happens after the angle increases by an infinitesimal amount d θ (drawn big to make visualizing easier). Checking that all the lengths labeled are correct is preety straight forward from the triangles that form.
The size of the blue vector, that represents the change in the rabbit's position has to be twice the size of the red vector, that represents the change in the fox's position.
Thus, d r 2 + R 2 d θ 2 = 4 csc 4 θ d θ 2
( d θ d r ) 2 = 4 csc 4 θ − r 2
Note that fox's path can be reflected to the positive side and let the length of the reflected path be x . Let the length of the rabbit's path be s . We note that x = t , where t denotes time. Therefore, cot θ = x = t . Now consider the following:
r 2 ( d θ ) 2 + ( d r ) 2 r 2 + ( d θ d r ) 2 = ( d s ) 2 = ( d θ d s ) 2 = ( d t d s ⋅ d θ d t ) 2 = ( 2 ⋅ ( − csc 2 θ ) ) 2 Divide both sides by d θ Given that d t d s = 2 Recall cot θ = t ⟹ − csc 2 θ d t d θ = 1
⟹ ( d θ d r ) 2 = 4 csc 4 θ − r 2
Problem Loading...
Note Loading...
Set Loading...
Rabbit Position and Speed:
x = r c o s θ y = r s i n θ θ = a t a n ( t 1 ) v 2 = x ˙ 2 + y ˙ 2 = r 2 θ ˙ 2 + r ˙ 2 = 4
Expanding and Applying Chain Rule:
r 2 θ ˙ 2 + r ˙ 2 = 4 r 2 ( d t d θ ) 2 + ( d t d r ) 2 = 4 r 2 ( d t d θ ) 2 + ( d θ d r d t d θ ) 2 = 4 ( d t d θ ) 2 [ r 2 + ( d θ d r ) 2 ] = 4
Calculating theta derivative:
d t d θ = d t d a t a n ( t 1 ) = 1 + t 2 1 1 t 2 − 1 = 1 + t 2 − 1 = − s i n 2 θ
Plugging back in:
( d t d θ ) 2 [ r 2 + ( d θ d r ) 2 ] = 4 s i n 4 θ [ r 2 + ( d θ d r ) 2 ] = 4 ( d θ d r ) 2 = 4 c s c 4 θ − r 2