/SHM-simulator

simple harmonic motion simulator

Primary LanguageJava

SHM-simulator (simple harmonic motion simulator)

Simulador de movimiento armónico simple, permite observar gráficamente los valores "on the fly" de posición, velocidad y asceleración, utilizando las ecuaciones :

position = (amplitud*Math.cos(omega*tiempo/15));

velocity = (amplitud*1*Math.sin(omega*tiempo/15));

aceleration = (-amplitud*(1)*Math.cos(omega*tiempo/15));

Screenshot:

screenshot 1