0
votes
1answer
77 views

FWHM in resonance amplitude square derivation

Consider a linear harmonic oscillator subject to a periodic force: $$ \ddot x + 2 \beta \dot x + \omega _0 ^2x = f_0\cos \omega t$$ The solution tends to: $$A \cos (\omega t - \delta)$$ where: ...
0
votes
0answers
33 views

Approximating a first order ODE when the Hessian is available [closed]

I'm attempting to numerically approximate a simple ODE, I'm using it to describe the motion of a gradient descent search, but it could easily have physical interpretation. In particular, $$ x'(t) = ...