Question

please write a MATLAB code to solve this problem, all parts from a to d have to be solved in matlab. Thank you        u

The 26-in. drum rotates about a horizontal -7.5 rad/sec axis with a constant angular velocity Q 7.5 rad/s. The small block A

0 0
Add a comment Improve this question Transcribed image text
Answer #1

esoobutal

N mrw+mgcose

f = \mu N

=u(mru mgcos0)

Equilibrium

mgsin= (mrw2mgcos

mu = g*sin (q) / (r*w^2+g*cos (q) ) ;%answer for a 6- 8- Q0:pi; AFigure 1 9 File Edit View Insert Iools Desktop Window Help s

Matlab code:

syms q mu;
g = 32.2;
w = 7.5;
r = 13/12;

mu = g*sin(q)/(r*w^2+g*cos(q));%answer for a

Q = 0:pi;

Mu = subs(mu,Q);
plot(Q,Mu);%answer for b

mu_min = max(Mu);%answer for c
disp('minimum friction');
disp(vpa(mu_min));

e = mu_min - g*sin(q)/(r*w^2+g*cos(q));
qa = solve(e);%answer for d
q1 = rad2deg(double(qa(2)));%selecting real values
disp('angle for slippage');
disp(q1)

Add a comment
Know the answer?
Add Answer to:
please write a MATLAB code to solve this problem, all parts from a to d have...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Problem 1.2 Statement The 26-in. drum rotates about a horizontal axis 7.5 radses.7.5 radisec with...

    I need to solve this by matlab program I want to source code Problem 1.2 Statement The 26-in. drum rotates about a horizontal axis 7.5 radses.7.5 radisec with a constant angular velocity 2 7.5 rad/sec. The small block A has no motion relative to the drum surface as it passes the bottom position θ 0. Determine the coefficient of static friction A that would result in block slippage at an angular position 0, plot your expression for 0 S θ...

  • Chapter 3, Practice Problem 3/125 The 34-in. drum rotates about a horizontal axis with a constant...

    Chapter 3, Practice Problem 3/125 The 34-in. drum rotates about a horizontal axis with a constant angular velocity 5.7 rad/sec. The small block A has no motion relative to the drum surface as it passes the bottom position θ = 0. Determine the coefficient of static friction μs which would result in block slippage at an angular position θ; plot your expression for 0 ≤ θ ≤ 180°. Determine the minimum required coefficient value μmin which would allow the block...

  • *Chapter 3, Practice Problem 3/125 The 46-in. drum rotates about a horizontal axis with a constant...

    *Chapter 3, Practice Problem 3/125 The 46-in. drum rotates about a horizontal axis with a constant angular velocity 5.3 rad/sec. The small block A has no motion relative to the drum surface as it passes the bottom position 0 = 0. Determine the coefficient of static friction us which would result in block slippage at an angular position 0; plot your expression for O Ses 180º. Determine the minimum required coefficient value wmin which would allow the block to remain...

  • Chapter 3, Practice Problem 3/125 The 46-in. drum rotates about a horizontal axis with a constant...

    Chapter 3, Practice Problem 3/125 The 46-in. drum rotates about a horizontal axis with a constant angular velocity 5.5 rad/sec. The small block A has no motion relative to the drum surface as it passes the bottom position 8 = 0. Determine the coefficient of static friction us which would result in block slippage at an angular position e; plot your expression for OS OS 180º. Determine the minimum required coefficient value Pmin which would allow the block to remain...

  • Chapter 3, Practice Problem 3/125 The 52-in. drum rotates about a horizontal axis with a constant...

    Chapter 3, Practice Problem 3/125 The 52-in. drum rotates about a horizontal axis with a constant angular velocity 4.7 rad/sec. The small block A has no motion relative to the drum surface as it passes the bottom position = 0. Determine the coefficient of static friction Ys which would result in block slippage at an angular position 0; plot your expression for O Ses 180º. Determine the minimum required coefficient value min which would allow the block to remain fixed...

  • Chapter 3, Practice Problem 3/125 The 50-in. drum rotates about a horizontal axis with a constant...

    Chapter 3, Practice Problem 3/125 The 50-in. drum rotates about a horizontal axis with a constant angular velocity 5.4 rad/sec. The small block A has no motion relative to the drum surface as it passes the bottom position 0-0. Determine the coefficient of static frictions which would result in block slippage at an angular position 8; plot your expression for O Ses 180º. Determine the minimum required coefficient value in which would allow the block to remain fixed relative to...

  • Use MAILAB to plot the results Problem 1.2 Sturem The 26-in drum rotates about a horizoatal axis ...

    Use MAILAB to plot the results Problem 1.2 Sturem The 26-in drum rotates about a horizoatal axis with a constant angular velocity rad sec. The small block A has no motion relative to the drum surface as it passes the bottom position e- 0. Dete nine the coefficient of static friction μ, that would result in block slippage at an angular Ω-7.5 rad sec r 13 0 position & plot your expression for 0s s180° Deternuine the minimum required cocfficient...

  • The 38-in. drum rotates about a horizontal axis with a constant angular velocity 5.4 rad/sec. The...

    The 38-in. drum rotates about a horizontal axis with a constant angular velocity 5.4 rad/sec. The small block A has no motion relative to the drum surface as it passes the bottom position ø = 0. Determine the coefficient of static friction (u s) which would result in block slippage at an angular position ø: plot your expression for 0 < ø ≤ 180°. Determine the minimum required coefficient value (u min) which would allow the block to remain fixed...

  • Solve with matlab please. All needed info is here. 1: Kinematic Constraints Collar B moves to...

    Solve with matlab please. All needed info is here. 1: Kinematic Constraints Collar B moves to the left with a speed of 5 m/s, which is increasing at a constant rate of 1.5 m/s2, relative to the hoop, while the hoop rotates with the angular velocity and angular acceleration shown. Determine the magnitudes of the velocity and acceleration of the collar at this instant. Write a MATLAB program that solves this problem using vector operations. A Tw-6 rad/s a-3 rad/s2...

  • Chapter 3, Practice Problem 3/115 The quarter-circular hollow tube of circular cross section starts from rest...

    Chapter 3, Practice Problem 3/115 The quarter-circular hollow tube of circular cross section starts from rest at time t = 0 and rotates about point o in a horizontal plane with a constant counterclockwise angular acceleration 7 = 2.9 rad/s2. At what time t will the 0.30-kg particle P slip relative to the tube? The coefficient of static friction between the particle and the tube is us = 0.53. 0.58 m 51 Answer: t = the tolerance is +/-2%

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT