Consider the earth as the perfect spheroid
and assume it's surface to be completely land. A person whose eyes are 2 meters above the ground is randomly placed on the earth facing a random direction. What is the expected sight distance of this person?
Sight distance is defined as follows.
A ray is drawn from the person's eyes in the direction he/she is facing such that it is tangent to the spheroid at point B. The linear distance from the person's eyes to point B is the sight distance.
I just thought of this problem today and I have no clue how difficult it is. Approximations are welcomed (for example, calculating the expected distance from the person's feet to point B.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
How about we try a Monte-Carlo Simulation?
Well, isn't it similar to the method by which we determine the height of any transmission tower (to be used for communication purposes)? There, we draw a tangent to the surface of the earth and then calculate the height of the tower using basic trigonometry and approximations. Here, we have to go in reverse order. Correct me if I'm wrong.
Log in to reply
Yes, we only have to draw tangents, and that's easy if you assume that the earth is a sphere because all tangents will be of the same length. However, on a spheroid, it's much more difficult.
Log in to reply
It might be good to build this one up one piece at a time. For example, we could start with the following problem:
Given a certain spheroid and a particular point in space, what is the shortest / longest tangent line segment from the point to the spheroid?
I think that would be a fun one to post as a problem.
Log in to reply
How do we solve the first problem?
Yep, got it. Thanks for pointing out.