[Math] Damped Harmonic Oscillator and Response Function

ordinary differential equationsphysics

This is another one of those questions that I feel like I am almost there, but not quite, and it's the math that gets me. But here goes:

For a driven damped harmonic oscillator, show that the full width at half maximum of the response function $| R(\omega)|^2$ is $\gamma$. Where $\gamma $ is the damping factor. So we start off with: $$\ddot x + \gamma \dot x + \omega_0x = \frac{F_{ext}(t)}{m} = f(t)$$

And I move to solve this. I know that the solution will be $x_0 e^{i\omega t}$ and that I should get the following:
$$-\omega^2 x_0 e^{i\omega t} + (i\omega)x_0 e^{i\omega t}\gamma+ \omega_0^2x_0e^{i\omega t} = \frac{F_0 e^{i\omega t}}{m}$$
which turns into $$x_0 (\omega_0^2 -\omega^2 + (i\omega) \gamma ) = \frac{F_0}{m}= f_0$$ which then becomes $$x_0 = \frac{f_0}{\omega_0^2 -\omega^2 + (i\omega) \gamma }$$
The denominator should give me the response function $R(\omega)$. So I take the absolute value and square it and I get: $$|R(\omega^2)| = \frac{f_0}{\omega_0^2 -\omega^2 t + (i\omega) \gamma } \frac{f_0}{\omega_0^2 -\omega^2 t – (i\omega) \gamma } = \frac{f_0}{(\omega_0^2 -\omega^2)^2 + \gamma^2 \omega^2 }$$

So far so good. I want to find the maximum of this function and that means I want to know where the derivative of the denominator is zero. Taking that derivative: $$\frac{d}{d\omega}(\omega_0^2 -\omega^2)^2 + \gamma^2 \omega^2) = 2((\omega_0^2 -\omega^2)(2\omega) + 2\gamma^2 \omega = 0$$ and since it = 0 we can divide thru by $2\omega$ and we are left with $$-2(\omega_0^2 – \omega^2) + \gamma^2 = 0$$ and solving for $\omega$: $\omega = \sqrt{\omega_0^2 – \frac{\gamma^2}{2}} $. We will replace $\gamma$ with $2\beta$, leaving us $\omega = \sqrt{\omega_0^2 – 2 \beta^2} $

we know where the maximum is, but now we want to find the half-maximum. Plugging my $\omega$ back into my $|R(\omega)|^2$ expression, I have $$\frac{1}{(\omega_0^2 – \omega_0^2 + 2 \beta^2)^2 + 4\beta^4 (\omega_0^2 – 2\beta^2)}=\frac{1}{(2 \beta^2)^2 + 4\beta^4 (\omega_0^2 – 2\beta^2)}=\frac{1}{4 \beta^4 + 4\beta^2 \omega_0^2 – 8\beta^6}$$

which shows me the maximum of $|R(\omega)|^2$. At 1/2 that is the half maximum and I want to know what $\omega$ is at that point. So going back to my original equation I posit: $$|R(\omega^2)| = \frac{1}{(\omega_0^2 -\omega^2)^2 + 4\beta^2 \omega^2 }=\frac{1}{8 \beta^4 + 8\beta^2 \omega_0^2 – 16\beta^6}$$

But at this point I feel I have lost the plot. Going through this the whole thing struck me as more complicated than it needs to be. My text says showing this should be "an easy exercise." So I am turning to people here to see where I messed up.

Best to you all, and thanks.

Best Answer

I believe that some approximations are in order here. This seems like the kind of question where we assume damping is relatively small. Note that the response function isn't even symmetric about $\omega_0$. There may be some fancy way to define FWHM here, but if we just take the limit where $\gamma$ is small, and the peak value occurs at about $\omega_0$, then it is simple:

$\omega = \omega_0 + \delta\omega$

Expand $(\omega_0^2 - \omega^2)$ to first order in $\delta\omega$, and we get $-2\omega_0\delta\omega $. Then:

$(2\omega_0\delta\omega)^2 = \gamma^2(2\omega_0^2-(\omega_0 + \delta\omega)^2)$

$\omega_0 >> \delta\omega$, so $\omega_0^2$ dominates the RHS.

The full width half max is then twice $\delta\omega$. A simple calculation shows this is $\gamma$.

Related Question