VECTOR MECHANICS FOR ENGINEERS: STATICS
12th Edition
ISBN: 9781260536225
Author: BEER
Publisher: MCG
expand_more
expand_more
format_list_bulleted
Question
Chapter 10.2, Problem 10.77P
(a)
To determine
Find the equation in terms of
(b)
To determine
Find the value of
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
A boiler with 80% efficiency produces steam at 40bar and 500 C at a rate of 1.128kg/s.
The temperature of the feed water is raised from 25 C to 125 C in the economizer and the
ambient air is drawn to the boiler at a rate of 2.70 kg/s at 16 C. The flue gases leave the
chimney at rate of 3 kg/s at 150 C with specific heat of 1.01 kJ/kg.K. The dryness fraction
of steam collected in the steam drum is 0.95.
1- Determine the heat value of the fuel.
2- The equivalence evaporation.
3- Draw the heat balance sheet.
A rotating shaft is made of 42 mm by 4 mm thick cold-drawn round steel tubing and has a 6 mm diameter
hole drilled transversely through it. The shaft is subjected to a pulsating torque fluctuating from 20 to 160
Nm and a completely reversed bending moment of 200 Nm. The steel tubing has a minimum strength of Sut
= 410 MPa (60 ksi). The static stress-concentration factor for the hole is 2.4 for bending and 1.9 for torsion.
The maximum operating temperature is 400˚C and a reliability of 99.9% is to be assumed. Find the factor of
safety for infinite life using the modified Goodman failure criterion.
I need help with a MATLAB code. This code just keeps running and does not give me any plots. I even reduced the tolerance from 1e-9 to 1e-6. Can you help me fix this? Please make sure your solution runs.
% Initial Conditions
rev = 0:0.001:2;
g1 = deg2rad(1);
g2 = deg2rad(3);
g3 = deg2rad(6);
g4 = deg2rad(30);
g0 = deg2rad(0);
Z0 = 0;
w0 = [0; Z0*cos(g0); -Z0*sin(g0)];
Z1 = 5;
w1 = [0; Z1*cos(g1); -Z1*sin(g1)];
Z2 = 11;
w2 = [0; Z2*cos(g2); -Z2*sin(g2)];
[v3, psi3, eta3] = Nut_angle(Z2, g2, w2);
plot(v3, psi3)
function dwedt = K_DDE(~, w_en)
% Extracting the initial condtions to a variable
% Extracting the initial condtions to a variable
w = w_en(1:3);
e = w_en(4:7);
Z = w_en(8);
I = 0.060214;
J = 0.015707;
x = (J/I) - 1;
y = Z - 1;
s = Z;
% Kinematic Differential Equations
dedt = zeros(4,1);
dedt(1) = pi*(e(3)*(s-w(2)-1) + e(2)*w(3) + e(4)*w(1));
dedt(2) = pi*(e(4)*(w(2)-1-s) + e(3)*w(1) - e(1)*w(3));
dedt(3) = pi*(-e(1)*(s-w(2)-1) - e(2)*w(1) + e(4)*w(3));…
Chapter 10 Solutions
VECTOR MECHANICS FOR ENGINEERS: STATICS
Ch. 10.1 - Determine the vertical force P that must be...Ch. 10.1 - Determine the horizontal force P that must be...Ch. 10.1 - Prob. 10.3PCh. 10.1 - 10.3 and 10.4 Determine the couple M that must be...Ch. 10.1 - A spring of constant 15 kN/m connects points C and...Ch. 10.1 - A spring of constant 15 kN/m connects points C and...Ch. 10.1 - The two-bar linkage shown is supported by a pin...Ch. 10.1 - Determine the weight W that balances the 10-lb...Ch. 10.1 - Prob. 10.9PCh. 10.1 - Prob. 10.10P
Ch. 10.1 - Prob. 10.11PCh. 10.1 - Knowing that the line of action of the force Q...Ch. 10.1 - Solve Prob. 10.12 assuming that the force P...Ch. 10.1 - The mechanism shown is acted upon by the force P....Ch. 10.1 - Prob. 10.15PCh. 10.1 - 10.15 and 10.16 Derive an expression for the...Ch. 10.1 - A uniform rod AB with length l and weight W is...Ch. 10.1 - The pin at C is attached to member BCD and can...Ch. 10.1 - For the linkage shown, determine the couple M...Ch. 10.1 - For the linkage shown, determine the force...Ch. 10.1 - A 4-kN force P is applied as shown to the piston...Ch. 10.1 - A couple M with a magnitude of 100 Nm isapplied as...Ch. 10.1 - Rod AB is attached to a block at A that can...Ch. 10.1 - Solve Prob. 10.23, assuming that the 800-N force...Ch. 10.1 - Prob. 10.25PCh. 10.1 - Determine the value of corresponding to...Ch. 10.1 - Prob. 10.27PCh. 10.1 - Determine the value of corresponding to...Ch. 10.1 - Prob. 10.29PCh. 10.1 - Two rods AC and CE are connected by a pin at Cand...Ch. 10.1 - Solve Prob. 10.30 assuming that force P is movedto...Ch. 10.1 - Two bars AD and DG are connected by a pin at Dand...Ch. 10.1 - Solve Prob. 10.32 assuming that the 900-N...Ch. 10.1 - Two 5-kg bars AB and BC are connected by a pin atB...Ch. 10.1 - A vertical force P with a magnitude of 150 N...Ch. 10.1 - Prob. 10.36PCh. 10.1 - 10.37 and 10.38 Knowing that the constant of...Ch. 10.1 - Prob. 10.38PCh. 10.1 - The lever AB is attached to the horizontal shaft...Ch. 10.1 - Solve Prob. 10.39, assuming that P = 350 N, l =250...Ch. 10.1 - Prob. 10.41PCh. 10.1 - The position of boom ABC is controlled by...Ch. 10.1 - The position of member ABC is controlled by the...Ch. 10.1 - The position of member ABC is controlled by...Ch. 10.1 - The telescoping arm ABC is used to provide...Ch. 10.1 - Solve Prob. 10.45, assuming that the workers...Ch. 10.1 - Denoting the coefficient of static friction...Ch. 10.1 - Knowing that the coefficient of static...Ch. 10.1 - A block with weight W is pulled up a plane forming...Ch. 10.1 - Derive an expression for the mechanical...Ch. 10.1 - Denoting the coefficient of static friction...Ch. 10.1 - Knowing that the coefficient of static...Ch. 10.1 - Using the method of virtual work,...Ch. 10.1 - Using the method of virtual work, determine...Ch. 10.1 - Referring to Prob. 10.43 and using the value...Ch. 10.1 - Prob. 10.56PCh. 10.1 - Prob. 10.57PCh. 10.1 - Prob. 10.58PCh. 10.2 - Using the method of Sec. 10.2C, solve Prob. 10.29....Ch. 10.2 - Using the method of Sec. 10.2C, solve Prob. 10.30....Ch. 10.2 - Using the method of Sec. 10.2C, solve Prob. 10.31....Ch. 10.2 - Using the method of Sec. 10.2C, solve Prob. 10.32....Ch. 10.2 - Using the method of Sec. 10.2C, solve Prob. 10.34....Ch. 10.2 - Prob. 10.64PCh. 10.2 - Using the method of Sec. 10.2C, solve Prob. 10.37....Ch. 10.2 - Prob. 10.66PCh. 10.2 - Prob. 10.67PCh. 10.2 - Show that equilibrium is neutral in Prob. 10.7....Ch. 10.2 - Two uniform rods, each with a mass m, areattached...Ch. 10.2 - Two uniform rods, AB and CD, are attached to gears...Ch. 10.2 - Two uniform rods AB and CD, of the same length...Ch. 10.2 - Two uniform rods, each of mass m and length l, are...Ch. 10.2 - Using the method of Sec. 10.2C, solve Prob....Ch. 10.2 - In Prob. 10.40, determine whether each of...Ch. 10.2 - A load W of magnitude 144 lb is applied to...Ch. 10.2 - Prob. 10.76PCh. 10.2 - Prob. 10.77PCh. 10.2 - Prob. 10.78PCh. 10.2 - A slender rod AB with a weight W is attached to...Ch. 10.2 - A slender rod AB with a weight W is attached totwo...Ch. 10.2 - Prob. 10.81PCh. 10.2 - A spring AB of constant k is attached to two...Ch. 10.2 - A slender rod AB is attached to two collars A and...Ch. 10.2 - Prob. 10.84PCh. 10.2 - 10.85 and 10.86 Cart B, which weighs 75 kN, rolls...Ch. 10.2 - 10.85 and 10.86 Cart B, which weighs 75 kN, rolls...Ch. 10.2 - 10.87 and 10.88 Collar A can slide freely on the...Ch. 10.2 - 10.87 and 10.88 Collar A can slide freely on the...Ch. 10.2 - Prob. 10.89PCh. 10.2 - A vertical bar AD is attached to two springs...Ch. 10.2 - Rod AB is attached to a hinge at A and to two...Ch. 10.2 - Rod AB is attached to a hinge at A and to...Ch. 10.2 - Two bars are attached to a single spring of...Ch. 10.2 - Prob. 10.94PCh. 10.2 - The horizontal bar BEH is connected to three...Ch. 10.2 - The horizontal bar BEH is connected to three...Ch. 10.2 - Bars AB and BC, each with a length l and of...Ch. 10.2 - Prob. 10.98PCh. 10.2 - Prob. 10.99PCh. 10.2 - Prob. 10.100PCh. 10 - Determine the vertical force P that must be...Ch. 10 - Determine the couple M that must be applied...Ch. 10 - Determine the force P required to maintain...Ch. 10 - Derive an expression for the magnitude of the...Ch. 10 - Derive an expression for the magnitude of the...Ch. 10 - A vertical load W is applied to the linkage at B....Ch. 10 - A force P with a magnitude of 240 N is applied to...Ch. 10 - Two identical rods ABC and DBE are connected bya...Ch. 10 - Solve Prob. 10.108 assuming that the 24-lb load...Ch. 10 - Two uniform rods each with a mass m and length...Ch. 10 - A homogeneous hemisphere with a radius r isplaced...Ch. 10 - A homogeneous hemisphere with a radius r isplaced...
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
- 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',...…arrow_forward3. Find a basis of eigenvectors and diagonalize. 4 0 -19 7 a. b. 1-42 16 12-20 [21-61arrow_forward2. 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)arrow_forward
- 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
- Elements Of ElectromagneticsMechanical EngineeringISBN:9780190698614Author:Sadiku, Matthew N. O.Publisher:Oxford University PressMechanics of Materials (10th Edition)Mechanical EngineeringISBN:9780134319650Author:Russell C. HibbelerPublisher:PEARSONThermodynamics: An Engineering ApproachMechanical EngineeringISBN:9781259822674Author:Yunus A. Cengel Dr., Michael A. BolesPublisher:McGraw-Hill Education
- Control Systems EngineeringMechanical EngineeringISBN:9781118170519Author:Norman S. NisePublisher:WILEYMechanics of Materials (MindTap Course List)Mechanical EngineeringISBN:9781337093347Author:Barry J. Goodno, James M. GerePublisher:Cengage LearningEngineering Mechanics: StaticsMechanical EngineeringISBN:9781118807330Author:James L. Meriam, L. G. Kraige, J. N. BoltonPublisher:WILEY

Elements Of Electromagnetics
Mechanical Engineering
ISBN:9780190698614
Author:Sadiku, Matthew N. O.
Publisher:Oxford University Press

Mechanics of Materials (10th Edition)
Mechanical Engineering
ISBN:9780134319650
Author:Russell C. Hibbeler
Publisher:PEARSON

Thermodynamics: An Engineering Approach
Mechanical Engineering
ISBN:9781259822674
Author:Yunus A. Cengel Dr., Michael A. Boles
Publisher:McGraw-Hill Education

Control Systems Engineering
Mechanical Engineering
ISBN:9781118170519
Author:Norman S. Nise
Publisher:WILEY

Mechanics of Materials (MindTap Course List)
Mechanical Engineering
ISBN:9781337093347
Author:Barry J. Goodno, James M. Gere
Publisher:Cengage Learning

Engineering Mechanics: Statics
Mechanical Engineering
ISBN:9781118807330
Author:James L. Meriam, L. G. Kraige, J. N. Bolton
Publisher:WILEY
Mechanical SPRING DESIGN Strategy and Restrictions in Under 15 Minutes!; Author: Less Boring Lectures;https://www.youtube.com/watch?v=dsWQrzfQt3s;License: Standard Youtube License