Tags | |
This equation computes the acceleration, axax, of a harmonic oscillator as a function of time, t.
Inputs
- ωω - the angular velocity
- A - amplitude, the maximum displacement of the oscillator
- ϕϕ - the phase angle defining the starting displacement at time t = 0
- t - the time at which we compute the acceleration
Definition
If the phase angle ϕϕ is zero, then x0=A⋅cos(0)=Ax0=A⋅cos(0)=A. So, ϕ=0ϕ=0, means the oscillator is at maximum displacement.
The acceleration as a function of time can be found by taking the simple derivative of velocity:
ax=dvxdt=d2xdt2=-ω2⋅Acos(ω⋅t+ϕ)ax=dvxdt=d2xdt2=−ω2⋅Acos(ω⋅t+ϕ), since
x=A⋅cos(ω⋅t+ϕ)x=A⋅cos(ω⋅t+ϕ) [1]
dxdt=-ω⋅A⋅sin(ω⋅t+ϕ)dxdt=−ω⋅A⋅sin(ω⋅t+ϕ) and d2xdt2=-ω2⋅Acos(ω⋅t+ϕ)d2xdt2=−ω2⋅Acos(ω⋅t+ϕ)
Reference
Young, Hugh and Freeman, Roger. University Physics With Modern Physics. Addison-Wesley, 2008. 12th Edition, (ISBN-13: 978-0321500625 ISBN-10: 0321500628 ) Pg 426, Equation #13.16
- ^ University Physics, page 425, eq. 13.13