Question

In: Mechanical Engineering

The mechanism shown is for a transfer conveyor. The driving link rotates counterclockwise at a constant...

The mechanism shown is for a transfer conveyor. The driving link rotates counterclockwise at a constant rate of 25 rpm, and the box has a mass of 10 kg as shown. The mass of the driving link and the coupler are negligible. Conveyor friction is adequate to prevent box slipping in the position shown. The mass of the conveyor link is 15 kg and the center of gravity is at its midspan. The mass moment of inertia of the conveyor link relative to the center of gravity is 4 kg-m2. For β = 30֠, graphically determine the following:

  1. Linear acceleration of the center of gravity of the conveyor link,
  2. Rotational acceleration of the conveyor link
  3. Inertial force and torque of the conveyor link
  4. Pin forces
  5. Torque required to drive the mechanism.

Solutions

Expert Solution

MATLAB Code

clc;
clear all;
%input data=
L1=50;L2=10;L3=50;L4=20;theta_1=90;theta_2=30;w2=2*pi*25/60;alpha_2=0;
%Position Equations
syms theta_3 theta_4
A=L2*cosd(theta_2)+L3*cosd(theta_3)-L4*cosd(theta_4)-L1*cosd(theta_1);
B=L2*sind(theta_2)+L3*sind(theta_3)-L4*sind(theta_4)-L1*sind(theta_1);
[theta_3,theta_4]=vpasolve(A==0,B==0)
%Velocity Equations
syms w3 w4
C=-L2*w2*sind(theta_2)-L3*w3*sind(theta_3)+L4*w4*sind(theta_4);
D=L2*w2*cosd(theta_2)+L3*w3*cosd(theta_3)-L4*w4*cosd(theta_4);
[w3,w4]=vpasolve(C==0,D==0)
%Acceleration Equations
syms alpha_3 alpha_4
E=-L3*alpha_3*sind(theta_3)-L3*(w3^2)*cosd(theta_3)+L4*alpha_4*sind(theta_4)+L4*(w4^2)*cosd(theta_4)-L2*alpha_2*sind(theta_2)-L2*(w2^2)*cosd(theta_2);
F=L3*alpha_3*cosd(theta_3)-L3*(w3^2)*sind(theta_3)-L4*alpha_4*cosd(theta_4)+L4*(w4^2)*sind(theta_4)+L2*alpha_2*cosd(theta_2)-L2*(w2^2)*sind(theta_2);
[alpha_3,alpha_4]=vpasolve(E==0,F==0)


Related Solutions

The merry-go-round rotates counterclockwise with a constant angular speed u. The distance between the horse on...
The merry-go-round rotates counterclockwise with a constant angular speed u. The distance between the horse on the merry-go-round and the rotational center is r. (a) Find the position of the horse x and its velocity v, v(t) = d/dt x(t), as vector-functions of time. (b) Find the acceleration of the horse, a(t) = d^2/dt^2 x(t), as a vector-function of time. What is its direction (in comparison with the direction of x)? Now the same horse has a non-constant angular speed...
Rod OA rotates counterclockwise with a constant angular velocity of = 5 rad/s. The double collar...
Rod OA rotates counterclockwise with a constant angular velocity of = 5 rad/s. The double collar B is pin connected together such that one collar slides over the rotating rod and the other slides over the horizontal curved rod, of which the shape is described by the equation r = 1.5(2 - cos θ) ft. If both collars weigh 0.75 lb, determine the normal force which the curved rod exerts on one collar at the instant θ = 120o. Neglect...
Q1 The crank of a slider mechanism rotates clockwise at a constant speed of 300 rpm....
Q1 The crank of a slider mechanism rotates clockwise at a constant speed of 300 rpm. The crank is 15Q mm and the connecting rod is 60P mm long. Determine: a) Linear velocity and acceleration of the Slider. b) Angular velocity and angular acceleration of the connecting rod, at a crank angle of 45° from inner dead centre position.
in a crank and slotted lever quick return mechanism, as shown in figure the driving crank...
in a crank and slotted lever quick return mechanism, as shown in figure the driving crank length is 75mm. the distance between the fixed centres is 200mm and the length of the slotted lever is 500mm. find the ratio of the times taken on the cutting and idle strokes. determine the effective stroke also
A uniform cylindrical turntable of radius 1.90 m and mass 28.2 kg rotates counterclockwise in a...
A uniform cylindrical turntable of radius 1.90 m and mass 28.2 kg rotates counterclockwise in a horizontal plane with an initial angular speed of 4π rad/s. The fixed turntable bearing is frictionless. A lump of clay of mass 2.49 kg and negligible size is dropped onto the turntable from a small distance above it and immediately sticks to the turntable at a point 1.80 m to the east of the axis. (a) Find the final angular speed of the clay...
A horizontal circular platform rotates counterclockwise about its axis at the rate of 0.977 rad/s. You,...
A horizontal circular platform rotates counterclockwise about its axis at the rate of 0.977 rad/s. You, with a mass of 73.3 kg, walk clockwise around the platform along its edge at the speed of 1.09 m/s with respect to the platform. Your 21.1-kg poodle also walks clockwise around the platform, but along a circle at half the platform\'s radius and at half your linear speed with respect to the platform. Your 18.5-kg mutt, on the other hand, sits still on...
Explain basic mechanism behind inventory cycle. Why does it move counterclockwise?
Explain basic mechanism behind inventory cycle. Why does it move counterclockwise?
Knowing that at the instant shown the angular velocity of rod BE is 4 rad/s counterclockwise
Knowing that at the instant shown the angular velocity of rod BE is 4 rad/s counterclockwise, determine (a) the angular velocity of rod AD, (b) the velocity of collar D, (c) the velocity of point A.
A wheel rotates with a constant angular acceleration of 3.0 rad/. If the angular speed of...
A wheel rotates with a constant angular acceleration of 3.0 rad/. If the angular speed of the wheel is 2 rad/s at t = 0, through what angular displacement does the wheel rotate in 2 s? 10 rad. 6 rad. 15 rad. 4 rad. 12 rad. Based on question number 3, through how many revolutions has the wheel turned during this time interval?   4 rev. 3 rev. 1.6 rev. 5 rev. 2 rev. Based on question number 3, what is...
A wheel 1.70 m in diameter lies in a vertical plane and rotates with a constant...
A wheel 1.70 m in diameter lies in a vertical plane and rotates with a constant angular acceleration of 4.10 rad/s2. The wheel starts at rest at t = 0, and the radius vector of a certain point P on the rim makes an angle of 57.3° with the horizontal at this time. At t = 2.00 s find the following. (a) the angular speed of the wheel=______ rad/s (b) the tangential speed and the total acceleration of the point...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT