Potential Energy: Difference between revisions

From Physics Book
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Work in progress by Matthew Lewine
==The Main Idea==
==The Main Idea==
State, in your own words, the main idea for this topic


Potential energy is stored [[energy]] which results from position or configuration.  It is often contrasted with [[Kinetic Energy|kinetic energy]].
Potential energy is stored [[energy]] which results from position or configuration.  It is often contrasted with [[Kinetic Energy|kinetic energy]].
Line 15: Line 11:
===A Mathematical Model===
===A Mathematical Model===


What are the mathematical equations that allow us to model this topic.  For example <math>{\frac{d\vec{p}}{dt}}_{system} = \vec{F}_{net}</math> where '''p''' is the momentum of the system and '''F''' is the net force from the surroundings.
A force is considered conservative if it is acting on an object as a function of position only.


===A Computational Model===
We can relate work to potential energy using the equation


How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]
<math>U = -\int \vec{F}\cdot\vec{dr}</math> 


==Examples==
This says that the potential energy U is equal to the [[work]] you must do to move an object from an arbitrary reference point <math>U=0</math> to the position <math>r</math>. We can take the derivative of both sides of this equation and obtain:


Be sure to show all steps in your solution and include diagrams whenever possible
<math>\frac{-dU}{dx} = F(x)</math>


===Simple===
This says that the force on an object is the negative of the derivative of the potential energy function U. This means it is the negative of the slope of the potential energy curve. Plots of potential functions are valuable aids to visualizing the change of the force in a given region of space.
===Middling===
===Difficult===


==Connectedness==
Let's apply this relationship. If the potential energy function U is known, the force at any point can be obtained by taking the derivative of the potential. Let's consider gravitational potential and elastic potential.
#How is this topic connected to something that you are interested in?
#How is it connected to your major?
#Is there an interesting industrial application?


==History==
The potential energy function U of gravitational potential is <math>mgh</math>, where <math>m</math> is mass, <math>g</math> is the gravitational constant, and <math>h</math> is some distance away from the reference point at which U = 0. Then the force is


The term potential energy was introduced by the 19th century Scottish engineer and physicist [[William Rankine]], although it has links to Greek philosopher [[Aristotle]]'s concept of potentiality.
<math>F = \frac{-d}{dh}mgh = -mg</math>


== See also ==
We can go the other way as well. We know the force of gravity is <math>-mg</math>, and integrating with respect to h we obtain <math>U = mgh</math>.


[[Kinetic Energy]]
This process can be done with elastic potential as well, where the force <math>F = -kx</math> and the potential energy function is <math>U = \frac{1}{2}k^{2}</math>
===A Computational Model===


Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?
How do we visualize or predict using this topic. Consider embedding some vpython code here [https://trinket.io/glowscript/31d0f9ad9e Teach hands-on with GlowScript]
 
===Further reading===
 
Books, Articles or other print media on this topic
 
===External links===
 
Internet resources on this topic
 
==References==
 
This section contains the the references you used while writing this page
 
[[Category:Which Category did you place this in?]]

Revision as of 20:01, 2 December 2015

The Main Idea

Potential energy is stored energy which results from position or configuration. It is often contrasted with kinetic energy.

In terms of potential energy, its capacity for doing work is a result of its position in a gravitational field (gravitational potential energy), an electric field (electric potential energy), or a magnetic field (magnetic potential energy). It may have elastic potential energy due to a stretched spring or other elastic deformation.

The unit for energy in SI is the joule, which has the symbol J.

The universe's matter flows towards the minimum total potential energy. This cosmic flow is time.

A Mathematical Model

A force is considered conservative if it is acting on an object as a function of position only.

We can relate work to potential energy using the equation

[math]\displaystyle{ U = -\int \vec{F}\cdot\vec{dr} }[/math]

This says that the potential energy U is equal to the work you must do to move an object from an arbitrary reference point [math]\displaystyle{ U=0 }[/math] to the position [math]\displaystyle{ r }[/math]. We can take the derivative of both sides of this equation and obtain:

[math]\displaystyle{ \frac{-dU}{dx} = F(x) }[/math]

This says that the force on an object is the negative of the derivative of the potential energy function U. This means it is the negative of the slope of the potential energy curve. Plots of potential functions are valuable aids to visualizing the change of the force in a given region of space.

Let's apply this relationship. If the potential energy function U is known, the force at any point can be obtained by taking the derivative of the potential. Let's consider gravitational potential and elastic potential.

The potential energy function U of gravitational potential is [math]\displaystyle{ mgh }[/math], where [math]\displaystyle{ m }[/math] is mass, [math]\displaystyle{ g }[/math] is the gravitational constant, and [math]\displaystyle{ h }[/math] is some distance away from the reference point at which U = 0. Then the force is

[math]\displaystyle{ F = \frac{-d}{dh}mgh = -mg }[/math]

We can go the other way as well. We know the force of gravity is [math]\displaystyle{ -mg }[/math], and integrating with respect to h we obtain [math]\displaystyle{ U = mgh }[/math].

This process can be done with elastic potential as well, where the force [math]\displaystyle{ F = -kx }[/math] and the potential energy function is [math]\displaystyle{ U = \frac{1}{2}k^{2} }[/math]

A Computational Model

How do we visualize or predict using this topic. Consider embedding some vpython code here Teach hands-on with GlowScript