Wednesday, December 09, 2009

Turtle spring damper


Simple harmonic motion with Turtle Art.
For each time step
y = y + speed
speed = speed + acceleration
acceleration = -k1*y -k2*speed


where
k1=1/400 = springconstant/mass
k2=1-0.996=0.004 = damperconstant/mass



Turtle_spring_damper.ta

Septiembre 2010
En español

Movimiento armónico simple con Turtle Art.
Para cada paso de tiempo
y = y + velocidad
velocidad = velocidad + aceleración
aceleración =-k1 * y
- k2 * velocidad

donde
k1 = 1 / 400 = constante del resorte / masa
k2 = 1 - 0,996 = 0,004 = constante del amortiguador / masa



Labels: , ,

0 Comments:

Post a Comment

<< Home