Difference between revisions of "Forest UCM Osc Driven"

From New IAC Wiki
Jump to navigation Jump to search
Line 46: Line 46:
 
:<math>D(ax_1 + bx_2) = D(ax_1) + D(bx_2)</math>
 
:<math>D(ax_1 + bx_2) = D(ax_1) + D(bx_2)</math>
  
also
+
the above is a property of differential calculus where
 +
 
 +
:<math>D(ax) = aD(x)</math> and <math>D(x_1 + x_2) = D(x_1) + D(x_2)</math>
 +
 
  
  

Revision as of 18:25, 6 October 2014

Damped Oscillators driven by an external source

An external force must be supplied to do work on a damped oscillator in an amount that is equal to or greater than the work done by the dissipative force.


An external force (source) is added to the homogeneous differential equation making it inhomogenous

[math] \ddot x + 2 \beta \dot x + \omega^2_0x = 0[/math]


making it

[math] \ddot x + 2 \beta \dot x + \omega^2_0x = f(t)[/math]

where f(t) represents the external force (source) that depends on time divided by the objects mass.


Differential equations in Operator form

In the previous sections we used the definition

[math]O = \frac{d}{dt}[/math]

to solve the second order linear differential equation.

Let's take this a step further with the following operator definition

[math]D = \frac{d^2}{dt^2} + 2 \beta \frac{d}{dt} + \omega^2_0[/math]

then

[math] \ddot x + 2 \beta \dot x + \omega^2_0x = f(t)[/math]

becomes

[math] D x = f(t)[/math]
Linear differential equations have coefficient that can constant or variable coefficients that can be transformed into constant coefficients.


Note
[math]D[/math] is a linear operator

meaning

[math]D(ax_1 + bx_2) = D(ax_1) + D(bx_2)[/math]

the above is a property of differential calculus where

[math]D(ax) = aD(x)[/math] and [math]D(x_1 + x_2) = D(x_1) + D(x_2)[/math]



Forest_UCM_Osc#Damped_Oscillations_with_driving_source