SELECT * FROM question_mgmt as q WHERE id=1310 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=2 AND subId=9 AND chapterId=43 and ex_no='1' AND status=1 ORDER BY CAST(question_no AS UNSIGNED)

Question:

If the position of the electron is measured within an accuracy of + 0.002 nm, calculate the uncertainty in the momentum of the electron. Suppose the momentum of the electron is h/4πm × 0.05 nm, is there any problem in defining this value.

Answer:

From Heisenberg’s uncertainty principle,

Where,

Δx = uncertainty in position of the electron

Δp = uncertainty in momentum of the electron

Δx = 0.002nm = 2x10-12m(given)

 Therefore, Substituting the values in the expression of Δp:

Δp = h/4π Δx or

= 2.637 × 10–23 Jsm–1

Δp = 2.637 × 10–23 kgms–1 (1 J = 1 kgms2s–1)

Actual momentum = h/4πx 0.05nm

= 6.626x10-34/4 x3.14 x 5 x10-11

= 1.055 x 10-24 kg m/sec

 


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='9' AND ex_no!=0 AND status=1 and id!=1310 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='9' AND ex_no!=0 AND status=1 and id!=1310 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question