How to Calculate Distance to the Horizon Based on Height Above Water

  • Thread starter Thread starter Alec
  • Start date Start date
  • Tags Tags
    Horizon
AI Thread Summary
To calculate the distance to the horizon based on height above water, the formula derived uses the Pythagorean theorem, where the distance from the observer's eyes to the horizon (d) is calculated as the square root of the difference between the squares of the hypotenuse (x + e) and the radius of the Earth (x). By substituting different heights (e) into the formula, one can determine the corresponding distances to the horizon. For example, an observer at 0.02 meters can see approximately 505.1 meters, while someone at 1.65 meters can see about 4587.8 meters, and a lighthouse keeper at 20 meters can see around 15972 meters. The calculations and results presented are deemed plausible.
Alec
Messages
25
Reaction score
0
My problem is to determine how far one can see to the horizon, depending on how far above the water the person is and to create a formula that determines the distance as a function of the height.

To start with, the hypotenuse is the distance from the core to the persons eyes. (x+e). The cathetus being the distance from the core to the waterlevel (x) and the 2nd cathetus being the distance to the horizon (d).
This is easily calculated with Pythagoras (x+e)^2 - (x)^2 = (d)^2.
With the fact that a cathetus to a spheric object has an angle of 90degrees.

How shall I proceed to create this formula?
 
Physics news on Phys.org
You're almost there. x is the radius of the Earth so just solve for d. Noting that a^2-b^2 = (a-b)(a+b) may help.
 
Okay, to put this formula into situations depending on the height above the water level in meters:
(x+e)^2 - (x) = "the distance to the horizon" ^2
When I keep my eyes just above the water:
(6378150+0.02)^2 - (6378150)^2 = 255126.
I can then theoretically see 505.1 meters until I can only see the horizon.

A person of 1.85 meters have his eyes at a height of 1.65 meters above the water. (Roughly)
(6378150+1,65)^2 - (6378150)^2 = 21047898
The person is capable of seeing 4587.8 meters until the horizon.

A person in a lighthouse looking at the horizon from a height of 20 meters:
(6378150+20)^2 - (6378150)^2 = 255107020,1
The person is then looking at a distance of 15972 meters to the horizon.

Are these numbers probable?
How do you advice me to solve the problem to make a formula giving the distance as a function of e (the height from my eyes to the water) ?
 
Alec,

Those numbers look pretty good!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top