phildonnia
Master Poster
- Joined
- Oct 20, 2001
- Messages
- 2,439
xouper said:Here's a commonly used rule of thumb for estimating the distance it takes for a ship to disappear over the horizon. This distance is the sum of the ship's local horizon and the viewer's local horizon. To estimate the local horizon in miles, take the square root of the height above water in feet and multiply by 1.25
That's a pretty nice formula.
<applet codebase="http://home.att.net/~phildonnics/Phil/PJP/Graph" archive="jar.jar" code="phil.grapher.GrapherApplet" width="450" height="300" ID="Object1" VIEWASTEXT>
<param name="left" value="-2">
<param name="right" value="200">
<param name="top" value="30">
<param name="bottom" value="-0.3">
<param name="function1" value="1.25 sqrt(x)">
<param name="color1" value="0000ff">
<param name="function0" value="3947acos(3947/(3947+x/5280))">
<param name="color0" value="ff0000">
</applet>
xouper's formula: 1.25 sqrt(x)
exact formula: 3947 acos (3947/(3947+h/5280))