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

Emission transitions in the Paschen series end at orbit n = 3 and start from orbit n and can be represented as v = 3.29 × 1015 (Hz) [1/32 – 1/n2]

Calculate the value of n if the transition is observed at 1285 nm. Find the region of the spectrum.

Answer:

V = c/λ = 3x108/1285x10-9

= 3.29 x 1015(1/32 – 1/n2)

= 1/n2 = 1/9 - 3x108/1285x10-9 x (1 / 3.29 x 1015)

= 0.111- 0.071 = 0.04 or 1/25

Or

n2 = 25,

n= 5

The spectrum lies in the infra-red region.


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