Jump to content

Horizon Dip Measurements: Difference between revisions

From Flerf Wiki
Dave (talk | contribs)
Created page with "The horizon dip measurement is the angle between the horizontal (the line perpendicular to the vertical at a specific point) and the apparent horizon. On a globe, you would expect this angle to increase with increasing altitude, because the horizon would drop away with the curve. On a flat earth, if the plane is infinite, you would expect no drop of the horizon with increasing altitude. You would just be able to better resolve distant points because of the greater angu..."
 
Dave (talk | contribs)
No edit summary
Tag: Reverted
Line 6: Line 6:


Measurements will be forthcoming.
Measurements will be forthcoming.
{{#invoke:Math|precision|2}}
'''Horizon Dip Calculator'''
The following calculator estimates the dip of the horizon based on altitude above Earth's surface.
== Formula ==
\[
\text{Dip} = \sqrt{\frac{2h}{R}}
\]
== Inputs ==
* '''Altitude (h)''': Height above Earth's surface in meters.
* '''Earth's radius (R)''': Approximate value is 6,371,000 meters.
== Result ==
\[
\text{Result} = {{#expr:sqrt(2 * {{{altitude|0}}} / {{{radius|6371000}}})}}
\]
== Usage ==
{{HorizonDip
| altitude = 1000
| radius = 6371000
}}

Revision as of 04:40, 4 December 2024

The horizon dip measurement is the angle between the horizontal (the line perpendicular to the vertical at a specific point) and the apparent horizon.

On a globe, you would expect this angle to increase with increasing altitude, because the horizon would drop away with the curve.

On a flat earth, if the plane is infinite, you would expect no drop of the horizon with increasing altitude. You would just be able to better resolve distant points because of the greater angular resolution between them.

Measurements will be forthcoming.

{{#invoke:Math|precision|2}}

Horizon Dip Calculator The following calculator estimates the dip of the horizon based on altitude above Earth's surface.

Formula

\[ \text{Dip} = \sqrt{\frac{2h}{R}} \]

Inputs

  • Altitude (h): Height above Earth's surface in meters.
  • Earth's radius (R): Approximate value is 6,371,000 meters.

Result

\[ \text{Result} = 0 \]

Usage

Template:HorizonDip