VECTOR MECHANICS FOR ENGINEERS: STATICS
12th Edition
ISBN: 9781260536225
Author: BEER
Publisher: MCG
expand_more
expand_more
format_list_bulleted
Concept explainers
Question
Chapter 7.4, Problem 7.96P
(a)
To determine
The components of the reaction at point E.
(b)
To determine
The maximum tension in the cable.
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 7 Solutions
VECTOR MECHANICS FOR ENGINEERS: STATICS
Ch. 7.1 - 7.1 and 7.2 Determine the internal forces (axial...Ch. 7.1 - Prob. 7.2PCh. 7.1 - Determine the internal forces at point J when =...Ch. 7.1 - Fig. P7.3 and P7.4 7.4 Determine the internal...Ch. 7.1 - Determine the internal forces at point J when =...Ch. 7.1 - Fig. P7.5 and P7.6 7.6 Determine the internal...Ch. 7.1 - An archer aiming at a target is pulling with a...Ch. 7.1 - For the bow of Prob. 7.7, determine the magnitude...Ch. 7.1 - A semicircular rod is loaded as shown. Determine...Ch. 7.1 - A semicircular rod is loaded as shown. Determine...
Ch. 7.1 - A semicircular rod is loaded as shown. Determine...Ch. 7.1 - Fig. P7.11 and P7.12 7.12 A semicircular rod is...Ch. 7.1 - The axis of the curved member AB is a parabola...Ch. 7.1 - Knowing that the axis of the curved member AB is a...Ch. 7.1 - Knowing that the radius of each pulley is 120 mm...Ch. 7.1 - Fig. P7.15 and P7.16 7.16 Knowing that the radius...Ch. 7.1 - A 5-in.-diameter pipe is supported every 9 ft by a...Ch. 7.1 - For the frame of Prob. 7.17, determine the...Ch. 7.1 - Knowing that the radius of each pulley is 200 mm...Ch. 7.1 - Fig. P7.19 and P7.20 7.20 Knowing that the radius...Ch. 7.1 - and 7.22 A force P is applied to a bent rod that...Ch. 7.1 - and 7.22 A force P is applied to a bent rod that...Ch. 7.1 - A quarter-circular rod of weight W and uniform...Ch. 7.1 - For the rod of Prob. 7.23, determine the magnitude...Ch. 7.1 - A semicircular rod of weight W and uniform cross...Ch. 7.1 - A semicircular rod of weight W and uniform cross...Ch. 7.1 - 7.27 and 7.28 A half section of pipe rests on a...Ch. 7.1 - 7.27 and 7.28 A half section of pipe rests on a...Ch. 7.2 - 7.29 through 7.32 For the beam and loading shown,...Ch. 7.2 - 7.29 through 7.32 For the beam and loading shown,...Ch. 7.2 - 7.29 through 7.32 For the beam and loading shown,...Ch. 7.2 - 7.29 through 7.32 For the beam and loading shown,...Ch. 7.2 - 7.33 and 7.34 For the beam and loading shown, (a)...Ch. 7.2 - 7.33 and 7.34 For the beam and loading shown, (a)...Ch. 7.2 - 7.35 and 7.36 For the beam and loading shown, (a)...Ch. 7.2 - 7.35 and 7.36 For the beam and loading shown, (a)...Ch. 7.2 - 7.37 and 7.38 For the beam and loading shown, (a)...Ch. 7.2 - 7.37 and 7.38 For the beam and loading shown, (a)...Ch. 7.2 - For the beam and loading shown, (a) draw the shear...Ch. 7.2 - For the beam and loading shown, (a) draw the shear...Ch. 7.2 - For the beam and loading shown, (a) draw the shear...Ch. 7.2 - For the beam and loading shown, (a) draw the shear...Ch. 7.2 - Assuming the upward reaction of the ground on beam...Ch. 7.2 - Solve Problem 7.43 knowing that P = 3wa. PROBLEM...Ch. 7.2 - Assuming the upward reaction of the ground on beam...Ch. 7.2 - Solve Prob. 7.45 assuming that the 12-kip load has...Ch. 7.2 - Assuming the upward reaction of the ground on beam...Ch. 7.2 - Prob. 7.48PCh. 7.2 - Draw the shear and bending-moment diagrams for the...Ch. 7.2 - Draw the shear and bending-moment diagrams for the...Ch. 7.2 - Draw the shear and bending-moment diagrams for the...Ch. 7.2 - Draw the shear and bending-moment diagrams for the...Ch. 7.2 - Two small channel sections DF and EH have been...Ch. 7.2 - Solve Prob. 7.53 when = 60. PROBLEM 7.53 Two...Ch. 7.2 - For the structural member of Prob. 7.53, determine...Ch. 7.2 - For the beam of Prob. 7.43, determine (a) the...Ch. 7.2 - Determine (a) the distance a for which the maximum...Ch. 7.2 - For the beam and loading shown, determine (a) the...Ch. 7.2 - A uniform beam is to be picked up by crane cables...Ch. 7.2 - Knowing that P = Q = 150 lb, determine (a) the...Ch. 7.2 - Knowing that P = Q = 150 lb, determine (a) the...Ch. 7.2 - In order to reduce the bending moment in the...Ch. 7.3 - Using the method of Sec. 7.3, solve Prob. 7.29....Ch. 7.3 - Prob. 7.64PCh. 7.3 - Using the method of Sec. 7.3, solve Prob. 7.31....Ch. 7.3 - Prob. 7.66PCh. 7.3 - Using the method of Sec. 7.3, solve Prob. 7.33....Ch. 7.3 - Using the method of Sec. 7.3, solve Prob. 7.34....Ch. 7.3 - 7.69 and 7.70 For the beam and loading shown, (a)...Ch. 7.3 - 7.69 and 7.70 For the beam and loading shown, (a)...Ch. 7.3 - Using the method of Sec. 7.3, solve Prob. 7.39....Ch. 7.3 - Using the method of Sec. 7.3, solve Prob. 7.40....Ch. 7.3 - Using the method of Sec. 7.3, solve Prob. 7.41....Ch. 7.3 - Using the method of Sec. 7.3, solve Prob. 7.42....Ch. 7.3 - 7.75 and 7.76 For the beam and loading shown, (a)...Ch. 7.3 - Prob. 7.76PCh. 7.3 - For the beam and loading shown, (a) draw the shear...Ch. 7.3 - For the beam and loading shown, (a) draw the shear...Ch. 7.3 - For the beam and loading shown, (a) draw the shear...Ch. 7.3 - For the beam and loading shown, (a) draw the shear...Ch. 7.3 - For the beam and loading shown, (a) draw the shear...Ch. 7.3 - For the beam and loading shown, (a) draw the shear...Ch. 7.3 - (a) Draw the shear and bending-moment diagrams for...Ch. 7.3 - Solve Prob. 7.83 assuming that the 300-lb force...Ch. 7.3 - For the beam and loading shown, (a) write the...Ch. 7.3 - For the beam and loading shown, (a) write the...Ch. 7.3 - For the beam and loading shown, (a) write the...Ch. 7.3 - For the beam and loading shown, (a) write the...Ch. 7.3 - The beam AB supports the uniformly distributed...Ch. 7.3 - Solve Prob. 7.89 assuming that the uniformly...Ch. 7.3 - The beam AB is subjected to the uniformly...Ch. 7.3 - Prob. 7.92PCh. 7.4 - Three loads are suspended as shown from the cable...Ch. 7.4 - Knowing that the maximum tension in cable ABCDE is...Ch. 7.4 - If dA = 8 ft and dc = 10 ft, determine the...Ch. 7.4 - Prob. 7.96PCh. 7.4 - Knowing that dc = 5 m, determine (a) the distances...Ch. 7.4 - Prob. 7.98PCh. 7.4 - Knowing that dc = 9 ft, determine (a) the...Ch. 7.4 - Prob. 7.100PCh. 7.4 - Knowing that mB = 70 kg and mC = 25 kg, determine...Ch. 7.4 - Fig. P7.101 and P7.102 7.102 Knowing that mB = 18...Ch. 7.4 - Cable ABC supports two loads as shown. Knowing...Ch. 7.4 - Prob. 7.104PCh. 7.4 - If a = 3 m, determine the magnitudes of P and Q...Ch. 7.4 - If a = 4 m, determine the magnitudes of P and Q...Ch. 7.4 - An electric wire having a mass per unit length of...Ch. 7.4 - The total mass of cable ACB is 20 kg. Assuming...Ch. 7.4 - The center span of the George Washington Bridge,...Ch. 7.4 - The center span of the Verrazano-Narrows Bridge...Ch. 7.4 - Each cable of the Golden Gate Bridge supports a...Ch. 7.4 - Two cables of the same gauge are attached to a...Ch. 7.4 - A 76-m length of wire having a mass per unit...Ch. 7.4 - A cable of length L + is suspended between two...Ch. 7.4 - The total mass of cable AC is 25 kg. Assuming that...Ch. 7.4 - Cable ACB supports a load uniformly distributed...Ch. 7.4 - Each cable of the side spans of the Golden Gate...Ch. 7.4 - A steam pipe weighing 45 lb/ft that passes between...Ch. 7.4 - A cable AB of span L and a simple beam AB of the...Ch. 7.4 - Making use of the property established in Prob....Ch. 7.4 - 7.120 through 7.123 Making use of the property...Ch. 7.4 - 7.120 through 7.123 Making use of the property...Ch. 7.4 - Prob. 7.123PCh. 7.4 - Prob. 7.124PCh. 7.4 - Using the property indicated in Prob. 7.124,...Ch. 7.4 - If the weight per unit length of the cable AB is...Ch. 7.5 - A 25-ft chain with a weight of 30 lb is suspended...Ch. 7.5 - A 500-ft-long aerial tramway cable having a weight...Ch. 7.5 - A 40-m cable is strung as shown between two...Ch. 7.5 - A 50-m steel surveying tape has a mass of 1.6 kg....Ch. 7.5 - Prob. 7.131PCh. 7.5 - Prob. 7.132PCh. 7.5 - A 20-m length of wire having a mass per unit...Ch. 7.5 - Determine the sag of a 30-ft chain that is...Ch. 7.5 - Prob. 7.135PCh. 7.5 - Prob. 7.136PCh. 7.5 - A cable weighing 2 lb/ft is suspended between two...Ch. 7.5 - Prob. 7.138PCh. 7.5 - Prob. 7.139PCh. 7.5 - Fig. P7.139 and P7.140 7.140 A motor M is used to...Ch. 7.5 - Prob. 7.141PCh. 7.5 - Prob. 7.142PCh. 7.5 - Prob. 7.143PCh. 7.5 - Prob. 7.144PCh. 7.5 - To the left of point B, the long cable ABDE rests...Ch. 7.5 - Fig. P7.145 and P7.146 7.146 To the left of point...Ch. 7.5 - The 10-ft cable AB is attached to two collars as...Ch. 7.5 - Prob. 7.148PCh. 7.5 - Prob. 7.149PCh. 7.5 - (a) Determine the maximum allowable horizontal...Ch. 7.5 - A cable has a mass per unit length of 3 kg/m and...Ch. 7.5 - Determine the sag-to-span ratio for which the...Ch. 7.5 - Prob. 7.153PCh. 7 - Knowing that the turnbuckle has been tightened...Ch. 7 - Knowing that the turnbuckle has been tightened...Ch. 7 - Two members, each consisting of a straight and a...Ch. 7 - Knowing that the radius of each pulley is 150 mm,...Ch. 7 - For the beam shown, determine (a) the magnitude P...Ch. 7 - For the beam and loading shown, (a) draw the shear...Ch. 7 - For the beam and loading shown, (a) draw the shear...Ch. 7 - For the beam shown, draw the shear and...Ch. 7 - The beam AB, which lies on the ground, supports...Ch. 7 - Two loads are suspended as shown from the cable...Ch. 7 - A wire having a mass per unit length of 0.65 kg/m...Ch. 7 - A 10-ft rope is attached to two supports A and B...
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
Dynamics - Lesson 1: Introduction and Constant Acceleration Equations; Author: Jeff Hanson;https://www.youtube.com/watch?v=7aMiZ3b0Ieg;License: Standard YouTube License, CC-BY