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

What transition in the hydrogen spectrum would have the same wavelength as the Balmer transition n = 4 to n = 2 of He+ spectrum?

Answer:

For an atom = 1/λ = RHZ(1/n12-1/n22)

For He+ spectrum Z = 2,  n2=4,  n1= 2

Therefore = 1/λ = Rx 4(1/22-1/42) = 3RH/4

For hydrogen spectrum = 3RH/4,  Z = 1

Therefore = 1/λ = RH X 1(1/n12-1/n22)

Or

R(1/n12-1/n22) = 3RH/4

Or

1/n12-1/n22  = 3/4

Which can be so for n1=1 & n2 = 2, i.e the transition is from n = 2 to n=1


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