How can I solve this problem using MATLAB?
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
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.
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!