An Amphibious Car Would Be So Useful In This Problem.

Calculus Level 5

Benito the Bandit is hiding out in the center of a large circular lake of radius 30 30 miles. He has access to a speedboat, which can travel at a maximum speed of 30 30 miles per hour.

Police officer Parker arrived in his Chevrolet Impala police cruiser, with a court order to capture Benito the Bandit. He is a single officer, and is unable to drive (or swim, or fly) over the lake. He figures that the best way to capture Benito is to always drive towards the point on the shore which is closest to Benito.

What is the minimum integer speed at which Officer Parker would have to be able to drive, in order to be certain of catching Benito right when Benito reaches the shore?


The answer is 139.

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.

1 solution

Michael Mendrin
Apr 8, 2014

This solution is under construction, while I learn how to do latex and stuff. First, the diagram Lake, boat, car Lake, boat, car

Okay, A and O are initial positions of car and boat. Let radius AO = 1, and OC = r, and let maximum speed of car = s. Benito tries to get as far away from the center O while keeping car, O, boat colinear. Eventually, Benito ends up going around circle of radius r = 30/s, after which he cannot get any closer to the shore without breaking colinearity of car, O, boat. Let's assume that at this point, Parker is back at A while Benito is at C, points A, O, C still being colinear. Then Benito must make a break for the shore at point B, just before Parker reaches that point. The ratio of distance CB must exceed or be equal to arclength AB times the ratio 30/s, which is r. Let ∠BOC = θ. Then we have this equation: (hold on---let me learn Latex now).

π + θ 1 + r 2 2 r C o s ( θ ) \dfrac { \pi +\theta }{ \sqrt { 1+{ r }^{ 2 }-2rCos(\theta ) } }

eh, let me work on this Latex thing a bit more. The point is, we wish to minimize this expression, which gives you the ratio r = 30/s that we seek. We end up with s = 30(4.60334...) = 138.1... approximately. I'll come back and improve on this solution, thank you for your patience.

If you want to make that fraction look bigger, you can use \dfrac instead of \frac. For example, \frac{a}{b} produces a b \frac{a}{b} while \dfrac{a}{b} produces a b . \dfrac{a}{b}. This proves much easier for fractions with more stuff going on, like this: π + θ 1 + r 2 2 r cos ( θ ) \dfrac{\pi+\theta}{\sqrt{1+r^2-2r\cos(\theta)}} instead of π + θ 1 + r 2 2 r cos ( θ ) \frac{\pi+\theta}{\sqrt{1+r^2-2r\cos(\theta)}}

In addition, you can use \ with the abbreviations for trigonometric functions to get them like the cos \cos above. If trig represents a trigonometric or inverse trigonometric function, \trig will render.

Trevor B. - 7 years, 1 month ago

Log in to reply

Thanks, Trevor, this is exactly what I'm looking for. Gotta get a hang of this Latex thing. I'll get around to expanding this solution. But, really, what's left is minimization of this fraction, which has to be done numerically anyway.

Michael Mendrin - 7 years, 1 month ago

Log in to reply

Don't forget \cos in the denominator!

And if you want to center the fraction on the screen like this

π + θ 1 + r 2 2 r cos ( θ ) \frac{\pi+\theta}{\sqrt{1+r^2-2r\cos(\theta)}}

then you can replace \ ( and \ ) as delimiters with \ [ and \ ] but without the spaces of course. You don't have to use \dfrac or \displaystyle (which is used to make \int and \sum bigger) to make the fraction more visible. The above code was created with

\ [\frac{\pi+\theta}{\sqrt{1+r^2-2r\cos(\theta)}}\ ] again, without the spaces.

Daniel Liu created a handy LaTeX beginner's guide . You should check it out!

Trevor B. - 7 years, 1 month ago

calvin is a genius!!!

Cedric Tan - 7 years, 2 months ago

Note: To display the diagram directly, just add "!" in front of the markdown link " title ". You can see the edit that I made to your solution.

Isn't markdown code wonderful :)

Calvin Lin Staff - 7 years, 2 months ago

Log in to reply

Thanks Calvin, I think I'll be spending my time on Brilliant learning how to do this.

Michael Mendrin - 7 years, 2 months ago

wow

Rahul Paes - 7 years, 1 month ago

really genius!!

Pragati Rana - 6 years, 6 months ago

This is a really fun problem. Just fleshing what is probably a slight variant of your solution out a bit, and noticing that the answer is independent of the radius R of the lake.

Parker may as well stay put at first, because at first Pete can travel fast enough to keep the center between him and Parker, and indeed move away from Parker. However, at a critical distance r r from the center Pete will only just be able to keep pace angularly with Parker: v 2 π r = V 2 π R \frac{v}{2\pi r} = \frac{V}{2\pi R} , and so r = v V R r=\frac{v}{V}R .

From this point, as Pete makes his way towards the perimeter, he will choose the angle θ \theta from the original direction that maximizes the the advantage he has in time to the perimeter if he travels at that angle in a straight line. Using law of cosines to get Pete's distance,

Δ t = π + θ V R 1 + ( v V ) 2 2 v V cos ( θ ) v \Delta t = \dfrac{\pi + \theta}{V} - \dfrac{R\sqrt{1+(\frac{v}{V})^2-2\frac{v}{V}\cos(\theta)}}{v}

Abbreviating the square root \sqrt{\cdots} ,

d d t Δ t = R V R sin ( θ ) V = R V ( 1 sin ( θ ) ) \frac{d}{dt}\Delta t = \dfrac{R}{V} - \dfrac{R \sin(\theta)}{V\sqrt{\cdots}} = \dfrac{R}{V}\Big( 1-\dfrac{\sin(\theta)}{\sqrt{\cdots}}\Big)

This is 0 when sin ( θ ) = \sin(\theta) = \sqrt{\cdots} . Squaring that identity,

sin 2 ( θ ) = 1 + ( v V ) 2 2 v V cos ( θ ) \sin^2(\theta) = 1+(\frac{v}{V})^2-2\frac{v}{V}\cos(\theta) ( v V ) 2 2 v V cos ( θ ) + cos 2 ( θ ) = 0 \big(\frac{v}{V}\big)^2 -2\frac{v}{V}\cos(\theta) + \cos^2(\theta) = 0 ( v V cos ( θ ) ) 2 = 0 \big(\frac{v}{V} - \cos(\theta) \big)^2 = 0 v V = cos ( θ ) \frac{v}{V} = \cos(\theta)

Plugging this into the equation above for Δ t \Delta t and setting that equal to 0, we quickly determine that t a n ( θ ) = π + θ tan(\theta) = \pi+\theta , which makes θ = 1.352 \theta = 1.352 and V = 138.11 V = 138.11 , and so the answer is 139 \boxed{139} .

Mark C - 5 years, 1 month ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...