
Concept explainers
The deflection of the shaft at point
The slope of the shaft at point

Answer to Problem 27P
The deflection of the shaft at point
The slope of the shaft at point
Explanation of Solution
Write the expression for the moment of inertia of the shaft.
Here, the diameter of the shaft is
Draw the free body diagram of the beam.
Figure (1)
The free body diagram of the beam in the direction of y-axis is shown figure (1).
Write the deflection equation along y-axis for beam 6 and beam 10 using Table A-9.
Here, the force component at point A along y-axis is
Write the force component at point
Here, the force component at
Write the force component at point
Here, the force component at
The free body diagram of the beam in the direction of z-axis is shown below.
Figure (2)
Write the deflection equation along z-axis for beam 6 and beam 10 using Table A-9.
Here, the force component at point
Write the force component at point
Here, the force component at
Write the force component at point
Here, the force component at
Write the expression for net displacement at point
Here, the net deflection at point
Write the slope equation at along z-axis at point
Here, the slope along z-axis at point is
Write the slope equation at along y-axis at point
Here, the slope along z-axis at point is
Write the expression for the net slope at point
Here, the net slope is
Conclusion:
Substitute
Substitute
Substitute
Substitute
Substitute
Substitute
Substitute
Substitute
Thus, the net displacement of the shaft at point
Substitute
Substitute
Substitute
Thus, the net slope of the shaft at point
Want to see more full solutions like this?
Chapter 4 Solutions
Shigley's Mechanical Engineering Design (McGraw-Hill Series in Mechanical Engineering)
- This is a tilt and rotation question. Here are notes attached for reference.arrow_forwardThis is a tilt and rotation question. Here are notes attached for reference.arrow_forwardI need help with a MATLAB code. For question b.6 I have the MATLAB code shown below. How do I edit the code to answer question b.7. Please make sure the plots are reasonable. clc; clear all; % Constants mu = 398600; % Earth gravitational parameter, km^3/s^2 % Initial chief and deputy positions and velocities in ECI frame % Assume circular orbits in equatorial plane for simplicity a_c = 10000; % km a_d = 11500; % km r_c0 = [a_c; 0; 0]; v_c0 = [0; sqrt(mu/a_c); 0]; r_d0 = [a_d; 0; 0]; v_d0 = [0; sqrt(mu/a_d); 0]; % Initial relative state delta_r0 = r_d0 - r_c0; delta_v0 = v_d0 - v_c0; x0 = [delta_r0; delta_v0]; % 6x1 initial relative state % Time span tspan = [0 3600]; % 1 hour in seconds % Damping cases cases = struct( ... 'name', {'Critically damped', 'Under-damped', 'Over-damped'}, ... 'Kr', {eye(3)*2.5e-3, eye(3)*0.001, eye(3)*0.01}, ... 'P', {eye(3)*0.01, eye(3)*0.0006, eye(3)*0.02} ... ); % Simulate each case for i = 1:length(cases) Kr = cases(i).Kr; P =…arrow_forward
- Just do Questions 7, 9, 11. Here are notes attached for reference.arrow_forwardThis is a tilt and rotation question. Here are notes attached for reference.arrow_forwardThermodynamics: Mass and Energy Analysis Of Control Volumes A spring-loaded piston-cylinder device contains 1.5 kg of carbon dioxide. This system is heated from 200kPa and 25◦C to 1200 kPa and 300◦C. Determine the total heat transfer to and work produced by this system.arrow_forward
- Can you help with a code in MATLAB?arrow_forwardI need help writing a code in MATLAB. Please help me with question b.6arrow_forwardThermodynamics: Mass and Energy Analysis Of Control Volumes 1.5-kg of water that is initially at 90◦C with a quality of 5 percent occupies a spring-loaded piston-cylinder device. This device is now heated until the pressure rises to 900 kPa and the temperature is 280◦C. Determinethe total work produced during this process, in kJ.arrow_forward
- Thermodynamics: Mass and Energy Analysis Of Control Volumes Stainless steel ball bearings (ρ = 8085 kg/m3 and cp = 0.480 kJ/(kg◦C)) having a diameter of 1.5 cm areto be quenched in water at a rate of 900 per minute. The balls leave the oven at a uniform temperature of1000◦C and are exposed to air at 25◦C for a while before they are dropped into the water. If the temperatureof the balls drops to 900◦C prior to quenching, determine the rate of heat transfer from the balls to the air.arrow_forwardThermodynamics: Mass and Energy Analysis Of Control Volumes A 12-ft3 tank contains oxygen at 15 psia and 80◦F. A paddle wheel within the tank is rotated until thepressure inside rises to 20 psia. During the process 25 Btu of heat is lost to the surroundings. Determine thepaddle wheel work done. Neglect the energy stored in the paddle wheel.arrow_forwardThermodynamics: Mass and Energy Analysis Of Control Volumes A frictionless piston-cylinder device contains 4.5 kg of nitrogen at 110 kPa and 200 K. Nitrogen is nowcompressed slowly according to the relation PV1.5 = constant until it reaches a final temperature of 360 K.Calculate the work input during the process, in kJ.arrow_forward
- Mechanics of Materials (MindTap Course List)Mechanical EngineeringISBN:9781337093347Author:Barry J. Goodno, James M. GerePublisher:Cengage Learning
