Difference between revisions of "The research of simple linear vibrating system"
From Department of Theoretical and Applied Mechanics
Line 6: | Line 6: | ||
\def\){\right)} | \def\){\right)} | ||
</math> | </math> | ||
− | + | Here is the program showing the dependence of the speed of movement of the sinker on a linear spring. | |
− | + | For starters to get this dependency. We write the Hooke's law: | |
::<math> | ::<math> | ||
F = - Cu, | F = - Cu, | ||
Line 17: | Line 17: | ||
</math> | </math> | ||
− | + | Divide by <math>m</math> and multiply by <math>\dot u</math>: | |
::<math> | ::<math> | ||
\ddot u \dot u + \omega^2 \dot u u = 0, \quad \omega_0 \MYdef \sqrt{\frac{C}{m}}, | \ddot u \dot u + \omega^2 \dot u u = 0, \quad \omega_0 \MYdef \sqrt{\frac{C}{m}}, | ||
Line 30: | Line 30: | ||
</math> | </math> | ||
− | + | We introduce the notation: | |
::<math>\frac{\dot u}{\omega} = y, \quad u = x</math>. | ::<math>\frac{\dot u}{\omega} = y, \quad u = x</math>. | ||
− | + | We get the formula of the circle: | |
<math> y^2 + x^2 = 0 </math>. | <math> y^2 + x^2 = 0 </math>. | ||
− | + | This dependence is visible on the chart in the program: | |
{{#widget:Iframe |url=http://tm.spbstu.ru/htmlets/Tcvetkov/Spring/New_spring_v1.3_no_constructor/draw_spring.html |width=830 |height=550 |border=0 }} | {{#widget:Iframe |url=http://tm.spbstu.ru/htmlets/Tcvetkov/Spring/New_spring_v1.3_no_constructor/draw_spring.html |width=830 |height=550 |border=0 }} | ||
− | + | Developers: [[D.V. Tsvetkov]], [[A.M. Krivtsov]]. | |
− | [[Category: | + | [[Category: Virtual laboratory]] |
− | [[Category: | + | [[Category: Programming]] |
[[Category: JavaScript]] | [[Category: JavaScript]] |
Latest revision as of 08:36, 3 June 2016
Virtual laboratory > The research of simple linear vibrating systemHere is the program showing the dependence of the speed of movement of the sinker on a linear spring.
For starters to get this dependency. We write the Hooke's law:
Divide by
and multiply by :We introduce the notation:
- .
We get the formula of the circle:
.This dependence is visible on the chart in the program:
Developers: D.V. Tsvetkov, A.M. Krivtsov.