CINXE.COM

Power of a Toaster - The Physics Factbook

<!doctype html> <html lang="en" itemscope itemtype="https://schema.org/WebPage"> <head> <meta charset="utf-8"> <title>Power of a Toaster - The Physics Factbook</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://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> (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 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="forehead"> <header> <h1>Power of a Toaster</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"> <table class="results"> <tr> <th>Bibliographic&nbsp;Entry</th> <th>Result<br>(w/surrounding&nbsp;text)</th> <th>Standardized<br>Result</th> </tr> <tr> <td rowspan="3"><a href="http://www.toastercentral.com/toaster40s.htm">Classic Toasters: 40s and 50s</a>. Toaster Central.</td> <td>&quot;Dominion Electric Corporation, Mansfield, Ohio, USA Model No. 1109 A-8, 110-120 Volts 450 Watts&quot;</td> <td>450&nbsp;W</td> </tr> <tr> <td>&quot;Sunbeam model T-20 automatic toaster… Sunbeam Corporation, Chicago, USA Toronto, Canada., 110-120 Volts, 1275 Watts&quot;</td> <td>1275&nbsp;W</td> </tr> <tr> <td>&quot;Toastmaster commercial model 1BB4 automatic pop-up toaster… Manufactured by McGraw Electric Company, Toastmaster Products Division Elgin, Illinois USA 110 Volts 1225 Watts&quot;</td> <td>1225&nbsp;W</td> </tr> <tr> <td rowspan="3"><a href="http://www.toastercentral.com/toaster30s.htm">Classic Toasters: the 1930s</a>. Toaster Central.</td> <td>&quot;Toastmaster 1B5 two-slice automatic pop-up… Produced July 1934 until June 1936 by McGraw Electric Company, Water-Genters Div. Mpls, Minn. USA, 120 Volts 1200 Watts&quot;</td> <td>1200&nbsp;W</td> </tr> <tr> <td>&quot;Sunbeam model T-9 automatic pop-up… This one is in the permanent collection of the Museum of Modern Art. Sunbeam Corporation Chicago USA Toronto, Canada, 110-120 Volts 1100 Watts.&quot;</td> <td>1100&nbsp;W</td> </tr> <tr> <td>&quot;1939 Superstar Toastrite automatic pop-up… Superstar Toastrite made in N.Y.C., USA, 115 Volts 575 Watts.&quot;</td> <td>575&nbsp;W</td> </tr> <tr> <td rowspan="3"><a href="http://www.toastercentral.com/toaster20s.htm">Classic Toasters: the 1920s</a>. Toaster Central.</td> <td>&quot;Westinghouse Turnover Toaster… Turnover Toaster S-NO-284032A Westinghouse E.&amp; M. Co. East Pittsburgh, PA. Volts 100/120 Watts-550.&quot;</td> <td>550&nbsp;W</td> </tr> <tr> <td>&quot;Universal model E9410 push-button toaster… Universal --&quot;The Brand Name Known In Every Home&quot;, Landers, Frary &amp; Clark, New Britain, Conn. USA 108-116 Volts, 525 Watts&quot;</td> <td>525&nbsp;W</td> </tr> <tr> <td>&quot;Toastmaster model 1-A-1 automatic pop-up toaster… Produced from June 1926 to August 1930 by Waters-Genter Co. Minneapolis, USA 110 Volts 600 Watts&quot;</td> <td>600&nbsp;W</td> </tr> <tr> <td>Bottom of a Hamilton Beach Toaster.</td> <td>&quot;Model 22559, Series:B3320BI, Type T31 Toaster 120V~65Hz 850W&quot;</td> <td>850&nbsp;W</td> </tr> <tr> <td><a href="http://www.booneelectric.com/howmuch.htm">How Much Electricity Does [sic] Your Appliances Use</a>? Boone Electric Cooperative 1999.</td> <td><table> <tr> <th>Appliance</th> <th>Typical Wattage</th> <th>Estimated Average Cost</th> </tr> <tr> <td>Toaster</td> <td>1146</td> <td>1¢/4 servings</td> </tr> </table></td> <td>1146&nbsp;W</td> </tr> </table> <p>Toast is made when bread is heated to at least 154.4 degrees C. Once this temperature is reached, the Maillard reaction begins and all the starches and sugars begin to caramelize.</p> <p>This effect used to be achieved by placing bread in iron holders and placing over an open flame or hearthstone. This method became tedious. When the first electric kitchen was unveiled it was still lacking a toaster.</p> <p>In 1905 Albert Marsh developed Nichrome. This is a type of filament which is made of 20% nickel and 80% chromium. This substance is silver-grey in color and has a melting point of 1800 degrees C. This is so because it has a very high resistance therefore allowing it to operate at very high temperatures.</p> <p>In 1909 General Electric developed the first toaster called D-12. It placed the nichrome in a casing with slots that would fit bread to be toasted. The first model didn't have a thermostat so the toast often came out burnt. In 1919 advancements were made and Charles Strite developed the pop-up toaster that had a timer which would engage a mechanism to pop up the toast when it was finished so it would no longer burn.</p> <p>Further advancements were made in 1925 when the Toastmaster company patented a toaster that could brown both sides of the bread simultaneously. In 1980 a toaster was developed that had wide enough slots to toast bagels and thick bread. It also had heat resistant plastic and microchip controls which made toasters more economically efficient than ever before. Toaster in the US can operate at 103-120 Volts producing anywhere from 500-1500 Watts of power.</p> <p>Meaghan Fondiller -- 2004</p> </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></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> <li><a href="https://hypertextbook.com/facts/#angularvelocity">angular velocity</a></li> <li><a href="https://hypertextbook.com/facts/#area">area</a></li> <li><a href="https://hypertextbook.com/facts/#density">density</a></li> <li><a href="https://hypertextbook.com/facts/#dimension">dimension</a></li> <li><a href="https://hypertextbook.com/facts/#current">electric current</a></li> <li><a href="https://hypertextbook.com/facts/#efield">electric field</a></li> <li><a href="https://hypertextbook.com/facts/#voltage">electric voltage</a></li> <li><a href="https://hypertextbook.com/facts/#resistivity">electrical resistivity</a></li> <li><a href="https://hypertextbook.com/facts/#energy">energy</a></li> <li><a href="https://hypertextbook.com/facts/#force">force</a></li> <li><a href="https://hypertextbook.com/facts/#frequency">frequency</a></li> <li><a href="https://hypertextbook.com/facts/#friction">friction</a></li> <li><a href="https://hypertextbook.com/facts/#length">length</a></li> <li><a href="https://hypertextbook.com/facts/#bfield">magnetic field</a></li> <li><a href="https://hypertextbook.com/facts/#mass">mass</a></li> <li><a href="https://hypertextbook.com/facts/#money">money</a></li> <li><a href="https://hypertextbook.com/facts/#number">number</a></li> <li><a href="https://hypertextbook.com/facts/#power">power</a></li> <li><a href="https://hypertextbook.com/facts/#pressure">pressure</a></li> <li><a href="https://hypertextbook.com/facts/#index">refraction</a></li> <li><a href="https://hypertextbook.com/facts/#cor">restitution</a></li> <li><a href="https://hypertextbook.com/facts/#temperature">temperature</a></li> <li><a href="https://hypertextbook.com/facts/#time">time</a></li> <li><a href="https://hypertextbook.com/facts/#velocity">velocity</a></li> <li style="margin-bottom:1.75em;"><a href="https://hypertextbook.com/facts/#volume">volume</a></li> </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://elert.bsky.social" rel="me" target="_blank">Bluesky</a></li> <li><a href="https://scholar.google.com/citations?user=KRFqB1gAAAAJ" rel="me" target="_blank">Google Scholar</a></li> <li><a href="https://www.instagram.com/elert" rel="me" target="_blank">Instagram</a></li> <li><a href="https://www.threads.net/@elert" rel="me" target="_blank">Threads</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://hypertextbook.com" rel="me" title="Hypertextbook" target="_blank">hypertextbook.com</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> <li style="-webkit-column-break-before:avoid; break-before:avoid;" id="merch">Stuff for sale <ol> <li><a href="https://hypertextbook.myspreadshop.com" rel="me" target="_blank">Spreadshirt</a></li> <li><a href="https://www.redbubble.com/people/elert/shop" rel="me" target="_blank">Redbubble</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