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
  • CBSE Physics Class 8 Notes
  • CBSE Class 9 Physics Notes
  • CBSE Notes for Class 10 Physics
  • CBSE Class 11 Physics Notes
  • CBSE Class 12 Physics Notes
  • CBSE Class 8 Science Notes
  • CBSE Class 9 Science Notes
  • Class 10 Science Notes
Open In App
Next Article:
Weight Formula
Next article icon

Weight Formula

Last Updated : 30 Jan, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

It is known that every object is pulled towards the center of the earth by a force of gravity. Hence, the weight of a body is defined as the force of gravity that acts on the mass of a body.  Weight is equal to the product of the mass of a body and acceleration due to gravity. Weight is depicted as W and the SI unit of weight is Newton (N). It is a vector quantity that is directed towards the center of the earth.

Weight Formula

Weight of the body (W) = mass of the body (m) × acceleration due to gravity (g)

i.e., W = mg

From the formula of weight, we can say that weight depends on the mass of a body and the acceleration due to gravity. The mass of a body doesn't change, but the acceleration due to gravity changes with respect to the location of the body. Hence, the weight of a body changes with respect to the location of the object. For example, the weight of a body on the moon is 1/6 times the weight of the body on the earth, since acceleration due to gravity on the moon is 1/6 times of acceleration due to gravity on earth.

Solved Problems

Problem 1: Calculate the weight of a body on earth if its mass is 45 kg?

Solution:

Given data, Mass of the body = 45 kg.

We know that g = 9.8 m/s2

We have, Weight (W) = mg

⇒ W = 45 × 9.8 

⇒ W = 441 N

Hence, weight of the body (W) = 441 N

Problem 2: Find the mass of a body, if its weight on the moon is 100 N. The acceleration due to gravity on the moon is 1.625 m/s2.

Solution: 

Given data, Weight of the body on moon = 100 N

Acceleration due to gravity on moon = 1.625 m/s2

We have, Weight (W) = mg

⇒ 100 = m × 1.625

⇒ m = 100/1.625 ⇒ m = 61.54 kg

Hence, mass of the body (m) = 61.54 kg

Problem 3: Prove that acceleration due to gravity on earth is 9.8 m/s2 if the mass of a body and weight is 30 kg and 294 N respectively.

Solution:

Given data, Weight of body = 294 N

Mass of the body = 30 kg

We have, Weight (W) = mg

⇒ 294 = 30 g

⇒ g = 294/30

⇒ g = 9.8 m/s2

Hence it is proved that acceleration due to gravity on earth is 9.8 m/s2.

Problem 4: The weight of a box on earth is 490 N. Calculate the mass of the box in grams. (g = 9.8 m/s2)

Solution:

Given data, Weight of a box on earth (W) = 490 N

Acceleration due to gravity (g) = 9.8 m/s2

Mass of the box (m) = ?

We have, Weight (W) = mg

⇒ 490 = m × 9.8

⇒ m = 490/9.8 = 50 kg

We know that 1kg = 1000 grams

Hence, mass of the box = 50 kg = 50 × 1000 grams = 50,000 grams

Problem 5: Find the weight of object A, if the mass of object A is thrice the mass of object B and the weight of object B is 240 N?

Solution:

Given data, Weight of object B (WB) = 240 N

mass of object A (mA) = 3× [mass of object B (mB)]

⇒ mA = 3mB

We have, Weight = mg

Here acceleration due to gravity is constant.

Hence, weight of a body is directly proportional to its mass.

⇒ W ∝ m

⇒  WA/WB = mA/mB

⇒ WA/240 = 3mB/mB

⇒ WA/240 = 3 ⇒ WA = 3 × 240 = 720 N

Hence, weight of the object B is 720 N

Problem 6: Find the weight of a body on the moon, if its weight on earth is 150N? Acceleration due to gravity on earth = 9.8 m/s2 and acceleration due to gravity on moon = 1.625 m/s2.

Solution:

Given data, Weight of a body on earth (WE) = 150 N

Acceleration due to gravity on earth (gE) = 9.8 m/s2

Acceleration due to gravity on moon (gM) = 1.625 m/s2

Weight of a body on moon (WM) = ?

We know, Weight (W) = mg

Here mass of the body is constant.

So, W ∝ g

⇒  WE/WM = gE/gM

⇒ 150/WM = 9.8/1.625

⇒  150/WM = 6 ⇒  WM = 150/6 = 25 N

Hence, weight of the body on moon is 25N

Problem 7: Find the mass of body B, if its weight is one-fourth of the weight of object A. Mass of the body A = 60 kg.

Solution:

Given data, Mass of body A (mA) = 60 kg

Weight of body B (WB) = ¼ × [Weight of body A (WA)]

Mass of body B (mB) = ?

We know, Weight (W) = mg

Here the acceleration due to gravity is constant.

Hence, W ∝ m

WA/WB = mA/mB

⇒ WA/(¼WA) = 60/mB

⇒ 4 = 60/mB ⇒  mB = 60/4 = 15 kg

Hence, the mass of body B is 15 kg


Next Article
Weight Formula

K

kiran086472
Improve
Article Tags :
  • School Learning
  • Physics
  • Physics-MAQ
  • Physics-Formulas

Similar Reads

    Weighted Mean Formula
    Mean is also called average in Mathematics which denotes the sum of all given quantities divided by the number of quantities. The arithmetic mean is important in statistics. For example, Let’s say there are only two quantities involved, the arithmetic mean is obtained simply by adding the quantities
    5 min read
    Weighted Average Formula
    Statistical data analysis would greatly benefit from accurately representing a collection of information. The weighted average formula is one such useful tool. It does not simply treat all points of data like an ordinary average but gives distinct values with different weights. Such a method finds a
    8 min read
    Percent By Weight Formula
    The percent by weight formula gives the amount of solute present in a given amount of solution. It is another way to represent the concentration of a solute like molarity, morality, and normality. It provides us with the mass percentage of a solute in the solution. The mass of the solution is evalua
    4 min read
    Unit of Weight
    Unit of Weight is Newton represented as N, which is also known as the force of gravity on a mass. Weight of the body is the gravitational force by which the earth or any other planet attracts the body. Other weight units are pound-force, metric ton, slug, quintal, kilogram-force (kgf) and dyne. In t
    6 min read
    Mass and Weight
    Mass and Weight are commonly used in the same manner by the general masses but there are differences between both Mass and Weight, where Mass is the measure of Inertia unlike Weight which is a measure of force acting on a body towards the heavy body. But yet still many people use these two terms int
    10 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