Foundations of Materials Science and Engineering
Foundations of Materials Science and Engineering
6th Edition
ISBN: 9781259696558
Author: SMITH
Publisher: MCG
bartleby

Concept explainers

Question
Book Icon
Chapter 3.15, Problem 60AAP

(a)

To determine

The linear atomic density of atom.

(a)

Expert Solution
Check Mark

Answer to Problem 60AAP

The linear atomic density of atom is 12.017×1012atoms/mm2.

Explanation of Solution

Draw the figure for the plane of (100).

Foundations of Materials Science and Engineering, Chapter 3.15, Problem 60AAP , additional homework tip  1

Figure-(1)

Write the expression for the planer density of the atom.

    ρ1=na2                                                             (I)

Here, the number of the atoms is n and the lattice constant is a.

Conclusion:

Here, the number of atoms for BCC for direction (100) is 1atom.

Substitute 1atom for n and 0.28846nm for a in Equation (I).

    ρ1=1atoms(0.28846nm)2=1atoms(0.28846nm(109m1nm)(103mm1m))2=12.017×1012atoms/mm2

Thus, the linear atomic density of atom is 12.017×1012atoms/mm2.

(b)

To determine

The linear atomic density of atom.

(b)

Expert Solution
Check Mark

Answer to Problem 60AAP

The linear atomic density of atom is 16.99×1012atoms/mm2.

Explanation of Solution

Draw the figure for the plane of (110).

Foundations of Materials Science and Engineering, Chapter 3.15, Problem 60AAP , additional homework tip  2

Figure (2)

Write the expression for the planer density of the atom.

    ρ1=n2a2                                                             (II)

Here, the number of the atoms is n and the lattice constant is a.

Conclusion:

Here, the number of atoms for BCC for direction (110) is 2atom.

Substitute 2atom for n and 0.28846nm for a in Equation (II).

    ρ1=2atom2(0.28846nm)2=2atom2(0.28846nm(109m1nm)(103mm1m))2=16.99×1012atoms/mm2

Thus, the linear atomic density of atom is 16.99×1012atoms/mm2.

(c)

To determine

The linear atomic density of atom.

(c)

Expert Solution
Check Mark

Answer to Problem 60AAP

The linear atomic density of atom is 20.81×1012atoms/mm2.

Explanation of Solution

Draw the figure for the plane of (111).

Foundations of Materials Science and Engineering, Chapter 3.15, Problem 60AAP , additional homework tip  3

Figure-(3)

Write the expression for the planer density of the atom.

    ρ1=n32a2                                                             (III)

Here, the number of the atoms is n and the lattice constant is a.

Conclusion:

Here, the number of atoms for BCC for direction (111) is 32atoms.

Substitute 32atoms for n and 0.28846nm for a in Equation (III).

    ρ1=32atoms32(0.28846nm)2=32atoms32(0.28846nm(109m1nm)(103mm1m))2=20.81×1012atoms/mm2

Thus, the linear atomic density of atom is 20.81×1012atoms/mm2.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
USE MATLAB ONLY   Turbomachienery .   GIven:  vx = 185 m/s, flow angle = 60 degrees, R = 0.5, U = 150 m/s, b2 = -a3, a2 = -b3   Find: velocity triangle , a. magnitude of abs vel leaving rotor (m/s) b. flow absolute angles (a1, a2, a3) 3. flow rel angles (b2, b3) d. specific work done e. use code to draw vel. diagram     Use this code for plot      % plots Velocity Tri. in Ch4 function plotveltri(al1,al2,al3,b2,b3)   S1L = [0 1]; V1x = [0 0]; V1s = [0 1*tand(al3)];   S2L = [2 3]; V2x = [0 0]; V2s = [0 1*tand(al2)]; W2s = [0 1*tand(b2)];   U2x = [3 3]; U2y = [1*tand(b2) 1*tand(al2)];   S3L = [4 5]; V3x = [0 0]; V3r = [0 1*tand(al3)]; W3r = [0 1*tand(b3)];   U3x = [5 5]; U3y = [1*tand(b3) 1*tand(al3)];   plot(S1L,V1x,'k',S1L,V1s,'r',... S2L,V2x,'k',S2L,V2s,'r',S2L,W2s,'b',U2x,U2y,'g',... S3L,V3x,'k',S3L,V3r,'r',S3L,W3r,'b',U3x,U3y,'g',...... 'LineWidth',2,'MarkerSize',10),... axis([-1 6 -4 4]), ... title('Velocity Triangle'), ... xlabel('x'),yl
The wall of a furnace has a thickness of 5 cm and thermal conductivity of 0.7 W/m-°C. The inside surface is heated by convection with a hot gas at 402°C and a heat transfer coefficient of 37 W/m²-°C. The outside surface has an emissivity of 0.8 and is exposed to air at 27°C with a heat transfer coefficient of 20 W/m²-ºC. Assume that the furnace is inside a large room with walls, floor and ceiling at 27°C. Show the thermal circuit and determine the heat flux through the furnace wall. h₁ T₁ k -L T. sur ho E
Turbomachienery .   GIven:  vx = 185 m/s, flow angle = 60 degrees, R = 0.5, U = 150 m/s, b2 = -a3, a2 = -b3   Find: velocity triangle , a. magnitude of abs vel leaving rotor (m/s) b. flow absolute angles (a1, a2, a3) 3. flow rel angles (b2, b3) d. specific work done e. use code to draw vel. diagram     Use this code for plot      % plots Velocity Tri. in Ch4 function plotveltri(al1,al2,al3,b2,b3)   S1L = [0 1]; V1x = [0 0]; V1s = [0 1*tand(al3)];   S2L = [2 3]; V2x = [0 0]; V2s = [0 1*tand(al2)]; W2s = [0 1*tand(b2)];   U2x = [3 3]; U2y = [1*tand(b2) 1*tand(al2)];   S3L = [4 5]; V3x = [0 0]; V3r = [0 1*tand(al3)]; W3r = [0 1*tand(b3)];   U3x = [5 5]; U3y = [1*tand(b3) 1*tand(al3)];   plot(S1L,V1x,'k',S1L,V1s,'r',... S2L,V2x,'k',S2L,V2s,'r',S2L,W2s,'b',U2x,U2y,'g',... S3L,V3x,'k',S3L,V3r,'r',S3L,W3r,'b',U3x,U3y,'g',...... 'LineWidth',2,'MarkerSize',10),... axis([-1 6 -4 4]), ... title('Velocity Triangle'), ... xlabel('x'),ylabel('y'), grid

Chapter 3 Solutions

Foundations of Materials Science and Engineering

Ch. 3.15 - Prob. 11KCPCh. 3.15 - Prob. 12KCPCh. 3.15 - Prob. 13KCPCh. 3.15 - Prob. 14KCPCh. 3.15 - Prob. 15KCPCh. 3.15 - Prob. 16KCPCh. 3.15 - Prob. 17KCPCh. 3.15 - Prob. 18KCPCh. 3.15 - Prob. 19KCPCh. 3.15 - Prob. 20KCPCh. 3.15 - Prob. 21KCPCh. 3.15 - Prob. 22KCPCh. 3.15 - Prob. 23KCPCh. 3.15 - Prob. 24AAPCh. 3.15 - Prob. 25AAPCh. 3.15 - Prob. 26AAPCh. 3.15 - Prob. 27AAPCh. 3.15 - Prob. 28AAPCh. 3.15 - Prob. 29AAPCh. 3.15 - Prob. 30AAPCh. 3.15 - Prob. 31AAPCh. 3.15 - Prob. 33AAPCh. 3.15 - A direction vector passes through a unit cube from...Ch. 3.15 - Prob. 36AAPCh. 3.15 - Prob. 37AAPCh. 3.15 - Prob. 38AAPCh. 3.15 - Prob. 41AAPCh. 3.15 - Prob. 42AAPCh. 3.15 - Prob. 43AAPCh. 3.15 - Prob. 44AAPCh. 3.15 - Prob. 45AAPCh. 3.15 - Prob. 46AAPCh. 3.15 - Prob. 47AAPCh. 3.15 - Rodium is FCC and has a lattice constant a of...Ch. 3.15 - Prob. 49AAPCh. 3.15 - Prob. 50AAPCh. 3.15 - Prob. 51AAPCh. 3.15 - Prob. 52AAPCh. 3.15 - Prob. 53AAPCh. 3.15 - Prob. 54AAPCh. 3.15 - Prob. 55AAPCh. 3.15 - Determine the Miller-Bravais direction indices of...Ch. 3.15 - Determine the Miller-Bravais direction indices of...Ch. 3.15 - Prob. 58AAPCh. 3.15 - Prob. 59AAPCh. 3.15 - Prob. 60AAPCh. 3.15 - Prob. 61AAPCh. 3.15 - Prob. 62AAPCh. 3.15 - Prob. 63AAPCh. 3.15 - Prob. 64AAPCh. 3.15 - Prob. 65AAPCh. 3.15 - Prob. 66AAPCh. 3.15 - Prob. 67AAPCh. 3.15 - Prob. 68AAPCh. 3.15 - Prob. 69AAPCh. 3.15 - Prob. 70AAPCh. 3.15 - Prob. 71AAPCh. 3.15 - Prob. 72AAPCh. 3.15 - Prob. 73AAPCh. 3.15 - Prob. 74SEPCh. 3.15 - Prob. 75SEPCh. 3.15 - Prob. 76SEPCh. 3.15 - Assuming that the volume of an HCP metal cell...Ch. 3.15 - Prob. 79SEPCh. 3.15 - Prob. 80SEPCh. 3.15 - Prob. 81SEPCh. 3.15 - Prob. 82SEPCh. 3.15 - Prob. 83SEPCh. 3.15 - Prob. 84SEPCh. 3.15 - Prob. 85SEPCh. 3.15 - Prob. 86SEPCh. 3.15 - Prob. 87SEPCh. 3.15 - Prob. 88SEPCh. 3.15 - Prob. 89SEPCh. 3.15 - Prob. 90SEPCh. 3.15 - Prob. 91SEPCh. 3.15 - Prob. 92SEPCh. 3.15 - Prob. 93SEPCh. 3.15 - Prob. 94SEPCh. 3.15 - Prob. 95SEPCh. 3.15 - Prob. 96SEP
Knowledge Booster
Background pattern image
Mechanical Engineering
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, mechanical-engineering and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Elements Of Electromagnetics
Mechanical Engineering
ISBN:9780190698614
Author:Sadiku, Matthew N. O.
Publisher:Oxford University Press
Text book image
Mechanics of Materials (10th Edition)
Mechanical Engineering
ISBN:9780134319650
Author:Russell C. Hibbeler
Publisher:PEARSON
Text book image
Thermodynamics: An Engineering Approach
Mechanical Engineering
ISBN:9781259822674
Author:Yunus A. Cengel Dr., Michael A. Boles
Publisher:McGraw-Hill Education
Text book image
Control Systems Engineering
Mechanical Engineering
ISBN:9781118170519
Author:Norman S. Nise
Publisher:WILEY
Text book image
Mechanics of Materials (MindTap Course List)
Mechanical Engineering
ISBN:9781337093347
Author:Barry J. Goodno, James M. Gere
Publisher:Cengage Learning
Text book image
Engineering Mechanics: Statics
Mechanical Engineering
ISBN:9781118807330
Author:James L. Meriam, L. G. Kraige, J. N. Bolton
Publisher:WILEY