EBK MANUFACTURING ENGINEERING & TECHNOL
7th Edition
ISBN: 9780100793439
Author: KALPAKJIAN
Publisher: YUZU
expand_more
expand_more
format_list_bulleted
Concept explainers
Textbook Question
Chapter 19, Problem 4RQ
How are injection-molding machines rated?
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 19 Solutions
EBK MANUFACTURING ENGINEERING & TECHNOL
Ch. 19 - What are the forms of raw materials for processing...Ch. 19 - What is extrusion? What products are produced by...Ch. 19 - Describe the features of an extruder screw and...Ch. 19 - How are injection-molding machines rated?Ch. 19 - What is (a) a parison, (b) a plastisol, and (c) a...Ch. 19 - How is thin plastic film produced?Ch. 19 - List several common products that can be made by...Ch. 19 - What similarities and differences are there...Ch. 19 - Explain the difference between potting and...Ch. 19 - What is thermoforming?
Ch. 19 - Describe runner, gate, sprue, and well.Ch. 19 - Describe the advantages of cold-forming plastics...Ch. 19 - What are the characteristics of filament-wound...Ch. 19 - Describe the methods that can be used to make...Ch. 19 - What is pultrusion? Pulforming?Ch. 19 - How are very thin plastic film produced?Ch. 19 - What process is used to make foam drinking cups?Ch. 19 - If a polymer is in the form of a thin sheet, is it...Ch. 19 - How are polymer fibers made? Why are they much...Ch. 19 - What are the advantages of coextrusion?Ch. 19 - Explain how latex rubber gloves are made.Ch. 19 - Describe the features of a screw extruder...Ch. 19 - Explain why injection molding is capable of...Ch. 19 - Prob. 24QLPCh. 19 - Explain the reasons that some plastic-forming...Ch. 19 - Describe the problems involved in recycling...Ch. 19 - Can thermosetting plastics be used in injection...Ch. 19 - Inspect some plastic containers, such as those...Ch. 19 - An injection-molded nylon gear is found to contain...Ch. 19 - Explain why operations such as blow molding and...Ch. 19 - Prob. 31QLPCh. 19 - Typical production rates are given in Table 19.2....Ch. 19 - What determines the cycle time for (a) injection...Ch. 19 - Does the pull-in defect (sink marks) shown in Fig....Ch. 19 - What determines the intervals at which the...Ch. 19 - Identify processes that would be suitable for...Ch. 19 - Identify processes that are capable of producing...Ch. 19 - Inspect several electrical components, such as...Ch. 19 - Inspect several similar products that are made of...Ch. 19 - What are the advantages of using whiskers a...Ch. 19 - Construct a table that lists the main...Ch. 19 - Estimate the die-clamping force required for...Ch. 19 - A 2-Iitcr plastic beverage bottle is made by blow...Ch. 19 - Consider a Styrofoam drinking cup. Measure the...Ch. 19 - In Fig. 19.2, what flight angle, , should be used...Ch. 19 - Make a survey of a variety of sports equipment,...Ch. 19 - Explain the design considerations involved in...Ch. 19 - Give examples of several parts suitable for insert...Ch. 19 - Give other examples of design modifications in...Ch. 19 - With specific examples, discuss the design issues...Ch. 19 - Die swell in extrusion is radially uniform for...Ch. 19 - Inspect various plastic components in a typical...Ch. 19 - It is well known that plastic forks, spoons, and...Ch. 19 - Prob. 55SDPCh. 19 - Make a survey of the technical literature, and...Ch. 19 - Prob. 57SDPCh. 19 - Prob. 58SDPCh. 19 - Prob. 59SDPCh. 19 - Examine some common and colorful plastic poker...Ch. 19 - Obtain different styles of toothpaste tubes,...Ch. 19 - By incorporating small amounts of blowing agent,...
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
- Welding: Principles and Applications (MindTap Cou...Mechanical EngineeringISBN:9781305494695Author:Larry JeffusPublisher:Cengage Learning

Welding: Principles and Applications (MindTap Cou...
Mechanical Engineering
ISBN:9781305494695
Author:Larry Jeffus
Publisher:Cengage Learning
Casting Metal: the Basics; Author: Casting the Future;https://www.youtube.com/watch?v=2CIcvB72dmk;License: Standard youtube license