Potential Energy: Difference between revisions

From Physics Book
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
A work in progress by Matthew Lewine (mlewine3)
A work in progress by Matthew Lewine (mlewine3)
Potential energy is stored [[energy]] which results from position or configuration.  It is often contrasted with [[Kinetic Energy|kinetic energy]].
[[File:Rubberband2.jpg|thumb|The energy stored in a stretched rubber band is a form of elastic potential energy.]]


==The Main Idea==
==The Main Idea==
Potential energy is stored [[energy]] which results from position or configuration.  It is often contrasted with [[Kinetic Energy|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 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.
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 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.
Line 34: Line 36:


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>
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>
Here are the potential energy functions for all forms:
{| class="wikitable"
| '''Type''' || '''Equation''' || '''Variables'''
|-
| Gravitational Potential || <math>U = \frac{GMm}{r}</math> <br><math>U = mgh</math> close to Earth's surface    || <math>G</math> is the gravitational constant, <math>M</math> and <math>m</math>, and <math>r</math> is distance
|-
| Elastic Potential || <math>U = \frac{1}{2}k^{2}</math> || <math>k</math> is the spring constant
|-
| Electric Potential || <math>U = k\frac{Qq}{r}</math> || <math>k</math> is Coulomb's constant, <math>Q</math> and <math>q</math> are point charges, <math>r</math> is distance
|-
| Magnetic Potential || <math>U = -μ \cdot B</math> || <math>μ</math> is the dipole moment and <math>μ = IA</math> in a current loop and <math>I</math> is the current and <math>A</math> is the area
|-
|}
===A Computational Model===
===A Computational Model===


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]
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]
==Examples==
Be sure to show all steps in your solution and include diagrams whenever possible
===Simple===
===Middling===
===Difficult===
==Connectedness==
#How is this topic connected to something that you are interested in?
#How is it connected to your major?
As a computer science major, voltage is incredibly important for transistors
#Is there an interesting industrial application?
==History==
Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.
== See also ==
Are there related topics or categories in this wiki resource for the curious reader to explore?  How does this topic fit into that context?
===Further reading===
Books, Articles or other print media on this topic
===External links===
[http://www.scientificamerican.com/article/bring-science-home-reaction-time/]
==References==
This section contains the the references you used while writing this page
[[Category:Which Category did you place this in?]]

Revision as of 21:30, 2 December 2015

A work in progress by Matthew Lewine (mlewine3)

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

The energy stored in a stretched rubber band is a form of elastic potential energy.

The Main Idea

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]

Here are the potential energy functions for all forms:

Type Equation Variables
Gravitational Potential [math]\displaystyle{ U = \frac{GMm}{r} }[/math]
[math]\displaystyle{ U = mgh }[/math] close to Earth's surface
[math]\displaystyle{ G }[/math] is the gravitational constant, [math]\displaystyle{ M }[/math] and [math]\displaystyle{ m }[/math], and [math]\displaystyle{ r }[/math] is distance
Elastic Potential [math]\displaystyle{ U = \frac{1}{2}k^{2} }[/math] [math]\displaystyle{ k }[/math] is the spring constant
Electric Potential [math]\displaystyle{ U = k\frac{Qq}{r} }[/math] [math]\displaystyle{ k }[/math] is Coulomb's constant, [math]\displaystyle{ Q }[/math] and [math]\displaystyle{ q }[/math] are point charges, [math]\displaystyle{ r }[/math] is distance
Magnetic Potential [math]\displaystyle{ U = -μ \cdot B }[/math] [math]\displaystyle{ μ }[/math] is the dipole moment and [math]\displaystyle{ μ = IA }[/math] in a current loop and [math]\displaystyle{ I }[/math] is the current and [math]\displaystyle{ A }[/math] is the area


A Computational Model

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


Examples

Be sure to show all steps in your solution and include diagrams whenever possible

Simple

Middling

Difficult

Connectedness

  1. How is this topic connected to something that you are interested in?
  2. How is it connected to your major?

As a computer science major, voltage is incredibly important for transistors

  1. Is there an interesting industrial application?

History

Put this idea in historical context. Give the reader the Who, What, When, Where, and Why.

See also

Are there related topics or categories in this wiki resource for the curious reader to explore? How does this topic fit into that context?

Further reading

Books, Articles or other print media on this topic

External links

[1]


References

This section contains the the references you used while writing this page