(a)
Interpretation:
The electronic configuration of tungsten should be determined.
Concept Introduction:
The electrons are arranged around the nucleus of an atom in an increasing order of energy levels and this description of orbitals of atom occupied by electrons is known as electronic configuration.
Answer to Problem 2.10P
Electronic configuration of tungsten is:
Explanation of Solution
Electrons are distributed in the orbitals of the sub-shell. The specific region of space in which the movements of electrons are confined is said to be shells which are divided into sub-shells and are s-, p-, d-, and f-. Among these sub-shells, the electrons are grouped as orbitals.
The numbers of electrons that these sub-shells can hold are:
s-block - 2
p-block - 6
d-block - 10
f-block - 14
The increasing order of energy of shells, sub-shell is:
As the number of electrons for a neutral atom is equal to the atomic number of an atom so,
The atomic number of tungsten is = 74
The electronic configuration of tungsten is:
(b)
Interpretation:
The electronic configuration of cobalt should be determined.
Concept Introduction:
The electrons are arranged around the nucleus of an atom in an increasing order of energy levels and this description of orbitals of atom occupied by electrons is known as electronic configuration.
Answer to Problem 2.10P
Electronic configuration of cobalt is:
Explanation of Solution
Electrons are distributed in the orbitals of the sub-shell. The specific region of space in which the movements of electrons are confined is said to be shells which are divided into sub-shells and are s-, p-, d-, and f-. Among these sub-shells, the electrons are grouped as orbitals.
The numbers of electrons that these sub-shells can hold are:
s-block - 2
p-block - 6
d-block - 10
f-block - 14
The increasing order of energy of shells, sub-shell is:
As the number of electrons for a neutral atom is equal to the atomic number of an atom so,
The atomic number of cobalt is = 27
The electronic configuration of cobalt is:
(c)
Interpretation:
The electronic configuration of zirconium should be determined.
Concept Introduction:
The electrons are arranged around the nucleus of an atom in an increasing order of energy levels and this description of orbitals of atom occupied by electrons is known as electronic configuration.
Answer to Problem 2.10P
The electronic configuration of zirconium is:
Explanation of Solution
Electrons are distributed in the orbitals of the sub-shell. The specific region of space in which the movements of electrons are confined is said to be shells which are divided into sub-shells and are s-, p-, d-, and f-. Among these sub-shells, the electrons are grouped as orbitals.
The numbers of electrons that these sub-shells can hold are:
s-block - 2
p-block - 6
d-block - 10
f-block - 14
The increasing order of energy of shells, sub-shell is:
As the number of electrons for a neutral atom is equal to the atomic number of an atom so,
The atomic number of zirconium is = 40
The electronic configuration of zirconium is;
(d)
Interpretation:
The electronic configuration of uranium should be determined.
Concept Introduction:
The electrons are arranged around the nucleus of an atom in an increasing order of energy levels and this description of orbitals of atom occupied by electrons is known as electronic configuration.
Answer to Problem 2.10P
Electronic configuration of uranium is:
Explanation of Solution
Electrons are distributed in the orbitals of the sub-shell. The specific region of space in which the movements of electrons are confined is said to be shells which are divided into sub-shells and are s-, p-, d-, and f-. Among these sub-shells, the electrons are grouped as orbitals.
The numbers of electrons that these sub-shells can hold are:
s-block - 2
p-block - 6
d-block - 10
f-block - 14
The increasing order of energy of shells, sub-shell is:
As the number of electrons for a neutral atom is equal to the atomic number of an atom so,
The electronic configuration of uranium is:
(e)
The electronic configuration of aluminum should be determined.
Concept Introduction:
The electrons are arranged around the nucleus of an atom in an increasing order of energy levels and this description of orbitals of atom occupied by electrons is known as electronic configuration.
Answer to Problem 2.10P
Electronic configuration of aluminum is:
Explanation of Solution
Electrons are distributed in the orbitals of the sub-shell. The specific region of space in which the movements of electrons are confined is said to be shells which are divided into sub-shells and are s-, p-, d-, and f-. Among these sub-shells, the electrons are grouped as orbitals.
The numbers of electrons that these sub-shells can hold are:
s-block - 2
p-block - 6
d-block - 10
f-block - 14
The increasing order of energy of shells, sub-shell is:
As the number of electrons for a neutral atom is equal to the atomic number of an atom so,
The atomic number of aluminum is = 13
The electronic configuration of aluminum is:
Want to see more full solutions like this?
Chapter 2 Solutions
Essentials Of Materials Science And Engineering
- step by step pleasearrow_forwardstep by step pleasearrow_forwardFy = 100 N Fx = 100 N Z a = 500 mm F₂ = 500 N b = 1000 mm Figure 2: Schematics for problem 3. 1. Draw the moment (M), axial (N), and shear (S) diagrams. Please note that this is a 3D problem and you will have moment (M) and shear (S) along two different axes. That means that you will have a total of 5 diagrams.arrow_forward
- step by steparrow_forwardThe power out of an adiabatic steam turbine is 5 MW and the steam enters turbine at 2 MPa and velocity of 50 m/s, specific enthalpy (h) of 3248 kJ/kg. The elevation of the inlet is 10 m higher than at the datum. The vapor mixture exits at 15 kPa and a velocity of 180 m/s, specific enthalpy (h) of 2361.01 kJ/kg. The elevation of the exit is 6 m higher than at the datum. Let g = 9.81 m/s². Assuming the ideal gas model and R = 0.462 KJ/(kg.K). The steam specific heat ratio is 1.283. Calculate:arrow_forwardThe power out of an adiabatic steam turbine is 5 MW and the steam enters turbine at 2 MPa and velocity of 50 m/s, specific enthalpy (h) of 3248 kJ/kg. The elevation of the inlet is 10 m higher than at the datum. The vapor mixture exits at 15 kPa and a velocity of 180 m/s, specific enthalpy (h) of 2361.01 kJ/kg. The elevation of the exit is 6 m higher than at the datum. Let g = 9.81 m/s². Assuming the ideal gas model and R = 0.462 KJ/(kg.K). The steam specific heat ratio is 1.283. Calculate:arrow_forward
- O Consider a 0.8 m high and 0.5 m wide window with thickness of 8 mm and thermal conductivity of k = 0.78 W/m °C. For dry day, the temperature of outdoor is -10 °C and the inner room temperature is 20°C. Take the heat transfer coefficient on the inner and outer surface of the window to be h₁ = 10 W/m² °C and h₂ = 40 W/m² °C which includes the effects of insulation. Determine:arrow_forwardCalculate the mass flow rate of the steam. Determine Cp and C₁ of steam.arrow_forwardstep by step pleasearrow_forward
- step by steparrow_forwardObjective: 1. Implement a custom Vector class in C++ that manages dynamic memory efficiently. 2. Demonstrate an understanding of the Big Five by managing deep copies, move semantics, and resource cleanup. 3. Explore the performance trade-offs between heap and stack allocation. Task Description: Part 1: Custom Vector Implementation 1. Create a Vector class that manages a dynamically allocated array. 。 Member Variables: ° T✶ data; // Dynamically allocated array for storage. std::size_t size; // Number of elements currently in the vector. std::size_t capacity; // Maximum number of elements before reallocation is required. 2. Implement the following core member functions: Default Constructor: Initialize an empty vector with no allocated storage. 。 Destructor: Free any dynamically allocated memory. 。 Copy Constructor: Perform a deep copy of the data array. 。 Copy Assignment Operator: Free existing resources and perform a deep copy. Move Constructor: Transfer ownership of the data array…arrow_forward2.68♦♦ Write code for a function with the following prototype: * Mask with least signficant n bits set to 1 * Examples: n = 6 -> 0x3F, n = 17-> 0x1FFFF * Assume 1 <= n <= w int lower_one_mask (int n); Your function should follow the bit-level integer coding rules Be careful of the case n = W.arrow_forward
- MATLAB: An Introduction with ApplicationsEngineeringISBN:9781119256830Author:Amos GilatPublisher:John Wiley & Sons IncEssentials Of Materials Science And EngineeringEngineeringISBN:9781337385497Author:WRIGHT, Wendelin J.Publisher:Cengage,Industrial Motor ControlEngineeringISBN:9781133691808Author:Stephen HermanPublisher:Cengage Learning
- Basics Of Engineering EconomyEngineeringISBN:9780073376356Author:Leland Blank, Anthony TarquinPublisher:MCGRAW-HILL HIGHER EDUCATIONStructural Steel Design (6th Edition)EngineeringISBN:9780134589657Author:Jack C. McCormac, Stephen F. CsernakPublisher:PEARSONFundamentals of Materials Science and Engineering...EngineeringISBN:9781119175483Author:William D. Callister Jr., David G. RethwischPublisher:WILEY