
Statics and Mechanics of Materials
2nd Edition
ISBN: 9780073398167
Author: Ferdinand P. Beer, E. Russell Johnston Jr., John T. DeWolf, David Mazurek
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question
Chapter 3.3, Problem 58P
To determine
By replacing the couple with equivalent couple and specify its magnitude and direction.
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
Two channels and two plates are used to formthe column section shown. For b = 200 mm,determine the moments of inertia and theradii of gyration of the combined section withrespect to the centroidal x and y axes.For the section of problem, determine thefirst moment of the upper plate about thecentroidal x-axis
Determine by direct integration the moment of inertia of theshaded area at right with respect to the x axis shown.
Determine by direct integration the moment of inertia of theshaded area of the figure with respect to the y axis shown.
For the following MATLAB code, I need to answer a few questions. Can you identify the curves as elliptic functions? Which curves reflect the sn, cn, and dn functions?From the curves, determine the maximum amplitudes and the period corresponding toeach angular velocity component.
clc;
clear all;
I = [500; 125; 425];
w = [0.2; 0.1; 0.2];
rev = 0:0.01:10;
C = eye(3);
% Using ode45 to integrate the KDE and DDE
options = odeset('RelTol',1e-9,'AbsTol',1e-9);
result = ode45(@K_DDE, rev, [w; I; C(:)], options);
v = result.x;
% Extracting information from the ode45 solver
w = result.y(1:3, :);
C_ode = reshape(result.y(7:end, :), [3,3,length(v)]);
plot(v, w)
xlabel('rev')
ylabel('w (rad/s)')
legend('w1', 'w2', 'w3')
% Functions
function dwCdt = K_DDE(~, w_IC)
% Extracting the initial condtions to a variable
w = w_IC(1:3);
I = w_IC(4:6);
C = reshape(w_IC(7:end), [3, 3]);
I1 = I(1);
I2 = I(2);
I3 = I(3);
K1 = -(I3-I2)/I1;
K2 = -(I1-I3)/I2;
K3 = -(I2-I1)/I3;
%…
Chapter 3 Solutions
Statics and Mechanics of Materials
Ch. 3.1 - A 20-lb force is applied to the control rod AB as...Ch. 3.1 - A 20-lb force is applied to the control rod AB as...Ch. 3.1 - A 300-N force P is applied at point A of the bell...Ch. 3.1 - A 400-N force P is applied at point A of the bell...Ch. 3.1 - A 300-N force is applied at A as shown. Determine...Ch. 3.1 - A 300-N force is applied at A as shown. Determine...Ch. 3.1 - 3.7 and 3.8 The tailgate of a car is supported by...Ch. 3.1 - 3.7 and 3.8 The tailgate of a car is supported by...Ch. 3.1 - 3.9 and 3.10 It is known that the connecting rod...Ch. 3.1 - 3.9 and 3.10 It is known that the connecting rod...
Ch. 3.1 - Rod AB is held in place by the cord AC. Knowing...Ch. 3.1 - Prob. 12PCh. 3.1 - Determine the moment about the origin O of the...Ch. 3.1 - Determine the moment about the origin O of the...Ch. 3.1 - Prob. 15PCh. 3.1 - Prob. 16PCh. 3.1 - Prob. 17PCh. 3.1 - A wooden board AB, which is used as a temporary...Ch. 3.1 - Prob. 19PCh. 3.1 - A small boat hangs from two davits, one of which...Ch. 3.1 - Prob. 21PCh. 3.1 - In Prob. 3.16, determine the perpendicular...Ch. 3.1 - In Prob. 3.16, determine the perpendicular...Ch. 3.1 - In Prob. 3.20, determine the perpendicular...Ch. 3.2 - Given the vectors P=3i-j+2k,Q=4i+5j-3k, and...Ch. 3.2 - Prob. 26PCh. 3.2 - Knowing that the tension in cable AC is 1260 N,...Ch. 3.2 - Knowing that the tension in cable AD is 405 N,...Ch. 3.2 - Three cables are used to support a container as...Ch. 3.2 - Three cables are used to support a container as...Ch. 3.2 - The 20-in. tube AB can slide along a horizontal...Ch. 3.2 - Solve Prob. 3.31 for the position corresponding to...Ch. 3.2 - Prob. 33PCh. 3.2 - Prob. 34PCh. 3.2 - Knowing that the tension in cable AB is 570 N,...Ch. 3.2 - Prob. 36PCh. 3.2 - A farmer uses cables and winch pullers B and E to...Ch. 3.2 - Solve Prob. 3.37 when the tension in cable AB is...Ch. 3.2 - To lift a heavy crate, a man uses a block and...Ch. 3.2 - Prob. 40PCh. 3.2 - Prob. 41PCh. 3.2 - Prob. 42PCh. 3.2 - Prob. 43PCh. 3.2 - A sign erected on uneven ground is guyed by cables...Ch. 3.2 - The frame ACD is hinged at and D and is supported...Ch. 3.2 - In Prob. 3.45, determine the moment about the...Ch. 3.2 - Prob. 47PCh. 3.2 - Prob. 48PCh. 3.3 - Two parallel 60-N forces are applied to a lever as...Ch. 3.3 - A plate in the shape of a parallelogram is acted...Ch. 3.3 - Prob. 51PCh. 3.3 - Prob. 52PCh. 3.3 - Four 112-in. -diameter pegs are attached to a...Ch. 3.3 - Prob. 54PCh. 3.3 - Prob. 55PCh. 3.3 - Prob. 56PCh. 3.3 - Replace the two couples shown with a single...Ch. 3.3 - Prob. 58PCh. 3.3 - Shafts A and B connect the gear box to the wheel...Ch. 3.3 - Prob. 60PCh. 3.3 - Prob. 61PCh. 3.3 - The force P has a magnitude of 250 N and is...Ch. 3.3 - Prob. 63PCh. 3.3 - A 260-lb force is applied at A to the rolled-steel...Ch. 3.3 - Prob. 65PCh. 3.3 - A force and couple act as shown on a square plate...Ch. 3.3 - Prob. 67PCh. 3.3 - Prob. 68PCh. 3.3 - Prob. 69PCh. 3.3 - Replace the 150-N force by an equivalent...Ch. 3.3 - Prob. 71PCh. 3.3 - Prob. 72PCh. 3.4 - A 4-m-long beam is subjected to a variety of...Ch. 3.4 - Prob. 74PCh. 3.4 - Determine the single equivalent force and the...Ch. 3.4 - The weights of two children sitting at ends A and...Ch. 3.4 - Prob. 77PCh. 3.4 - Prob. 78PCh. 3.4 - Four forces act on a 700375 -mm plate as shown....Ch. 3.4 - Prob. 80PCh. 3.4 - Prob. 81PCh. 3.4 - A truss supports the loading shown. Determine the...Ch. 3.4 - A machine component is subjected to the forces and...Ch. 3.4 - Solve Prob. 3.83, assuming that P=60N.Ch. 3.4 - Prob. 85PCh. 3.4 - Prob. 86PCh. 3.4 - Prob. 87PCh. 3.4 - Prob. 88PCh. 3.4 - Prob. 89PCh. 3.4 - Assuming e 600 in Prob. 3.89, replace the two...Ch. 3.4 - A blade held in a brace is used to tighten a screw...Ch. 3.4 - Prob. 92PCh. 3.4 - Four signs are mounted on a frame spanning a...Ch. 3.4 - Prob. 94PCh. 3.4 - Prob. 95PCh. 3.4 - Three children are standing on a 55-m raft. The...Ch. 3 - For the shift lever shown, determine the magnitude...Ch. 3 - Consider the volleyball net shown. Determine the...Ch. 3 - A crane is oriented so that the end of the 25-m...Ch. 3 - The 25-m crane boom AO lies in the yz plane....Ch. 3 - A single force P acts at C in a direction...Ch. 3 - While tapping a hole, a machinist applies the...Ch. 3 - A 500-N force is applied to a bent plate as shown....Ch. 3 - Prob. 104RPCh. 3 - Prob. 105RPCh. 3 - Prob. 106RPCh. 3 - Prob. 107RPCh. 3 - A regular tetrahedron has six edges of length a. A...
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
- please show a drawing/image and explain how to properly do the question. thanksarrow_forwardFor the four-bar- linkage shown in the following figure. BC=68mm, CD=100mm, AD=120mm. Determine the range of AB to make it a crank-rocker mechanism. B Darrow_forwardall of those 4 fi 1)Draw kinematic diagram: 2)DOF: 3)type/name of mechanism 4)evolution:arrow_forward
- 7.4 Impeller viscometer The rheology of a Penicillium chrysogenum broth is examined using an impeller viscometer. The density of the cell suspension is approximately 1000 kg m³. Samples of broth are stirred under laminar conditions using a Rushton turbine of diameter 4 cm in a glass beaker of diameter 15 cm. The average shear rate generated by the impeller is greater than the stirrer speed by a factor of about 10.2. When the stirrer shaft is attached to a device for measuring torque and rotational speed, the following results are recorded. Stirrer speed (s¹) Torque (Nm) 0.185 3.57 × 10-6 0.163 3.45 × 10-6 0.126 3.31 x 10-6 0.111 3.20×10-6 Can the rheology be described using a power-law model? If so, evaluate K and n.arrow_forward(read image)arrow_forward(read image) Answer Providedarrow_forward
- This is part B Part A's question and answer was find moment of inertia (Ix = 3.90×10^5) and radius of gyration (kx = 21.861) Determine the centroid ( x & y ) of the I-section, Calculate the moment of inertia of the section about itscentroidal x & y axes. How or why is this result different fromthe result of a previous problem?arrow_forwardDetermine by direct integration the moment of inertia of theshaded area of figure with respect to the y axis shownarrow_forwardConsider the feedback controlled blending system shown below, which is designed to keep theoutlet concentration constant despite potential variations in the stream 1 composition. The density of all streamsis 920 kg/m3. At the nominal steady state, the flow rates of streams 1 and 2 are 950 and 425 kg/min,respectively, the liquid level in the tank is 1.3 m, the incoming mass fractions are x1 = 0.27, x2 = 0.54. Noticethe overflow line, indicating that the liquid level remains constant (i.e. any change in total inlet flow ratetranslates immediately to the same change in the outlet flow rate). You may assume the stream 1 flowrate andthe stream 2 composition are both constant. Use minutes as the time unit throughout this problem. Identify any controlled variable(s) (CVs), manipulated variable(s) (MVs),and disturbance variable(s) (DVs) in this problem. For each, explain how you know that’show it is classified.CVs: ___________, MVs: _____________, DVs: ______________ b) Draw a block diagram…arrow_forward
- A heat transfer experiment is conducted on two identical spheres which are initially at the same temperature. The spheres are cooled by placing them in a channel. The fluid velocity in the channel is non-uniform, having a profile as shown. Which sphere cools off more rapidly? Explain. V 1arrow_forwardMy ID# 016948724 last 2 ID# 24 Last 3 ID# 724 Please help to find the correct answer for this problem using my ID# first write le line of action and then help me to find the forces {fx= , fy= mz= and for the last find the moment of inertial about the show x and y axes please show how to solve step by steparrow_forwardMy ID# 016948724 last 2 ID# 24 Last 3 ID# 724 Please help to find the correct answer for this problem using my ID# first write le line of action and then help me to find the forces and the tension {fx= , fy= mz=arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- International Edition---engineering Mechanics: St...Mechanical EngineeringISBN:9781305501607Author:Andrew Pytel And Jaan KiusalaasPublisher:CENGAGE L

International Edition---engineering Mechanics: St...
Mechanical Engineering
ISBN:9781305501607
Author:Andrew Pytel And Jaan Kiusalaas
Publisher:CENGAGE L
How to balance a see saw using moments example problem; Author: Engineer4Free;https://www.youtube.com/watch?v=d7tX37j-iHU;License: Standard Youtube License