Essentials Of Materials Science And Engineering
Essentials Of Materials Science And Engineering
4th Edition
ISBN: 9781337670845
Author: ASKELAND
Publisher: Cengage
Question
Book Icon
Chapter 4, Problem 4.43P
Interpretation Introduction

Interpretation:

The applied stress needed to cause the slip to begin in the [111] direction on the (110),(011), and [101¯] slip planes needs to be calculated.

Concept Introduction:

The angle between the normal to the slip plane and the applied force can be calculated as follows:

  cosϕ=a.b|ab|

Here, a,b are the planes and the angle between the normal to the slip plane and the applied force is ϕ.

Expert Solution & Answer
Check Mark

Answer to Problem 4.43P

The applied stress that causes the slip on the plane [110]is [].

The applied stress that causes the slip on the plane [011] is [29412psi].

The applied stress that causes the slip on the plane [101¯] is [29412psi].

Explanation of Solution

The angle between the normal to the slip plane and the applied force can be calculated as follows:

  cosϕ=a.b|ab|

Here, a,b are the planes and the angle between the normal to the slip plane and the applied force is ϕ.

Substitute [001] for a and [11¯1] for b.

  cosϕ=[001].[1 1 ¯1] 0 2 + 0 2 + 1 2 × 1 2 + ( 1 ) 2 + 1 2 =( 0×1)+( 0×1)+( 1×1)1×3cosϕ=(1 3 )ϕ=cos1(0.577)=54.76o

The angle between the slip direction and the applied force slip plane [110] can be calculated as follows:

  cosλ1=a.c|ac|

Here, a,c are the planes and the angel between the slip direction and the applied force slip plane [110] is λ1.

Substitute [001] for a and [110] for c

  cosλ1=[001].[110] 0 2 + 0 2 + 1 2 × 1 2 + 1 2 + 0 2 =( 0×1)+( 0×1)+( 1×0)1×2cosλ1=(0)λ1=cos1(0)=90o

Calculate the angel between the slip direction and the applied force slip plane [011]

  cosλ2=a.d|ad|

Here, a,d are the planes and the angel between the slip direction and the applied force slip plane [110] is λ1.

Substitute [001] for a and [011] for d

  cosλ2=[001].[011] 0 2 + 0 2 + 1 2 × 0 2 + 1 2 + 1 2 =( 0×1)+( 0×1)+( 1×1)1×2cosλ2=(1 2 )λ2=cos1(1 2 )=45o

The angle between the slip direction and the applied force slip plane [101¯] can be calculated as follows:

  cosλ3=a.e|ae|

Here, a,e are the planes.

Substitute [001] for a and [101¯] for e

  cosλ3=[001].[10 1 ¯] 0 2 + 0 2 + 1 2 × ( 1 ) 2 + 0 2 + ( 1 ) 2 =|( 0×1)+( 0×0)+( 1×1)|1×2cosλ3=(1 2 )λ3=cos1(1 2 )=45o

The cubic crystal system that represents the orientation of different planes is as follows:

Essentials Of Materials Science And Engineering, Chapter 4, Problem 4.43P , additional homework tip  1

Essentials Of Materials Science And Engineering, Chapter 4, Problem 4.43P , additional homework tip  2

The applied stress produces resolved shear stress, τr which is equal to the critical shear stress, τcrss. Hence,

  τr=τcrss

Apply Schmidt's law and calculate the applied stress that causes the slip on the plane [110] as follows.

  τcrss=σ1cosλ1cosϕ

Substitute 12,000psi for τcrss,54.76o for ϕ, and 90o for λ1.

  12,000=σ1×cos90o×cos54.76oσ1=12,000cos 90o×cos 54.76o=12,0000=

Therefore, the applied stress that causes the slip on the plane [110] is [].

Apply Schmidt's law and calculate the applied stress that causes the slip on the plane [011] as follows.

  τcrss=σ2cosλ2cosϕ

Substitute 12,000psi for τcrss,54.76o for ϕ, and 45o for λ2.

  12,000=σ2×cos45o×cos54.76oσ2=12,000cos 45o×cos 54.76o=12,0000.408=29412 psi

Therefore, the applied stress that causes the slip on the plane [011] is [29412psi].

Conclusion

The applied stress that causes the slip on the plane [110]is [].

The applied stress that causes the slip on the plane [011] is [29412psi].

The applied stress that causes the slip on the plane [101¯] is [29412psi].

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
Consider a piece of steel undergoing a decarburization process at 925 degrees C. the mass diffusivity of carbon in steel at 925 degrees C is 1*10^-7 cm^2/s. Determine the depth below the surface of the steel at which the concentration of carbon is reduced to 40 percent from its initial value as a result of the decarburization process for (a) an hour and (b) 10 hours. Assume the concnetration of carbon at the surface is zero throughout the decarburization process.
E3.2 Consider the following prototype patterns. i. ii. iii. P1 = P2 = 10.5. [1] Find and sketch a decision boundary for a perceptron network that will recognize these two vectors. Find weights and bias which will produce the decision boundary you found in part i, and sketch the network diagram. Calculate the network output for the following input. Is the network response (decision) reasonable? Explain. p = [2] iv. V. Design a Hamming network to recognize the two prototype vectors above. Calculate the network output for the Hamming network with the input vector given in part iii, showing all steps. Does the Hamming network produce the same decision as the perceptron? Explain why or why not. Which network is better suited to this problem? Explain.
7. See the code below and solve the following. public class Test { public static void main(String[] args) { int result = 0; } result = fn(2,3); System.out.println("The result is: + result); // fn(x, 1) = x // fn(x, y) = fn(x, y-1) + 2, when y>1 public static int fn(int x, int y) { if (x <= 1) return x; else return fn(x, y-1) + 2; } } 7-1. This program has a bug that leads to infinite recursion. Modify fn(int x, int y) method to fix the problem. (2 point) 7-2. Manually trace the recursive call, fn(2,3) and show the output (step by step). (2 point) 7-3. Can you identify the Base Case in recursive method fn(int x, int y)? (1 point)

Chapter 4 Solutions

Essentials Of Materials Science And Engineering

Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
MATLAB: An Introduction with Applications
Engineering
ISBN:9781119256830
Author:Amos Gilat
Publisher:John Wiley & Sons Inc
Text book image
Essentials Of Materials Science And Engineering
Engineering
ISBN:9781337385497
Author:WRIGHT, Wendelin J.
Publisher:Cengage,
Text book image
Industrial Motor Control
Engineering
ISBN:9781133691808
Author:Stephen Herman
Publisher:Cengage Learning
Text book image
Basics Of Engineering Economy
Engineering
ISBN:9780073376356
Author:Leland Blank, Anthony Tarquin
Publisher:MCGRAW-HILL HIGHER EDUCATION
Text book image
Structural Steel Design (6th Edition)
Engineering
ISBN:9780134589657
Author:Jack C. McCormac, Stephen F. Csernak
Publisher:PEARSON
Text book image
Fundamentals of Materials Science and Engineering...
Engineering
ISBN:9781119175483
Author:William D. Callister Jr., David G. Rethwisch
Publisher:WILEY