PEARSON ETEXT ENGINEERING MECH & STATS
PEARSON ETEXT ENGINEERING MECH & STATS
15th Edition
ISBN: 9780137514724
Author: HIBBELER
Publisher: PEARSON
bartleby

Concept explainers

bartleby

Videos

Question
Book Icon
Chapter 8, Problem 42P
To determine

The smallest vertical force P applied tangentially to the disk.

Blurred answer
Students have asked these similar questions
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));…
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',...…

Chapter 8 Solutions

PEARSON ETEXT ENGINEERING MECH & STATS

Ch. 8 - The mine car and its contents have a total mass of...Ch. 8 - Prob. 4PCh. 8 - The automobile has a mass of 2 Mg and center of...Ch. 8 - The automobile has a mass of 2 Mg and canter of...Ch. 8 - Prob. 9PCh. 8 - Determine the angle at which the applied force P...Ch. 8 - Prob. 12PCh. 8 - The car has a mass of 1.6 Mg and center of mass at...Ch. 8 - The log has a coefficient of state friction of, s...Ch. 8 - The spool of wire having a weight of 300 Ib rests...Ch. 8 - The spool of wire having a weight of 300 Ib rests...Ch. 8 - Prob. 20PCh. 8 - The uniform thin pole has a weight of 30 Ib and a...Ch. 8 - The uniform pole has a weight of 30 Ib and a...Ch. 8 - The friction pawl is pinned at A and rests against...Ch. 8 - Two blocks A and B have a weight of 10 Ib and 6...Ch. 8 - Two blocks A and B have a weight of 10 Ib and 6...Ch. 8 - Determine the smallest force P that must be...Ch. 8 - The man having a weight of 200 Ib pushes...Ch. 8 - The uniform hoop of weight W is subjected to the...Ch. 8 - Determine the maximum horizontal force P that can...Ch. 8 - Determine the minimum force P needed to push the...Ch. 8 - Prob. 41PCh. 8 - Prob. 42PCh. 8 - Prob. 51PCh. 8 - Prob. 52PCh. 8 - Determine the smallest couple moment that can be...Ch. 8 - If P=250 N, determine the required minimum...Ch. 8 - Determine the minimum applied force P required to...Ch. 8 - Prob. 67PCh. 8 - Prob. 68PCh. 8 - Prob. 71PCh. 8 - Prob. 72PCh. 8 - Prob. 73PCh. 8 - Prob. 74PCh. 8 - Prob. 81PCh. 8 - Determine the horizontal force P that must be...Ch. 8 - A 180-lb farmer tries to restrain the cow from...Ch. 8 - The 100-lb boy at A is suspended from the cable...Ch. 8 - Prob. 87PCh. 8 - Determine the force P that must be applied to the...Ch. 8 - Prob. 93PCh. 8 - Prob. 98PCh. 8 - Prob. 99PCh. 8 - Blocks A and B have a mass of 7 kg and 10 kg,...Ch. 8 - The uniform bar AB is supported by a rope that...Ch. 8 - Prob. 102PCh. 8 - A 10-kg cylinder D, which is attached to a small...Ch. 8 - Prob. 106PCh. 8 - The collar bearing uniformly supports an axial...Ch. 8 - The collar bearing uniformly supports an axial...Ch. 8 - The floor-polishing machine rotates at a constant...Ch. 8 - Prob. 110PCh. 8 - Prob. 111PCh. 8 - Prob. 116PCh. 8 - The collar fits loosely around a fixed shaft that...Ch. 8 - Prob. 119PCh. 8 - Prob. 120PCh. 8 - Solve Prob. 8-120 if the force P is applied...Ch. 8 - Prob. 122PCh. 8 - Prob. 123PCh. 8 - Prob. 125PCh. 8 - The bell crank fits loosely into a 0.5-in-diameter...Ch. 8 - The bell crank fits loosely into a 0.5-in-diameter...Ch. 8 - Prob. 129PCh. 8 - R81. The uniform 20-lb ladder rests on the rough...Ch. 8 - R82. The uniform 60-kg crate C rests uniformly on...Ch. 8 - R83. A 35-kg disk rests on an inclined surface for...Ch. 8 - Prob. 4RPCh. 8 - Prob. 6RPCh. 8 - Prob. 7RPCh. 8 - The hand cart has wheels with a diameter of 80 mm....
Knowledge Booster
Background pattern image
Mechanical Engineering
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
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
International Edition---engineering Mechanics: St...
Mechanical Engineering
ISBN:9781305501607
Author:Andrew Pytel And Jaan Kiusalaas
Publisher:CENGAGE L
EVERYTHING on Axial Loading Normal Stress in 10 MINUTES - Mechanics of Materials; Author: Less Boring Lectures;https://www.youtube.com/watch?v=jQ-fNqZWrNg;License: Standard YouTube License, CC-BY