CINXE.COM

Earth Radius by Latitude Calculator

<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <title>Earth Radius by Latitude Calculator</title> <script type="text/plain" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9435517763545530" crossorigin="anonymous" data-cmp-custom-vendor="492" data-cmp-script></script> <meta name="description" content="Calculates radius and diameter of the Earth for a given latitude."> <meta name="robots" content="index,follow"> <meta name="content-language" content="en"> <style> h1{font-size:20px} h2{font-size:14px} p{text-align:justify} td{text-align:center} img{max-width:100%;height:auto} .c{text-align:center} body{color:#000;background-color:#eee;text-align:center;font-family:sans-serif;font-size:13px} .content{width:900px;padding:10px;border:1px solid #888;background-color:#fff} .trr{position:fixed;left:50%;margin-left:470px;top:0px} .trr2{position:fixed;right:50%;margin-right:470px;top:0px} </style> <script src="r.js" async></script> <link rel="canonical" href="https://rechneronline.de/earth-radius/"> <link rel="alternate" hreflang="de" href="https://rechneronline.de/erdradius/"> <link rel="alternate" hreflang="en" href="https://rechneronline.de/earth-radius/"> <script type="text/javascript" src="https://cdn.opencmp.net/tcf-v2/cmp-stub-latest.js" id="open-cmp-stub" data-domain="rechneronline.de"></script> <script type="text/javascript" id="trfAdSetup" async data-traffectiveConf='{ "targeting": [{"key":"zone","values":null,"value":"sonstiges"}] ,"dfpAdUrl" : "/307308315,73333489/Rechneronline" }' src="//cdntrf.com/trf-rechneronline.js"></script></head> <body><center> <div class="content"> <script type="text/plain" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9435517763545530" crossorigin="anonymous" data-cmp-custom-vendor="492" data-cmp-script></script> <!-- Earth radius top --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-9435517763545530" data-ad-slot="8705306482" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <br><div style="font-size:10px;margin-top:1px">Anzeige</div> <br><br> <a href="./">Earth Radius</a> | <a href="distance-equator-pole.php">Distance to Equator and Pole</a> | <a href="earth-curvature.php">Earth's Curvature</a><br><br><h1>Earth Radius by Latitude Calculator</h1> <p>Calculates radius and diameter of the Earth for a given latitude. The radius of the earth is the distance from the center to the edge. The diameter is the distance from edge to edge through the center, which is twice the radius. Earth isn't a perfect sphere, but is oblate at its poles, due to its rotation. Therefore, the Earth radius isn't constant, but it can be calculated for every location. For this calculation, the longitude isn't needed. Mathematically, Earth is a <a href="https://rechneronline.de/pi/spheroid.php" target="_blank">spheroid</a>.<br /> Earth radius at sea level is 6378.137 km (3963.191 mi) at the equator. It is 6356.752 km (3949.903 mi) at the poles and 6371.001 km (3958.756 mi) on average. The height above sea level of the location is added. Please enter the latitude in decimal degrees, here you can <a href="https://rechneronline.de/geo-coordinates/" target="_blank">convert coordinates</a>.</p> <form> <table border="0" cellspacing="2" cellpadding="2"> <tr><td>Latitude: </td><td><input id="a" type="number" step="any"></td><td></td></tr> <tr><td>Height above sea level: </td><td><input id="b" type="number" step="any" value="0"></td><td><select id="s0" onchange="sel(0)"><option value="0">m </option><option value="1">ft</option></select></td></tr> <tr><td colspan="3"><input type="button" value="Calculate" onclick="docalc()"> <input type="button" value="Example" onclick="doex()"> <input type="reset" value="Delete"></td></tr> <tr><td>Earth radius at sea level: </td><td><input id="c" value="" readonly></td><td><select id="s1" onchange="sel(1)"><option value="0">km </option><option value="1">mi</option></select></td></tr> <tr><td>Earth radius at ground level: </td><td><input id="d" value="" readonly></td><td><select id="s2" onchange="sel(2)"><option value="0">km </option><option value="1">mi</option></select></td></tr> <tr><td>Earth diameter at sea level: </td><td><input id="e" value="" readonly></td><td><select id="s3" onchange="sel(3)"><option value="0">km </option><option value="1">mi</option></select></td></tr> </table> </form><br> <h2>Formula for the calculation</h2> <p class="c">latitude B, radius R, radius at equator r<sub>1</sub>, radius at pole r<sub>2</sub><br><br> R = &radic;<span style="border-top:1px solid #000"> [ (r<sub>1</sub>&sup2; * cos(B))&sup2; + (r<sub>2</sub>&sup2; * sin(B))&sup2; ] / [ (r<sub>1</sub> * cos(B))&sup2; + (r<sub>2</sub> * sin(B))&sup2; ] </span> <br><br> <i>Height above sea level</i> can be negative, then you are below sea level.</p> <p>In fact, this calculation is not entirely correct, because the earth is not a perfect spheroid either. The mass is not evenly distributed, there are different types of rock that have different densities. In some parts of the world, therefore, the density is higher than in others. This gives the earth's surface huge and fairly shallow dents and bumps. The shape of the earth, the so-called Figure of the Earth, is a bit reminiscent of a potato. In the western Pacific, for example, the earth has a large bump, while in the eastern Mediterranean it has a dent. Including this figure in the calculation would complicate it extremely and would require the inclusion of thousands of measurement points. Therefore simplified models are used. A slightly more accurate model than a spheroid is an <a href="https://rechneronline.de/pi/ellipsoid-e.php" target="_blank">ellipsoid</a>, again the input and calculation would be a lot more complicated than it is here.</p> <br>German: <a href="../erdradius/">Erdradius berechnen</a> | &copy; <a href="https://jumk.de/indexengl.html">Jumk.de Webprojects</a> | <a href="https://rechneronline.de/english.php">Online Calculators</a> | <a href="https://rechneronline.de/impressum.php">Imprint &amp; Privacy</a><br><br><br> <script type="text/plain" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9435517763545530" crossorigin="anonymous" data-cmp-custom-vendor="492" data-cmp-script></script> <!-- Earth radius bottom --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-9435517763545530" data-ad-slot="2658772880" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <br><div style="font-size:10px;margin-top:1px">Anzeige</div> <br><br><br><br> </div> </center> <div class="trr"><div id="traffective-ad-WpSkyscraper" style='display:none' class='WpSkyscraper'></div></div> <div class="trr2"><div id="traffective-ad-HalfpageAd" style='display:none' class="HalfpageAd"></div></div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10