One guys problem with visibility range. (r/conspiratard)

0  2014-07-31 by skycentrism

We have two points (A and B) located on a flat terrain (5000 m above sea level) Elevation of point A is 5000 m above sea level. Elevation of point B is also 5000 m above seal level. We stand in point A, our height is 2 m. What is the distance between point A and B ?

http://upload.wikimedia.org/wikipedia/commons/5/5a/HorizonDistance.png

http://members.home.nl/7seas/radcalc.htm

Let's have this photo to illustrate this situation:

http://i.imgur.com/1y5i7VS.jpg?1

How far is point B ? (The furthest visible point on the horizon)

You can't just put 5002 m as h1 and 5000 m as h2 in the calculator :)

Because:

http://i.imgur.com/Q6Kr4u6.png?1

67 comments

http://i.imgur.com/Q6Kr4u6.png

Everytime you simply put two heights here, the tangent drops downs to..sea level.

Yes, the formula you posted calculates the maximum line of sight over the sea, and that's exactly what it is designed to calculate (notice that the provided image is measuring visibility from a ship at sea to a landmark on the shore). If you want to calculate the visibility range between two landmarks with elevated ground between them, the formula does need to be modified, but not in the way you've described.

Rather than adjusting the height of your landmarks, what you actually want to adjust is the radius of the Earth. In the formula you provided, you can see that the R term represents the radius of the Earth at sea level. There's an error in units there, as the radius is claimed to be in Mm, but in order for the formula to be correct the radius must be provided in kilometers (the radius of the Earth is ~6378 km at sea level). With the units corrected, the formula should read as follows (with the result and all variables given in km):

Visibility Distance = Dl + Db = (sqrt(2 * R) * sqrt(hl)) + (sqrt(2 * R) * sqrt(hb)) = sqrt(2 * 6378) * (sqrt(hl) + sqrt(hb))

With the formula corrected, you'll see that the results match the visibility range calculator you provided ([edit] The calculator actually uses a radius of 6378.155 km).

Now, to account for elevated ground between the two landmarks, you need to add the ground elevation to the radius of the Earth at sea level. You also need to make sure that the two heights of your landmarks are measured from the elevated ground level.

For example, let's say your two landmarks are two towers of height 400m and 600m (above ground level), and your ground level is 200 meters above sea level.

In this case, your calculation becomes:

hl = 0.4 km

hb = 0.6 km

R = (6378 + 0.2) km

Visibility Distance = sqrt(2 * R) * (sqrt(hl) + sqrt(hb)) = sqrt(2 * 6378.2) * (sqrt(0.4) + sqrt(0.6))

Visibility Distance = sqrt(2 * 6378.2) * (sqrt(0.4) + sqrt(0.6)) = 158.9184 km

By modifying the formula in this way, you're calculating the visibility range with the tangent dropping to ground level instead of sea level. Keep in mind that accounting for ground elevation doesn't actually make much of a difference, as the elevation of the ground above sea level is tiny compared to the radius of the Earth. For example, the most elevated city in the world (El Alto) is at an elevation of 4.15 km, which is only 0.065% of the radius of the Earth at sea level. Also keep in mind that this calculation does not account for refraction of light in the atmosphere, and in reality refraction allows for greater visibility ranges than a straight line tangent.

I hope this helps.

I sincerely hope that /u/skycentrism replies to this post. He seems more interested in forcing people to defend their position than he is in defending his.

He won't. Whenever he's proven wrong, he just leaves. Then he'll wait another month and make another scientifically-illiterate post.

While not required, you are requested to use the NP domain of reddit when crossposting. This helps to protect both your account, and the accounts of other users, from administrative shadowbans. The NP domain can be accessed by prefacing your reddit link with np.reddit.com.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

Count the example I posted

We have two points (A and B) located on a flat terrain (5000 m above sea level) Elevation of point A is 5000 m above sea level. Elevation of point B is also 5000 m above seal level. We stand in point A, our height is 2 m. What is the distance between point A and B ?

Since the elevations are provided above sea level, and the ground is 5000m above sea level, I subtract 5000m from each height to obtain height above ground level.

Ha = Height of viewpoint A relative to ground level = (5000m + 2m) - 5000m = 0.002 km

Hb = Height of target B relative to ground level = 5000m - 5000m = 0 km

Now, I add the ground level (5km) to the radius of the Earth at sea level:

R = Radius of Earth at ground level = (6378 + 5) km = 6383 km

Visibility Distance = sqrt(2 * R) * (sqrt(Ha) + sqrt(Hb))

Visibility Distance = sqrt(2 * 6383) * (sqrt(0.002) + sqrt(0)) = 5.0529 km

The formula you're attempting to disprove agrees with your result, when it is applied correctly.

Good :) But you should have also subtracted in your previous example :)

hl = 0.4 km hb = 0.6 km

600 m - 400 m = 200 m so the elevation above the ground is 200 m :)

Now, we have 200 m and 0 m.

So the visibility distance is 50 km

Oh and:

If you want to calculate the visibility range between two landmarks with elevated ground between them, the formula does need to be modified, but not in the way you've described.

And you did the very same thing I did.

But you should have also subtracted in your previous example :)

hl = 0.4 km hb = 0.6 km

600 m - 400 m = 200 m so the elevation above the ground is 200 m :)

No. If the height of your objects are given relative to sea level, you subtract the ground elevation from both values to get their height relative to ground level. In my example the heights were already given relative to ground level. There is no need to subtract one height from the other.

And you did the very same thing I did.

Your calculation works out to be almost the same as mine in the special case where one of your objects is exactly at ground level. Even in that case, you are not actually accounting for the increased radius of the Earth at ground level correctly, although the difference in results is insignificant. In all other cases where both objects are elevated above the ground, your method does not correctly apply the provided formula. This is why I gave you a different example than the one you provided.

Let's modify your example to demostrate:

We have two points (A and B) located on a flat terrain (5000 m above sea level) Elevation of point A is 5000 m above sea level. Elevation of point B is also 5000 m above seal level. We stand in point A, our height is 2 m. What is the distance between point A and B ?

We both agree that the answer to this problem is 5.05 km. Now, what happens if we put a post 1m high at point B, and calculate the distance at which it can be seen by the 2m tall observer at point A?

Using my method (exactly the same calculation as before, except Hb is now 0.001 km):

Visibility Distance = sqrt(2 * 6383) * (sqrt(0.002) + sqrt(0.001)) = 8.626 km

The result is larger, as should be expected since the object being viewed is taller. Now, applying your method of subtracting the two values, and using the sea level radius of the Earth:

R = 6378 km

Ha = 2m - 1m = 0.001 km

Hb = 0 km

Visibility Distance = sqrt(2 * 6378) * (sqrt(0.001) + sqrt(0.000)) = 3.571 km

According to your method, the visibility distance went down. Does it make sense that a point on the ground can be viewed from farther away than a 1m tall post? No.

According to him, if I climbed a mountain, I wouldn't be able to see any further than I could from the ground.

Your guru claims the same :)

http://www.reddit.com/r/conspiracy/comments/2c8epy/one_guys_problem_with_visibility_range/cjdpf1h

Since neither point A or B are moved, the distance between them remains 5.05 km.

He's a little bit confused now

While not required, you are requested to use the NP domain of reddit when crossposting. This helps to protect both your account, and the accounts of other users, from administrative shadowbans. The NP domain can be accessed by prefacing your reddit link with np.reddit.com.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

So, if the viewpoint A is 5000 m above sea level and we stand in point A (our height is 2 m) and look at the target B (5000 m above sea level) but there is no ground in between, just sea What is the visibility range ? We stand at the edge of a cliff and look at another cliff in the distance. Imagine we got rid of all the ground from the plateau.

So, if the viewpoint A is 5000 m above sea level and we stand in point A (our height is 2 m) and look at the target B (5000 m above sea level) but there is no ground in between, just sea What is the visibility range ? We stand at the edge of a cliff and look at another cliff in the distance. Imagine we got rid of all the ground from the plateau.

R = 6378 km = Radius of Earth at sea level

Ha = 5.002 km = Elevation of viewpoint relative to sea level

Hb = 5 km = Elevation of point B relative to sea level

Visibility Distance = sqrt(2 * 6378) * (sqrt(5.002) + sqrt(5)) = 505.14 km

Really ?:)

http://i.imgur.com/1y5i7VS.jpg?1

Point B is the furthest point we see on the horizon, like on the above photo.

But we get rid of all the land from where we stand toward point B. You want to say that the horizon moved away 100 times ? Point B is still where it was.

That's not the question you asked. You asked for the maximum visibility range between two viewpoints of height 5000m and 5002m across the open sea, and the answer is 505.14 km.

To address your new question:

Point B is the furthest point we see on the horizon, like on the above photo.

Ok, and we've agreed this point is 5.05 km away from a 2m tall observer at point A.

But we get rid of all the land from where we stand toward point B.

Since neither point A or B are moved, the distance between them remains 5.05 km.

Point B is still where it was.

Yes, it is. What is this example supposed to demonstrate?

That's not the question you asked.

In fact it was :) The line of our sight doesn't change :) Why isn't it tangent to sea surface in my example then ?

That's not the question you asked. You asked for the maximum visibility range between two viewpoints of height 5000m and 5002m across the open sea and the answer is 505.14 km.

Exactly as in my example :) across the open sea.

Since neither point A or B are moved, the distance between them remains 5.05 km.

Correct :)

What is this example supposed to demonstrate?

That it doesn't matter if there is ground or sea between. If there is ground it doesn't matter what its elevation is. Thank you.

Exactly as in my example :) across the open sea.

No. In your new example you've fixed the position of point B at a distance of 5.05 km. The maximum range at which it would be visible over open sea therefore has no impact on its distance from point A (which is obviously 5.05 km).

That it doesn't matter if there is ground or sea between. If there is ground it doesn't matter what its elevation is. Thank you.

Yes, if you set two points at fixed positions, the distance between them doesn't depend on the material in the space between them. That has nothing to do with what you originally wanted to discuss, which was maximum visibility range of landmarks over the horizon. You seem to be confused about what exactly you're trying to calculate.

You seem to be more confused :) Why doesn't the tangent drop down to sea level ?

All the data is the same. Elevation of two points, and the fact that there is only sea between. Is your formula useless ? :)

You didn't modify anything, you just put the values into the calculator :)

By modifying the formula in this way, you're calculating the visibility range with the tangent dropping to ground level instead of sea level.

Lie :) You're calculating with the tangent dropping to sea level.

You're calculating with the tangent dropping to sea level.

Isnt that the point?

Yes. It's the definition of a "tangent line".

Could you give me an ELI5?

Simple question. How far can you see in this example ? On 505 km or 5,05 km ?

Im just a bit confused. The ships mast is 5 kilometers high... while we stand at 2 meters, and the lighthouse is as tall as Everest.

I guess (And its been a while since High school math...So be gentle If Im fucking this up) if we are at 5002m and point B is 5000m then we have are ~500 km from point B.

http://i.imgur.com/Q6Kr4u6.png?1

Do we see like the red line shows ? Or like the black one ?

If you count as for the red line, that's why you get 505 km. http://i.imgur.com/1y5i7VS.jpg?1

Is the horizon 505 km away here ?

~257km? If we are h1 at 2m and h2 at 5000m... Right?

Or would it be H1 is 2m and H2 is 0M giving us 5.05km?

Its still very early for me, and the coffee hasnt kicked in can you explain why this belongs in this sub?

You're right. What he's doing is setting up one problem where you have two vantage points that are 5000 m tall, but then he solves a problem where one height is 2 m and the other is 0 m. He's confused himself quite terribly.

Thats what I figured, I just dont understand what he is trying to prove...

I've given skycentrism's posts a chance every time and I never, ever understand the point he is trying to make.

It's because he talks in circles while ignoring basic math, physics and reality. Every time he "proves" something, he proves himself wrong, but then claims he's right for some reason. It's beyond bizarre.

I feeling it has to do with some sort of hollow earth or flat earth theory, but it's always so vague. Wish they'd just get to the point already. If I had to wager a guess, it's a troll.

Yeah I think it's the hollow earth theory. What I don't get is that if our earth is not a sphere and is actually concave, why is there a horizon at all?

Whoa whoa, don't start dragging logic into this.

You dont bring logic to a crazy fight

But sometimes it's fun to bring crazy to a logic fight. Hail Eris!!

So you see where you were wrong, now ? :)

While not required, you are requested to use the NP domain of reddit when crossposting. This helps to protect both your account, and the accounts of other users, from administrative shadowbans. The NP domain can be accessed by prefacing your reddit link with np.reddit.com.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

Which do you think is correct ?

Both are... right? Could you please just explain yourself?

Both can't be right :) You either see on 505 km or on 5,05 km.

5.05km then but again geometry was never my strong point. Can you please explain yourself and why you think that this belongs in this sub?

If a person is viewing the horizon from 2m then you should be able to see 5.05km.

Approximately 5 km.

Sea level is virtually irrelevant in this example. You're not looking out over the sea. H1 is 2m and H2 is 0.

Sea level is never relevant. It's a mathematical formula.

With inputs for height, not distance from sea level. Unless at sea, then the two are the same.

Sea level is never relevant.

So what's height measured from in your example?

from the ground.

http://members.home.nl/7seas/radcalc.htm

Everytime you simply put two heights here, the tangent drops downs to..sea level.

Everytime you simply put two heights here, the tangent drops downs to..sea level.

Right. That's the definition of a tangent in this example.

http://www.dalekieobserwacje.eu/gory-ignis-i-gutai-ro-z-tarnicy/

Is this view possible then ?

Elevation of Tarnica is 1346 m above sea level. Elevation of Varful Ignis is 1307 m above sea level.

Distance from Tarnica to Varful Ignis is 165 km

According to your link, the visual horizon is 260 km. Since 260 is bigger than 165 km, that means it can be seen!

The tangent drops down to sea level. Come on, don't you understand ? You even wrote this. You can't simply put the two values.

Read my post from this submission again. Point B is 5,05 km away, not 505 km.

You can't put 5002 m as h1 and 5000 m as h2. Same with Tarnica example. The tangent always drops to sea level. Wake up, come on ! lol

Dude, seriously explain yourself. Ive asked several times. What are you trying to prove?

Answer my question: in what distance is point B in my submission post ? 5 or 500 km away ?

Ive already answered it. A person viewing the horizon from 2 meters will be able to see about 5km to the horizon. And this is sea level horizon.

So how can you simply put the heights of Tarnica and Ignis into the calculator ?

Again... Im not seeing what you are asking. A person standing at the top of Tarnica at 1346m should be able to see the top of Ignis which is 1307m... with room to spare. Ive got the distance at 260km... Please dude explain what you are trying to accomplish. If you keep avoiding answering the question Im going to tag you as a troll and move on, you are several hundred karma in the negative.

Because that's what you asked for.

The tangent always drops to sea level.

Yeah, that's the point.

You say this 2nd time and still don't understand ?

How can a tangent NOT be at sea level when you're measuring height from sea level?

This means your sight drops down from 5002 m to 0 m. Kapeesh ? Your sight cuts land like laser.

What land?

I'm waiting for the answer: why do you simply put the height of Tarnica and Ignis when the tangent drops down to sea level.

Again: http://i.imgur.com/Q6Kr4u6.png?1

Because you always measure elevation from sea level, unless specified otherwise.

http://i.imgur.com/Q6Kr4u6.png?1

Do we see like the red line shows ? Or like the black one ?

If you count as for the red line, that's why you get 505 km. http://i.imgur.com/1y5i7VS.jpg?1

Is the horizon 505 km away here ?

Ive already answered it. A person viewing the horizon from 2 meters will be able to see about 5km to the horizon. And this is sea level horizon.

He won't. Whenever he's proven wrong, he just leaves. Then he'll wait another month and make another scientifically-illiterate post.