<html>
<head>
<title>OSU Online Physics -- The Pendulum</title>
</head>
<frameset frameborder=1 framespacing=0 marginheight=0 marginwidth=0 border=1 bordercolor=#eeeeee rows=*,27>
<frame name=text src=intro.html>
<frame name=applet scrolling=no src=pendulum.html>
</frameset>

<noframes>
<html>

<head>

<title>OSU Online Physics -- The 2D Pendulum</title>

<LINK REV="made" HREF="mailto:mstrickl@physics.mps.ohio.state.edu">

<script language=javascript>
<!--
if (navigator.appName=='Netscape' && navigator.appVersion.substring(0,1)>=4)
{ document.write("<LINK REL=STYLESHEET HREF='http://www.physics.ohio-state.edu/~ntg/onlinelab/style/labnn_style.css' TYPE='text/css';>"); }
if (navigator.appName=='Microsoft Internet Explorer' && navigator.appVersion.substring(22,23)>=4 )
{ document.write("<LINK REL=STYLESHEET HREF='http://www.physics.ohio-state.edu/~ntg/onlinelab/style/labie_style.css' TYPE='text/css';>"); }
// -->
</script>


</head> 

<body bgcolor=#ffffff link=#aa0000 alink=#aa0000 vlink=#0000aa>

<MAP NAME="header">
<AREA COORDS=340,0,388,38" HREF="/~ntg/onlinelab/login.html" target=_top>
<AREA COORDS=388,0,445,38" HREF="/~ntg/onlinelab/trackviewer" target=_top>
<AREA COORDS=445,0,515,38" HREF="/~ntg/onlinelab/login.html" target=_top>
<AREA COORDS=515,0,580,38" HREF="/~ntg/onlinelab/" target=_top>
</MAP>

<img src="http://www.physics.ohio-state.edu/~ntg/onlinelab/images/smallbanner.gif" width=580 height=38 border=0 alt="OSU Online Physics" vspace=0 USEMAP="#header" ISMAP>


<table align=right class=directory>
<tr><td class=grey align=left>
<font face="helvetica,arial" size=+1>Navigation Guide</font>
<font size=-1>
<ul>
	<li><a href=../index.html target=_top>Online Physics Main Page</a>
	<li><a href=index.html target=_top>The 2D Pendulum</a>
	<ul>
	<li>The Undamped 2D Pendulum
		<ul>
		<li><a href=undamped/undamped_intro.html>Introduction</a>
		<li><a href=undamped/undamped_smallangle.html>Small Angle Approximation</a>
		<li><a href=undamped/undamped_energy.html>Energy Methods</a>
		<li><a href=undamped/undamped_rotational.html>Angular Momentum</a>
		</ul>
	<li>The Damped 2D Pendulum
		<ul>
		<li>Introduction
		<li>Small Angle Approximation
		</ul>
	<li>The Damped Driven 2D Pendulum
		<ul>
		<li>Introduction
		<li>Small Angle Approximation
		</ul>
	<li>Chaos and the 2D Pendulum
	<li>Numerical Methods
	<li><a href=help.html>Help</a>
	</ul>
</ul>
</font>
</td></tr></table>


<h1>The 2D Pendulum</h1>

<p>
<font size=+1>A</font>lthough the pendulum is a simple object that might be expected 
to have uninteresting
behavior, in fact its behavior can be rich and complex.  In this lab we will examine 
methods for determining
the motion of a two-dimensional pendulum, one which is confined to swing in a plane.  In this section of the site we 
begin with a
simple model of pendulum motion and systematically improve the approximations.
</p>

<p>
This section uses a Java applet to illustrate key points and aid in the visualization of the problem at hand.  The applet is designed to help students explore different parameter regimes of the two-dimensional pendulum. In addition, this gives students immediate feedback on the validity of different approximation schemes.  To activate the applet simply click on the control bar in the the lower frame.  For help on the use of the applet <a href=help.html>check here</a>.

<center>
<br clear=all>
<img src=http://www.physics.ohio-state.edu/~ntg/onlinelab/symbols/blackpix.gif width=100% height=1 hspace=0 vspace=0>
<table width=90% cellpadding=0 cellspacing=0 border=0><tr><td valign=top><font size=-1>
Copyright &copy; 1997, 1998
   <A HREF="http://www.physics.ohio-state.edu/~ntg/onlinelab/doc/copyright.html">OSU Online Physics Group</A>.
<BR>
<b>E-mail</b>:
   <A HREF="mailto:mstrickl@mps.ohio-state.edu">mstrickl@mps.ohio-state.edu</A>
<BR></font>
</td>
<td valign=top align=center><font size=-1><a href=http://www.physics.ohio-state.edu/~ntg/onlinelab/login.html>Group Management<br>Log In/Out</a></font></td>
<td align=right valign=top>
<font size=-1><a href=http://www.physics.ohio-state.edu/~ntg/onlinelab target=_top>Back&nbsp;to&nbsp;Main&nbsp;Page</a></font>
</td></tr></table>
</center>


</body>
</html>


</noframes>

</html>
