Archive
Old SH Archive
- Joined
- Sep 8, 2020
- Messages
- 17,737
- Reaction score
- 3,164
I finally looked into the curvature thing. The "8 inches/mile squared" formula can't be right; that's a parabola and we're dealing (so they say) with a circle. I derived the formulas below from scratch, then searched online to see if anybody agrees. I found this page by photographer David Senesac. Based on his diagram I'd say his approach was the same as mine, and I get the same answer he does for one of his numerical examples. He doesn't explicitly state his formulas though.Note: This post was recovered from the Sh.org archive.Username: AmorDeCognosDate: 2019-04-25 02:20:37Reaction Score: 9
Here's what I worked out.
Given these inputs:
- e = the height of your eye (or camera) above the ground
- h = the height of some point on an object, e.g., the top of a ship's mast
- r = the radius of Earth
- d(e,0) = the maximum distance away (along Earth's surface) at which your eye can see a point on the ground (height 0)
- d(e,h) = the maximum distance away (along Earth's surface) at which your eye can see a point at height h
- All quantities have units of length. The choice of unit (feet/meters/etc.) doesn't matter as long as you're consistent.
- Earth is treated as a perfect sphere, neglecting any deviation due to spin and ignoring terrain. Wikipedia's value for the mean radius is 6371.0088 km.
- For this analysis, light rays are assumed to travel in straight lines in a 3d cartesian space independent of the Earth. They are in no way 'bent' by the atmosphere or any other property of Earth. A light ray ignores the Earth unless it happens to hit it, at which point it is absorbed.
- Visual acuity is irrelevant to the issue. By 'can see' we mean 'a line of sight exists'.
- In the following, acos() is the inverse cosine function and yields an angle in radians (not degrees).
- d(e,0) = r * acos(r / (r + e))
- d(e,h) = r * acos(r / (r + h)) + d(e,0)
e (meters) | h (meters) | d(e,0) (kilometers) | d(e,h) (kilometers) |
|---|---|---|---|
| 1.8288 (6 feet) | 10 | 4.827 | 16.115 |
| 1.52 (5 feet) | 7.25 (23.8 feet) | 4.406 | 14.021 |
The second example matches one at the bottom of David Senesac's page, assuming his 'Distance' column represents the quantity [d(e,h) - d(e,0)], i.e., not the total distance from viewer to object, but from the tangent point to the object. His 'distance' of 6.0 miles, plus the 2.75 miles from viewer to tangent point which he computed earlier, works out to 14.082 km, close to my d(e,h) = 14.021 km. The difference could be due to roundoff or a different choice of r. It's also possible one or both of us made a mistake somewhere. He used slightly different (presumably equivalent) math to solve the same problem; I'll probably check his steps in more detail later. Senesac's page is just the first apparently equivalent answer I happened to find. There are probably lots more.
Summary and discussion:
- My result is obviously not compatible with the so-called mainstream formula, "8 inches/mile squared".
- But that formula was never even a plausible candidate. I'd simply never looked into this issue, but on doing so it was apparent immediately. Its mathematics aren't those of a circle. I doubt it was ever mainstream, but hey, relativity is mainstream and it's almost as obviously wrong. "8 inches/mile squared" is very likely a disinformation meme, and it would be interesting to know how it spread.
- Please, check my work if you're so inclined. I've been known to make a mistake. I can write up my derivation, and/or generate a precomputed lookup table for ranges of (e,h). But again: the correct formulas are probably in many references.
- I've taken no position on 'atmospheric refraction' (or other complications) being significant or insignificant. But they shouldn't be trotted out to explain why a so-called mainstream formula fails when that formula is just obviously wrong.
- I'll admit that my personal probability for the Earth being approximately spherical has never dropped below maybe 90%. But I'm never writing off a huge group of dissenters without listening ever again. That'd be one of those mistakes. Did it for decades and all it got me was stupid. 90% does not equal dismissiveness. The 10% means I still have work to do.
