Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Physics Class-11th Notes
  • Physics Formulas
  • Physics Symbol
  • Application of Physics
  • Class 8 Science
  • Class 9 Science
  • Class 10 Science
  • Class 11 Science
  • Class 12 Science
  • Class 8 Study Material
  • Class 9 Study Material
  • Class 10 Study Material
  • Class 11 Study Material
  • Class 12 Study Material
Open In App
Next Article:
How to solve for potential energy ?
Next article icon

How to solve for potential energy ?

Last Updated : 08 Apr, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

In daily use, the potential word is used a lot for things or persons who show promise inside them. “Potential” shows the possibility for action. It gives an idea of the stored energy that can be converted. This is the idea behind potential energy.

This concept is an integral part of mechanics and allows us to theoretically measure the energy stored inside an object. Potential energy can come from any force. For example, a stretched or compressed spring has potential energy. An object sitting at some height possesses potential energy due to its height. 

Potential Energy 

Potential energy is the energy possessed by an object due to its position or configuration. This energy is said to be stored inside the object. Usually, potential energy is released by an object by motion.

⇒For example, a stretched spring, when released, starts moving towards its natural position and starts acquiring speed. Due to this speed, it acquires kinetic energy. To further understand this, let's consider a ball of mass "m". 

Potential Energy Example

⇒This ball which was initially on the ground is taken to a height of “h”. External force in the form of gravity is acting on it. We know that work done by a force 'F' on a displacement “s” on the object is given by, 

W = F.s

⇒In this case, force is the force of gravity and displacement from the ground to the height “h”. 

F = m.g,

s = h 

⁛Then, work done by gravity on the object is, 

W = -m.g.h

⇒Potential energy is defined as the negative of this work. Denoting the potential energy V(h). 

V(h) = m.g.h

⇒If the ball is dropped, in that case, the potential energy decreases, and the speed increases. This means the potential energy of the object is getting converted to kinetic energy. Let's say the speed of the ball just before touching the ground is “v”. 

1/2mv2= m.g.h

Potential Energy in a Spring

When the spring is kept normally, it is said to have '0' energy and is said to be in the equilibrium state. When it is stretched or compressed, and there is a certain displacement, say 'x' it will have certain potential energy saved in it which is given as,

P.E.= 1/2 (Kx2)

Where,

K = Spring constant

x = displacement due to compression or expansion.

Let's see some problems based on these concepts: 

Solved Examples

Question 1: A mass of 2Kg is taken from the ground to the height of 10m. Find the potential energy of the object.

The potential energy of a mass 'm' at the height 'h' is given by, 
P = m.g.h 
Given: m = 2kg and g = 10 m/s2 and h = 10m. 
Aim: Find the potential energy. 
Plugging in the values in the formula. 
P = m.g.h 
⇒ P = (2)(10)(10) 
⇒P = 200J
Thus, the potential energy of the object is 200J. 

Question 2: A mass of 5Kg is taken from the ground to the height of 100m. Find the potential energy of the object.

The potential energy of a mass 'm' at the height 'h' is given by, 
P = m.g.h 
Given: m = 5kg and g = 10 m/s2 and h = 100m. 
Aim: Find the potential energy. 
Plugging in the values in the formula. 
P = m.g.h 
⇒ P = (5)(10)(100) 
⇒P = 5000J
Thus, the potential energy of the object is 5000J. 

Question 3: A mass of 5Kg is taken from the ground for 5 m uphill on the wedge. The wedge makes an angle of 30° with the ground. Find the potential energy of the block. 

The potential energy of a mass 'm' at the height 'h' is given by, 
P = m.g.h 
This wedge is in the form of a right-angled triangle. 
Figure ,
Let's say, h is the vertical height at which the box reaches, let the slanted length be L
L = 5 m 
sin(30^{\circ}) = \frac{h}{L} \\ = \frac{1}{2} = \frac{h}{L} \\ = \frac{L}{2} = h \\ = \frac{5}{2} = h \\ = h = 2.5m
Given: m = 5kg and g = 10 m/s2 and h = 2.5m. 
Aim: Find the potential energy. 
Plugging in the values in the formula. 
P = m.g.h 
⇒ P = (5)(10)(2.5) 
⇒P = 125J
Thus, the potential energy of the object is 125J.

Question 4: A mass of 10Kg is taken from the ground for 10m uphill on the wedge. The wedge makes an angle of 30° with the ground. Find the potential energy of the block. 

The potential energy of a mass 'm' at the height 'h' is given by, 
P = m.g.h 
This wedge is in the form of a right-angled triangle. 
Figure ,
Let's say, h is the vertical height at which the box reaches, let the slanted length be L
L = 10m 
sin(30^{\circ}) = \frac{h}{L} \\ = \frac{1}{2} = \frac{h}{L} \\ = \frac{10}{2} = h \\ = \frac{5}{2} = h \\ = h = 5m
Given: m = 10kg and g = 10 m/s2 and h = 5 m. 
Angle θ=30∘
Aim: Find the potential energy of the block.
Since the wedge makes an angle of 30°, we use the sine function to find the vertical height:
sin(30∘)=h/L
1/2=h/10
h=10/2= 5m
Calculate the potential energy using the formula:
P=m.g.h
P=( 10Kg) × ( 10m/s2) ×( 5m) = 500 J

Question 5: Find the kinetic energy of the ball just before hitting the ground. Assume that initially, the ball was at a height of 10m, and its mass was 2Kg. 

Initially, at the height of 10m, the ball possesses potential energy. When it is dropped, it starts going towards the ground and its height starts decreasing. With decreasing height, velocity increases, and it acquires kinetic energy. 
Potential Energy at t = 0 
Potential energy will be given by, 
P = m.g.h
m = 2Kg, h = 10m and g = 10 m/s2
P = m.g.h 
⇒ P = (2)(10)(10) 
⇒P = 200J
When the ball is about to hit the ground, it's potential energy has become zero and all the energy is converted into kinetic energy. 
Thus, K.E = 200J

Question 6: Find the velocity of the ball just before hitting the ground. Assume that initially, the ball was at a height of 100m, and its mass was 4Kg. 

Initially, at the height of 10m, the ball possesses potential energy. When it is dropped, it starts going towards the ground and its height starts decreasing. With decreasing height, velocity increases, and it acquires kinetic energy. 
Potential Energy at t = 0 
Potential energy will be given by, 
P = m.g.h
m = 4Kg, h = 100m and g = 10 m/s2
P = m.g.h 
⇒ P = (4)(100)(10) 
⇒P = 4000J
When the ball is about to hit the ground, its potential energy has become zero and all the energy is converted into kinetic energy. 
Thus, K.E = 4000J
The formula for K.E is, 
K.E = \frac{1}{2}mv^2
m = 4Kg and v = ?
Plugging the values in the formula
K.E = \frac{1}{2}mv^2
⇒ 4000 = \frac{1}{2}(4)v^2
⇒2000 = v2
⇒ v = √2000 m/s
⇒ v = 44.72 m/s

Question 7: The entire potential energy of a ball is transformed into its kinetic energy by coming on the ground from a certain height. The height at which the ball was initially placed was 10m. The mass of the ball is 1 kg. Find the gain in the kinetic energy.

Since, the all the potential energy present in the ball is transferred into its kinetic energy, 
Potential energy of the ball = Final gain in the kinetic energy
P= m.g.h
m= 1kg, h= 10m, g= 9.8m/sec2
P= 1× 10× 9.8 
P= 98 Joule
Therefore, the final gain in kinetic energy is 98 Joules.
K.E= 98 Joule.

Question 8: Explain the existence of potential energy,

a. Due to its position

b. Due to the state in which the object is

Potential energy can actually be present in two different cases,
a. Due to its position
Suppose an object is stable on the ground, now by applying some energy, it is taken at a certain height. The object present at a certain height will have energy saved in the form of potential energy. It is given as,
P.E= m.g.h
b. Due to the state in which object is present.
When a spring is kept in normal state, it is said to have 0 energy, but when the same spring is either compressed or stretched, it obtains potential energy which is given as,
P.E. = 1/2 (Kx2)
Where, x= displacement, K= Spring constant.

Question 9: A spring is stretched upto 9cm, the spring constant of the spring is 2 N/m. Find the value of Potential energy stored in the spring?

The potential energy stored in a spring is given as,
P.E= 1/2 (Kx2)
K= 2 N/m, x= 9cm= 0.09m
P.E= 1/2 (2× (0.09)2)
P.E= 0.0081 Joules.

Question 10: Two objects are kept at different heights, first object is at 5meters and second object is placed at 15 meters. Which object has more Potential energy if the first object is 5 times heavier than the second?

Object 1:
Height= 5 m, Mass= 5 m
P.E1 = 5 m× 5× 9.8
P.E1 = 245m Joules.
Object 2:
Height= 15 m, Mass= m
P.E2 = 15× m× 9.8
P.E2= 147m Joules.
Therefore, even when the first object is kept at lesser height, due to its weight, the first object has more potential energy.

Related Reads:

  • Potential Energy Types and Examples
  • Potential Energy of a System of Charges
  • Potential Energy of a Spring
  • Potential Energy in an External Field

Next Article
How to solve for potential energy ?

A

anjalishukla1859
Improve
Article Tags :
  • School Learning
  • Physics
  • Class 11
  • Physics-Class-11

Similar Reads

    Potential Energy Formula
    In physics, the simplest definition of energy is the ability to do work. Various forms of energy are studied in physics. Potential energy is classified into numerous categories, each of which is related to a certain type of force. It is the energy generated as a result of an object's location in rel
    3 min read
    What is Potential Energy?
    As a common notion, the word "energy" means the capacity to come into action. Whenever someone says that a particular person is energetic. This means that a particular person is eager and very capable of doing things. The term “potential” is also used to denote the possibility of something happening
    6 min read
    Potential Energy
    Potential energy in physics is the energy that an object possesses as a result of its position. The term Potential Energy was first introduced by a well-known physicist William Rankine, in the 19th century. Gravitational Potential Energy, the elastic potential energy of an elastic spring, and the el
    8 min read
    Potential Energy of a System of Charges
    When an external force works to accomplish work, such as moving a body from one location to another against a force such as spring force or gravitational force, that work is collected and stored as the body's potential energy. When the external force is removed, the body moves, acquiring kinetic ene
    11 min read
    Dimensional Formula of Potential Energy
    The Dimensional Formula of Potential Energy is [ML2T-2]. Here, we study the dimensional formula of potential energy and how to derive the dimensional formula of Potential Energy.Potential EnergyPotential Energy is the energy stored in an object due to its position or configuration. The Potential Ene
    3 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences