
Essentials Of Materials Science And Engineering, Si Edition
4th Edition
ISBN: 9781337629157
Author: Donald R. Askeland, Wendelin J. Wright
Publisher: Cengage Learning
expand_more
expand_more
format_list_bulleted
Question
Chapter 6, Problem 6.56P
Interpretation Introduction
Interpretation:
The macro-hardness and micro hardness needs to be explained.
Concept introduction:
The macro-hardness and micro hardness are the two ranges of hardness testing.
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
solve this, show all steps, no ai pz, please draw it out
NO AI PLEASE WILL REJECT
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
Chapter 6 Solutions
Essentials Of Materials Science And Engineering, Si Edition
Ch. 6 - Prob. 6.1PCh. 6 - Prob. 6.2PCh. 6 - Prob. 6.3PCh. 6 - Prob. 6.4PCh. 6 - Prob. 6.5PCh. 6 - Prob. 6.6PCh. 6 - Prob. 6.7PCh. 6 - Prob. 6.8PCh. 6 - Prob. 6.9PCh. 6 - Prob. 6.10P
Ch. 6 - Prob. 6.11PCh. 6 - Prob. 6.12PCh. 6 - Prob. 6.13PCh. 6 - Prob. 6.14PCh. 6 - Prob. 6.15PCh. 6 - Prob. 6.16PCh. 6 - Prob. 6.17PCh. 6 - Prob. 6.18PCh. 6 - Prob. 6.19PCh. 6 - Prob. 6.20PCh. 6 - Prob. 6.21PCh. 6 - Prob. 6.22PCh. 6 - Prob. 6.23PCh. 6 - Prob. 6.24PCh. 6 - Prob. 6.25PCh. 6 - Prob. 6.26PCh. 6 - Prob. 6.27PCh. 6 - Prob. 6.28PCh. 6 - Prob. 6.29PCh. 6 - Prob. 6.30PCh. 6 - Prob. 6.31PCh. 6 - Prob. 6.32PCh. 6 - Prob. 6.33PCh. 6 - Prob. 6.34PCh. 6 - Prob. 6.35PCh. 6 - Prob. 6.36PCh. 6 - Prob. 6.37PCh. 6 - Prob. 6.38PCh. 6 - Prob. 6.39PCh. 6 - Prob. 6.40PCh. 6 - Prob. 6.41PCh. 6 - Prob. 6.42PCh. 6 - Prob. 6.43PCh. 6 - Prob. 6.44PCh. 6 - Prob. 6.45PCh. 6 - Prob. 6.46PCh. 6 - Prob. 6.47PCh. 6 - Prob. 6.48PCh. 6 - Prob. 6.49PCh. 6 - Prob. 6.50PCh. 6 - Prob. 6.51PCh. 6 - Prob. 6.52PCh. 6 - Prob. 6.53PCh. 6 - Prob. 6.54PCh. 6 - Prob. 6.55PCh. 6 - Prob. 6.56PCh. 6 - Prob. 6.57PCh. 6 - Prob. 6.58PCh. 6 - Prob. 6.59PCh. 6 - Prob. 6.60PCh. 6 - Prob. 6.61PCh. 6 - Prob. 6.62PCh. 6 - Prob. 6.63PCh. 6 - Prob. 6.64PCh. 6 - Prob. 6.65PCh. 6 - Prob. 6.66PCh. 6 - Prob. 6.67PCh. 6 - Prob. 6.68PCh. 6 - Prob. 6.69PCh. 6 - Prob. 6.70PCh. 6 - Prob. 6.71PCh. 6 - Prob. 6.72PCh. 6 - Prob. 6.73PCh. 6 - Prob. 6.74PCh. 6 - Prob. 6.75PCh. 6 - Prob. 6.77PCh. 6 - Prob. 6.78PCh. 6 - Prob. 6.79PCh. 6 - Prob. 6.80PCh. 6 - Prob. 6.81PCh. 6 - Prob. 6.82PCh. 6 - Prob. K6.1KP
Knowledge Booster
Similar questions
- I have gotten this far but cant figure out how to do the slopes!! i need help finding the weight.arrow_forward"?Can the expert help me solve only a bonus question using Arduino" The system must control 3 LEDs (Red, Green, and Blue) to operate in 4 different lighting modes: Mode 3: LEDs fade in and out smoothly (PWM control) in the order Red Green → Blue. Bonus Challenge (Potentiometer Control): The potentiometer (connected to pin A0) allows for dynamic control of the brightness during the fading mode (Mode 3). This allows the user to adjust how bright or dim the LEDs should fade in and out. This solution meets the project requirements, including the current limits, and provides interactive functionality with the push button and potentiometer.arrow_forwardResearch enterprise network services commonly performed by Linux servers. Choose 3 and describe their function, as well as why they are typically set up on Linux machines.arrow_forward
- 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 Earrow_forwardTurbomachienery . 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'), gridarrow_forwardTo save fuel during the heating season it is suggested that glass windows be covered at night with a 1.2 cm layer of polystyrene. Estimate the percent savings in energy and discuss the feasibility of this idea. Show the thermal circuit with and without the insulation panel. Consider a typical case of 0.2 cm thick window glass with inside and outside heat transfer coefficients of 6 and 32 W/m²-ºC. Lg←←Lp h T₁ T。 g kp insulation panelarrow_forward
- See the attached image for answeringarrow_forwardI need a complete and correct solution, please Suppose that X and Y have the following joint probability distribution y 24 1 [0.1 0.15] P(X,Y) = x3 0.2 0.3 50.1 0.15] a) Evaluate the marginal distribution of X and Y b) Find P(Y/X) and P(X/Y). c) Find P(Y=2/X=3). d) Find μx, Hy, σ,σ and oxy.arrow_forwardA plate of thickness L and thermal conductivity k is exposed to a fluid at temperature T1 with a heat transfer coefficient h, on one side and T2 and h₂ on the other side. Determine the one-dimensional temperature distribution in the plate. Assume steady state and constant conductivity. L h h T%2 k Tx1 0xarrow_forward
- Determine the heater capacity needed to maintain the inside temperature of a laboratory chamber at 38°C when placed in a room at 21°C. The chamber is cubical with each side measuring 35 cm. The walls are 1.2 cm thick and are made of polystyrene. The inside and outside heat transfer coefficients are 5 and 22 W/m²-°C.arrow_forward(a) Refer to the above figure .What kind of controller is it ? (b) simplify the block diagramto derive the closed loop transfer function of the system. (C) What are the assumptions thatare needed to make to findthe controller gain ? What arethe value of Kp , Ti and Td ?arrow_forwardLonsider a regenerative gas turbine power plant with two stages of compression and two stages of expansion. The compressor pressure ratio of the compressor is 3. Air enters each stage of compressor at 290 K and esch stage of turbine at 1400 K. The regetierator has an effectiveness of 100%, Determine (a) The enthalpy at stage#2 in KJ/kg (b) The enthalpy at stage in KJ/kg" (c) The cathalpy at stager in KJ/kg* (d) The enthalpy at stage#10 in KJ/kg (c) The mass flow rate of air needed to develop a net power output of 50 MW *For all final answers please enter the integer part only, (ie 1234) and do not include the decimal part and the decimal point No rounding in your calculationarrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- 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

MATLAB: An Introduction with Applications
Engineering
ISBN:9781119256830
Author:Amos Gilat
Publisher:John Wiley & Sons Inc

Essentials Of Materials Science And Engineering
Engineering
ISBN:9781337385497
Author:WRIGHT, Wendelin J.
Publisher:Cengage,

Industrial Motor Control
Engineering
ISBN:9781133691808
Author:Stephen Herman
Publisher:Cengage Learning

Basics Of Engineering Economy
Engineering
ISBN:9780073376356
Author:Leland Blank, Anthony Tarquin
Publisher:MCGRAW-HILL HIGHER EDUCATION

Structural Steel Design (6th Edition)
Engineering
ISBN:9780134589657
Author:Jack C. McCormac, Stephen F. Csernak
Publisher:PEARSON

Fundamentals of Materials Science and Engineering...
Engineering
ISBN:9781119175483
Author:William D. Callister Jr., David G. Rethwisch
Publisher:WILEY