Question

Problem L4.1- Egg Beater Returns. The egg beater has a moment of inertia J and is immersed in a viscous batter with a viscous coefficient b. Stephanie from Lazytown needs your help baking a cake (She says its a piece of cake to bake the cake). Stephanie requires that the beater reach a top speed of 100 RPM while immersed in the batter and achieve this top speed (spin-up) in no more than 2 s. The viscosity of the batter remains fixed at b 30N m -s/rad, however you can vary the moment of inertia J and the input torque T to the blender. What values of J and T accomplish this task? (HINT: Use Final Value Theorem for top speed) Assume zero ICs. Plot the step response of this system and plot the impulse response. Describe any discontinuities you see in the response, whats going on?please solve with matlab code!

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

***/ Matlab program for plotting the Campbell diagram (Non dimensional) considering Gyroscopic effect for the rotational motions of a rotor with four degrees of freedom in which translational and rotational motions are uncoupled /***

for omega1 = 0:0.1:3;

for d = 0:0.5:2;

w1 = ((d)*(omega1)) + sqrt((((d^2)*((omega1)^2))/4) + 1);

w2 = ((d)*(omega1)) - sqrt((((d^2)*((omega1)^2))/4) + 1);

w3 = 0;

plot(omega1,w1,'*');

hold on;

plot(omega1,w2,'+');

hold on;

plot(omega1,w3,'.');

hold on;

xlabel('omega*');

ylabel('w*');

title('Campbell Diagram');

end

end

Add a comment
Know the answer?
Add Answer to:
please solve with matlab code! Problem L4.1- Egg Beater Returns. The egg beater has a moment...
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
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