SELECT * FROM question_mgmt as q WHERE id=1262 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:

Electrons are emitted with zero velocity from a metal surface when it is exposed to radiation of wavelength 6800 Å. Calculate threshold frequency (v0) and work function (W0) of the metal.

Answer:

Given λ = 6800 amgstrom or 6800x 10-10 m = 6.8 x 10-7m

C = 3 x 108 m/s

Also λ = c/v or v = c/ λ Therefore putting the values in the equation, we get

=3 x 108 / 6.8 x 10-7m = 4.41 x 1014 s-1

Hence, work function (W0) of the metal = 0

= (6.626 × 10–34 Js) (4.41 × 1014 s–1)

= 2.922 × 10–19 J

 


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!=1262 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!=1262 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