4.0

4.0 | 1 rating Rate this file 10 Downloads (last 30 days) File Size: 8.35 KB File ID: #15656
image thumbnail

Forced damped driven pendulum

by Adam Wyatt

 

22 Jul 2007 (Updated 23 Jul 2007)

A forced damped driven pendulum exhibits chaotic motion.

| Watch this File

File Information
Description

This simulink model simulates the damped driven pendulum, showing it's chaotic motion.
theta = angle of pendulum
omega = (d/dt)theta = angular velocity
Gamma(t) = gcos(phi) = Force
omega_d = (d/dt) phi
Gamma(t) = (d/dt)omega + omega/Q + sin(theta)

Play with the initial conditions (omega_0, theta_0, phi_0 = omega(t=0), theta(t=0), phi(t=0)) and the system parameters (g, Q, omega_d) and the solver parameters/method.

Chaos can be seen for Q=2, omega_d=w/3.

The program outputs to Matlab time, theta(time) & omega(time).

Plot the phase space via:
plot(mod(theta+pi, 2*pi)-pi, omega, '.');

Plot the Poincare sections using:
t_P = (0:2*pi/omega_d:max(time))';
plot(mod(spline(time, theta+pi, t_P), 2*pi)-pi, spline(time, omega, t_P), '.');

System is described in:
"Fractal basin boundaries and intermittency in the driven damped pendulum"
E. G. Gwinn and R. M. Westervelt
PRA 33(6):4143 (1986)

Required Products Simulink
MATLAB release MATLAB 7.4 (R2007a)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (1)
06 Oct 2007 alaa taha

good job
can you help me by take me only the cod of
 forced damped driven pendulum exhibits chaotic motion to use it in my research
(i need the general cod not the simulink cod)

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
chemistry Adam Wyatt 22 Oct 2008 09:20:02
physics Adam Wyatt 22 Oct 2008 09:20:02
forced damped driven pendulum chaos simulink Adam Wyatt 22 Oct 2008 09:20:02

Contact us at files@mathworks.com