<!DOCTYPE lesson SYSTEM "lesson.dtd">
<LESSON title="Potential Energy" chapter="Mechanics">

<SECTION title="Lesson">

<TOPIC title="Energy Basics">

<mascot img="images/newton.gif" title="Issac Says:">"Let's Learn about
Potential and Kinetic Energy!"</mascot>

</topic>

<topic title="Potential Energy:">
Potential energy exists whenever an object which has <a href="glossary#mass">
mass </A> has a position within a force field.  The most everyday 
example of this is the position of objects in the earth's gravitational
field.  <P/>
The potential energy of an object in this case is given by the relation:
<P/>
<eq> PE = mgh </eq>
where
<list> 
<li> PE = Energy (in Joules)</li>
<li> m = mass (in kilograms)</li>
<li> g = gravitational acceleration of  the earth (9.8 m/sec<sup>2</sup>)</li>
<li> h = height above earth's surface (in meters)</li>
</list>
<P/>
</topic>

<topic title="Kinetic Energy">
Kinetic Energy exists whenever an object which has <a href="glossary#mass">
mass </A> is in motion with some <a href="glossary#velocity"> velocity </A>.
Everything you see moving about has kinetic energy.
<p/>
The kinetic energy of an object in this case is given by the relation:
<eq> KE = (1/2)mv<sup>2</sup> </eq>
where
<list>
<li> KE = Energy (in Joules)</li>
<li> m = mass (in kilograms)</li>
<li> v = velocity (in meters/sec)</li>
</list>
</topic>

<topic title="Conservation of Energy">
This principle asserts that in a closed system energy is conserved.
This principle will be tested by you, using the experimental apparatus
below.  In the case of an object in free fall.  When the object is
at rest at some height, <var>h</var>, then
all of its energy is <var>PE</var>.
<P/>
As the object falls and accelerates due to the earth's <a href="glossary#gravity"> gravity </A>,  <var>PE</var> is converted 
into <var>KE</var>.  When the object strikes
the ground, <var>h=0</var> so that
<var>PE=0</var>, the all of the energy has to
be in the form of <var>KE</var> and the object
is moving it at its maximum velocity. (In this case we are ignoring
air resistance).
</topic>
</section>

<section title="Experimental Apparatus">
This appartus will drop a mass from different heights.  When the
mass strikes the ground, some percentage of its original energy will
be absorbed by the ground.
<P/>
<list title="The parameters you control are:">
<li> The Total Energy (Energy) </li>
<li> The mass of the object (Mass) </li>
<li> The percentage of the energy which is absorbed by the surface on
each "bounce" (EAS)</li>
</list>
<p/>
In addition you can measure the height of the object above the surface
by clicking on the black platform upon which the object rests.  The
impact velocity of the object will also be given at each bounce.
<P/>
<color value="dark gold">
The functionality of the buttons are as follows:
<P/>
<list> 
<li> Start= Drop the ball after Energy, Mass and EAS have been set;
resume after step or pause has been selected </li>
<li> Step = Drop the ball once and it rebounds to its maximum height and
then pauses</LI>
<li> Reset = Reset experiment to intial values</li>
<li> Pause = Pause the animation at any point</li>
</list>
</color>
</section>

<section title="Experimental Procedure">
Initial Values:
<list type="ordered">
<LI>Select a Mass of 5 KG</li>
<li> Select an Energy of 200 J</li>
<li> Select EAS = 50%</li>
</list>
<p/>
<color value="green">
Questions to think about first:
<P/>
<list type="ordered"> 
<li> What is the height of the ball? (verify by measuring it)</li>
<li> How high will the ball bounce on the first bounce (verify by selecting
step and then measuring the height)</li>
<li> What will be the impact velocity of the ball on the first bounce</li>
</list>
</color>
<P/>
<color value="dark gold">
Experimental Steps:
<list type="ordered">
<li>Activate the step button to run the experiment and check your answers
to the three questions above.</li>
<li>Reset the experiment and set EAS to 100%.  What do you expect will happen?</li>
<li> Reset the experiment and set EAS to 25%.  What will be the height of the
ball on the first bounce?</li>
<li>Reset the experiment and set Energy to 400 and answer the question 1-3
above again.</li>
<li>Reset the experiment and change the mass of the ball to 2 kg.  How much
higher did the ball rise?  Will the ball have a different velocity on
initial impact as in the previous case?  If so, how come?  If not, why not?</li>
<li>Which combination of parameters do you think will allow the ball to bounce
the most number of times?  Try your guesses</li>
<li>Which combinations of parameters produces the lowest and highest initial
heights?  Try your guesses.</li>
</list>
</color>

<mascot img="images/newton.gif" title="Newton Says:"><color value="green">I
desire to to have the impact velocity be 6 meters/second on the third
bounce </color></mascot>

Bonus Question: What combination of Energy, M and EAS will satisfy
Issac?  Try to work it out in advance.
</section>

<SECTION title="Experiment">
<APPLET code="PotentialEnergy.classes.Main" codebase=".." width="600" height="400">
<PARAM name="audio" value="true"/>
<PARAM name="energy stations" value="100,200,300,400"/>
<PARAM name="masses" value="2, 4, 5"/>
<PARAM name="EASes" value="25, 50, 75, 100"/>
<PARAM name="speed" value="0.05"/>
</APPLET>
</SECTION>

</LESSON>

