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:
Momentum of Photon Formula
Next article icon

Momentum of Photon Formula

Last Updated : 03 Feb, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

A photon is a positively charged particle with zero mass that travels at the speed of light in a vacuum. The momentum of a photon is defined as the strength or energy gained by it while it is in motion. It is equal to the product of mass and velocity of the photon and is denoted by the symbol p. It is a vector quantity, i.e., it has both magnitudes as well as direction. Its unit of measurement is kilogram meters per second (kg m/s).

Formula

p = h/λ

where,  

p is the photon momentum,

h is the Planck’s constant with a value of 6.63 × 10−34 Js,

λ is the wavelength of the photon carrying wave.

Derivation

Suppose there is a photon of mass m that travels with the speed of light, that is, c.

The momentum of this photon is given by the formula,

p = mc    ....... (1)

Now the energy of the photon is given by,

E = mc2    ....... (2)

E = hv

Putting v = c/λ in the equation, we get

E = hc/λ

Using (2) in LHS of the above equation we have,

hc/λ = mc2

m = h/λc    ....... (3)

Putting (3) in (1) we get,

p = (h/λc) c

p = h/λ

This derives the formula for momentum of the photon.

Sample Problems

Problem 1. Calculate the momentum of a photon with a wavelength of 2 x 10−5 meters.

Solution:

We have,

h = 6.63 × 10−34

λ = 2 x 10−5

Using the formula for momentum of photon we get,

p = h/λ

= (6.63 × 10−34)/(2 x 10−5)

= 3.31 x 10−29 kg m/s

Problem 2. Calculate the momentum of a photon with a wavelength of 6 x 10−3 meters.

Solution:

We have,

h = 6.63 × 10−34

λ = 6 x 10-3

Using the formula for momentum of photon we get,

p = h/λ

= (6.63 × 10−34)/(6 x 10−3)

= 1.10 x 10−31 kg m/s

Problem 3. Calculate the momentum of a photon with a wavelength of 2.76 x 10-7 meters.

Solution:

We have,

h = 6.63 × 10−34

λ = 2.76 x 10-7

Using the formula for momentum of photon we get,

p = h/λ

= (6.63 × 10−34)/(2.76 x 10−7)

= 2.40 x 10−27 kg m/s

Problem 4. Calculate the momentum of a photon with a wavelength of 5.15 x 10-4 meters.

Solution:

We have,

h = 6.63 × 10−34

λ = 5.15 x 10-4

Using the formula for momentum of photon we get,

p = h/λ

= (6.63 × 10−34)/(5.15 x 10−4)

= 1.28 x 10-30 kg m/s

Problem 5. Calculate the wavelength of a photon with a momentum of 2.71 x 10-24 kg m/s.

Solution:

We have,

h = 6.63 × 10−34

p = 2.71 x 10-24

Using the formula for momentum of photon we get,

p = h/λ

=> λ = h/p

=> λ = (6.63 × 10−34)/(2.71 x 10-24)

=> λ = 2.44 × 10−10 m

Problem 6. Calculate the wavelength of a photon with a momentum of 4.61 x 10-31 kg m/s.

Solution:

We have,

h = 6.63 × 10−34

p = 4.61 x 10-31

Using the formula for momentum of photon we get,

p = h/λ

=> λ = h/p

=> λ = (6.63 × 10−34)/(4.61 x 10-31)

=> λ = 1.43 × 10−3 m

Problem 7. Calculate the wavelength of a photon with a momentum of 3.83 x 10-29 kg m/s.

Solution:

We have,

h = 6.63 × 10−34

p = 3.83 x 10-29

Using the formula for momentum of photon we get,

p = h/λ

=> λ = h/p

=> λ = (6.63 × 10−34)/(3.83 x 10-29)

=> λ = 1.73 × 10−5 m


Next Article
Momentum of Photon Formula

G

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

Similar Reads

    Number of Moles Formula
    Mole is defined as the measure of the amount of substance. It is the foundation of stoichiometry and is defined as the mass of a material made up of the same number of fundamental units. Depending on the material, the fundamental units might be molecules, atoms, or formula units. The number of moles
    7 min read
    Energy Momentum Formula
    The energy-momentum relation is a relativistic equation that can be used to link an object's mass, total energy, and momentum while it is at rest. This relativistic equation applies to a macroscopic body whose mass at rest is m0, the total energy is E, and momentum magnitude is p, with c denoting th
    4 min read
    Unit of Momentum
    The Unit of momentum is kg.m/s. Momentum is a fundamental concept in physics that describes the quantity of motion possessed by an object. It is a vector quantity, meaning it has both magnitude and direction. It is product of mass of an object and velocity with which it is moving. It is measured in
    5 min read
    Laws of Conservation of Momentum
    The law of Conservation of Momentum states that the total momentum of objects before and after collision remains constant. Before stating the Laws of Conservation of Momentum, we must first learn about momentum. The momentum of an object is a physical quantity that is defined as the product of the m
    9 min read
    Product to Sum Formulas
    Product-to-sum formulas are trigonometric identities that convert the product of sine and cosine functions into a sum (or difference) of trigonometric functions. These formulas are particularly useful in simplifying the integrals and solving trigonometric equations. In this article, we will learn ab
    9 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