Difference between revisions of "The research of simple linear vibrating system"

From Department of Theoretical and Applied Mechanics
Jump to: navigation, search
 
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>
  
Поделим на <math>m</math> и умножим на <math>\dot u</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 system

[math] \def\MYdef{\mathrel{\stackrel{\rm def}=}} \def\({\left(} \def\){\right)} [/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] F = - Cu, [/math]
[math] m \ddot u + Cu = 0. [/math]

Divide by [math]m[/math] and multiply by [math]\dot u[/math]:

[math] \ddot u \dot u + \omega^2 \dot u u = 0, \quad \omega_0 \MYdef \sqrt{\frac{C}{m}}, [/math]
[math] \dot u^2 + \omega^2 u^2 = 0, \quad \(x^2(t)\)'_t = 2x(t)\dot u(t), [/math]
[math] \(\frac{\dot u}{\omega}\)^2 + u^2 = 0. [/math]

We introduce the notation:

[math]\frac{\dot u}{\omega} = y, \quad u = x[/math].

We get the formula of the circle: [math] y^2 + x^2 = 0 [/math].

This dependence is visible on the chart in the program:

Developers: D.V. Tsvetkov, A.M. Krivtsov.