


<!DOCTYPE html>


<html lang="en">
      
      
        
    
    
    
    

      
      
      <head>
        <meta charset="utf-8" />
        <meta name="format-detection" content="telephone=no" />  
        
        <title>MIT OpenCourseWare | Free Online Course Materials </title>
    <!-- Begin Automatic Metadata Insertion -->
    <meta content="Global" name="WT.cg_n" />
    <meta content="Home" name="WT.cg_s" />
    <meta content="MIT OpenCourseWare is a web-based publication of virtually all MIT course content. OCW is open and available to the world and is a permanent MIT activity."
          name="Description" />
    <meta content="MIT OpenCourseWare" name="Author" />
    <meta content="opencourseware,MIT OCW,courseware,MIT opencourseware,Free Courses,class notes,class syllabus,class materials,tutorials,online courses,MIT courses"
          name="keywords" />
    <meta content="Home | MIT OpenCourseWare"
          name="Search_Display" />
    <meta content="Unlocking knowledge, empowering minds. Free course notes, videos, instructor insights and more from MIT."
          property="og:description" />
    <meta content="https://ocw.mit.edu/images/MIT_dome.jpg"
          property="og:image" />
    <!-- End Automatic Metadata Insertion -->

	<link title="default" rel="stylesheet" type="text/css"
       href="/styles/grid.css" /><link title="default"
    rel="stylesheet" type="text/css" href="/styles/base.css" /><link
    title="default" rel="stylesheet" type="text/css"
    href="/styles/menu.css" /><link title="default"
    rel="stylesheet" type="text/css"
    href="/styles/jquery.bubblepopup.css" /><link
    title="default" rel="stylesheet" type="text/css"
    href="/styles/search.css" /><link title="default"
    rel="stylesheet" type="text/css"
    href="/styles/global.css" /><link title="default"
    rel="stylesheet" type="text/css"
    href="/styles/anythingslider.css" /><link
    title="default" rel="stylesheet" type="text/css"
    href="/styles/sitehome.css" />
	<link href="/xml/ocwcc.rdf" type="application/rdf+xml" rel="metadata" />
	<link rel="canonical" href="https://ocw.mit.edu/index.htm">
	<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
	
	<link rel="alternate" type="application/rss+xml"
       href="/rss/new/mit-newcourses.xml"
       title="New Courses" />
      
	
	<script type="text/javascript" src="/scripts/jquery.js"></script>
	<script type="text/javascript" src="/jwplayer/jwplayer.js"></script>
	<script type="text/javascript"
         src="/scripts/ocw-media-utils.js"></script>
	<script type="text/javascript" src="/scripts/ocw.js"></script>
	<script type="text/javascript"
         src="/scripts/googleanalytics.js"></script>
	<script type="text/javascript"
         src="/scripts/jquery.bubblepopup.min.js"></script>
	<script type="text/javascript"
         src="/scripts/jquery.anythingslider.js"></script>
	<script type="text/javascript"
         src="/scripts/jquery-div-toggle.js"></script>
	<script type="text/javascript"
         src="/scripts/bubble-popup.js"></script>
	
	
	
    
    
    <script type="text/javascript">
    $.fn.courserotator = function(previous, next, options){
        var sliderList = $(this).children()[0];
        if (sliderList) {
            var increment = $(sliderList).children().outerWidth("true"),
            elmnts = $(sliderList).children(),
            numElmts = elmnts.length,
            sizeFirstElmnt = increment,
            shownInViewport = Math.round($(this).width() / sizeFirstElmnt),
            firstElementOnViewPort = 1,
            isAnimating = false;
            
            var random_number = Math.floor(Math.random()*numElmts);
            if(random_number!=0) {firstElementOnViewPort = random_number+1;}
            
            if (numElmts > 1){
                jQuery(previous).css('display','block');
                jQuery(next).css('display','block');
                jQuery(sliderList).parents('#coro').css('width','611px');
                jQuery(sliderList).parents('#coro2').css('width','690px');
            }
            
            for (i = 0; i < shownInViewport; i++) {
                $(sliderList).css('width',(numElmts+shownInViewport)*increment + increment + "px");
                $(sliderList).append($(elmnts[i]).clone());
                $(sliderList).css('left', "-" + random_number * sizeFirstElmnt + "px"); 
                 }
                                           
            $(previous).click(function(event){
                if (!isAnimating) {
                    if (firstElementOnViewPort == 1) {
                        $(sliderList).css('left', "-" + numElmts * sizeFirstElmnt + "px");
                        firstElementOnViewPort = numElmts;
                    }
                    else {
                        firstElementOnViewPort--;
                    }
                    
                    $(sliderList).animate({
                        left: "+=" + increment,
                        y: 0,
                        queue: true
                    }, "swing", function(){isAnimating = false;});
                    isAnimating = true;
                }                
            });
            
            $(next).click(function(event){
                if (!isAnimating) {
                    if (firstElementOnViewPort > numElmts) {
                        firstElementOnViewPort = 2;
                        $(sliderList).css('left', "0px");
                    }
                    else {
                        firstElementOnViewPort++;
                    }
                    $(sliderList).animate({
                        left: "-=" + increment,
                        y: 0,
                        queue: true
                    }, "swing", function(){isAnimating = false;});
                    isAnimating = true;
                }
            });            

        }
    };
    </script>
    
    
    
    
    <script type="text/javascript">
	$(document).ready(function(){
        <!-- Site Home Rotator initialization -->
        $('#slider').anythingSlider();
        // Call the Randomize Function for Every Slot of Home Page Feature Rotator.
        randomize("Slot1","slot1_len");
	    randomize("Slot2","slot2_len");
	    randomize("Slot3","slot3_len");
	    randomize("Slot4","slot4_len");
	    randomize("Slot5","slot5_len");
		randomize("Slot6","slot6_len");
	    $( ".cloned_first.panel").html($('#slider li:first').next().html()); // This will Override the Clone Panel of Slider after last slot DIV and Create the Clone panel of first slot.
	    $( ".cloned_last.panel").html($('#slider li:last').prev().html());  // This will Override the Clone Panel of Slider before first slot DIV and Create the Clone panel of last slot.
        $('#carousel_inner').courserotator('#left_scroll', '#right_scroll');
        changeQuote();
    });	
    </script>  
    
	
		<!-- Facebook Pixel Code -->
		<script>
		!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
		n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
		n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
		t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
		document,'script','//connect.facebook.net/en_US/fbevents.js');

		fbq('init', '1024571997563699');
		fbq('track', "PageView");
		fbq('track', "ViewContent");
		</script>

		<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1024571997563699&amp;ev=PageView&amp;noscript=1" /></noscript>
		<!-- End Facebook Pixel Code -->	
    	<script type="text/javascript">
			setTimeout(function(){var a=document.createElement("script");
			var b=document.getElementsByTagName("script")[0];
			a.src=document.location.protocol+"//script.crazyegg.com/pages/scripts/0017/3534.js?"+Math.floor(new Date().getTime()/3600000);
			a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
			
			//google ads script for footer logos
			var googletag = googletag || {};
			googletag.cmd = googletag.cmd || [];
			(function() {
			var gads = document.createElement('script');
			gads.async = true;
			gads.type = 'text/javascript';
			var useSSL = 'https:' == document.location.protocol;
			gads.src = (useSSL ? 'https:' : 'http:') +
			'//www.googletagservices.com/tag/js/gpt.js';
			var node = document.getElementsByTagName('script')[0];
			node.parentNode.insertBefore(gads, node);
			})();
            
            //script for sending the pageview request to GA server
			ga('send', 'pageview', location.pathname + location.search + location.hash);
		</script>		
		<script type="text/javascript">		
			googletag.cmd.push(function() {
			googletag.defineSlot('/1064917/HOME_CORP_LOGO_1', [145, 53], 'div-gpt-ad-1388181177156-0').addService(googletag.pubads());
			googletag.defineSlot('/1064917/HOME_CORP_LOGO_2', [145, 53], 'div-gpt-ad-1388181177156-1').addService(googletag.pubads());
			googletag.defineSlot('/1064917/HOME_CORP_LOGO_3', [145, 53], 'div-gpt-ad-1388181177156-2').addService(googletag.pubads());
			googletag.defineSlot('/1064917/HOME_CORP_LOGO_4', [145, 53], 'div-gpt-ad-1388181177156-3').addService(googletag.pubads());
			googletag.defineSlot('/1064917/HOME_CORP_LOGO_5', [145, 53], 'div-gpt-ad-1388181177156-4').addService(googletag.pubads());
			googletag.defineSlot('/1064917/HOME_CORP_LOGO_6', [145, 53], 'div-gpt-ad-1388181177156-5').addService(googletag.pubads());
			googletag.pubads().enableSingleRequest();		
			googletag.enableServices();			
			});
		</script>		 	
		
	   
		 

<div id="fbQuote" name="fbQuote">
        <script>
          window.fbAsyncInit = function() {
            FB.init({
              appId            : '549343822066688',
              autoLogAppEvents : true,
              xfbml            : true,
              version          : 'v2.11'
            });
	        FB.AppEvents.logEvent('Share',1);
          };
          (function(d, s, id){
             var js, fjs = d.getElementsByTagName(s)[0];
             if (d.getElementById(id)) {return;}
             js = d.createElement(s); js.id = id;
             js.src = "//connect.facebook.net/en_US/sdk.js";
             fjs.parentNode.insertBefore(js, fjs);
           }(document, 'script', 'facebook-jssdk'));
        </script>
</div>


        
        
        

        
        
        
        
        
        
        
        
        
      </head>
    <body itemscope itemtype="http://schema.org/WebPage">
        
        <header id="top">
			<div id="grid">
				
				
					
<div id="portletwrapper-6f63772e746f70706f72746c65746d616e616765720a636f6e746578740a2f506c6f6e650a736974652d686561646572"
     class="portletWrapper kssattr-portlethash-6f63772e746f70706f72746c65746d616e616765720a636f6e746578740a2f506c6f6e650a736974652d686561646572"><div class="portletStaticText portlet-static-site-header"><!--googleoff: index-->
<div class="grid_6 alpha" id="banner"><a href="/"><img src="/images/ocw_mast.png" class="logo" alt="MIT OpenCourseWare, Massachusetts Institute of Technology" /></a></div>
<div class="grid_6 omega" id="subscribe"><aside class="module" aria-label="Connect with OCW">
<table class="social">
    <tbody>
        <tr>
            <td class="socialbutton"><a aria-label="Subscribe to the OCW Newsletter" href="/subscribe/index.htm?utm_source=header"><img src="/images/trans.gif" alt="An icon depicting an envelope." />Subscribe to the OCW Newsletter</a></td>
            <td><a aria-label="Facebook" href="https://facebook.com/mitocw"><img src="/images/icon_fb.png" alt="Click to visit our Facebook page." /></a>   <a aria-label="Twitter" href="https://twitter.com/mitocw"><img src="/images/icon_twitter.png" alt="Click to visit our Twitter feed." /></a>   <a aria-label="YouTube" href="https://www.youtube.com/mitocw"><img src="/images/icon_yt.png" alt="Click to visit our YouTube page." /></a>   <a aria-label="Open Matters blog on WordPress" href="https://mitopencourseware.wordpress.com/"><img src="/images/icon_wp.png" alt="Click to visit our blog on WordPress." /></a></td>
        </tr>
    </tbody>
</table>
</aside><nav aria-label="Help Links" class="helplinks">     <a aria-label="OCW Site Help" href="/help">Help</a><span aria-hidden="true">|</span>     <a href="/jsp/feedback.jsp?Referer=">Contact Us</a>   </nav></div>
<div class="clear">&nbsp;</div>
<!--googleon: index--></div>

</div>

<div id="portletwrapper-6f63772e746f70706f72746c65746d616e616765720a636f6e746578740a2f506c6f6e650a6d6567612d6d656e75"
     class="portletWrapper kssattr-portlethash-6f63772e746f70706f72746c65746d616e616765720a636f6e746578740a2f506c6f6e650a6d6567612d6d656e75"><div class="portletStaticText portlet-static-mega-menu"><div><nav id="mega" class="grid_8 alpha" aria-label="Site">
<ul id="menu" role="presentation">
    <li id="menu_home"><a href="/" aria-label="Homepage"><img src="/images/top-nav_home.png" class="home_icon" alt="Click for site home page." /></a><!-- Begin Home Item --></li>
    <!-- End Home Item -->
    <li id="drop_1" aria-label="Find Courses"><a href="#" aria-hidden="true">FIND COURSES</a><!-- Begin 5 columns Item -->
    <div class="dropdown_5columns-a mega-courses">
    <div class="col_1a">
    <div class="row_1a"><nav aria-labelledby="mm-find-courses-by">     <span id="mm-find-courses-by" class="nav" aria-hidden="true">Find courses by:</span>
    <ul class="find_by" role="presentation">
        <li><a href="/courses/find-by-topic/">Topic</a></li>
        <li><a href="/courses/find-by-number/">MIT Course Number</a></li>
        <li><a href="/courses/find-by-department/">Department</a></li>
    </ul>
    </nav>     <nav aria-labelledby="mm-collections">     <span id="mm-collections" class="nav" aria-hidden="true">Collections</span>
    <ul role="presentation">
        <li><a href="/courses/new-courses/">New Courses</a></li>
        <li><a href="/courses/most-visited-courses/">Most Visited Courses</a></li>
        <li><a href="/courses/ocw-scholar/">OCW Scholar Courses</a></li>
        <li><a href="/courses/audio-video-courses/">Audio/Video Lectures</a></li>
        <li><a href="/courses/online-textbooks/">Online Textbooks</a></li>
        <li><a href="/resources/">Supplemental Resources</a></li>
        <li><a href="/high-school/">OCW Highlights for High School</a></li>
        <li><a href="/courses/mitx-related-courseware/">MITx &amp; Related OCW Courses</a></li>
    </ul>
    </nav>     <nav class="col_1b" aria-labelledby="mm-translated-courses">     <span id="mm-translated-courses" class="nav" aria-hidden="true" style="line-height: 1.3;">Cross-Disciplinary Topic Lists</span>
    <ul role="presentation">
        <li><a href="/courses/energy-courses">Energy</a></li>
        <li><a href="/courses/entrepreneurship">Entrepreneurship</a></li>
        <li><a href="/courses/environment-courses">Environment</a></li>
        <li><a href="/courses/intro-programming">Introductory Programming</a></li>
        <li><a href="/courses/life-sciences">Life Sciences</a></li>
        <li><a href="/courses/transportation-courses">Transportation</a></li>
    </ul>
    </nav></div>
    <div class="row_1b"><nav aria-labelledby="mm-cross-disciplinary-topic-lists">     <span id="mm-cross-disciplinary-topic-lists" class="nav" aria-hidden="true">Translated Courses</span>
    <ul role="presentation">
        <li><a href="/courses/translated-courses/traditional-chinese" aria-label="Traditional Chinese">繁體字 / Traditional Chinese</a></li>
        <li><a href="/courses/translated-courses/spanish" aria-label="Spanish">Español / Spanish</a></li>
        <li><a href="/courses/translated-courses/turkish" aria-label="Turkish">Türkçe / Turkish</a></li>
        <li><a href="/courses/translated-courses/korean" aria-label="Korean">(비디오)한국 / Korean</a></li>
    </ul>
    </nav></div>
    </div>
    </div>
    </li>
    <li id="drop_2"><a href="#" aria-label="For Educators">For Educators</a>
    <div class="dropdown_1column-a" style="width: 270px;"><nav aria-labelledby="mm-find-courses-by">     <span id="mm-find-courses-by" class="nav" aria-hidden="true">OCW Educator Portal</span>
    <ul role="presentation">
        <li><a href="/educator/?view=instructional&amp;utm_campaign=Educator&amp;utm_source=megamenu&amp;utm_medium=find-courses&amp;utm_content=approaches">Search for Instructor Insights</a></li>
        <li><a href="/educator/?view=teaching&amp;utm_campaign=Educator&amp;utm_source=megamenu&amp;utm_medium=find-courses&amp;utm_content=materials">Search for Teaching Materials</a></li>
    </ul>
    <span id="mm-collections" class="nav" aria-hidden="true">OCW Collections</span>
    <ul role="presentation">
        <li><a href="/courses/instructor-insights/">Instructor Insights by Department</a></li>
        <li><a href="/courses/find-by-topic/#cat=teachingandeducation">MIT Courses about Teaching and Education</a></li>
    </ul>
    <span id="mm-collections" class="nav" aria-hidden="true">K-12</span>
    <ul role="presentation">
        <li><a href="/high-school/">OCW Highlights for High School</a></li>
        <li><a href="https://www.k12videos.mit.edu/videos" aria-label="External Link: MIT Plus K12 Videos">MIT+K12 Videos</a></li>
    </ul>
    <span id="mm-higher-ed" class="nav" aria-hidden="true">Higher Ed</span>
    <ul>
        <li><a href="https://teachingexcellence.mit.edu/" aria-label="External Link: Teaching Excellence at MIT">Teaching Excellence at MIT</a></li>
        <li><a href="/courses/mit-curriculum-guide/">MIT Undergraduate Curriculum Map</a></li>
    </ul>
    </nav></div>
    </li>
    <li id="drop_3"><a href="#" aria-hidden="true">Give Now</a>
    <div class="dropdown_1column-a"><nav class="col_1" aria-label="Donate">
    <ul role="presentation">
        <li><a href="/give/">Make a Donation</a></li>
        <li><a href="/give/why-give/">Why Give?</a></li>
        <li><a href="/give/our-supporters/">Our Supporters</a></li>
        <li><a href="/give/other-ways-to-contribute/">Other Ways to Contribute</a></li>
        <li><a href="/give/shop-ocw">Shop OCW</a></li>
        <li><a href="/support/">Become a Corporate Sponsor</a></li>
    </ul>
    </nav></div>
    </li>
    <li id="drop_4"><a href="#" aria-hidden="true">About</a>
    <div class="dropdown_1column-a"><nav class="col_1" aria-label="About">
    <ul role="presentation">
        <li><a href="/about/">About MIT OpenCourseWare</a></li>
        <li><a href="/about/site-statistics/">Site Statistics</a></li>
        <li><a href="/about/ocw-stories/">OCW Stories</a></li>
        <li><a href="/about/newsletter/">News</a></li>
    </ul>
    </nav></div>
    </li>
</ul>
</nav></div></div>

</div>





<!--googleoff: index-->
<script>
  (function() {
	var cx = '012626166551961672889:owjdpuboktq';
	var gcse = document.createElement('script');
	gcse.type = 'text/javascript';
	gcse.async = true;
	gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
	var s = document.getElementsByTagName('script')[0];
	s.parentNode.insertBefore(gcse, s);
  })();
  window.onload = function(){
	document.getElementById('gsc-i-id1').placeholder = 'Search';	
  };

$(document).ready(function(){

$('.advanceSearch a').keydown(function(event){showSearchTips($(this),event);})
$('#searchTipsModal').keydown(function(event){showSearchTips($(this),event);})

function showSearchTips(obj,evt) {
// if pressed enter key
	if ( evt.which == 13 || evt.which == 32) {
		showModal();
		ga('send', 'pageview', "AdvanceSearch");
		$(".advanceSearch a").attr('aria-expanded', 'true');
		$('.searchTipsModal').focus();
		evt.preventDefault();
		}
	if ( evt.which == 27 ) {
		hideModal();
		$(".advanceSearch a").attr('aria-expanded', 'false');
		var modal = document.getElementById('searchTipsModal');
		modal.style.display = "none";
		$(".advanceSearch a").focus();
		evt.preventDefault();
		}
}

});
function showModal(){
	var modal = document.getElementById('searchTipsModal');
	modal.style.display = "block";
	ga('send', 'pageview', "AdvanceSearch");
	document.getElementById("searchTipsBtn").setAttribute("aria-expanded", true);
	window.setTimeout(function () {
    document.getElementById('searchTipsModal').focus(); }, 0);
}

function hideModal(){
	var modal = document.getElementById('searchTipsModal');
	modal.style.display = "none";
	document.getElementById("searchTipsBtn").setAttribute("aria-expanded", false);
}
</script>
<div id="search" role="search" class="grid_4 omega">
    	<table class="search">
				<tbody>
					<tr>
						<td><div class="searchboxheader"><gcse:searchbox-only resultsurl="/search/ocwsearch.htm"></gcse:searchbox-only></div></td>
						<td>
							<div class="advanceSearch">
								<a id="searchTipsBtn" onclick="showModal();" href="#" role="button" aria-label="search tips" aria-expanded="false" aria-describedby="searchtips">Search Tips</a>

								<!-- The Modal -->
								<div id="searchTipsModal" class="modal" tabindex="-1">
								  <!-- Modal content -->
									<div class="modal-content">
										<div class="modal-body">
											<button class="close" onclick="hideModal();" aria-label="close">X</button>
											<span>
												<b>Exclude words from your search</b>
												<br />Put - in front of a word you want to leave out. For example, jaguar speed -car
												<br /><br />
												<b>Search for an exact match</b>
												<br />Put a word or phrase inside quotes. For example, "tallest building".
												<br /><br />
												<b>Search for wildcards or unknown words</b>
												<br />Put a * in your word or phrase where you want to leave a placeholder. For example, "largest * in the world".
												<br /><br />
												<b>Search within a range of numbers</b>
												<br />Put .. between two numbers. For example, camera $50..$100.
												<br /><br />
												<b>Combine searches</b>
												<br />Put "OR" between each search query. For example,  marathon OR race.
												<br /><br />
											</span>
										</div>
								  </div>
								</div>
							</div>
						</td>
					</tr>
				</tbody>
		</table>
</div>
<div class="clear"></div>
<!--googleon: index-->
<!-- *end header* -->

	<div id="home_rotator" role="marquee" class="grid_12 alpha omega">
		<ul id="slider">
		  
				<li id="Slot1">	    		   	    		      
	    		       <input id="slot1_len" type="hidden"
                     name="slot1_length" value="1">
	    		        
					        <div class="frame"
                  style="background-image:url(2019_02_5-61.jpg);"
                  id="0Slot1">													
						     <p class="more"><span class="shade" style="text-shadow: none; background-color: rgba(0, 0, 0, 0.5);">&raquo; <a href="/courses/chemistry/5-61-physical-chemistry-fall-2017/index.htm?utm_source=OCWHomePage&utm_medium=CarouselBig&utm_campaign=FeaturedCourse">View the new course</a></span></p>
	        			     <p class="credit shade2">Photo credit: Public domain image (Wikipedia)</p>
						     <p class="headline shade" style="width: 285px; font-size: 2.7em; background-color: rgba(0, 0, 0, 0.75);">Physical Chemistry</p>						                            							                        							                        					
					        </div>
					    					 				 
				</li>			
		  
		  
		    	<li id="Slot2">	    		   	    		     
	    		       <input id="slot2_len" type="hidden"
                     name="slot2_length" value="1">
	    		        
	    		          <div class="frame"
                      style="background-image:url(/feature-about-get-started-dome.jpg);"
                      id="0Slot2">													
						     <p class="more"><span>&nbsp;&raquo;<a href="/help/get-started-with-ocw/"> Learn more</a></span></p>
	        			     <p class="credit shade2">Photo credit: <a href="http://www.flickr.com/photos/usr_c/5633432466/">usr.c</a> on Flickr.</p>
						     <p class="headline">Unlocking Knowledge, <br>Empowering Minds.</p>

<p class="headline" style="font-size: 2em">Free lecture notes, exams, and videos from MIT. <br>No registration required.</p>						     		                        							                        							                        					
					      </div>
					    
				</li>			
		  
		  	
		     	<li id="Slot3">	    		       		     
	    		       <input id="slot3_len" type="hidden"
                     name="slot3_length" value="1">
	    		        
					       <div class="frame"
                 style="background-image:url(edu-rotator-2018.png);"
                 id="0Slot3">													
						     <p class="more"><span class="shade">&raquo; <a href="http://ocw.mit.edu/educator?utm_source=OCWHomePage&utm_medium=CarouselBig&utm_campaign=Educator">Go to the portal</a></span></p>
	        			     
						     <p class="headline shade" style="font-size: 3.1em; width: 340px; line-height: 1.1em; padding: 20px 0px 10px 20px">OCW Educator<br/><span style="font-size: .6em">Find openly-licensed MIT teaching<br />materials and approaches</span></p>						     		                        							                        							                        					
					       </div>
					    
				</li>			 
		  
		  
		     	<li id="Slot4">	    		   	    		     
	    		       <input id="slot4_len" type="hidden"
                     name="slot4_length" value="1">
	    		        
					       <div class="frame"
                 style="background-image:url(feature-scholar.jpg);"
                 id="0Slot4">											
						     <p class="more"><span class="shade2">&raquo; <a href="/courses/ocw-scholar/?utm_source=OCWHomePage&utm_medium=CarouselBig&utm_campaign=Scholar">See the collection</a></span></p>
	        			     
						     <p class="headline shade2" style="font-size:3.5em; width: 350px;">OCW Scholar<br/><span style="font-size: .8em">Complete courses for independent learners</span></p>						     		                        							                        							                        					
					       </div>
					    					 				 
				    
				</li>			
		  
		  
		     	<li id="Slot5">	    		   	    		     
	    		       <input id="slot5_len" type="hidden"
                     name="slot5_length" value="1">
	    		        
					       <div class="frame"
                 style="background-image:url(2019_02_15-662x.jpg);"
                 id="0Slot5">													
						     <p class="more"><span class="shade2" style="text-shadow: none; width: 300px; ">&raquo; <a href="https://www.edx.org/course/shaping-the-future-of-work-0?utm_source=OCW&utm_medium=HomePage&utm_campaign=OCW">Enroll now</a></span></p>
	        			     
						     <p class="headline shade2" style="font-size: 2.5em; width: 405px; line-height: 1.1em; padding: 20px 0px 10px 20px"><img src="mitx-logo-white.png" alt="MITx logo"><br />
Shaping Work of the Future<br/>
<span style="font-size: .6em">8 week course starts March 19</span></p>						     		                        							                        							                        					
					       </div>
					    				  
			    </li>			
	     
	     
	        	 <li id="Slot6">	    		   	    		     
	    		       <input id="slot6_len" type="hidden"
                     name="slot6_length" value="1">
	    		        
					       <div class="frame"
                 style="background-image:url(feature-donate-growing.jpg);"
                 id="0Slot6">													
						     <p class="more"><span class="shade2" style="text-shadow: none;">&raquo; <a href="/give/why-give/">Give Now</a></span></p>
	        			     <p class="credit shade2">Photo credit: <a href="https://unsplash.com/photos/TnzAK9Hhe8E">Christian Bisbo Johnsen</a>.</p>
						     <p class="headline shade2" style="width: 380px;">Help Keep<br />OpenCourseWare<br />Going and Growing.</p>						     		                        							                        							                        					
					       </div>
					    
			    </li>			 
	     					
		</ul>        				        		
    </div>        

				
				
			</div><!-- top grid end -->
		</header><!-- top end -->
			
		<div id="center_home">
		<div id="grid">

			
			<div id="support" role="" class="grid_12 alpha omega">
				<div id="support-c1" class="grid_3 alpha"></div>
				<div id="support-c2" class="grid_3"></div>
				<div id="support-c3" class="grid_3">
	            
				</div>
				<div id="support-c4" class="grid_3 omega"></div>
			</div>
			
			<div id="course_rotator_home" class="grid_8 alpha" role="">
				
	<h2 id="featured_course_heading" class="global">Featured Courses</h2>
	<p class="orange shift1"><span class="bullet">&raquo;</span> <a href="/courses/find-by-topic/?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=Finder">Find Courses</a></p>
    <nav id="coro" aria-labelledby="featured_course_heading">
    	<div id="left_scroll" class="nav" aria-hidden="true">&nbsp;</div>
	    <div id="carousel_inner">
		    <ul id="carousel_ul" role="presentation">
	    		
	    			<li>
		    		   <div class="item">
			        		<a aria-hidden="true"
                href="/courses/economics/14-03-microeconomic-theory-and-public-policy-fall-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse"><img
    src="/courses/economics/14-03-microeconomic-theory-and-public-policy-fall-2016/14-03f16-th.jpg" /></a>
			        		<p aria-hidden="true" class="badgeNew">New</p>
			       		    <p class="cTitle"><a
    href="/courses/economics/14-03-microeconomic-theory-and-public-policy-fall-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse">Microeconomic Theory and Public Policy</a></p>
				        </div>
		    		   <div class="item">
			        		<a aria-hidden="true"
                href="/resources/res-2-006-girls-who-build-cameras-summer-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse"><img
    src="/resources/res-2-006-girls-who-build-cameras-summer-2016/res-2-006sum16-th.jpg" /></a>
			        		<p aria-hidden="true" class="badgeEducator">Educator</p>
			       		    <p class="cTitle"><a
    href="/resources/res-2-006-girls-who-build-cameras-summer-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse">Girls Who Build Cameras</a></p>
				        </div>
		    		   <div class="item">
			        		<a aria-hidden="true"
                href="/courses/edgerton-center/ec-716-d-lab-waste-fall-2015/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse"><img
    src="/courses/edgerton-center/ec-716-d-lab-waste-fall-2015/ec-716f15-th.jpg" /></a>
			        		<p aria-hidden="true" class="badgeEducator">Educator</p>
			       		    <p class="cTitle"><a
    href="/courses/edgerton-center/ec-716-d-lab-waste-fall-2015/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse">D-Lab: Waste</a></p>
				        </div>
		    		   <div class="item">
			        		<a aria-hidden="true"
                href="/resources/res-15-003-shaping-the-future-of-work-15-662x-spring-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse"><img
    src="/resources/res-15-003-shaping-the-future-of-work-15-662x-spring-2016/res-15-003s16-th.jpg" /></a>
			        		<p aria-hidden="true" class="badgeVideo">Video</p>
			       		    <p class="cTitle"><a
    href="/resources/res-15-003-shaping-the-future-of-work-15-662x-spring-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse">Shaping the Future of Work (15.662x)</a></p>
				        </div>
				    </li>
			    
	    		
	    			
			    
	    		
	    			
			    
	    		
	    			
			    
	    		
	    			<li>
		    		   <div class="item">
			        		<a aria-hidden="true"
                href="/courses/comparative-media-studies-writing/21w-035-science-writing-and-new-media-communicating-science-to-the-public-fall-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse"><img
    src="/courses/comparative-media-studies-writing/21w-035-science-writing-and-new-media-communicating-science-to-the-public-fall-2016/21W-035f16-th.jpg" /></a>
			        		<p aria-hidden="true" class="badgeEducator">Educator</p>
			       		    <p class="cTitle"><a
    href="/courses/comparative-media-studies-writing/21w-035-science-writing-and-new-media-communicating-science-to-the-public-fall-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse">Science Writing and New Media: Communicating Science to the Public</a></p>
				        </div>
		    		   <div class="item">
			        		<a aria-hidden="true"
                href="/courses/mathematics/18-785-number-theory-i-fall-2017/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse"><img
    src="/courses/mathematics/18-785-number-theory-i-fall-2017/18-785f17-th.jpg" /></a>
			        		<p aria-hidden="true" class="badgeNew">New</p>
			       		    <p class="cTitle"><a
    href="/courses/mathematics/18-785-number-theory-i-fall-2017/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse">Number Theory I</a></p>
				        </div>
		    		   <div class="item">
			        		<a aria-hidden="true"
                href="/courses/urban-studies-and-planning/11-384-malaysia-sustainable-cities-practicum-spring-2018/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse"><img
    src="/courses/urban-studies-and-planning/11-384-malaysia-sustainable-cities-practicum-spring-2018/11-384s18-th.jpg" /></a>
			        		<p aria-hidden="true" class="badgeVideo">Video</p>
			       		    <p class="cTitle"><a
    href="/courses/urban-studies-and-planning/11-384-malaysia-sustainable-cities-practicum-spring-2018/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse">Malaysia Sustainable Cities Practicum</a></p>
				        </div>
		    		   <div class="item">
			        		<a aria-hidden="true"
                href="/courses/biology/7-342-the-rna-revolution-at-the-frontiers-of-cell-biology-and-molecular-medicine-fall-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse"><img
    src="/courses/biology/7-342-the-rna-revolution-at-the-frontiers-of-cell-biology-and-molecular-medicine-fall-2016/7-342f16-th.jpg" /></a>
			        		<p aria-hidden="true" class="badgeNew">New</p>
			       		    <p class="cTitle"><a
    href="/courses/biology/7-342-the-rna-revolution-at-the-frontiers-of-cell-biology-and-molecular-medicine-fall-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse">The RNA Revolution: At the Frontiers of Cell Biology and Molecular Medicine</a></p>
				        </div>
				    </li>
			    
	    		
	    			
			    
	    		
	    			
			    
	    		
	    			
			    
	    		
	    			<li>
		    		   <div class="item">
			        		<a aria-hidden="true"
                href="/courses/history/21h-343j-making-books-the-renaissance-and-today-spring-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse"><img
    src="/courses/history/21h-343j-making-books-the-renaissance-and-today-spring-2016/21h-343js16-th.jpg" /></a>
			        		<p aria-hidden="true" class="badgeEducator">Educator</p>
			       		    <p class="cTitle"><a
    href="/courses/history/21h-343j-making-books-the-renaissance-and-today-spring-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse">Making Books: The Renaissance and Today</a></p>
				        </div>
		    		   <div class="item">
			        		<a aria-hidden="true"
                href="/courses/mechanical-engineering/2-627-fundamentals-of-photovoltaics-fall-2013/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse"><img
    src="/courses/mechanical-engineering/2-627-fundamentals-of-photovoltaics-fall-2013/2-627f13-th.jpg" /></a>
			        		<p aria-hidden="true" class="badgeVideo">Video</p>
			       		    <p class="cTitle"><a
    href="/courses/mechanical-engineering/2-627-fundamentals-of-photovoltaics-fall-2013/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse">Fundamentals of Photovoltaics</a></p>
				        </div>
		    		   <div class="item">
			        		<a aria-hidden="true"
                href="/courses/anthropology/21a-111j-for-love-and-money-rethinking-the-family-spring-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse"><img
    src="/courses/anthropology/21a-111j-for-love-and-money-rethinking-the-family-spring-2016/21a-111js16-th.jpg" /></a>
			        		<p aria-hidden="true" class="badgeNew">New</p>
			       		    <p class="cTitle"><a
    href="/courses/anthropology/21a-111j-for-love-and-money-rethinking-the-family-spring-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse">For Love and Money: Rethinking the Family</a></p>
				        </div>
		    		   <div class="item">
			        		<a aria-hidden="true"
                href="/courses/electrical-engineering-and-computer-science/6-858-computer-systems-security-fall-2014/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse"><img
    src="/courses/electrical-engineering-and-computer-science/6-858-computer-systems-security-fall-2014/6-858f14-th.jpg" /></a>
			        		<p aria-hidden="true" class="badgeVideo">Video</p>
			       		    <p class="cTitle"><a
    href="/courses/electrical-engineering-and-computer-science/6-858-computer-systems-security-fall-2014/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse">Computer Systems Security</a></p>
				        </div>
				    </li>
			    
	    		
	    			
			    
	    		
	    			
			    
	    		
	    			
			    
	    		
	    			<li>
		    		   <div class="item">
			        		<a aria-hidden="true"
                href="/resources/res-21g-001-the-user-friendly-classroom-spring-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse"><img
    src="/resources/res-21g-001-the-user-friendly-classroom-spring-2016/res-21g-001s16-th.jpg" /></a>
			        		<p aria-hidden="true" class="badgeEducator">Educator</p>
			       		    <p class="cTitle"><a
    href="/resources/res-21g-001-the-user-friendly-classroom-spring-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse">The User-friendly Classroom</a></p>
				        </div>
		    		   <div class="item">
			        		<a aria-hidden="true"
                href="/courses/political-science/17-251-congress-and-the-american-political-system-i-fall-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse"><img
    src="/courses/political-science/17-251-congress-and-the-american-political-system-i-fall-2016/17-251f16-th.jpg" /></a>
			        		<p aria-hidden="true" class="badgeNew">New</p>
			       		    <p class="cTitle"><a
    href="/courses/political-science/17-251-congress-and-the-american-political-system-i-fall-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse">Congress and the American Political System I</a></p>
				        </div>
		    		   <div class="item">
			        		<a aria-hidden="true"
                href="/courses/physics/8-01sc-classical-mechanics-fall-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse"><img
    src="/courses/physics/8-01sc-classical-mechanics-fall-2016/8-01scf16-th.jpg" /></a>
			        		<p aria-hidden="true" class="badgeVideo">Video</p>
			       		    <p class="cTitle"><a
    href="/courses/physics/8-01sc-classical-mechanics-fall-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse">Classical Mechanics</a></p>
				        </div>
		    		   <div class="item">
			        		<a aria-hidden="true"
                href="/courses/comparative-media-studies-writing/cms-362-civic-media-codesign-studio-spring-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse"><img
    src="/courses/comparative-media-studies-writing/cms-362-civic-media-codesign-studio-spring-2016/cms-362s16-th.jpg" /></a>
			        		<p aria-hidden="true" class="badgeNews">Editor's Pick</p>
			       		    <p class="cTitle"><a
    href="/courses/comparative-media-studies-writing/cms-362-civic-media-codesign-studio-spring-2016/index.htm?utm_source=OCWHomePage&amp;utm_medium=CarouselSm&amp;utm_campaign=FeaturedCourse">Civic Media Codesign Studio</a></p>
				        </div>
				    </li>
			    
	    		
	    			
			    
	    		
	    			
			    
	    		
	    			
			    
		    </ul>
	    </div>
	    <div id="right_scroll" class="nav" aria-hidden="true">&nbsp;</div>
    </nav>


				
				
				<div id="inset">
				
							
					
        <div class="" id="parent-fieldname-bottom_text_1">
            <div role="" class="grid_4 alpha" id="news">&nbsp;</div> <script type="text/javascript" src="https://www.google.com/jsapi">
</script> <script type="text/javascript" src="/scripts/ocw_rss_news.js">
</script> <div role="" class="grid_4 omega" id="meet"><h2 class="global"><a href="/educator?utm_campaign=Educator&amp;utm_source=OCWHomePage&amp;utm_medium=educator-callout&amp;utm_content=heading">OCW Educator</a></h2> <ul class="prof">     <li><a href="#" style="padding: 6px 21px;" class="selected" id="proLink1">Methods</a></li>     <li><a href="#" style="padding: 6px 21px;" id="proLink2">Materials</a></li>     <li><a href="#" style="padding: 6px 21px;" id="proLink3">Featured</a></li> </ul> <div style="display: block;" class="profile" id="pro1"><img src="/InstructionalApproaches.png" alt="The text 'Instructional Approaches' alongside an illustration of the silhouette of a head with an assortment of gears connected inside." /> <h2 class="subhead">Explore instructional approaches used by MIT faculty.</h2> <ul>     <li>Active Learning</li>     <li>Assessment</li>     <li>Teaching Communication</li>     <li>Design Process</li>     <li>Problem Solving</li>     <li>Digital Tools</li>     <li>Real-World Contexts</li> </ul> <div class="inset_button"><a href="/educator/index.htm?view=instructional&amp;utm_campaign=Educator&amp;utm_source=OCWHomePage&amp;utm_medium= educator-callout&amp;utm_content=approaches"><img src="/images/button_learn.png" alt="Learn more" /></a></div></div> <div class="profile" id="pro2"><img src="/TeachingMaterials.png" alt="The text 'Teaching Materials' alongside an illustration of several educational materials jumbled together, including a laptop computer, books, an exam, a beaker, and a compass." width="286" height="160" /> <h2 class="subhead">Find teaching materials used in MIT classrooms.</h2> <ul>     <li>Assignments</li>     <li>Lecture Notes</li>     <li>Exams</li>     <li>Projects</li>     <li>Simulations</li>     <li>Online Textbooks</li>     <li>Image Galleries</li>     <li>Video</li> </ul> <div class="inset_button"><a href="/educator/index.htm?view=teaching&amp;utm_campaign=Educator&amp;utm_source=OCWHomePage&amp;utm_medium=educator-callout&amp;utm_content=materials"><img src="/images/button_learn.png" alt="Learn more" /></a></div></div> <div id="pro3" class="profile"><a href="/courses/chemistry/5-111sc-principles-of-chemical-science-fall-2014/instructor-insights/5.111-a-space-to-discover-your-passion-for-chemistry"><img src="/educator_vid-thumb.png" alt="Professor Catherine Drennan talks about teaching chemistry in an interview." width="286" height="160" /></a> <h2 class="subhead">MIT faculty talk about teaching.</h2> <p style="font-weight: 100; font-size: 1.1em">Professor Catherine Drennan on creating a space for students to discover their passion for chemistry in <a href="/courses/chemistry/5-111sc-principles-of-chemical-science-fall-2014"><em>5.111SC Principles of Chemical Science</em></a>.</p> <div class="inset_button"><a href="/courses/chemistry/5-111sc-principles-of-chemical-science-fall-2014?utm_campaign=Educator&amp;utm_source=OCWHomePage&amp;utm_medium=educator-callout&amp;utm_content=featured"><img src="/images/button_learn.png" alt="Learn more" /></a></div></div></div> <div class="clear">&nbsp;</div> <p>&nbsp;</p>
            
        </div>
    
				</div>
		
			</div>
		
		
		
			<div id="right_side" class="grid_4 omega" role="">
			
			
			
			
        <div class="" id="parent-fieldname-bottom_text_2">
            <p>OCW makes the materials used in the teaching of MIT's subjects available on the Web.</p> <p>&nbsp;</p> <p><a href="/help/get-started-with-ocw/"><img alt="Learn more about how to use OpenCourseWare. Click to get started." style="width: 302px; height: 55px" src="/images/button_get-started.png" /></a></p>
            
        </div>
    
			
			
			
			   <div id="home_ad">
			  		
<!-- RSI google ad space-->



<div id="google_ads">    
    <script async="async" src="https://www.googletagservices.com/tag/js/gpt.js"></script>
    <script type="text/javascript">var googletag = googletag || {}; googletag.cmd = googletag.cmd || [];</script>
    <script type="text/javascript">
googletag.cmd.push(function() {googletag.defineSlot('/1064917/HOME_SLOT_B', [180, 200], 'HOME_SLOT_B').addService(googletag.pubads());googletag.defineSlot('/1064917/HOME_SLOT_B', [[180, 150], [180, 200]], 'HOME_SLOT_B').addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
 googletag.enableServices();
});</script>
    <script language="javascript" type="text/javascript">googletag.cmd.push(function() {googletag.pubads().set("TYPE","HOUSE");googletag.pubads().set("DEPARTMENT","WEB");googletag.pubads().set("PG_SECTION","HOME");googletag.pubads().set("PG_AREA","HOME");googletag.pubads().set("PG_TLP","");})
</script>
    
    <div id='HOME_SLOT_B' style='width:180; height:200; overflow: visible;'>
    	<script>googletag.cmd.push(function() { googletag.display('HOME_SLOT_B'); });</script>
    </div>
    <div id='HOME_SLOT_B' style='width:180; height:200;; overflow: visible;'>
    	<script>googletag.cmd.push(function() { googletag.display('HOME_SLOT_B'); });</script>
    </div>
</div>

<!-- End RSI ads--> 


					</div>
			   </div>
                				
	
	
		</div>	
	
	</div>
		
		<footer id="bottom">
			<div id="grid">
				
<div id="portletwrapper-6f63772e626f74746f6d706f72746c65746d616e616765720a636f6e746578740a2f506c6f6e650a736974652d666f6f746572"
     class="portletWrapper kssattr-portlethash-6f63772e626f74746f6d706f72746c65746d616e616765720a636f6e746578740a2f506c6f6e650a736974652d666f6f746572"><div class="portletStaticText portlet-static-site-footer"><div id="footer"><nav aria-label="Footer">     <nav id="foot-c1" class="grid_2 alpha" aria-labelledby="f-find-courses">       <span class="footer" id="f-find-courses" aria-hidden="true">Find Courses</span>
<ul class="foot-bullet" role="presentation">
    <li><a href="/courses/find-by-topic/">Find by Topic</a></li>
    <li><a href="/courses/find-by-number/">Find by Course Number</a></li>
    <li><a href="/courses/find-by-department/">Find by Department</a></li>
    <li><a href="/courses/new-courses/">New Courses</a></li>
    <li><a href="/courses/most-visited-courses/">Most Visited Courses</a></li>
    <li><a href="/courses/ocw-scholar/">OCW Scholar Courses</a></li>
    <li><a href="/courses/audio-video-courses/">Audio/Video Courses</a></li>
    <li><a href="/courses/online-textbooks/">Online Textbooks</a></li>
    <li><a href="/courses/instructor-insights/">Instructor Insights</a></li>
    <li><a href="/resources/">Supplemental Resources</a></li>
    <li><a href="/courses/mitx-related-courseware/">MITx &amp; Related OCW Courses</a></li>
    <li><a href="/courses/translated-courses/">Translated Courses</a></li>
</ul>
</nav>
<div id="foot-c2" class="grid_2"><nav aria-labelledby="f-for-educators">         <span id="f-for-educators" class="footer" aria-hidden="true">For Educators</span>
<ul class="foot-bullet" role="presentation">
    <li><a href="/educator/?view=instructional&amp;utm_campaign=Educator&amp;utm_source=footer&amp;utm_medium=find-courses&amp;utm_content=approaches">Search for Instructor Insights</a></li>
    <li><a href="/educator/?view=teaching&amp;utm_campaign=Educator&amp;utm_source=footer&amp;utm_medium=find-courses&amp;utm_content=materials">Search for Teaching Materials</a></li>
    <li><a href="/courses/instructor-insights/">Instructor Insights by Department</a></li>
    <li><a href="/courses/find-by-topic/#cat=teachingandeducation">MIT Courses about Teaching and Education</a></li>
    <li><a href="/high-school/">Highlights for High School</a></li>
    <li><a href="http://k12videos.mit.edu" aria-label="External Link: MIT+K12 Videos">MIT+K12 Videos</a></li>
    <li><a href="http://teachingexcellence.mit.edu/" aria-label="External Link: Teaching Excellence at MIT">Teaching Excellence at MIT</a></li>
    <li><a href="/courses/mit-curriculum-guide/">MIT Undergraduate Curriculum Map</a></li>
</ul>
</nav></div>
<nav class="grid_2" id="foot-c3" aria-labelledby="f-donate">       <span id="f-donate" class="footer" aria-hidden="true">Give Now</span>
<ul class="foot-bullet" role="presentation">
    <li><a href="/give/">Make a Donation</a></li>
    <li><a href="/give/why-give/">Why Give?</a></li>
    <li><a href="/give/our-supporters/">Our Supporters</a></li>
    <li><a href="/give/other-ways-to-contribute/">Other Ways to Contribute</a></li>
    <li><a href="/give/shop-ocw/">Shop OCW</a></li>
    <li><a href="/support/">Become a Corporate Sponsor</a></li>
</ul>
</nav>
<div class="grid_2" id="foot-c4"><nav aria-labelledby="f-about">         <span id="f-about" class="footer" aria-hidden="true">About</span>
<ul class="foot-bullet" role="presentation">
    <li><a href="/about/">About OpenCourseWare</a></li>
    <li><a href="/about/site-statistics/">Site Statistics</a></li>
    <li><a href="/about/ocw-stories/">OCW Stories</a></li>
    <li><a href="/about/newsletter/">News</a></li>
    <li><a href="/about/media-coverage/press-releases/">Press Releases</a></li>
</ul>
</nav><!--about-->       <nav aria-labelledby="f-tools">         <span id="f-tools" class="footer" aria-hidden="true">Tools</span>
<ul class="foot-bullet" role="presentation">
    <li><a href="/help/">Help &amp; FAQs</a></li>
    <li><a href="/jsp/feedback.jsp">Contact Us</a></li>
    <li><a href="/help/site-map/">Site Map</a></li>
    <li><a href="/terms/">Privacy &amp; Terms of Use</a></li>
    <li><a href="/help/rss/">RSS Feeds</a></li>
</ul>
</nav><!--tools--></div>
</nav> <aside style="min-height: 289px;" aria-labelledby="f-our-corporate-supporters" class="grid_4 omega" id="foot-c5">           <span aria-hidden="true" class="footer" id="f-our-corporate-supporters">Our Corporate Supporters</span>           <!-- HOME_CORP_LOGO_1 -->
<div id="div-gpt-ad-1388181177156-0" class="sponsors_google_ads_even"><script type='text/javascript'>
              googletag.cmd.push(function() { googletag.display('div-gpt-ad-1388181177156-0'); });
            </script></div>
<!-- HOME_CORP_LOGO_2 -->
<div id="div-gpt-ad-1388181177156-1" class="sponsors_google_ads_odd"><script type='text/javascript'>
              googletag.cmd.push(function() { googletag.display('div-gpt-ad-1388181177156-1'); });
            </script></div>
<!-- HOME_CORP_LOGO_3 -->
<div id="div-gpt-ad-1388181177156-2" class="sponsors_google_ads_even"><script type='text/javascript'>
              googletag.cmd.push(function() { googletag.display('div-gpt-ad-1388181177156-2'); });
            </script></div>
<!-- HOME_CORP_LOGO_4 -->
<div id="div-gpt-ad-1388181177156-3" class="sponsors_google_ads_odd"><script type='text/javascript'>
              googletag.cmd.push(function() { googletag.display('div-gpt-ad-1388181177156-3'); });
            </script></div>
<!-- HOME_CORP_LOGO_5 -->
<div id="div-gpt-ad-1388181177156-4" class="sponsors_google_ads_even"><script type='text/javascript'>
              googletag.cmd.push(function() { googletag.display('div-gpt-ad-1388181177156-4'); });
              </script></div>
<!-- HOME_CORP_LOGO_6 -->
<div id="div-gpt-ad-1388181177156-5" class="sponsors_google_ads_odd"><script type='text/javascript'>
              googletag.cmd.push(function() { googletag.display('div-gpt-ad-1388181177156-5'); });
              </script></div>
</aside>
<div class="grid_12 alpha omega" itemprop="publisher" itemscope="" itemtype="http://schema.org/CollegeOrUniversity">
<h4 class="footer" style="border-top: thin solid #d5c9ba; padding-top: 10px; margin-bottom: 10px;">About <span itemprop="name">MIT OpenCourseWare</span></h4>
<p style="color: #999; font-size: 1em; line-height: 1.5em; margin-top: 10px;" itemprop="description">MIT OpenCourseWare makes the materials used in the teaching of almost all of MIT's subjects available on the Web, free of charge. With more than 2,400 courses available, OCW is delivering on the promise of open sharing of knowledge. <a href="http://ocw.mit.edu/about/">Learn more &raquo;</a></p>
</div>
<div id="foot-copy" class="grid_12 alpha omega" style="border-top: none;"><a href="http://web.mit.edu"><img src="/images/logo_mit.png" alt="Massachusetts Institute of Technology logo and name." style="width: 195; height: 44;" /></a><a href="http://odl.mit.edu"><img src="/images/logo_odl.png" alt="MIT Office of Digital Learning logo and name." style="width: 289; height: 54; vertical-align: top;" /></a><a href="http://www.oeconsortium.org/"><img src="/images/logo_oec.png" alt="Open Education Consortium logo." style="width: 219px; height: 59px; vertical-align: top;" /></a><a rel="license" itemprop="useRightsUrl" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/images/cc_by-nc-sa.png" alt="Creative Commons logo with terms BY-NC-SA." style="width: 126px; height: 44px; margin-right: 0; margin-left: 13px;" /></a>
<p class="copyright">&copy; 2001&ndash;2018<br />
Massachusetts Institute of Technology</p>
<p style="font-size: 0.9em; margin-bottom: 15px;">Your use of the MIT OpenCourseWare site and materials is subject to our <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" rel="license">Creative Commons License</a> and other <a href="/terms/" rel="cc:morePermissions">terms of use</a>.</p>
</div>
</div></div>

</div>





                
			</div> <!-- bottom grid end -->
		</footer><!-- footer bottom end -->


   </body>
 </html>
