On Electric and Gravitational Potential Energy

Click For Summary

Homework Help Overview

The discussion revolves around the concepts of gravitational and electric potential energy, including various formulas associated with each. Participants explore the differences between potential energy and potential, as well as the implications of these formulas in different contexts.

Discussion Character

  • Conceptual clarification, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the definitions and contexts of different formulas for gravitational and electric potential energy, questioning the meaning of terms like gravitational potential and electric potential. They also examine the assumptions behind the formulas and their applicability in various scenarios.

Discussion Status

There is an active exploration of the relationships between potential energy and potential, with some participants providing clarifications on the distinctions between them. Multiple interpretations of the formulas are being considered, and guidance has been offered regarding the conditions under which certain equations apply.

Contextual Notes

Some participants note that the formulas discussed are context-dependent, particularly regarding the assumptions made about gravitational fields and the nature of electric charges. There is also mention of the need for careful consideration of the signs in the equations.

Kyoma
Messages
95
Reaction score
0

Homework Statement


I have learned that gravitational potential energy's formula is:

GPE = mgh

But I saw other formulas relating to gravitational potential energy:

\phi = -G(m/r)

And then one formula like this:

F = dU(x)/dx

And then there's a formula relating to the CHANGE in gravitational potential energy:

E = m\Delta\phi

Similarly, I'm confused with the electric potential energy:

V = (coulomb's constant)(Q/r) What is this? Why is there a voltage symbol?

CHANGE in electric potential energy:

E = QV What is this?
 
Physics news on Phys.org
The context of the formulas is different. The first one you mention (mgh) is true for places with constant gravitational field strength, for example, at the surface of the earth. \phi is the gravitational potential (not potential energy!) i.e. potential energy per unit mass at distance r for a body of mass m.

The general formula for potential energy (for gravity or electrostatics) is:

U(r)=\int_r^\infty \vec F.d\vec r

i.e. the amount of work done by the field to move a mass/charge to infinity from a point r. The differential form of this yields the formula for force you mentioned. The change in potential energy between two points can also be derived in terms of \phi
 
Kyoma said:

Homework Statement


I have learned that gravitational potential energy's formula is:

GPE = mgh
This is the gravitational potential energy near the surface of the (usually) Earth.

Kyoma said:
But I saw other formulas relating to gravitational potential energy:

\phi = -G(m/r)
This is gravitational potential (not gravitational potential energy), i.e. gravitational potential energy per unit mass. It has units of Joules/kg.

Kyoma said:
And then one formula like this:

F = dU(x)/dx
With a minus sign in front, this is a force not an energy that can be derived from the potential if you know what it is.

Kyoma said:
And then there's a formula relating to the CHANGE in gravitational potential energy:

E = m\Delta\phi
There should be term ΔE on the left side. This gives you the change in gravitational potential energy when mass m is moved from one point in space to another such the difference in gravitational potential is Δφ.

Kyoma said:
Similarly, I'm confused with the electric potential energy:

V = (coulomb's constant)(Q/r) What is this? Why is there a voltage symbol?
Electric potential, i.e. electric potential energy per unit charge has units of Joules/Coulomb. One Joule/Coulomb is also known as a "Volt".

Kyoma said:
CHANGE in electric potential energy:

E = QV What is this?
This is (most likely) the change in potential energy of charge Q when it is moved from one point in space to another such the difference in electric potential (also called voltage) is V.

I know that this is all confusing; the underlying idea is that gravitational/electric energy per unit mass/charge in a region of space is a function of x,y and z called the gravitational/electric potential. If you take the spatial derivatives of that function and you evaluate at a particular point in space, you get the components of the gravitational/electric force acting on the mass/charge at that point in space.
 
As the others noted, potential energy and just plain potential are two different quantities. The gravitational potential energy of a test mass m attracted to a point mass M is
U_g = -\frac{GMm}{r}
Similarly, the electrical potential energy of a test charge q interacting with a point charge Q is
U_e = \frac{kQq}{r}
They hold for point masses and point charges. (It turns out they also work for spherically symmetric distributions of mass and charge.)

The concept of a potential comes from the idea that we can separate out the effect of the test mass or charge.
\begin{align*}
U_g &= \left(-\frac{GM}{r}\right)m = m\phi_g \\
U_e &= \left(\frac{kQ}{r}\right)q = q\phi_e \\
\end{align*}
From these, you can see that the gravitational potential at a distance r from a point mass M is equal to \phi_g = -GM/r. Similarly, the electric potential at a distance r from a point charge Q is equal to \phi_e = kQ/r. These are your second and fifth equations. They apply when you're talking about a point charge or point mass.

Note that depending on the sign of the test charge q, the electrical potential energy at a point could be positive or negative; the potential at that point, however, always has the sign of Q. This is one reason it's often more convenient to work with potentials rather than potential energy in electromagnetism. With gravity, the masses are always positive, so the concept of a gravitational potential isn't as useful. You usually just work with gravitational potential energy directly.

Now say we move a mass from a point a distance ra from M to a point a distance rb away. The change in potential energy will be equal to\Delta U_g = U_{g_b} - U_{g_a} = m\phi_g(r_b) - m\phi_g(r_a) = m\Delta\phi_gSimilarly, for charges, we have \Delta U_e = U_{e_b} - U_{e_a} = q\phi_e(r_b) - q\phi_e(r_a) = q\Delta\phi_eThese are your fourth and sixth equations.

The concept of a potential, however, applies more generally than to just point masses or point charges. We can calculate (in principle) the potential Φg due to some arbitrary distribution of mass. The potential energy of a mass m due to this distribution would again be given by Ug = mΦg, and the change in potential energy by ΔUg = mΔΦg. Similarly, for a charge q, we have Ue = qΦe and ΔUe = qΔΦe. In other words, these equations apply generally, not just for point masses and charges.

So where does your first equation, Ug=mgh, fit in? Near the surface of the Earth, the gravitational potential energy of a mass m at a height h is given by
U_g = -\frac{GMm}{R+h}
where M is the mass of the Earth and R is the radius of the Earth. When h is much smaller than R, we can approximate the potential energy as
U_g = -\frac{GMm}{R+h} = -\frac{GMm}{R(1+h/R)} \cong -\frac{GMm}{R}\left(1-\frac{h}{R}\right) = -\frac{GMm}{R} + m\left(\frac{GM}{R^2}\right)h
The first term is a constant and constants don't matter in potential energy, so we can toss it. The quantity GM/R2 is more familiarly known as g=9.81 m/s2, so we end up with Ug=mgh. Note that this derivation relied on the assumption that h<<R, so it's only valid when you're analyzing situations near the surface of the Earth.

Finally, your third equation is missing a minus sign, as kuruman pointed out. As Pi-Bond noted, the potential energy due to a conservative force F of an object at a point r is generally given byU = -\int_{\mathbf{r}_0}^\mathbf{r} \mathbf{F}\cdot d\mathbf{r}where r0 is where the zero of potential energy is located. If you differentiate this equation, you get\mathbf{F} = -\nabla Uwhich in the one-dimensional case is simply F = -dU/dx. If you were to try this with the expressions above for the gravitational and electrical potential energy (using the expression for the gradient in spherical coordinates), you would recover Newton's law of gravity and Coulomb's law.
 

Similar threads

Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 22 ·
Replies
22
Views
4K
Replies
2
Views
764
  • · Replies 15 ·
Replies
15
Views
2K
Replies
5
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 23 ·
Replies
23
Views
2K
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K