5
$\begingroup$

Suppose you have a circular pool of lava (the reason for the contents will be clear in a moment) and in the center of the pool is a circular lawn. With a single straight-line measurement, determine the area of the lawn lava.

The measuring instrument you have is a laser transit, with which you can look through a telescope, point it to a pole your assistant is holding, and read off the distance from the transit to the pole. Because you and your assistant can't stand in the lava, you can't use the obvious strategy of measuring the diameter of the lawn, but you can find the distance between any two points outside of the lava. How can you find the area of the lawn lava?

EDIT:

An apology is in order here. I was apparently passing a brain stone when I posted the original question. I should have asked what the area of the lava was. The comments have already answered the question.

My real purpose was to observe that measuring the chord will give you the area of the lava, regardless of what the diameter of the pool and the lava were, so you could shrink the lawn diameter to zero and the chord would allow you to compute the area of the lava. In this way, the problem is like the question spatial geometry hole in sphere.

My eventual question was to be, does anyone know of similar problems, where the answer doesn't require one of parameters of the problem and so can be solved by setting that parameter to zero?

  • 0
    Perhaps you could post the obvious/inelegant solution. Some of us might find it by mistake and believe it's the elegant solution you're looking for. Elegance being in the eye of the beholder, and all that.2012-11-03
  • 3
    Can you measure the length $\ell$ of the chord that touches (i.e. tangent to) the inner circle? Then calculate the area of the inscribed circle inside an equilateral triangle of side length $\ell$.2012-11-03
  • 0
    @Jennifer. Absolutely correct. That's what I'm calling the obvious solution.2012-11-03
  • 0
    @David. See Jennifer's solution.2012-11-03
  • 2
    Hm, what's not elegant about it?! I make one measurement, [Wolfram|Alpha](http://www.wolframalpha.com/input/?i=equilateral+triangle%2C+edge+%3D+10%2C+incircle+area) does the rest :)2012-11-03
  • 2
    @JenniferDylan How does that help? If the inner circle is very small, the chord could be very long, and vice versa. The circle does not necessarily fit into an equilateral triangle of this chord length. What that chord length WILL tell you though is the total area of lava (apply Pythagoras to a triangle whose sides are half of that chord, a radius of the lava circle and a radius of the inner circle). But that's not what the question is asking for.2012-11-03
  • 0
    Lava is tame; fill it with [hexanitrohexaazaisowurtzitane](http://pipeline.corante.com/archives/2011/11/11/things_i_wont_work_with_hexanitrohexaazaisowurtzitane.php).2012-11-03
  • 0
    Ops, I made a wrong generalization. Please ignore my answer above.2012-11-03
  • 0
    @David: Jennifer’s measurement does the job, though not in the way that she described. I’m assuming that we know the radius $r$ of the lava pool; then the radius of the lawn is $\sqrt{r^2-(\ell/2)^2}$, for which we get the area at once.2012-11-03
  • 0
    Hmm, the OP specified that we make just ONE measurement. I take that to mean that we do NOT know the radius of the lava pool. Your solution requires two measurements (or three, because it's hard to measure a diameter without having a reference point at the centre of the circle). I don't believe that there is a solution of the form that the OP requires. It also baffles me that he finds Jennifer's attempted solution inelegant - I can't imagine any solution to be more elegant than what she proposed, despite its incorrectness.2012-11-03
  • 0
    Find Jennifer's chord, then the other chord with the same endpoint where you're standing, then the distance between the endpoints at the opposite ends of the two chords. You've got an isosceles triangle. The inner circle is not its inscribed circle; rather it is a circle that touches two sides at their midpoints. That gives you enough information.2012-11-03
  • 0
    OK, my posted answer now shows that you really do need only one measurement. I start with two, then one of them ends up canceling out.2012-11-03
  • 0
    I corrected the question statement but left the references to the area of the lawn struck out rather than deleted. The chain of comments above would make no sense otherwise.2012-11-03
  • 0
    Replaced `circle` by `annulus` in the title.2012-11-04

3 Answers 3

7

This diagram shows the lava as the shaded area

By Pythagoras, $(l/2)^2+r_1^2=r_2^2$. So the area of the lava (shaded) is $$\begin{align} \pi r^2_2 - \pi r^2_1 &= \pi (r^2_2-r^2_1)\\ &= \pi (l/2)^2\\ &=\frac{\pi l^2}{4} \end{align}$$

1

First find the lengths $\ell$ of two chords of the large circle sharing a common endpoint $A$ and just touching the small circle. Then find the distance $k$ between their opposite endpoints.

Below, I show that (surprisingly) $k$ cancels out, so you really only need $\ell$.

You have an isosceles triangle with two sides of length $\ell$, and the small circle touches those two sides at their midpoints. Let $C$ be the center of the circles. Let $B$ be the midpoint of one chord of length $\ell$. Then $ABC$ is a triangle with a right angle at $B$. The height of the big isosceles triangle is $\sqrt{\ell^2-\left(\frac k2\right)^2}$. The triangle $ABC$ is similar to the half of the isosceles triangle with legs $k/2$ and $\sqrt{\ell^2-\left(\frac k2\right)^2}$ and hypotenuse $\ell$. Triangle $ABC$ has legs $\ell/2$ and $r$, where the latter is the radius of the small circle. Therefore $$ \frac{r}{\ell/2} = \frac{k/2}{\sqrt{\ell^2-\left(\frac k2\right)^2}} $$ Hence $$ r = \frac{k\ell}{2\sqrt{4\ell^2-k^2}}. $$

If one also wants the radius of the big circle, that's the radius of the circumscribed circle of a triangle with side lengths $\ell$, $\ell$, and $k$. If I'm not mistaken that's $$ R = \frac {\ell^2}{\sqrt{4\ell^2-k^2}}. $$ Generally, a triangle with sides $a,b,c$ has circumscribed circle radius $$ \frac{abc}{\sqrt{(a+b+c)(a+b-c)(b+c-a)(c+a-b)}}. $$ The area between the circles is $$ \pi(R^2-r^2) = \pi\left(\frac \ell 2\right)^2. $$

Therefore you don't need to know $k$. You need only $\ell$, so you really can do this with just one measurement.

1

A similar problem in three dimensions is the "Hole in the Sphere" problem. If you drill a cylindrical hole in a sphere, the volume remaining in the sphere depends only on the height of the hole - it is independent of the diameter of the hole or diameter of the sphere.

  • 1
    Exactly. That, in fact, was the problem I linked to in the question.2012-11-04