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

Using s, p, d notations, describe the orbital with the following quantum numbers.

(a) n = 1, l = 0;

(b) n = 3; l =1

(c) n = 4; l = 2;

(d) n = 4; l =3.

Answer:

Here n= principal quantum number, l= azimuthal quantum number

 

(a) when n = 1, l = 0 (Given) The orbital is 1s. (can have maximum of 2 electron)

 

(b) For n = 3 and l = 1 The orbital is 3p. (can have maximum of 6 electrons).

 

(c) For n = 4 and l = 2 The orbital is 4d. (can have maximum of 10 electrons)

 

(d) For n = 4 and l = 3 The orbital is 4f. (can have maximum of 14 electrons)


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