Estimating damped harmonic oscillator parameters from plot of oscillat

  • #1
zenterix
605
79
Homework Statement
Using a force of ##4\text{N}##, a damped harmonic oscillator is displaced from equilibrium by ##0.2\text{m}##.

At ##t=0## it is released from rest. The resultant displacement of the oscillator from equilibrium as a function of time is displayed below.
Relevant Equations
Using the given information, estimate as best you can

a) mass of oscillator

b) quality factor of oscillator
The equation of motion is

$$\ddot{x}+\gamma\dot{x}+\omega_0^2x=0\tag{1}$$

The roots of the characteristic polynomial are

$$\alpha=-\frac{\gamma}{2}\pm\sqrt{\frac{\gamma^2}{4}-\omega_0^2}\tag{2}$$

and since we have oscillations we are in the underdamped case in which

$$\gamma^2<\frac{\omega_0^2}{4}\tag{2a}$$

The solution to (1) is

$$x(t)=e^{-\frac{\gamma t}{2}}(c_1\cos{\omega t}+c_2\sin{\omega t})\tag{3}$$
where

$$\omega=\sqrt{\omega_0^2-\frac{\gamma^2}{4}}\tag{4}$$

The velocity is

$$\dot{x}(t)=-\frac{\gamma}{2}x(t)+e^{-\frac{\gamma t}{2}}(-c_1\omega\sin{\omega t}+c_2\omega\cos{\omega t})\tag{5}$$

Using the initial conditions ##x(0)=0.2## and ##\dot{x}(t)=0## we have

$$x(0)=c_1=0.2\tag{6}$$

$$\dot{x}(0)=-\frac{\gamma}{2}\cdot 0.2+c_2\omega=0\tag{7}$$

$$\implies c_2=0.1\frac{\gamma}{\omega}\tag{8}$$

Thus

$$x(t)=e^{-\frac{\gamma t}{2}}(0.2\cos{\omega t}+0.1\frac{\gamma}{\omega}\sin{\omega t})\tag{9}$$

$$\dot{x}(t)=-\frac{\gamma}{2}x(t)+e^{-\frac{\gamma t}{2}}(-0.2\omega\sin{\omega t}+0.1\gamma\cos{\omega t})\tag{10}$$

At this point, we've determined what the motion is given some unknown parameters.

Assuming the underdamping condition (2a) is true then each different choice of ##m, \gamma##, and ##k## determines the angular frequency of the resulting oscillations.

The forms of (9) and (10) don't make the amplitude and phase of the oscillations very explicit. These variable are, however, also a function of our choice of parameters.

We can see this by writing (3) in amplitude-phase form

$$x(t)=e^{-\frac{\gamma t}{2}} A\cos{(\omega t-\phi)}\tag{11}$$

$$A=\sqrt{c_1^2+c_2^2}=\frac{1}{10}\sqrt{4+\frac{\gamma^2}{\omega^2}}\tag{12}$$

$$\phi=\tan^{-1}{\frac{c_2}{c_1}}=\tan^{-1}{\frac{\gamma}{2\omega}}\tag{13}$$

$$\dot{x}(t)=-\frac{\gamma}{2}x(t)-e^{-\frac{\gamma t}{2}}A\omega\sin{(\omega t-\phi)}\tag{14}$$

At this point, we look at the given plot

1720931663987.png


My question is about estimating the parameters from this plot.

Recall that what we want to determine ultimately is the mass that is oscillating and the quality factor of the oscillator.

The latter is defined by

$$Q=\frac{1}{\gamma}\sqrt{\omega_0^2-\frac{\gamma^2}{4}}\tag{15}$$

Here is what I did.

The first thing I did was to determine the spring constant from the original differential equation.

$$\ddot{x}(0)+\gamma\dot{x}(0)+\omega_0^2x(0)=0\tag{16}$$

$$\frac{F_s}{m}+\omega_0^2\cdot 0.2=0\tag{17}$$

where at ##t=0## the magnitude of the spring force equals the force we were applying to hold the spring in its initial position, and the sign is opposite.

$$\frac{-4}{m}+\frac{k}{m}\cdot 0.2=0\tag{18}$$

$$\implies k=20\mathrm{\frac{N}{m}}\tag{19}$$

In words, we determined the spring constant by noting that at position ##0.2## the spring exerts a force of ##-4\text{N}## and this force has the formula ##F_s=-kx##. Thus, ##k=\frac{F_s}{x}##.

Suppose we try to estimate the pseudo-period from the plot.

I've drawn in some dashed lines in the plot to try to do this

1720932743626.png

The pseudo-period seems to be slightly larger than 3. Perhaps 3.2.

Before I continue, I have a question.

Since the mass is released from rest, can we assume that the phase is zero?

From (13) it seems we cannot as this would imply that ##\gamma=0##. But if we are holding the mass and releasing, doesn't it start at the maximum of a pseudo-oscillation? Ie, at the top of the damped cosine? Is it not then in phase with cosine?
 
Physics news on Phys.org
  • #2
Even though the issue with the phase is confusing to me, let me show another path that doesn't rely on assuming anything about the phase.

So far we know that ##k=20##.

We have two unknown parameters ##\gamma## and ##\omega_0##.

##\omega##, ##A##, ##\phi##, and ##m## are all of interest but are functions of the two parameters.

Note that we have position and velocity as functions of time, but given time these are functions of the two parameters as well.

We also have the period ##T## which is a function of ##\omega## and thus of the two parameters.

If we assume (based on the plot) a value for any two of the variables that are functions of the two parameters we will have two equations in the two unknown parameters.

Here is an attempt to do this.

First, let's take a guess at what the (pseudo) period is. It looks like it is slightly more than 3. Let's guess

$$T\approx 3.2$$

This gives us

$$\omega=\frac{2\pi}{T}=1.96$$

Next, it looks like position is about 0.18 at time ##T##.

$$x(T)\approx 0.18$$

$$x(T)=e^{-\gamma T/2}A\cos{(2\pi-\phi)}=0.18$$

$$e^{-\gamma T/2}A\cos{\phi}=0.18$$

And using ##T=3.2## together with ##A\cos{\phi}=0.2## from previously we can solve for ##\gamma##

$$\gamma\approx 0.065$$

At this point we can obtain all the other variables.

$$\omega_0\approx 1.96$$

$$m\approx 5.18$$

$$A\approx 0.200028$$

$$\phi \approx 0.01676$$

The quality factor is

$$Q\approx 29.81$$

These results, namely a mass of about 5kg and a quality factor of about 30 are in line with the answer to this problem (which is from MIT OCW and can be seen here).

The question I have is that it does seem that ##\phi## should be exactly zero. Should it be zero?

Why could I not have started with the assumption that it is zero and gone from there?

If we assume ##\phi=0## from the start we get

$$\tan{\phi}=\frac{\gamma}{2\omega}=0$$

$$\implies \gamma=0$$

But if ##\gamma=0## then there is no damping. So this can't be the case.
 
  • #3
Here are my thoughts on my question.

Consider ##\cos{t}## and compare this to ##e^{-0.2 t}\cos{t}##.

1720950039119.png


The red graph is the usual cosine. The blue is the damped cosine.

What we see is that the damped cosine with no phase lag in the cosine appears, visually, to be lagging the normal cosine.

If we consider region of the graphs near ##t=0## what we have for the blue graph is that below 0 the cosine is slowly decreasing but the exponential is increasing rapidly. If we get more negative, the cosine eventually wins and so the blue graph starts decreasing.

The blue graph is what would model the mass in the OP. Since we know that the velocity is zero at ##t=0## we need to have the maximum of the blue graph occur at ##t=0## and so it must have a non-zero phase lag. In fact, this phase lag is going to be negative.
 
  • #4
zenterix said:
Consider ##\cos{t}## and compare this to ##e^{-0.2 t}\cos{t}##.
Damping changes the frequency (slightly) so the equations you should be comparing are:
##y = \cos({\omega_0 t})## and
##y = e^{-0.2 t}\cos({\omega_D t})##

A few other points...

Remember the question asks you to ‘estimate’ – which suggests reasonable approximations can (should?) be made.

To find the period as accurately as possible, note that 19 oscillations occur in 60s. This gives ##T \approx 3.16## s. Don’t just use a couple of oscillations.

For reasonably lightly damped oscillations (as is the case here) a sensible approximation is ##\omega_D \approx \omega_0##. Using this makes finding ##m## simple.

If the decay factor is ##e^{{-\frac t{\tau}}}## then I believe a handy formula is ##Q = \dfrac {\tau \omega_0}2##. (To find ##\tau## use the graph to find the time taken for the amplitude to fall to ##\frac 1e## of its initial value.)

Avoid inappropriate use of significant figures, e.g. ‘##Q\approx 29.81##’ is an unjustifiable precision.
 
  • #5
If you assume [itex]x(t) = Ae^{-\alpha t} \cos \beta t[/itex] then you will find [tex]
\dot x(t) = Ae^{-\alpha t}(-\alpha \cos \beta t - \beta \sin \beta t)[/tex] so that if [itex]\dot x(0) = 0[/itex] then [itex]A \alpha = 0[/itex], which is a contradiction. If instead [itex]x(t) = Ae^{-\alpha t}\cos \beta (t-t_0)[/itex] then [tex]
\dot x(t) = Ae^{-\alpha t} ( -\alpha \cos \beta(t - t_0) - \beta \sin \beta(t - t_0) ).[/tex] Thus if [itex]\dot x(0) = 0[/itex] it must follow that [tex]
\alpha \cos \beta t_0 - \beta \sin \beta t_0 = 0[/tex] which implies [tex]t_0 = \frac 1 \beta \arctan\left( \frac \alpha \beta \right).[/tex]

[itex]\alpha[/itex] and [itex]\beta[/itex] can be directly estimated from the graph by considering the loss of amplitude over a period and the length of a period respectively. Then [itex]\gamma[/itex] and [itex]\omega_0[/itex] can be determined from [itex]\alpha[/itex] and [itex]\beta[/itex].

At [itex]t = 0[/itex] we must have [tex]
4\,\mathrm{N} = m|\ddot x(0)|[/tex] and we can easily find [itex]\ddot x(0)[/itex] in terms of [itex]\alpha[/itex] and [itex]\beta[/itex] by differentiation.
 

Similar threads

  • Introductory Physics Homework Help
Replies
17
Views
693
  • Introductory Physics Homework Help
Replies
24
Views
225
  • Introductory Physics Homework Help
Replies
4
Views
336
  • Introductory Physics Homework Help
Replies
4
Views
352
  • Introductory Physics Homework Help
Replies
3
Views
317
  • Introductory Physics Homework Help
Replies
18
Views
1K
  • Introductory Physics Homework Help
Replies
5
Views
157
  • Introductory Physics Homework Help
Replies
7
Views
4K
  • Introductory Physics Homework Help
Replies
8
Views
382
  • Introductory Physics Homework Help
Replies
16
Views
539
Back
Top