Difference between revisions of "1983 AHSME Problems/Problem 27"
Megaboy6679 (talk | contribs) m (→Solution) |
J314andrews (talk | contribs) m (→Solution) |
||
(One intermediate revision by the same user not shown) | |||
Line 13: | Line 13: | ||
== Solution == | == Solution == | ||
− | + | ||
+ | <asy> | ||
+ | import geometry; | ||
+ | import graph; | ||
+ | |||
+ | unitsize(0.5 cm); | ||
+ | |||
+ | pair O = (0,0), T = (0, -2.36067), S = (10, -2.36067), R = (1.05572, 2.11146); | ||
+ | |||
+ | draw(circle(O, 2.3607)); | ||
+ | draw(T--S--R--O--cycle); | ||
+ | draw(O--S); | ||
+ | |||
+ | label("$T$", T, SW); | ||
+ | label("$O$", O, W); | ||
+ | label("$S$", S, SE); | ||
+ | label("$R$", R, NE); | ||
+ | |||
+ | </asy> | ||
+ | |||
+ | Let <math>O</math> be the center of the sphere, <math>T</math> be the point where the sphere touches the ground, <math>S</math> be the tip of the sphere's shadow, <math>R</math> be the point where sun rays that reach the ground near <math>S</math> would approach the sphere, and <math>\theta = \angle RST</math> be the angle between the sun's rays and the ground. | ||
+ | |||
+ | Then <math>RS</math> and <math>RT</math> must both be tangent to the sphere, and therefore <math>RS = ST = 10</math> and <math>OS</math> bisects <math>\angle RST</math>. So <math>\angle OST = \frac{\theta}{2}</math>. | ||
+ | |||
+ | Since a <math>1</math> meter stick casts a <math>2</math> meter shadow, <math>\tan \theta = \frac{1}{2}</math>. So <math>\cos \theta = \frac{1}{\sec \theta} = \frac{1}{\sqrt{1+\tan^2 \theta}} = \frac{1}{\sqrt{\frac{5}{4}}} = \frac{2}{\sqrt{5}}</math>, and <math>\sin \theta = \sqrt{1 - \cos^2 \theta} = \sqrt{\frac{1}{5}} = \frac{1}{\sqrt{5}}</math>. So <math>\tan \left(\frac{\theta}{2}\right) = \frac{1-\cos \theta}{\sin \theta} = \frac{1 - \frac{2}{\sqrt{5}}}{\frac{1}{\sqrt{5}}} = \sqrt{5}-2</math>. | ||
+ | |||
+ | Let <math>r = OT = OR</math> be the radius of the sphere. Then <math>\tan\left(\frac{\theta}{2}\right) = \frac{r}{10}</math>, so <math>r = 10 \tan\left(\frac{\theta}{2}\right) = 10(\sqrt{5}-2) = \boxed{(\mathbf{E})\ 10\sqrt{5} - 20}</math>. | ||
==See Also== | ==See Also== |
Latest revision as of 14:22, 3 July 2025
Problem 27
A large sphere is on a horizontal field on a sunny day. At a certain time the shadow of the sphere reaches out a distance
of m from the point where the sphere touches the ground. At the same instant a meter stick
(held vertically with one end on the ground) casts a shadow of length
m. What is the radius of the sphere in meters?
(Assume the sun's rays are parallel and the meter stick is a line segment.)
Solution
Let be the center of the sphere,
be the point where the sphere touches the ground,
be the tip of the sphere's shadow,
be the point where sun rays that reach the ground near
would approach the sphere, and
be the angle between the sun's rays and the ground.
Then and
must both be tangent to the sphere, and therefore
and
bisects
. So
.
Since a meter stick casts a
meter shadow,
. So
, and
. So
.
Let be the radius of the sphere. Then
, so
.
See Also
1983 AHSME (Problems • Answer Key • Resources) | ||
Preceded by Problem 26 |
Followed by Problem 28 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 • 26 • 27 • 28 • 29 • 30 | ||
All AHSME Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.