Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How can I solve this problem using MATLAB?

1 Ansicht (letzte 30 Tage)
Nawal
Nawal am 27 Jul. 2013
In a theme park a new ride modeled as swinging pendulum is being studied. A simple pendulum that is undergoing swinging in the air has aerodynamic damping which can be modeled by the equation 1. Equation 2 models the resistance by viscous damping.
thetadotdot+ ((C*thetadot)/m) + (sin(theta)*g)/ (l) ) =0 % Equation (2)
thetadotdot+ ( ((C*(thetadot)^(2))/( m* l)) * (sin (thetadot)) )+ (sin(theta)*g)/ (l) ) =0 % Equation (1)
where,
For the simulation part use m = 1000 kg; l = 10 m; Ca = Cd = 14 ; theta(0) =1.57; thetadot(0)= 0.
Now as a consultant to the theme park which would you chose and justify your choice. Generate one plot with both the velocities and another plot with both the displacement. Label the axis and put suitable legends on the plots.

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by