
Degarmo's Materials And Processes In Manufacturing
13th Edition
ISBN: 9781119492825
Author: Black, J. Temple, Kohser, Ronald A., Author.
Publisher: Wiley,
expand_more
expand_more
format_list_bulleted
Textbook Question
Chapter 28, Problem 30RQ
What is meant by "charging" a lap?
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
alpha 1 is not zero
alpha 1 can equal alpha 2
use velocity triangle to solve for alpha 1
USE MATLAB ONLY
provide typed code
solve for velocity triangle and dont provide copied answer
Turbomachienery .
GIven:
vx = 185 m/s, flow angle = 60 degrees, (leaving a stator in axial flow) 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',...…
3. Find a basis of eigenvectors and diagonalize.
4
0
-19
7
a.
b.
1-42
16
12-20
[21-61
2. Find the eigenvalues. Find the corresponding eigenvectors.
6
2
-21
[0 -3
1
3 31
a.
2 5
0
b.
3 0
-6
C.
1
1 0
-2 0
7
L6
6
0
1
1
2.
(Hint: λ =
= 3)
Chapter 28 Solutions
Degarmo's Materials And Processes In Manufacturing
Ch. 28 - What are machining processes that use abrasive...Ch. 28 - What is attrition in an abrasive grit?Ch. 28 - Why is friability an important grit property?Ch. 28 - Explain the relationship between grit size and...Ch. 28 - Why is aluminum oxide used more frequently than...Ch. 28 - Why is CBN superior to silicon carbide as an...Ch. 28 - What materials commonly are used as bonding agents...Ch. 28 - Why is the grade of a bond in a grinding wheel...Ch. 28 - How does grade differ from structure in a grinding...Ch. 28 - Prob. 10RQ
Ch. 28 - How does loading differ from glazing?Ch. 28 - What is meant by the statement that grinding is a...Ch. 28 - What is accomplished in dressing a grinding wheel?Ch. 28 - How does abrasive machining differ from ordinary...Ch. 28 - Prob. 15RQCh. 28 - How is the feed of the workpiece controlled in...Ch. 28 - Why is grain spacing important in grinding wheels?Ch. 28 - Prob. 18RQCh. 28 - How does plunge-cut grinding compare to...Ch. 28 - Prob. 20RQCh. 28 - What is the purpose of low-stress grinding?Ch. 28 - How is low-stress grinding done compared to...Ch. 28 - Prob. 23RQCh. 28 - Why are centerless grinders so popular in industry...Ch. 28 - Explain how an SEM micrograph is made. Check the...Ch. 28 - Why are vacuum chucks and magnetic chucks widely...Ch. 28 - How does creep feed grinding differ from...Ch. 28 - Why does a lap not wear, even though it is softer...Ch. 28 - How do honing stones differ from grinding wheels?Ch. 28 - What is meant by charging a lap?Ch. 28 - Why is a honing head permitted to float in a hole...Ch. 28 - How does a coated abrasive differ from an abrasive...Ch. 28 - Why are the bottoms of chips shown in Figure 28.9...Ch. 28 - Prob. 34RQCh. 28 - What are the common causes of grinding accidents?Ch. 28 - What other machine tool does a surface grinder...Ch. 28 - Figure 28.11 showed residual stress distributions...Ch. 28 - In grinding, what is infeed versus cross feed?Ch. 28 - One of the problems with waterjet cutting is that...Ch. 28 - In AWC, what keeps the abrasive jet from machining...Ch. 28 - Prob. 1PCh. 28 - Explain why it is that a small particle of a...Ch. 28 - In grinding, both the wheel and workpiece are...
Additional Engineering Textbook Solutions
Find more solutions based on key concepts
Determine the minimum force P to prevent the 30-kg rod AB from sliding. The contact surface at B is smooth, whe...
INTERNATIONAL EDITION---Engineering Mechanics: Statics, 14th edition (SI unit)
Write nested if statements that perform the following test: If amount1 is greater than 10 and amount2 is less t...
Starting Out with Java: From Control Structures through Objects (7th Edition) (What's New in Computer Science)
Explain why SQL is called a set-oriented language.
Modern Database Management
The post weighs 8kN/m. Determine the internal normal force in the post as a function of x. P43
Mechanics of Materials (10th Edition)
template class T int square(int number) { return number number; }
Starting Out with C++ from Control Structures to Objects (9th Edition)
In an IfThenElseIf statement, what is the purpose of a trailing Else?
Starting Out With Visual Basic (8th Edition)
Knowledge Booster
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
- USE MATLAB ONLY provide typed code solve for velocity triangle and dont provide copied answer Turbomachienery . GIven: vx = 185 m/s, flow angle = 60 degrees, (leaving a stator in axial flow) 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),...…arrow_forwardUSE MATLAB ONLY provide typed code solve for velocity triangle and dont provide copied answer 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]), ...…arrow_forwardThe answer should equal to 1157. Please sent me the solution. Thank you!arrow_forward
- BONUS: If the volume of the 8cm x 6.5cm x 6cm Block of Aluminum was 312cm3 before machining, find how much material was removed when the fixture below was machined. +2 2.00 cm 6.00 cm 2.50 cm 6.50 cm 1.00 cm 2.50 cm 11.00 cm 8.00 cm 30 CP 9411 FL.4) (m² 1157 Area of triangle = 1/2*B*H Area of circle = лR² Circumference of a circle = 2πR 6.00 cm 6.50 cm 1.50 cm Radius 1.50 cm 1.00 cmarrow_forwardConsider a 5m by 5m wet concret patio with an average water film thickness of .2mm. Now wind at 50 km/h is blowing over the surface. If the air is at 1 atm, 15oC and 35 percent relative humidity, determine how long it will take for the patio to completely dry.arrow_forward70. Compute the number of cubic centimeters of iron required for the cast-iron plate shown. The plate is 3.50 centimeters thick. Round the answer to the nearest cubic centimeter. 50.0 cm 40.0 cm Radius 150° 115.0 cm- 81.0 cmarrow_forward
- Law of Sines Solve the following problems using the Law of Sin 7. Find side x. All dimensions are in inches. -°-67°-37° 81° x Sin A 8.820 X 67°00' 32°00' a sin A b C sin B sin Carrow_forward35. a. Determine B. b. Determine side b. c. Determine side c. 5.330 in.- ZB 73°30'arrow_forwardConsider a 12 cm internal diameter, 14 m long circular duct whose interior surface is wet. The duct is to be dried by forcing dry air at 1 atm and 15 degrees C throught it at an average velocity of 3m/s. The duct passes through a chilled roo, and it remains at an average temp of 15 degrees C at all time. Determine the mass transfer coeeficient in the duct.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Refrigeration and Air Conditioning Technology (Mi...Mechanical EngineeringISBN:9781305578296Author:John Tomczyk, Eugene Silberstein, Bill Whitman, Bill JohnsonPublisher:Cengage LearningUnderstanding Motor ControlsMechanical EngineeringISBN:9781337798686Author:Stephen L. HermanPublisher:Delmar Cengage LearningPrecision Machining Technology (MindTap Course Li...Mechanical EngineeringISBN:9781285444543Author:Peter J. Hoffman, Eric S. Hopewell, Brian JanesPublisher:Cengage Learning
- Welding: Principles and Applications (MindTap Cou...Mechanical EngineeringISBN:9781305494695Author:Larry JeffusPublisher:Cengage LearningAutomotive Technology: A Systems Approach (MindTa...Mechanical EngineeringISBN:9781133612315Author:Jack Erjavec, Rob ThompsonPublisher:Cengage Learning

Refrigeration and Air Conditioning Technology (Mi...
Mechanical Engineering
ISBN:9781305578296
Author:John Tomczyk, Eugene Silberstein, Bill Whitman, Bill Johnson
Publisher:Cengage Learning

Understanding Motor Controls
Mechanical Engineering
ISBN:9781337798686
Author:Stephen L. Herman
Publisher:Delmar Cengage Learning

Precision Machining Technology (MindTap Course Li...
Mechanical Engineering
ISBN:9781285444543
Author:Peter J. Hoffman, Eric S. Hopewell, Brian Janes
Publisher:Cengage Learning

Welding: Principles and Applications (MindTap Cou...
Mechanical Engineering
ISBN:9781305494695
Author:Larry Jeffus
Publisher:Cengage Learning

Automotive Technology: A Systems Approach (MindTa...
Mechanical Engineering
ISBN:9781133612315
Author:Jack Erjavec, Rob Thompson
Publisher:Cengage Learning
Relationship Between Elastic Constants and Connecting Equations; Author: Engineers Academy;https://www.youtube.com/watch?v=whW5PnM7Pug;License: Standard Youtube License