Skip to content

Earth curvature math

Earth curvature math

PUBLIC ARCHIVE EDITION

Provenance

  • Provider: ChatGPT
  • Original title: Earth curvature math
  • Conversation ID: 68eed706-2bf8-8331-b79b-575948e5ea60
  • Created: 2025-10-14T16:04:46-07:00
  • Updated: 2025-10-14T16:06:23-07:00
  • Models: gpt-5
  • Source archive SHA-256: 0f7aee663dace8d779cc4e6f229b4e22a8386f8075b81801a3c8c2b112e1bdd7
  • Source transcript SHA-256: 7379cb7513405d72ed8ad62f377ab3ffe2f22a876119d40487477e7b6d9736b9
  • Active-path treatment: active-current-node
  • Alternate messages preserved: 0
  • Attachment state: not-applicable
  • Privacy state: PRIVACY_VERIFIED
  • Publication state: public-archive
  • Record ID: chatgpt:68eed706-2bf8-8331-b79b-575948e5ea60
  • Source member: conversations-001.json
  • Source record SHA-256: 5d28df055668f98724961b81932cb37044d13ac39be12b4a6016df99bc2f3aa1
  • Transcript verification status: canonical-verified; privacy-verified; source-order-preserved
  • Editorial changes: privacy-approved local edits preserved
  • Publication/version history: public archive edition v1

Conversation

Darren — 2025-10-14T16:04:46-07:00

curvature of the earth math synopsis plz

ChatGPT — 2025-10-14T16:04:46-07:00 · gpt-5

Here’s a clear, compact math synopsis of Earth’s curvature:


🌍 Basic Geometry

The Earth is (approximately) a sphere with mean radius
[
R = 6,371 text{ km} = 6,371,000 text{ m}.
]

The surface drops away from a tangent line due to curvature. For short distances, you can use the parabolic approximation:

[
text{Drop} = frac{d^2}{2R}
]

where ( d ) is the horizontal distance from the tangent point.


📏 Common Results

Distance (d) Drop below tangent (h)
1 km 7.85 cm
5 km 1.96 m
10 km 7.85 m
50 km 196 m
100 km 785 m

(neglecting atmospheric refraction)


🔭 Including Refraction

Refraction slightly bends light downward, making Earth appear flatter. Engineers often use an effective radius:
[
R’ = frac{7}{6} R
]

so the apparent drop is:
[
h’ = frac{d^2}{2R’}
]

This reduces the apparent curvature by about 15%.


🌐 For Precise Geometry (Great-Circle Chord)

If you want the exact sagitta (drop) for any distance:

[
h = R left( 1 – cosfrac{d}{R} right)
]

where ( d ) is arc distance along the surface (radians).
For small ( d ), this reduces to ( frac{d^2}{2R} ).


🧮 Example

For ( d = 10 text{ km} = 10,000 text{ m} ):

[
h = frac{(10,000)^2}{2(6,371,000)} approx 7.85 text{ m}
]

So at 10 km, the Earth’s surface curves away about 8 meters from a straight line tangent at your eye level.


Would you like me to include observer horizon distance formulas next (i.e., how far you can see before curvature hides objects)?

Darren — 2025-10-14T16:06:13-07:00

yes

ChatGPT — 2025-10-14T16:06:14-07:00 · gpt-5

Perfect — here’s the Earth curvature + horizon distance math summary, compact and complete:


🌍 Horizon Distance & Curvature Summary

1️⃣ Basic Geometry

For an observer at height ( h ) above the surface, the line of sight to the horizon is tangent to Earth’s surface.
Let ( R = 6,371,000 text{ m} ) (mean Earth radius).

Using the Pythagorean relation:

[
(R + h)^2 = R^2 + d^2
]

where ( d ) is the distance to the horizon (straight line along the surface).

Solve for ( d ):

[
d = sqrt{(R + h)^2 – R^2}
]

Simplify (since ( h ll R )):

[
boxed{d approx sqrt{2Rh}}
]


2️⃣ Horizon Distance Examples

Observer Height (h) Horizon Distance (d) Approx.
1.5 m (eye level) 4.37 km 2.7 mi
10 m 11.3 km 7.0 mi
100 m 35.7 km 22.2 mi
1,000 m 113 km 70 mi
10,000 m (airliner) 357 km 222 mi

3️⃣ Refraction Correction

Atmospheric refraction slightly bends light, extending visible distance.
Use an effective radius:

[
R’ = frac{7}{6}R
]

Then the apparent horizon becomes:

[
d’ = sqrt{2R’h} = sqrt{frac{7Rh}{3}}
]

So refraction increases visible distance by about 15%.


4️⃣ Object Hidden by Curvature

For two heights (observer ( h_1 ), target ( h_2 )):

[
boxed{d_{visible} = sqrt{2Rh_1} + sqrt{2Rh_2}}
]

If their separation ( d ) exceeds ( d_{visible} ), part of the target is hidden below the horizon.


5️⃣ Quick Engineering Approximation

For practical use (metric units):

[
boxed{d(text{km}) approx 3.57 sqrt{h(text{m})}}
]

and inversely:

[
boxed{h(text{m}) approx 0.0786,d^2(text{km})}
]


Example

At eye height ( h = 1.8 text{ m} ):

[
d = 3.57 sqrt{1.8} approx 4.8 text{ km}
]

An observer standing 1.8 m tall can see about 4.8 km to the geometric horizon.


Would you like me to include the formula for how much of a distant object (like a ship or building) is hidden below the horizon next?