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

Question:

What is the significance of the terms - ‘isolated gaseous atom’ and ‘ground state’ while defining the ionization enthalpy and electron gain enthalpy? Hint: Requirements for comparison purposes.

Answer:

 

Ionization enthalpy is the minimum amount of energy which is needed to remove the most loosly bound electron from a neutral isolated gaseous atom to form a cation.The cations are formed when the neutral atoms loses electrons. But for losing electrons they, should be in isolated gaseous form. Although the atoms are widely separated in the gaseous state, there are some amounts of attractive forces among the atoms. To determine the ionization enthalpy, it is impossible to isolate a single atom. But, the force of attraction can be further reduced by lowering the pressure. For this reason, the term ‘isolated gaseous atom’ is used in the definition of ionization enthalpy.

Ground state of an atom refers to the most stable state of an atom. If an isolated gaseous atom is in its ground state, then less amount energy would be required to remove an electron from it. Therefore, for comparison purposes, ionization enthalpy and electron gain enthalpy must be determined for an ‘isolated gaseous atom’ and its ‘ground state'.


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