CINXE.COM

The Physics Factbook - Special Projects

<!doctype html> <html lang="en" itemscope itemtype="https://schema.org/WebPage"> <head> <meta charset="utf-8"> <title>The Physics Factbook - Special Projects</title> <link rel="stylesheet" href="https://omniscientwalnut.com/walnut.css"> <link rel="stylesheet" href="https://omniscientwalnut.com/walpaper.css" media="print"> <link rel="stylesheet" href="https://omniscientwalnut.com/facts.css"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- ORDINARY FACTS PAGES there are no extraordinary pages --> <!-- robots --> <!-- 携 褌胁芯泄 褋谢褍谐邪. 携 褌胁芯泄 褉邪斜芯褌薪懈泻. --> <!-- author --> <link rel="author" href="https://glennelert.us"> <meta name="author" content="Glenn Elert"> <!-- break out of frames --> <script>if (window!= top) top.location.href=location.href</script> <!-- jQuery for scrolltop --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <!-- Google Structured Data https://developers.google.com/structured-data --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "name": "hypertextbook", "url": "https://hypertextbook.com", "logo": "https://omniscientwalnut.com/eglobe.png" } </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "name": "The Physics Factbook", "url": "https://hypertextbook.com/facts/" } </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Person", "name": "Glenn Elert", "description": "Author, illustrator, webmaster. Career science teacher. Citizen of the United States. Omniscient walnut.", "image": "https://glennelert.us/walnut.png", "url": "https://glennelert.us", "sameAs": [ "https://twitter.com/GlennElert", "https://www.youtube.com/user/fleenbert" ] } </script> <!-- hypertextbook icons --> <meta name="apple-mobile-web-app-title" content="hypertextbook"> <meta name="application-name" content="hypertextbook"> <meta name="msapplication-config" content="https://hypertextbook.com/hypertextbook/browserconfig.xml"> <meta name="msapplication-TileColor" content="#001f3d"> <meta name="theme-color" content="#ffffff"> <link rel="manifest" href="https://hypertextbook.com/hypertextbook/site.webmanifest"> <link rel="apple-touch-icon" href="https://hypertextbook.com/hypertextbook/apple-touch-icon.png" sizes="180x180"> <link rel="apple-touch-icon" href="https://hypertextbook.com/hypertextbook/apple-touch-icon-152x152.png" sizes="152x152"> <link rel="apple-touch-icon" href="https://hypertextbook.com/hypertextbook/apple-touch-icon-120x120.png" sizes="120x120"> <link rel="apple-touch-icon" href="https://hypertextbook.com/hypertextbook/apple-touch-icon-76x76.png" sizes="76x76"> <link rel="apple-touch-icon" href="https://hypertextbook.com/hypertextbook/apple-touch-icon-60x60.png" sizes="60x60"> <!-- shared icons --> <link rel="shortcut icon" href="https://hypertextbook.com/favicon.ico" sizes="64x64"> <link rel="shortcut icon" href="https://hypertextbook.com/favicon-48x48.ico" sizes="48x48"> <link rel="icon" href="https://hypertextbook.com/favicon-32x32.png" sizes="32x32" type="image/png"> <link rel="icon" href="https://hypertextbook.com/favicon-16x16.png" sizes="16x16" type="image/png"> <link rel="mask-icon" href="https://hypertextbook.com/safari-pinned-tab.svg" color="#001f3d"> <!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script type="text/javascript" async=true> (function() { var host = window.location.hostname; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', '2cH8w1NPvzsTT', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <!-- ShareThis --> <script type='text/javascript' src='https://platform-api.sharethis.com/js/sharethis.js#property=64432e98e412510019625a9d&product=sop' async='async'></script> <!-- Global global site tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-QCX5P85WEL"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-QCX5P85WEL'); </script> <!-- Google Search --> <script> (function() { var cx = '010156806650563000082:chk_tobzrhs'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> </head> <body> <header> <nav><ul><li title="The Chaos Hypertextbook Mathematics in the age of the computer"><a href="https://hypertextbook.com/chaos/" target="_top">chaos</a></li><li title="E-World Articles, essays, ideas, opinions, unabridged"><a href="https://hypertextbook.com/eworld/" target="_top">eworld</a></li><li title="The Physics Factbook An encyclopedia of scientific essays" class="selected"><a href="https://hypertextbook.com/facts/" target="_top">facts</a></li><li title="Get Bent Coast to coast by recumbent bicycle"><a href="https://hypertextbook.com/bent/" target="_top">get bent</a></li><li title="The Physics Hypertextbook A work in progress"><a href="https://physics.info" target="_top">physics</a></li></ul></nav> <div class="title" title="The Physics Factbook"> <a href="https://hypertextbook.com/facts/" target="_top">The Physics<br>Factbook</a> </div> <div class="subtitle" title="An educational, fair use website"> <a href="https://hypertextbook.com/facts/about/" target="_top">An encyclopedia of scientific essays</a> </div> <nav> <ul> <li><a href="https://hypertextbook.com/facts/about/" target="_top" title="News, About, Links">prefaces</a></li> <li><a href="https://hypertextbook.com/facts/" target="_top" title="Topic Index">topics</a></li> <li><a href="https://hypertextbook.com/facts/index-authors.shtml" target="_top" title="Author Index">authors</a></li> <li><a href="https://hypertextbook.com/facts/index-special.shtml" target="_top" title="Special Projects">special</a></li> <li><a href="https://hypertextbook.com/facts/about/instructions.shtml" target="_top" title="Instructions to Students">instructions</a></li> </ul> </nav> </header> <article id="foreheadless"> <header> <h1>Special Projects</h1> <p style="margin: 1.38em auto;">An educational, <a href="https://hypertextbook.com/facts/about/fairuse.shtml" title="United States Copyright Act of 1976 搂107. Limitations on Exclusive Rights: Fair Use">fair use</a> website</p> <div class="add add-yes"><div class="sharethis-inline-share-buttons"></div><span class="add-goo"><a href="#search"><img src="https://omniscientwalnut.com/search.svg" alt="search icon" title="Search this site"></a></span></div><div id="search" class="overlay"><div class="popup shadow"><a class="close" href="#" title="Close this window">[close]</a><div class="gcse-searchbox-only"></div></div></div> </header> <section id="discussion"> <nav> <p style="white-space:nowrap;"> 1996, 1997, 1998, 1999, 2000, 2001, <a href="#2002">2002</a>, <wbr>2003, 2004, <a href="#2005">2005</a>, <a href="#2006">2006</a>, <a href="#2007">2007</a>, 2008, 2009 </p> </nav> <nav class="thespecials"> <ol> <li><h2><a id="2007"></a>2007<a href="#foreheadless" title="jump to the top" class="jumpup">&#x261d;</a></h2> <ol> <li>Students Choice <ol> <li>Physics of the Body <ol> <li><a href="https://hypertextbook.com/facts/2007/bloodpressure.shtml">Pressure in the human circulatory system: Is gender a factor</a>?</li> <li><a href="https://hypertextbook.com/facts/2007/shoesize.shtml">Size of a shoe: More body proportions</a></li> </ol> </li> <li>Miscellaneous Topics <ol> <li><a href="https://hypertextbook.com/facts/2007/seatbelts.shtml">Do seat belts save lives</a>?<!-- This page is not listed in the Topics Index --></li> <li><a href="https://hypertextbook.com/facts/2007/magnetic-field.shtml">Magnetic field of a soft iron magnet</a></li> <li><a href="https://hypertextbook.com/facts/2007/resistors.shtml">Resistance of a resistor: Blame the students or blame the resistors</a>?</li> <li><a href="https://hypertextbook.com/facts/2007/screamingmonkey.shtml">Speed of a Screaming Slingshot Monkey</a></li> </ol> </li> </ol> </li> <li>Physics on Film <ol> <li>Feature Films <ol> <li><a href="https://hypertextbook.com/facts/2007/hulk.shtml">Coefficient of friction for skin: The Incredible Hulk</a></li> <li><a href="https://hypertextbook.com/facts/2007/sincity.shtml">Compression strength of bone and brick: Sin City</a></li> <li><a href="https://hypertextbook.com/facts/2007/superman.shtml">Force of a superhero: Superman Returns</a></li> <li><a href="https://hypertextbook.com/facts/2007/roadtrip.shtml">Speed of a car: Road Trip</a></li> <li><a href="https://hypertextbook.com/facts/2007/jackass.shtml">Speed of a minibike: Jackass Number Two</a></li> <li><a href="https://hypertextbook.com/facts/2007/troy.shtml">Speed of a spear: Troy</a></li> <li><a href="https://hypertextbook.com/facts/2007/batman.shtml">Speed of a subway: Batman Begins</a></li> <li><a href="https://hypertextbook.com/facts/2007/smallville.shtml">Speed of superhero: Smallville</a></li> </ol> </li> <li>Video Clips <ol> <li><a href="https://hypertextbook.com/facts/2007/slamdunk.shtml">Force of a windmill slam dunk: Vince Carter</a></li> <li><a href="https://hypertextbook.com/facts/2007/windmilldunk.shtml">Force of a windmill slam dunk: Dominique Wilkins</a></li> <li><a href="https://hypertextbook.com/facts/2007/charlesbarkley.shtml">Speed of a retired basketball player</a></li> <li><a href="https://hypertextbook.com/facts/2007/cliffdive.shtml">Speed of a cliff diver: Huge Cliff Jump</a></li> </ol> </li> <li>Video Games <ol> <li><a href="https://hypertextbook.com/facts/2007/mariogravity.shtml">Acceleration due to gravity: Super Mario Brothers</a></li> <li><a href="https://hypertextbook.com/facts/2007/madden.shtml">Speed of a football player: Madden NFL 2006</a></li> </ol> </li> </ol> </li> </ol> </li> <li><h2><a id="2006"></a>2006<a href="#foreheadless" title="jump to the top" class="jumpup">&#x261d;</a></h2> <ol> <li>Students Choice <ol> <li>Physics of the Body <ol> <li><a href="https://hypertextbook.com/facts/2006/centerofmass.shtml">Center of mass of a human</a></li> <li><a href="https://hypertextbook.com/facts/2006/reactiontime.shtml">Fingertip reaction time</a></li> <li><a href="https://hypertextbook.com/facts/2006/accelerometer.shtml">More acceleration perturbations of daily living</a></li> <li><a href="https://hypertextbook.com/facts/2006/bodyproportions.shtml">Size of a human: Body proportions</a></li> <li><a href="https://hypertextbook.com/facts/2006/footwear.shtml">Speed of a human running: Is footwear a factor</a>?</li> </ol> </li> <li>Miscellaneous Topics <ol> <li><a href="https://hypertextbook.com/facts/2006/subwaydoors.shtml">How long do the subway doors stay open</a>?</li> <li><a href="https://hypertextbook.com/facts/2006/restitution.shtml">Coefficients of restitution</a></li> </ol> </li> </ol> </li> <li>Physics on Film <ol> <li>Commercials <ol> <li><a href="https://hypertextbook.com/facts/2006/hondacivic.shtml">Speed of a car: Honda Civic Si commercial</a></li> </ol> </li> <li>Feature Films <ol> <li><a href="https://hypertextbook.com/facts/2006/storm.shtml">Power of a mutant: Storm from X-Men</a></li> <li><a href="https://hypertextbook.com/facts/2006/dodgeball.shtml">Speed and mass of a dodge&nbsp;ball: Dodgeball: A True Underdog Story</a></li> <li><a href="https://hypertextbook.com/facts/2006/bludger.shtml">Speed of a rogue bludger: Harry Potter</a></li> <li><a href="https://hypertextbook.com/facts/2006/saruman.shtml">Speed of falling Saruman: Lord of the Rings</a></li> </ol> </li> </ol> </li> </ol> </li> <li><h2><a id="2005"></a>2005<a href="#foreheadless" title="jump to the top" class="jumpup">&#x261d;</a></h2> <ol> <li>Students Choice <ol> <li>Electricity &amp; Magnetism <ol> <li><a href="https://hypertextbook.com/facts/2005/radio.shtml">The (dysfunctional) crystal radio</a><!-- This page is not listed in the Topics Index --></li> <li><a href="https://hypertextbook.com/facts/2005/kelvin.shtml">The Kelvin water-drop electrostatic generator</a><!-- This page is not listed in the Topics Index --></li> <li><a href="https://hypertextbook.com/facts/2005/telegraph.shtml">The two-way telegraph</a><!-- This page is not listed in the Topics Index --></li> <li><a href="https://hypertextbook.com/facts/2005/metrocard.shtml">Magnetic field of a MetroCard</a></li> </ol> </li> <li>Acceleration <ol> <li><a href="https://hypertextbook.com/facts/2005/elevator.shtml">Acceleration of an elevator, hydraulic</a></li> <li><a href="https://hypertextbook.com/facts/2005/accelerometer.shtml">Acceleration perturbations of daily living</a></li> </ol> </li> <li>Index of refraction of various household liquids <ol> <li><a href="https://hypertextbook.com/facts/2005/index.shtml">glycerin, floor&nbsp;cleaner, degreaser, shower&nbsp;gel, baby&nbsp;wash</a></li> <li><a href="https://hypertextbook.com/facts/2005/refraction.shtml">vinegar, honey, floor&nbsp;cleaner, throat&nbsp;medicine, foot&nbsp;wash</a></li> </ol> </li> <li>Coefficients of Friction <ol> <li><a href="https://hypertextbook.com/facts/2005/aluminum.shtml">Coefficients of friction for aluminum</a></li> <li><a href="https://hypertextbook.com/facts/2005/glass.shtml">Coefficients of friction for glass</a></li> <li><a href="https://hypertextbook.com/facts/2005/granite.shtml">Coefficients of friction for granite</a></li> <li><a href="https://hypertextbook.com/facts/2005/paper.shtml">Coefficients of friction for paper</a></li> <li><a href="https://hypertextbook.com/facts/2005/rubber.shtml">Coefficients of friction for rubber</a></li> <li><a href="https://hypertextbook.com/facts/2005/skin.shtml">Coefficients of friction for human skin</a></li> <li><a href="https://hypertextbook.com/facts/2005/steel.shtml">Coefficients of friction for steel</a></li> <li><a href="https://hypertextbook.com/facts/2005/wood.shtml">Coefficients of friction for wood</a></li> </ol> </li> </ol> </li> <li>Physics on Film <ol> <li>Feature Films <ol> <li><a href="https://hypertextbook.com/facts/2005/SpiderMan.shtml">Tension in Spider-Man's webs</a></li> <li><a href="https://hypertextbook.com/facts/2005/BadBoys2.shtml">Speed of a car: Bad Boys II</a></li> <li><a href="https://hypertextbook.com/facts/2005/BluesBrothers.shtml">Speed of a car: The Blues Brothers</a></li> <li><a href="https://hypertextbook.com/facts/2005/FrenchConnection.shtml">Speed of a car: The French Connection</a></li> <li><a href="https://hypertextbook.com/facts/2005/LeMans.shtml">Speed of a car: Le Mans (Steve McQueen, 1971)</a></li> </ol> </li> <li>One Reelers <ol> <li><a href="https://hypertextbook.com/facts/2005/Rendezvous.shtml">Speed of a car: C'茅tait un Rendezvous</a></li> <li><a href="https://hypertextbook.com/facts/2005/TheRun.shtml">Speed of a car: The Run</a></li> </ol> </li> <li>Short Video Clips <ol> <li><a href="https://hypertextbook.com/facts/2005/BirdBaseball.shtml">Speed of a baseball: Bird Baseball</a></li> <li><a href="https://hypertextbook.com/facts/2005/IraqiDiving.shtml">Speed of a cliff diver: Iraqi Olympic Diving</a></li> <li><a href="https://hypertextbook.com/facts/2005/LoadingABike.shtml">Speed of a motorcycle: Loading a Bike</a></li> <li><a href="https://hypertextbook.com/facts/2005/SnowJump.shtml">Speed of a snowmobile: Snow Jump</a></li> </ol> </li> </ol> </li> </ol> </li> <li><h2><a id="2002"></a>2002<a href="#foreheadless" title="jump to the top" class="jumpup">&#x261d;</a></h2> <ol> <li>Chaos Project <ol> <li style="list-style:none;"> <ol> <li><a href="https://hypertextbook.com/facts/2002/bread.shtml">Fractal dimension of bread</a></li> <li><a href="https://hypertextbook.com/facts/2002/broccoli.shtml">Fractal dimension of broccoli</a></li> <li><a href="https://hypertextbook.com/facts/2002/leaves.shtml">Fractal dimension of leaves</a></li> <li><a href="https://hypertextbook.com/facts/2002/maine.shtml">Fractal dimension of the coast of Maine</a></li> <li><a href="https://hypertextbook.com/facts/2002/stocks.shtml">Fractal dimension of stock price changes</a></li> </ol> </li> </ol> </li> <li>Data and Story Project <ol> <li style="list-style:none;"> <ol> <li><a href="https://hypertextbook.com/facts/2002/JaneRubinshteyn.shtml">Altitude of the highest toy balloon flight</a></li> <li><a href="https://hypertextbook.com/facts/2002/JasonAtkins.shtml">Angular speed of the earth</a></li> <li><a href="https://hypertextbook.com/facts/2002/RubyChoi.shtml">Height of the tallest building</a></li> <li><a href="https://hypertextbook.com/facts/2002/MichaelNg.shtml">Highest critical temperature superconductor</a></li> <li><a href="https://hypertextbook.com/facts/2002/JordanLevine2.shtml">Mass of a dog</a></li> <li><a href="https://hypertextbook.com/facts/2002/SamuelBernard2.shtml">Number of births in the US</a></li> <li><a href="https://hypertextbook.com/facts/2002/VitaliyShchupak2.shtml">Number of crimes in New York state</a></li> <li><a href="https://hypertextbook.com/facts/2002/SamanthaDong3.shtml">Number of pages in a science review book</a></li> <li><a href="https://hypertextbook.com/facts/2002/JohnnyAlicea3.shtml">Number of people in the US</a></li> <li><a href="https://hypertextbook.com/facts/2002/JonathanHamill2.shtml">Salary of a baseball player</a></li> </ol> </li> </ol> </li> </ol> </li> </ol> </nav> <nav> <p style="white-space:nowrap;"> 1996, 1997, 1998, 1999, 2000, 2001, <a href="#2002">2002</a>, <wbr>2003, 2004, <a href="#2005">2005</a>, <a href="#2006">2006</a>, <a href="#2007">2007</a>, 2008, 2009 </p> </nav> </section> <footer> <div class="add add-yes"><div class="sharethis-inline-share-buttons"></div><span class="add-goo"><a href="#search"><img src="https://omniscientwalnut.com/search.svg" alt="search icon" title="Search this site"></a></span></div> </footer> </article> <footer> <nav> <ul> <li><a href="https://hypertextbook.com/facts/about/" target="_top" title="News, About, Links">prefaces</a></li> <li><a href="https://hypertextbook.com/facts/" target="_top" title="Topic Index">topics</a></li> <li><a href="https://hypertextbook.com/facts/index-authors.shtml" target="_top" title="Author Index">authors</a></li> <li><a href="https://hypertextbook.com/facts/index-special.shtml" target="_top" title="Special Projects">special</a></li> <li><a href="https://hypertextbook.com/facts/about/instructions.shtml" target="_top" title="Instructions to Students">instructions</a></li> </ul> </nav> <div class="signature"> <span><a href="https://hypertextbook.com" target="_top"><img src="https://omniscientwalnut.com/eglobe.svg" title="hypertextbook.com" alt="eglobe logo"></a></span> <span><a href="https://hypertextbook.com/facts/" target="_top" title="An encyclopedia of scientific essays">The Physics Factbook</a><br><a href="https://glennelert.us" target="_blank" title="Well, who are you? I really wanna know Tell me, who are you? 'Cause I really wanna know">Edited by Glenn Elert</a><br><a href="http://midwoodscience.org" title="Midwood Science : The Home of Midwood Science Research" target="_blank">Written by his students</a></a></span> </div> <p title="No condition is permanent">No condition is permanent.</p> <!-- A Delos Destination --> <nav> <ol> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="prefaces">Prefaces <ol> <li><a href="https://hypertextbook.com/facts/about/news.shtml" target="_top">What's new</a></li> <li><a href="https://hypertextbook.com/facts/about/" target="_top">About</a></li> <li><a href="https://hypertextbook.com/facts/about/links.shtml" target="_top">Links</a></li> <li><a href="https://hypertextbook.com/facts/about/fairuse.shtml" target="_top">Fair use</a></li> </ol> </li> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="instructions">Instructions <ol> <li><a href="https://hypertextbook.com/facts/about/assignments.shtml" rel="nofollow" target="_top">Assignments</a></li> <li><a href="https://hypertextbook.com/facts/about/instructions.shtml" rel="nofollow" target="_top">Instructions</a></li> <li><a href="https://hypertextbook.com/facts/about/cover.pdf" rel="nofollow" target="_blank">Cover page</a></li> <li><a href="https://hypertextbook.com/facts/about/generic.shtml" rel="nofollow" target="_top">Generic webpage</a></li> <li><a href="https://hypertextbook.com/facts/about/bibliography.shtml" rel="nofollow" target="_top">About bibliographies</a></li> <li style="margin-bottom:1.75em;"><a href="https://hypertextbook.com/facts/about/units.shtml" rel="nofollow" target="_top">About units</a></li> </ol> </li> <li style="-webkit-column-break-before:always; break-before:column;" id="topics">Topic index <ol> <li><a href="https://hypertextbook.com/facts/#acceleration">acceleration</a> <li><a href="https://hypertextbook.com/facts/#angularvelocity">angular velocity</a> <li><a href="https://hypertextbook.com/facts/#area">area</a> <li><a href="https://hypertextbook.com/facts/#density">density</a> <li><a href="https://hypertextbook.com/facts/#dimension">dimension</a> <li><a href="https://hypertextbook.com/facts/#current">electric current</a> <li><a href="https://hypertextbook.com/facts/#efield">electric field</a> <li><a href="https://hypertextbook.com/facts/#voltage">electric voltage</a> <li><a href="https://hypertextbook.com/facts/#resistivity">electrical resistivity</a> <li><a href="https://hypertextbook.com/facts/#energy">energy</a> <li><a href="https://hypertextbook.com/facts/#force">force</a> <li><a href="https://hypertextbook.com/facts/#frequency">frequency</a> <li><a href="https://hypertextbook.com/facts/#friction">friction</a> <li><a href="https://hypertextbook.com/facts/#length">length</a> <li><a href="https://hypertextbook.com/facts/#bfield">magnetic field</a> <li><a href="https://hypertextbook.com/facts/#mass">mass</a> <li><a href="https://hypertextbook.com/facts/#money">money</a> <li><a href="https://hypertextbook.com/facts/#number">number</a> <li><a href="https://hypertextbook.com/facts/#power">power</a> <li><a href="https://hypertextbook.com/facts/#pressure">pressure</a> <li><a href="https://hypertextbook.com/facts/#index">refraction</a> <li><a href="https://hypertextbook.com/facts/#cor">restitution</a> <li><a href="https://hypertextbook.com/facts/#temperature">temperature</a> <li><a href="https://hypertextbook.com/facts/#time">time</a> <li><a href="https://hypertextbook.com/facts/#velocity">velocity</a> <li style="margin-bottom:1.75em;"><a href="https://hypertextbook.com/facts/#volume">volume</a> </ol> </li> <li style="-webkit-column-break-before:always; break-before:column;" id="authors">Author index <ol> <li><a href="https://hypertextbook.com/facts/index-authors.shtml#1997">1997</a></li> <li><a href="https://hypertextbook.com/facts/index-authors.shtml#1998">1998</a></li> <li><a href="https://hypertextbook.com/facts/index-authors.shtml#1999">1999</a></li> <li><a href="https://hypertextbook.com/facts/index-authors.shtml#2000">2000</a></li> <li><a href="https://hypertextbook.com/facts/index-authors.shtml#2001">2001</a></li> <li><a href="https://hypertextbook.com/facts/index-authors.shtml#2002">2002</a></li> <li><a href="https://hypertextbook.com/facts/index-authors.shtml#2003">2003</a></li> <li><a href="https://hypertextbook.com/facts/index-authors.shtml#2004">2004</a></li> <li><a href="https://hypertextbook.com/facts/index-authors.shtml#2005">2005</a></li> <li><a href="https://hypertextbook.com/facts/index-authors.shtml#2006">2006</a></li> <li><a href="https://hypertextbook.com/facts/index-authors.shtml#2007">2007</a></li> <li><a href="https://hypertextbook.com/facts/index-authors.shtml#2008">2008</a></li> <li><a href="https://hypertextbook.com/facts/index-authors.shtml#2009">2009</a></li> </ol> </li> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="special">Special topics <ol> <li><a href="https://hypertextbook.com/facts/index-special.shtml#2002">2002</a></li> <li><a href="https://hypertextbook.com/facts/index-special.shtml#2005">2005</a></li> <li><a href="https://hypertextbook.com/facts/index-special.shtml#2006">2006</a></li> <li style="margin-bottom:1.75em;"><a href="https://hypertextbook.com/facts/index-special.shtml#2007">2007</a></li> </ol> </li> <li style="-webkit-column-break-before:always; break-before:column;" id="contact">Contact the editor <ol> <li><a href="https://glennelert.us" rel="me" target="_blank">glennelert.us</a></li> <li><a href="https://www.behance.net/elert" rel="me" target="_blank">Behance</a></li> <li><a href="https://www.instagram.com/elert" rel="me" target="_blank">Instagram</a></li> <li><a href="https://www.twitter.com/glennelert" rel="me" target="_blank">Twitter</a></li> <li><a href="https://www.youtube.com/GlennElert" rel="me" target="_blank">YouTube</a></li> </ol> </li> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="affiliates">Affiliated websites <ol> <li><a href="https://physics.info" rel="me" title="The Physics Hypertextbook" target="_top">physics.info</a></li> <li><a href="http://midwoodscience.org/" rel="me" title="Midwood High School Science Research Program" target="_blank">midwoodscience.org</a></li> </ol> </li> </ol> </nav> <!-- Move to the window's forehead with jQuery. --> <script> $('html,body').delay(1000).animate({scrollTop: $('#forehead').offset().top },500); </script> </footer> </body> </html>

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