A leash of length is secured to the side of a circular pen of radius so that the region accessible from the free end of the leash is half of the area of the pen.
What is the length of the leash to the nearest meter?
Assume .
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.
This question is similar to the famous Goat problem . Consider a unit circle where a goat is tied to a point on the perimeter of the circle with a tether length of L = r . By circle-circle intersection , we can see that the area that the goat can graze is
A = r 2 arccos − 1 ( 2 d r d 2 + r 2 − R 2 ) + R 2 cos − 1 ( 2 d R d 2 + R 2 − r 2 ) − 2 1 ( − d + r + R ) ( d + r − R ) ( d − r + R ) ( d + r + R ) .
In this case, R = d = 1 gives
A ( r ) = − 2 1 4 − r 2 + r 2 cos − 1 ( 2 r ) + cos − 1 ( 1 − 2 r 2 ) .
Since the question states that the goat can graze half of the pen, then the area, A ( r ) is simply half of the area of a unit circle,
A ( r ) = A ( 2 1 ) = π ( 2 1 ) 2 = − 2 1 r 4 − r 2 + r 2 cos − 1 ( 2 r ) + cos − 1 ( 1 − 2 r 2 ) .
The equation above can only be solved using numerical methods. If we consider using Newton-Raphson method with initial point of x 0 = 2 1 4 1 + 1 0 0 = 1 2 0 . 5 , a couple of iterations gives r = 1 . 1 5 9 ⋯ . Note that we only care about the first 3 decimal places, because we just want to find 1 0 0 r to the nearest integer.
In this case, we have L = ⌊ 1 0 0 r ⌉ = 1 1 6 .