Question

If you can provide the MatLab code too, thank you!

3. The equation of motion of a general mass-spring system subject to an external force F(t) is mr + cr + kr = F(t) where m,

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

solutionSold of d x lt) + X0= 05 cost is a(t) = G cos (t) + Ce Sin Lt) + sin(t): - te = complementary soln e = particular fit Iinitid? ode is x(t) + x(t) =0.5.cos(t); ics := x(0) = 0, D(x) (0) = 0; 2 x(1) + x(t) = 0.5 cos(1) x(0) = 0, D(-x)(0) = 0 dsolve(odx1(t) == 0.25-t, x2(t) ==-0.25-t, 1+0.251 1-(-1)-0.25 t plot([sol(1),x1(1), x2(1)], 1=0..50, linestyle=[solid, dash, dash]) O10 20 50

Add a comment
Know the answer?
Add Answer to:
If you can provide the MatLab code too, thank you! 3. The equation of motion 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
  • A reciprocating pump weighing W-150 lb, is mounted at a middle of a steel plate of thickness 0.5 ...

    A reciprocating pump weighing W-150 lb, is mounted at a middle of a steel plate of thickness 0.5 in., width of 20 in., and clamped along two edges as shown. During operation of pump, the plate is subjected to a harmonic force Ft)-Fo.t) ibl. 0.5 in. Fio),x(t) 100 in. where the amplitude of harmonic force is F俨50 lh and its angular frequency: 62.832 radls Model the system as a simple spring and mass system in the horizontal plane. The mass...

  • A reciprocating pump weighing W-150 lb, is mounted at a middle of a steel plate of thickness 0.5 ...

    A reciprocating pump weighing W-150 lb, is mounted at a middle of a steel plate of thickness 0.5 in., width of 20 in., and clamped along two edges as shown. During operation of pump, the plate is subjected to a harmonic force F(t)-P, . cos(ω·) [lb] 0.5 in. 100 in. where the amplitude of harmonic force is Fo=50 lb and its angular frequency: ω-62832 radl s Model the system as a simple spring and mass system in the horizontal plane....

  • Consider the differential equation y(t) + 69(r) + 5y( Q3. t)u(t), where y(0) (0)0 and iu(t) is a ...

    Matlab code for the following problems. Consider the differential equation y(t) + 69(r) + 5y( Q3. t)u(t), where y(0) (0)0 and iu(t) is a unit step. Deter- mine the solution y(t) analytically and verify by co-plotting the analytic solution and the step response obtained with the step function. Consider the mechanical system depicted in Figure 4. The input is given by f(t), and the output is y(t). Determine the transfer function from f(t) to y(t) and, using an m-file, 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...

  • 1. A 1 kg mass is attached to a spring of spring constant k = 4kg/82, The spring-mass system is a...

    Differntial Equations Forced Spring Motion 1. A 1 kg mass is attached to a spring of spring constant k = 4kg/82, The spring-mass system is attached to a machine that supplies an external driving force of f(t) = 4 cos(wt). The systern is started from equilibrium i.e. 2(0) = 0 and z'(0) = 0. There is no damping. (a) Find the position x(t) of the mass as a function of time (b) write your answer in the form r(t)-1 sin(6t)...

  • These instructions are written with the assumption that code will be done in matlab. You might fi...

    These instructions are written with the assumption that code will be done in matlab. You might find the following built in commands useful: length, plot, xlabel, ylabel, title, legend, fzero, plot, disp, axis, axes, min, max. 1. A spring-mass system has the following position y(t) and velocity v(t) functions: y(t) = e −0.5t sin(2t) + √ 3e −0.5t cos(2t) v(t) = e −0.5t (2√ 3 − 0.5) sin(2t) − 0.5(4 + √ 3)e −0.5t cos(2t) where the units are in...

  • Q5 The equation of the motion of the mechanical system shown in the following figure is...

    Q5 The equation of the motion of the mechanical system shown in the following figure is governed by the following differential equation d2 x dx m7+9+= -f(t) - 3kx dt2 dt where m, C and k are mass, damping coefficient and spring constant, respectively. Consider the system with m = 10 kg, c = 80 Ns/m, k = 50 N/m, and the system is at rest at time t = 0 s. f(t) is the external force acting on the...

  • Solve it with matlab 25.16 The motion of a damped spring-mass system (Fig. P25.16) is described...

    Solve it with matlab 25.16 The motion of a damped spring-mass system (Fig. P25.16) is described by the following ordinary differential equation: d’x dx ++ kx = 0 m dr 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 (under- damped), 40 (critically damped), and 200 (overdamped). The spring constant k = 20 N/m....

  • F Fosin t m k 2 Figure Qla: System is subjected to a periodic force excitation (a) Derive the equation of motion of the...

    F Fosin t m k 2 Figure Qla: System is subjected to a periodic force excitation (a) Derive the equation of motion of the system (state the concepts you use) (b) Write the characteristic equation of the system [4 marks 12 marks (c) What is the category of differential equations does the characteristic equation [2 marks fall into? (d) Prove that the steady state amplitude of vibration of the system is Xk Fo 25 + 0 marks (e) Prove that...

  • Use Matlab and provide the code Consider the equation for the forced oscillation of a damped...

    Use Matlab and provide the code Consider the equation for the forced oscillation of a damped system with hardening spring given by (cf. Problem 14.27). Solve this equation numerically in MatlabB with F( given by the step function excitation and ramp excitation, m 1, c= 0.5, k= 1, and μ= 0.01, 0.1, 1. Compare with the results obtained when μ-0.

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