Question

2.95. A DVD drive is mounted chassis and is modeled as a single-degree-of-freedom on a spring, mass, and damper. During norma solve using Matlab , write the matlab code please
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Single-degree-offreedom spring Mass 0.4kg is subjected to a harmonic force of 1N at 10rad/sec Stiffnes k 500N/m due to materi

%ode45
clc;clear all;close all
c1=10;
X=0;c=10;
while X~=0.008
t1=[0 5];%time range
C=[0.001;0.5];%initial condition
[t, x] = ode45 (@(t,x) fun_1(t,x,c), t1, C);
X=round(max(x(:,1)),4);
c=c+0.01;
end
if c1==(c-0.01)
fprintf('The constraint is satisfied\nThe value of smallest damping is %1.3fNs/m\n',c1);
else
fprintf('The constraint is not satisfied\nThe value of smallest damping is %1.3fNs/m\n',(c-0.01));
end

The constraint is not satisfied The value of smallest damping is 15.600NS/m

Add a comment
Know the answer?
Add Answer to:
solve using Matlab , write the matlab code please 2.95. A DVD drive is mounted chassis...
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
  • O Mroot Word practcaldoc L Thermodynamics Google Drive x quc in caro-Yahoo Search Re X Assignment...

    O Mroot Word practcaldoc L Thermodynamics Google Drive x quc in caro-Yahoo Search Re X Assignment 1 pd ot secure student.guc.edueg/intranet/Faculties/Engineering %6208%20Materis%20Sciences/Mechatronics%20Engineering/Winter%202019 % 20-6202020/5th20Semester/Control20. Problem (3): A mass - spring - damper system has a mass of 200 Kg, a damping coefficient of 100 N.m/s and an undamped natural frequency of 2 rad/s. Displacement Find the following: m a) The stiffness coefficient b) The damping ratio c) The dam ea natu al frequency d) The system's damping type e) Plot...

  • PROBLEM 2 Write a Matlab code* (script) or use Excel to determine the damping coefficient of...

    PROBLEM 2 Write a Matlab code* (script) or use Excel to determine the damping coefficient of a spring - mass - damper system with a mass of 165 kg and stiffness of 2400 N/m such that its response will die out (decay) after about 1.5 s, given a zero initial position and an initial velocity of 8 mm/s. 1. Display the numerical value of the damping coefficient. 2. Plot the response of the system. *Turn in your Matlab code with...

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