Calculate the gravitational potential energy of an object using our Potential Energy Calculator. Simply input the mass, height, and gravitational acceleration to get instant results. Ideal for students, teachers, and physics enthusiasts.
Enter any three inputs and click on Calculate button
How to use this Potential Energy Calculator 🤔
There are input fields for Mass \((m)\), Gravitational Acceleration Constant \((g)\), Height \((h)\), and Potential Energy \((PE)\). Enter any three inputs and click on Calculate button.
The calculator uses the \( PE = m \cdot g \cdot h \) formula, substitues given values, and calcuates the missing value.
The missing value is calcuated and displayed in the input field. Also, the caculation is displayed under the input section.
What is Potential Energy?
Potential energy is the energy an object possesses because of its position or height. When an object is lifted off the ground, it stores energy due to the gravitational force acting on it. The higher the object, the more potential energy it has.
Calculating Potential Energy
Potential energy (PE) can be calculated using the formula:
\( PE = m \cdot g \cdot h \).
In this formula, the parameters are defined as follows:
m: The mass of the object, or how much matter it contains, measured in kilograms (kg).
g: The acceleration due to gravity, typically taken as 9.8 m/s².
h: The height of the object above the ground, measured in meters (m).
{
"topic": "potential-energy",
"input_types": [
"float",
"float",
"float",
"float"
],
"input_labels": [
"m",
"g",
"h",
"PE"
],
"input_descriptions": [
"Mass",
"Gravitational<br>Acceleration<br>Constant",
"Height",
"Potential Energy"
],
"input_units": [
"kg",
"m/s<sup>2</sup>",
"m",
"J"
],
"input_values": [
"",
"9.81",
"",
""
],
"formula_mathjax": "\\( PE = m \\cdot g \\cdot h \\)",
"input_pre_msg": "Enter any three inputs and click on Calculate button",
"type": "Calculate",
"title": "Potential Energy Calculator",
"description": "Calculate the gravitational potential energy of an object using our Potential Energy Calculator. Simply input the mass, height, and gravitational acceleration to get instant results. Ideal for students, teachers, and physics enthusiasts.",
"category": "Kinematics",
"template": "physics",
"formulas": [
{
"parameters": [
"m",
"h"
],
"outputs": [
{
"label": "PE",
"formula": " m * g * h ",
"formula_mathjax": "\\( m \\cdot g \\cdot h \\)",
"formula_mathjax_sub": "\\( m \\times g \\times h \\)"
}
]
},
{
"parameters": [
"PE",
"h"
],
"outputs": [
{
"label": "m",
"formula": " PE / ( g * h ) ",
"formula_mathjax": "\\( \\frac{ PE }{ g \\cdot h } \\)",
"formula_mathjax_sub": "\\( \\frac{ PE }{ g \\times h } \\)"
}
]
},
{
"parameters": [
"PE",
"m"
],
"outputs": [
{
"label": "h",
"formula": " PE / ( m * g ) ",
"formula_mathjax": "\\( \\frac{ PE }{ m \\cdot g } \\)",
"formula_mathjax_sub": "\\( \\frac{ PE }{ m \\times g } \\)"
}
]
}
],
"content": "<h2>What is Potential Energy?</h2><p>Potential energy is the energy an object possesses because of its position or height. When an object is lifted off the ground, it stores energy due to the gravitational force acting on it. The higher the object, the more potential energy it has.</p><h2>Calculating Potential Energy</h2><p>Potential energy (<strong>PE</strong>) can be calculated using the formula:</p><p class=\"formula_highlite\">\\( PE = m \\cdot g \\cdot h \\).</p><p>In this formula, the parameters are defined as follows:</p><ul><li><strong>m</strong>: The mass of the object, or how much matter it contains, measured in kilograms (kg).</li><li><strong>g</strong>: The acceleration due to gravity, typically taken as 9.8 m/s².</li><li><strong>h</strong>: The height of the object above the ground, measured in meters (m).</li></ul>"
}