radius of circle tangent to sphere which obscures that sphere

71 Views Asked by At

A circular disc sits tangential to the surface of a sphere, how big does it have to be to obscure that sphere from a given point of view?

Or, in two dimensions:

enter image description here

Given $d$ and $r$, what is $h$?

2

There are 2 best solutions below

3
On

From similar triangles: $$ h:d=r:\sqrt{(r+d)^2-r^2}. $$

0
On

If the radius of the sphere is $r$ and the distanbce between the sphere and the eye is $d$ then $$\boxed{h = r\, \sqrt{ \frac{d}{2 r+d} } }$$

Why?

fig

The small orange line above has length $k = \frac{r^2}{r+d}$

Considering the angle $\theta$ at the eye and at the contact point we have

$$\sin(\theta) = \frac{h}{\sqrt{h^2+d^2}} = \frac{k}{r} $$

which is solved for $h = \frac{d k}{\sqrt{r^2-k^2}} = \frac{r \sqrt{d}}{\sqrt{2 r+d}}$.


Example

A unit sphere $R=1$ and an eye a distance $d=0.8$ above the surface.

$$ h = 1 \sqrt{ \frac{0.8}{2+0.8} } = \sqrt{\frac{2}{7}} = 0.534522\;\; \checkmark $$

exmpl