
Design of Machinery
6th Edition
ISBN: 9781260431315
Author: Norton, Robert
Publisher: MCGRAW-HILL HIGHER EDUCATION
expand_more
expand_more
format_list_bulleted
Concept explainers
Question
Chapter 3, Problem 3.53P
To determine
To find:the design criteria of the fourbar linkage movement (2-3) and positionsrange condition to the sixbarshows in Figure P3-15.
Expert Solution & Answer

Want to see the full answer?
Check out a sample textbook solution
Students have asked these similar questions
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;
%…
please show a drawing/image and explain how to properly do the question. thanks
Chapter 3 Solutions
Design of Machinery
Ch. 3 - Define the following examples as path, motion, or...Ch. 3 - Design a fourbar Grashof crank-rocker for 90 of...Ch. 3 - Prob. 3.3PCh. 3 - Design a fourbar mechanism to give the two...Ch. 3 - Prob. 3.5PCh. 3 - Prob. 3.6PCh. 3 - Repeat Problem 3-2 with a quick-return time ratio...Ch. 3 - Design a sixbar drag link quick-return linkage for...Ch. 3 - Design a crank-shaper quick-return mechanism for a...Ch. 3 - Find the two cognates of the linkage in Figure...
Ch. 3 - Find the three equivalent geared fivebar linkages...Ch. 3 - Design a sixbar single-dwell linkage for a dwell...Ch. 3 - Design a sixbar double-dwell linkage for a dwell...Ch. 3 - Figure P3-3 shows a treadle-operated grinding...Ch. 3 - Figure P3-4 shows a non-Grashof fourbar linkage...Ch. 3 - Prob. 3.16PCh. 3 - Prob. 3.17PCh. 3 - Prob. 3.18PCh. 3 - Design a pin-jointed linkage that will guide the...Ch. 3 - Figure P3-6 shows a V-link off-loading mechanism...Ch. 3 - Prob. 3.21PCh. 3 - Prob. 3.22PCh. 3 - Figure P3-8 shows a fourbar linkage used in a...Ch. 3 - Prob. 3.24PCh. 3 - Prob. 3.25PCh. 3 - Prob. 3.26PCh. 3 - Prob. 3.27PCh. 3 - Prob. 3.28PCh. 3 - Prob. 3.29PCh. 3 - Prob. 3.30PCh. 3 - Design a Hoeken straight-line linkage to give...Ch. 3 - Design a Hoeken straight-line linkage to give...Ch. 3 - Prob. 3.33PCh. 3 - Prob. 3.34PCh. 3 - Prob. 3.35PCh. 3 - Find the Grashof condition, inversion, any limit...Ch. 3 - Prob. 3.37PCh. 3 - Prob. 3.38PCh. 3 - Prob. 3.39PCh. 3 - Draw the Roberts diagram and find the cognates of...Ch. 3 - Prob. 3.41PCh. 3 - Find the Grashof condition, any limit positions,...Ch. 3 - Prob. 3.43PCh. 3 - Prob. 3.44PCh. 3 - Prob. 3.45PCh. 3 - Prob. 3.46PCh. 3 - Prob. 3.47PCh. 3 - Prob. 3.48PCh. 3 - Prob. 3.49PCh. 3 - Prob. 3.50PCh. 3 - Prob. 3.51PCh. 3 - Prob. 3.52PCh. 3 - Prob. 3.53PCh. 3 - Prob. 3.54PCh. 3 - Prob. 3.55PCh. 3 - Prob. 3.56PCh. 3 - Prob. 3.57PCh. 3 - Prob. 3.58PCh. 3 - Prob. 3.59PCh. 3 - Prob. 3.60PCh. 3 - Prob. 3.61PCh. 3 - Prob. 3.62PCh. 3 - Prob. 3.63PCh. 3 - Prob. 3.64PCh. 3 - Prob. 3.65PCh. 3 - Prob. 3.66PCh. 3 - Design a fourbar Grashof crank-rocker for 120 of...Ch. 3 - Prob. 3.68PCh. 3 - Design a fourbar Grashof crank-rocker for 80 of...Ch. 3 - Design a sixbar drag link quick-return linkage for...Ch. 3 - Design a crank shaper quick-return mechanism for a...Ch. 3 - Design a sixbar, single-dwell linkage for a dwell...Ch. 3 - Design a sixbar, single-dwell linkage for a dwell...Ch. 3 - Prob. 3.74PCh. 3 - Using the method of Example 3-11, show that the...Ch. 3 - Prob. 3.76PCh. 3 - Prob. 3.77PCh. 3 - Prob. 3.78PCh. 3 - The first set of 10 coupler curves on page 1 of...Ch. 3 - Prob. 3.80PCh. 3 - Prob. 3.81PCh. 3 - Prob. 3.82PCh. 3 - Prob. 3.83PCh. 3 - Prob. 3.84PCh. 3 - Prob. 3.85PCh. 3 - Prob. 3.86PCh. 3 - Prob. 3.87PCh. 3 - The side view of the upper section of a...Ch. 3 - Design a fourbar mechanism to give the three...Ch. 3 - Design a fourbar mechanism to give the three...Ch. 3 - Design a fourbar Grashof crank-rocker for 60...Ch. 3 - Design a crank-shaper quick-return mechanism for a...Ch. 3 - Figure P3-22 shows a non-Grashof fourbar linkage...Ch. 3 - Prob. 3.94PCh. 3 - Design a fourbar Grashof crank-rocker for 80...Ch. 3 - Design a sixbar drag link quick-return linkage for...
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
- For 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_forward7.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_forwardThis 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_forward
- Determine 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_forwardA 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_forward
- My 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_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=arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Precision Machining Technology (MindTap Course Li...Mechanical EngineeringISBN:9781285444543Author:Peter J. Hoffman, Eric S. Hopewell, Brian JanesPublisher:Cengage Learning

Precision Machining Technology (MindTap Course Li...
Mechanical Engineering
ISBN:9781285444543
Author:Peter J. Hoffman, Eric S. Hopewell, Brian Janes
Publisher:Cengage Learning