Question

PROBLEM 2 Write a Matlab code* (script) or use Excel to determine the damping coefficient of a spring - mass - damper system

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

Natural frequency, k 2400 = 3.81385 = 3.814rad/s 0,= 1165 The equation of motion for the free damped vibration is mx + cx + k

3.814x vī – 3x3.814 1-2 = 0.075387 $ = 0.961568 c 2mo, 0.961568 = 2x165x3.814 c=1210.249N.s/m x(t) = 0.00$ e$0, (sin 0,1) 0.0

clc;clear all;close all;
t=0:0.01:4;
x=(0.024/pi).*(exp(-3.665*t)).*(sin(pi*t/3));
plot(t,x)
xlabel('time in sec')
ylabel('x in meter')
grid

xin meter 0.5 1 1.5 2.5 3 3.5 2 time in sec

Add a comment
Know the answer?
Add Answer to:
PROBLEM 2 Write a Matlab code* (script) or use Excel to determine the damping coefficient of...
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
  • solve using Matlab , write the matlab code please 2.95. A DVD drive is mounted chassis...

    solve using Matlab , write the matlab code please 2.95. A DVD drive is mounted chassis and is modeled as a single-degree-of-freedom on a spring, mass, and damper. During normal operation, the drive (having a mass of 0.4 kg) is subject to a harmonic force of 1 N at 10 rad/s. Because of material considerations and static deflection, the stiffness is fixed at 500 N/m and the natural damping in the system is 10 kg/s. The DVD player starts and...

  • Answer last four questions 1. A spring-mass-damper system has mass of 150 kg, stiffness of 1500...

    Answer last four questions 1. A spring-mass-damper system has mass of 150 kg, stiffness of 1500 N/m and damping coefficient of 200 kg/s. i) Calculate the undamped natural frequency ii) Calculate the damping ratio iii) Calculate the damped natural frequency iv) Is the system overdamped, underdamped or critically damped? v) Does the solution oscillate? The system above is given an initial velocity of 10 mm/s and an initial displacement of -5 mm. vi) Calculate the form of the response and...

  • Please write legibly Consider an ideal mass-spring-damper system similar to Figure 3.2. Find the damping coefficient of the system if a mass of 380 g is used in combination with a spring with stif...

    Please write legibly Consider an ideal mass-spring-damper system similar to Figure 3.2. Find the damping coefficient of the system if a mass of 380 g is used in combination with a spring with stiffness k = 17 N/m and a period of 0.945 s. If the system is released from rest 5 cm from it's equilibrium point at to = 0 s, find the trajectory of the position of the mass-spring-damper from it's release until t 3s Figure 3.2: Mass-spring-damper...

  • 1.2096 Trial and error: by printing out (using any software) the damped free vibration solution under...

    1.2096 Trial and error: by printing out (using any software) the damped free vibration solution under different damping coefficients, please choose the damping coefficient of a spring-mass- damper system with mass of 150 kg and stiffness of 20o0 N/m such that its response will die out after about 2 s, given a zero initial position and an initial velocity of 10 mm/s.

  • 9. A mechanical component can be modelled as a pendulum with a torsional damper of coefficient,...

    9. A mechanical component can be modelled as a pendulum with a torsional damper of coefficient, c, at its oO hinge as shown in Figure Q.9. Stiffness in the system is modelled by a spring of stiffness, k, located at the midpoint of the light bar of length 1. The pendulum is free to rotate about the hinge O and has bob-mass m a) Show that the equation of motion of the system for small angular displacements, 6, is given...

  • 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...

  • I want matlab code. 585 i1 FIGURE P22.15 22.15 The motion of a damped spring-mass system (Fig. P22.15) is de...

    I want matlab code. 585 i1 FIGURE P22.15 22.15 The motion of a damped spring-mass system (Fig. P22.15) is described by the following ordinary differ- ential equation: dx dx in dt2 dt where x displacement from equilibrium position (m), t time (s), m 20-kg mass, and c the damping coefficient (N s/m). The damping coefficient c takes on three values of 5 (underdamped), 40 (critically damped), and 200 (over- damped). The spring constant k-20 N/m. The initial ve- locity is...

  • 4. Write a Matlab code that computes the Reynolds number, discharge coefficient, in the discharge...

    4. Write a Matlab code that computes the Reynolds number, discharge coefficient, in the discharge coefficient, and air flow rate for a given orifice plate geometry an difference. Your code should be able to compute the flow rate (mass and ΔΡ across an orifice plate. You will continue to use your code for the rest example set of data against which you can test your code is provided in from your code must be in the same units as shown...

  • Signals and System: MATLAB code provided? Begin with the MATLAB script named lab4.m as follows. You...

    Signals and System: MATLAB code provided? Begin with the MATLAB script named lab4.m as follows. You will modify this example code to cover each of the parts of this lab. You must always carefully document and include appropriate comments in any MATLAB code. & starting point for Lab#4 % LAPLACE TRANSFORM %---------- clear all; close all; -------------------- s = tf('s'); sys = 1/(5+1); & define H(s) for a dynamic system named sys ---------------- figure(1); bode (sys); % plot magnitude and...

  • Hello These are a math problems that need to solve by MATLAB as code Thank you...

    Hello These are a math problems that need to solve by MATLAB as code Thank you ! Initial Value Problem #1: Consider the following first order ODE: dy-p-3 from to 2.2 with y() I (a) Solve with Euler's explicit method using h04. (b) Solve with the midpoint method using h 0.4. (c) Solve with the classical fourth-order Runge-Kutta method using 0.4 analytical solution of the ODE is,·? solution and the numerical solution at the points where the numerical solution is...

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