Forced Harmonic Oscillator C Cos wt dC/dt = 0

In summary, the conversation discusses the solution to the second order differential equation for a mass on a spring with a spring constant, as well as the effects of driving the oscillator with a different force. The mathematical solution of a cosine curve seems to contradict the expected physical behavior, but it is explained that adding a damping term can make the solution more sensible and in line with the long-term behavior of the oscillator. The conversation also delves into the use of Fourier transform and the importance of boundary conditions in finding a unique solution. The speaker requests a physical example, which is not provided in the conversation.
  • #1
Hetware
125
1
I believe this is pretty standard.

Given a mass m on a spring with spring constant k, a solution to the second order differential equation of motion m[itex]\ddot{x}[/itex] = -kx, is x = cos ωot, and ωo = [itex]\sqrt{k/m}[/itex].

If that same oscillator is driven with a force F(t) = Fo cos ωt the equation of motion becomes m[itex]\ddot{x}[/itex] = -kx + F(t). If we try x = C cos ωt as a solution, we find it works (mathematically) if C = Fo/m(ωo22).

But this doesn't seem real. It says x is going to trace out a cos curve when plotted against time. If I'm applying a force to the oscillator at a frequency different form its natural frequency, sometimes the spring force and the driving force will be in the same direction, and other times they will be in opposition. That will lead to a more complex motion than C cos ωt.

The math gives us the solution, but it doesn't seem to make physical sense. I believe in resonance, and the general notion that the the amplitude will be greater as ωo→ω.

I've seen this developed in one form or another several times, and every time, my mind rebelled, but I just forced myself to accept it.

I cannot think of a situation in nature in which C cos ωt would be the actual motion of the oscillator. Supposedly this solution applies to a mass on a spring. Can anybody give me an instance in which the motion of the mass would actually conform to C cos ωt?
 
Physics news on Phys.org
  • #2
What you have calculated is one possible solution. The only problem you have is that you have to fulfill initial conditions. This you can do by adding the general solution of the homogeneous differential equation to your particular solution of the inhomogeneous one to get the most general solution:
[tex]x(t)=C \cos(\omega t)+A \cos(\omega_0 t)+B \sin(\omega_0 t).[/tex]
The particular solution becomes more sensible if you have a damped oscillator. Then, after a time large compared to the damping time, the solutions of the homogeneous equation become small due to damping, and what's left is only the particular solution. Then also there is no resonance catastrophe at [itex]\omega=\omega_0[/itex] for this solution. So your special solution makes much more sense in this case as the description of the long-time behavior of the particle's motion.
 
  • #3
that is not seeming real because you have not included damping which is necessary(physically) because in simple cases it is proportional to velocity and if you will solve it by means of Fourier transform then you will find that the singularity which will be lying on real axis ,now will get an imaginary part and the contour integration does not contain any ambiguity which it will if no damping is present.so both physically and mathematically it is a required condition.
 
  • #4
Not necessarily! You are right that the damping makes the Fourier transform less troublesome, but also the undamped oscillator can be treated without ambiguities via Fourier transform.

The equation for the driven oscillator reads
[tex]\ddot{x}+\omega_0^2 x=F(t).[/tex]
To solve this equation, we can first look for the Green's function of the differential operator on the left-hand side:
[tex]\partial_t^2 G(t,t')+\omega_0^2 G(t,t')=-\delta(t-t').[/tex]
It's clear, due to temporal translation invariance that
[tex]G(t,t')=g(t-t'),[/tex]
where [itex]g[/itex] fulfills the equation
[tex]\ddot{g}+\omega_0^2 g=-\delta(t).[/tex]
With the ansatz
[tex]g(t)=\int_{\mathbb{R}} \frac{\mathrm{d} \omega}{2 \pi} \tilde{g}(\omega) \exp(-\mathrm{i} \omega t),[/tex]
you get from the differential equation
[tex]
\tilde{g}(\omega)=\frac{1}{\omega^2-\omega_0^2}.
[/tex]
Of course, then you run into the problem with the poles at [itex]\omega = \pm \omega_0[/itex] when plugging this back into the Fourier-integral ansatz.

However, it's clear that the problem is not uniquely determined since we need to provide appropriate boundary conditions. In this case, we may choose to get the retarded propagator and deform the contour in the complex [itex]\omega[/itex] problem accordingly it's well known, that this is achieved by the retardation condition [itex]g(t) \propto \Theta(t)[/itex], and this means that we should move the poles of [itex]\tilde{g}[/itex] slightly to the lower half-plane. This gives the solution
[tex]\tilde{g}(\omega)=\frac{1}{(\omega+\mathrm{i} 0^+)^2-\omega_0^2}.[/tex]
Then we can close the integration path by a large semicircle in the upper or lower [itex]\omega[/itex] half-plane, depending wheter [itex]t>0[/itex] of [itex]t<0[/itex] respectively. Of course this solution of the problem is in fact nothing else than to introduce an infinitesimal damping constant into the problem. Using the residuum theorem this finally gives
[tex]g(t)=\frac{\Theta(t)}{\omega_0} \sin(\omega_0 t).[/tex]
We can check this by taking the time derivatives
[tex]\dot{g}(t)=\Theta(t) \cos(\omega_0 t), \quad \ddot{g}(t)=-\Theta(t) \omega_0 \sin(\omega_0 t)+\delta(t).[/tex]
Pluggint this into the equation for the Green's function, this indeed proves that this function solves the equation.

The general solution of the inhomogeneous equation is then given by
[tex]x(t)=-\int_0^t \mathrm{d} t' \; g(t-t') F(t')+A \cos(\omega_0 t) + B \sin(\omega_0 t),[/tex]
where [itex]A,B[/itex] are integration constants, determined by the initial conditions [itex]x(0)=x_0[/itex] and [itex]\dot{x}(0)=v_0[/itex]. This also shows that folding of the external force with the retarded Green's function with the particular choice of [itex]t=0[/itex] for the lower boundary of the integration gives the solution of the driven oscillator with the homogeneous initial conditions [itex]\dot{x}(0)=\dot{x}(0)=0[/itex].
 
  • #5
I was hoping for a physical example. An oscillator with a very low damping term should suffice to demonstrate what I am trying to understand. The differential equation of an ideal mass on a spring, driven by a force varying as cosine has a solution that varies at that same frequency in a pure cosine.

If I simply program the equations of motion into a computer and evolve the system I see clearly that the actual behavior is not a pure cosine. Math gives us a solution, but nature does not seem to care about our math.
 
  • #6
Nature cares a great deal about our math, but you have to give it the right math. As vanhees71 explained in some detail, your solution is not the general one. If you program the equation with some initial condition, you will get vanhees71's general solution as your solution, and that is also what nature will do.

So if your complaint is that nature doesn't do the cosine solution, note that the math doesn't either. However, there are many situations where nature will do the cosine solution, and they have been pointed out as well-- include a tiny damping, as is inevitable in any real system (any system that is not a perpetual motion machine), and let it be driven for a very long time (much longer than the dissipation time, which is the e-folding time for the oscillation if you turn off the driving and see that it was not a perpetual motion machine). Do that, in real life or in your computer, and you will get the cosine solution.
 
  • #7
I'll have to admit, for a lot of parameters, I get a pretty clean looking cosine "wave". For some, I get what looks like "beat notes". For others I get what look like "drunken" wave forms.

I wish I had an easy way to post Mathematica code so I could show what I'm actually doing. This is the best I can come up with:

Code:
v=0;
x=.1;
a=0;
t=0;
\[CapitalDelta]t=.01;
c=1;
\[Omega]=\[Pi];
m=.1;
k=2.57\[Omega]^2 m;
V[v_,a_,\[CapitalDelta]t_]:=v+a \[CapitalDelta]t
X[x_,v_,\[CapitalDelta]t_]:=x + v \[CapitalDelta]t
F[t_,\[Omega]_,c_]:=c Cos[\[Omega] t]
f[x_,k_]:=-x k
A[x_,k_,t_,\[Omega]_,c_,m_]:=(F[t,\[Omega],c]+f[x,k])/m 
pts={};

For[i=0,i<=5000,i++,
a=A[x,k,t,\[Omega],c,m];
v0=v;
v=V[v,a,\[CapitalDelta]t];
x=X[x,(v+v0)/2,\[CapitalDelta]t];
pts=Append[pts,{t,x}];
t+=\[CapitalDelta]t;
]
Graphics[Line[pts]]
 
  • #8
Ken G said:
Nature cares a great deal about our math, but you have to give it the right math. As vanhees71 explained in some detail, your solution is not the general one. If you program the equation with some initial condition, you will get vanhees71's general solution as your solution, and that is also what nature will do.

So if your complaint is that nature doesn't do the cosine solution, note that the math doesn't either. However, there are many situations where nature will do the cosine solution, and they have been pointed out as well-- include a tiny damping, as is inevitable in any real system (any system that is not a perpetual motion machine), and let it be driven for a very long time (much longer than the dissipation time, which is the e-folding time for the oscillation if you turn off the driving and see that it was not a perpetual motion machine). Do that, in real life or in your computer, and you will get the cosine solution.

The solution I posted has initial conditions. Can you solve for them?

See Feynman Vol I 21-4.
 
  • #9
I'm open to the possibility that my code sucks. If anybody can show an error in my model that accounts for the non-cosine result, please let me know. Here's what I ran:

Code:
v = 0;
x = 1.5;
a = 0;
t = 0;
dt = .0005;
c = 3;
w = \[Pi];
m = .2;
k = .135 w^2 m;
V[v_, a_, dt_] := v + a dt
X[x_, v_, dt_] := x + v dt
F[t_, w_, c_] := c Cos[w t]
f[x_, k_] := -x k
A[x_, k_, t_, w_, c_, m_] := (F[t, w, c] + f[x, k])/m 
pts = {};

For[i = 0, i <= 100000, i++,
 a = A[x, k, t, w, c, m];
 v0 = v;
 v = V[v, a, dt];
 x = X[x, (v + v0)/2, dt];
 If[0 == Mod[i, 100], pts = Append[pts, {t, x}]];
 t += dt;
 ]
Graphics[Line[pts]]

This is the result:

attachment.php?attachmentid=51588&d=1349534052.jpg


I might do well to increase the precision of the calculations, but I doubt it will significantly alter the result.
 

Attachments

  • fho-01.jpg
    fho-01.jpg
    13 KB · Views: 535
  • #10
If I understand your code right, it solves in a simple way the ODE of an undamped oscillator
[tex]m \ddot{x}+k x=C \cos(\omega t).[/tex]
This is precisely the case, I've treated in my previous posting. Just rewrite it a bit, and with
[tex]\omega_0=\sqrt{\frac{k}{m}},\quad c=\frac{C}{m}[/tex]
the equation reads
[tex]\ddot{x} + \omega_0^2 x=c \cos(\omega t).[/tex]
Then according to my corrected Green's function (I had a sign error in the final result) you get for a particular solution of the inhomogeneous equation, with homgeneous boundary conditions
[tex]x^{(i)}(t)=\frac{c}{\omega_0} \int_0^{t} \mathrm{d} t' \sin[\omega_0 (t-t')] \cos(\omega t')=\frac{c}{\omega_0^2-\omega^2} [\cos(\omega t)-\cos(\omega_0 t)].
[/tex]
Now you want to fulfill the initial conditions [itex]x(0)=x_0, \quad \dot{x}(0)=0[/itex]. Obviously you have to add the corresponding solution with these boundary conditions of the homogeneous equations to it:
[tex]x^{(h)}(t)=x_0 \cos(\omega_0 t).[/tex]
So your solution is
[tex]x(t)=x_0 \cos(\omega_0 t) + \frac{c}{\omega_0^2-\omega^2} [\cos(\omega t)-\cos(\omega_0 t)].
[/tex]
Plotting this with the values from your program (I used Mathematica) shows that your numerical result seems to be pretty accurate. :smile:
 
  • #11
Unfortunately it seems to be impossible to edit older postings. So here is my derivation of the Green's function again with the correct sign:

vanhees71 said:
Not necessarily! You are right that the damping makes the Fourier transform less troublesome, but also the undamped oscillator can be treated without ambiguities via Fourier transform.

The equation for the driven oscillator reads
[tex]\ddot{x}+\omega_0^2 x=F(t).[/tex]
To solve this equation, we can first look for the Green's function of the differential operator on the left-hand side:
[tex]\partial_t^2 G(t,t')+\omega_0^2 G(t,t')=-\delta(t-t').[/tex]
It's clear, due to temporal translation invariance that
[tex]G(t,t')=g(t-t'),[/tex]
where [itex]g[/itex] fulfills the equation
[tex]\ddot{g}+\omega_0^2 g=-\delta(t).[/tex]
With the ansatz
[tex]g(t)=\int_{\mathbb{R}} \frac{\mathrm{d} \omega}{2 \pi} \tilde{g}(\omega) \exp(-\mathrm{i} \omega t),[/tex]
you get from the differential equation
[tex]
\tilde{g}(\omega)=\frac{1}{\omega^2-\omega_0^2}.
[/tex]
Of course, then you run into the problem with the poles at [itex]\omega = \pm \omega_0[/itex] when plugging this back into the Fourier-integral ansatz.

However, it's clear that the problem is not uniquely determined since we need to provide appropriate boundary conditions. In this case, we may choose to get the retarded propagator and deform the contour in the complex [itex]\omega[/itex] problem accordingly it's well known, that this is achieved by the retardation condition [itex]g(t) \propto \Theta(t)[/itex], and this means that we should move the poles of [itex]\tilde{g}[/itex] slightly to the lower half-plane. This gives the solution
[tex]\tilde{g}(\omega)=\frac{1}{(\omega+\mathrm{i} 0^+)^2-\omega_0^2}.[/tex]
Then we can close the integration path by a large semicircle in the upper or lower [itex]\omega[/itex] half-plane, depending wheter [itex]t>0[/itex] of [itex]t<0[/itex] respectively. Of course this solution of the problem is in fact nothing else than to introduce an infinitesimal damping constant into the problem. Using the residuum theorem this finally gives (and here comes the correction!):
[tex]g(t)=-\frac{\Theta(t)}{\omega_0} \sin(\omega_0 t).[/tex]
We can check this by taking the time derivatives
[tex]\dot{g}(t)=-\Theta(t) \cos(\omega_0 t), \quad \ddot{g}(t)=\Theta(t) \omega_0 \sin(\omega_0 t)-\delta(t).[/tex]
Plugging this into the equation for the Green's function, this indeed proves that this function solves the equation.

The general solution of the inhomogeneous equation is then given by
[tex]x(t)=-\int_0^t \mathrm{d} t' \; g(t-t') F(t')+A \cos(\omega_0 t) + B \sin(\omega_0 t),[/tex]
where [itex]A,B[/itex] are integration constants, determined by the initial conditions [itex]x(0)=x_0[/itex] and [itex]\dot{x}(0)=v_0[/itex]. This also shows that folding of the external force with the retarded Green's function with the particular choice of [itex]t=0[/itex] for the lower boundary of the integration gives the solution of the driven oscillator with the homogeneous initial conditions [itex]\dot{x}(0)=\dot{x}(0)=0[/itex].
 
  • #12
vanhees71 said:
What you have calculated is one possible solution. The only problem you have is that you have to fulfill initial conditions. This you can do by adding the general solution of the homogeneous differential equation to your particular solution of the inhomogeneous one to get the most general solution:
[tex]x(t)=C \cos(\omega t)+A \cos(\omega_0 t)+B \sin(\omega_0 t).[/tex]
The particular solution becomes more sensible if you have a damped oscillator. Then, after a time large compared to the damping time, the solutions of the homogeneous equation become small due to damping, and what's left is only the particular solution. Then also there is no resonance catastrophe at [itex]\omega=\omega_0[/itex] for this solution. So your special solution makes much more sense in this case as the description of the long-time behavior of the particle's motion.


I put in a damping term, and it does seem (upon first trying,) to stabilize into a cosine wave. But that begs the question. What does a solution mean, if nature doesn't conform to it?
 
  • #13
vanhees71 said:
If I understand your code right, it solves in a simple way the ODE of an undamped oscillator
[tex]m \ddot{x}+k x=C \cos(\omega t).[/tex]
This is precisely the case, I've treated in my previous posting. Just rewrite it a bit, and with
[tex]\omega_0=\sqrt{\frac{k}{m}},\quad c=\frac{C}{m}[/tex]
the equation reads
[tex]\ddot{x} + \omega_0^2 x=c \cos(\omega t).[/tex]
Then according to my corrected Green's function (I had a sign error in the final result) you get for a particular solution of the inhomogeneous equation, with homgeneous boundary conditions
[tex]x^{(i)}(t)=\frac{c}{\omega_0} \int_0^{t} \mathrm{d} t' \sin[\omega_0 (t-t')] \cos(\omega t')=\frac{c}{\omega_0^2-\omega^2} [\cos(\omega t)-\cos(\omega_0 t)].
[/tex]
Now you want to fulfill the initial conditions [itex]x(0)=x_0, \quad \dot{x}(0)=0[/itex]. Obviously you have to add the corresponding solution with these boundary conditions of the homogeneous equations to it:
[tex]x^{(h)}(t)=x_0 \cos(\omega_0 t).[/tex]
So your solution is
[tex]x(t)=x_0 \cos(\omega_0 t) + \frac{c}{\omega_0^2-\omega^2} [\cos(\omega t)-\cos(\omega_0 t)].
[/tex]
Plotting this with the values from your program (I used Mathematica) shows that your numerical result seems to be pretty accurate. :smile:

That's interesting. I have to admit, I don't fully understand it. I'm sure I will have to learn about Green's function if I am to understand more advanced physics. That probably won't happen this weekend.

Why should I initialize x to zero? It seems that xo could be an arbitrary displacement, and still solve the original ODE.
 
  • #14
Hetware said:
I put in a damping term, and it does seem (upon first trying,) to stabilize into a cosine wave. But that begs the question. What does a solution mean, if nature doesn't conform to it?

Well, a nature where there is no damping will conform to any solution of your undamped forced harmonic oscillator.
You can get an approximation to it if you look at a system with low enough damping.
During the so-called "transient regime", you will see all kind of complex waveforms, until all the "transients" are damped and the system oscillates nicely with the frequency of the driving force.
 
  • #15
Hetware said:
That's interesting. I have to admit, I don't fully understand it. I'm sure I will have to learn about Green's function if I am to understand more advanced physics. That probably won't happen this weekend.

Why should I initialize x to zero? It seems that xo could be an arbitrary displacement, and still solve the original ODE.

The idea was to first solve the inhomogeneous equation (i.e., the one with the external force acting) with homogeneous initial conditions [itex]x(0)=\dot{x}(0)[/itex] and then to add a solution of the homogeneous equation (i.e., without the external force) with the initial conditions given in your code. Of course you can solve the equation (also with your code numerically by the way) with arbitrary initial conditions [itex]x(0)=x_0[/itex] and [itex]\dot{x}(0)=v_0[/itex]. This most general solution then obviously reads

[tex]x(t)=\frac{c}{\omega_0^2-\omega^2}[\cos(\omega t)-\cos(\omega_0 t)] + x_0 \cos(\omega t) + \frac{v_0}{\omega_0} \sin(\omega_0 t).[/tex]
 
  • #16
Hetware said:
I put in a damping term, and it does seem (upon first trying,) to stabilize into a cosine wave. But that begs the question. What does a solution mean, if nature doesn't conform to it?
I don't understand your question-- nature has damping (no perpetual motions machines), and when you put in damping, you get the cosine wave. So why is your conclusion not that the cosine solution means exactly what nature conforms to? You just have to wait a little while, that solution applies to systems that are being driven over many many cycles. That is quite common in nature, actually, just think about waves lashing a shore, or a flute being blown into, or light scattering off a molecule. It is the general nature of "resonance phenomena," and it's nature, not just a math solution.
 
  • #17
Ken G said:
I don't understand your question-- nature has damping (no perpetual motions machines), and when you put in damping, you get the cosine wave. So why is your conclusion not that the cosine solution means exactly what nature conforms to? You just have to wait a little while, that solution applies to systems that are being driven over many many cycles. That is quite common in nature, actually, just think about waves lashing a shore, or a flute being blown into, or light scattering off a molecule. It is the general nature of "resonance phenomena," and it's nature, not just a math solution.

First of all, there are perpetual motion machines. They are also known as atoms. Now, I know I'm not permitted to think about subatomic particles as things in motion, but I'm not much on adhering to unsubstantiated dogma.

My point regarding the cosine solution to the driven harmonic oscillator has to do with how to interpret the math. I know about transient solutions, damping, etc. The frictionless idealized oscillator can be reasonably meaningfully approximated. It is evident to me that removing the damping from a driven harmonic oscillator will result in it acquiring new deviations from a pure cosine motion.

It's pretty clear that the "real" solution that nature chooses is a superposition of different solutions.

The understanding I am seeking has nothing to do with damping.
 
  • #18
vanhees71 said:
The idea was to first solve the inhomogeneous equation (i.e., the one with the external force acting) with homogeneous initial conditions [itex]x(0)=\dot{x}(0)[/itex] and then to add a solution of the homogeneous equation (i.e., without the external force) with the initial conditions given in your code. Of course you can solve the equation (also with your code numerically by the way) with arbitrary initial conditions [itex]x(0)=x_0[/itex] and [itex]\dot{x}(0)=v_0[/itex]. This most general solution then obviously reads

[tex]x(t)=\frac{c}{\omega_0^2-\omega^2}[\cos(\omega t)-\cos(\omega_0 t)] + x_0 \cos(\omega t) + \frac{v_0}{\omega_0} \sin(\omega_0 t).[/tex]

If I ease the driving force on by making C a slowly increasing time dependent variable, the system does appear to approximate a cosine wave much more accurately. Apparently there is an ideal balance in which the homogeneous solution, alone attains. Now I've got to figure out what that means, or even if it's really true.
 
  • #19
However, it's clear that the problem is not uniquely determined since we need to provide appropriate boundary conditions. In this case, we may choose to get the retarded propagator and deform the contour in the complex ω problem accordingly it's well known, that this is achieved by the retardation condition g(t)∝Θ(t), and this means that we should move the poles of g˜ slightly to the lower half-plane. This gives the solution
that is the requirement of causality and so it will not be appropriate to call it a boundary condition.in a pure math way, the poles on real axis do cause ambiguity which can be handled by principal value concept.In case the retarded propagator is obtained by making a specific detour around the pole lying on real axis or otherwise giving a shift of poles in I am direction to make physically sensible result.however the case of advanced propagators can not also be denied but that is just not expected on the physical ground
edit:wheeler feynman absorber theory never gave a satisfactory definition of advanced propagation or at least it was not successful.
 
  • #20
Sure, also the advanced solution is a solution of your equation. The most general solution is always the superposition of a particular solution of the inhomogeneous equation and the general solution of the homogeneous one. The motion is only completely determined as soon as the initial conditions are specified.

Applying this to Green's functions tells you that two Green's functions differ by a solution of the homogeneous equation. So you can as well write any solution as the superposition of the solution of the inhomogeneous equation using the advanced Green's function and the general solution of the homogeneous one. As soon as you plug in specific initial conditions the difference between the retarded and advanced solution will be compensated.
 
  • #21
O, the irony! I've been contemplating reviewing Symon's first chapters to augment Feynman's discussion. On the last page of Symon's chapter "Motion of a Particle in One Dimension", Green's function is presented. Thanks for calling my attention to it. It's on the short list of things to learn up on.

This is an older edition of Symon which is in the public domain: http://archive.org/details/Mechanics
 
  • #22
Hetware said:
First of all, there are perpetual motion machines. They are also known as atoms.
No, the solutions we are describing apply to atoms as well, with order-unity quantum mechanical corrections. The cosine solution is the backbone of all radiative interactions with atoms, and dissipation is crucial for understanding why (look up "radiative reaction"). There is a very good reason that the "cosine solution" is regarded as so critical for understanding nature, in the presence of any resonance phenomena-- including atoms.
 
  • #23
Ken G said:
No, the solutions we are describing apply to atoms as well, with order-unity quantum mechanical corrections. The cosine solution is the backbone of all radiative interactions with atoms, and dissipation is crucial for understanding why (look up "radiative reaction"). There is a very good reason that the "cosine solution" is regarded as so critical for understanding nature, in the presence of any resonance phenomena-- including atoms.

I've already determined that, with qualifications, there is an ideal limit within which the solution I originally posted attains. Damping is not the issue.

I never said the cosine solution wasn't critical. I focused on it because I know that it is essential.

The "problem" that I still have with the pure cosine solution is that it inevitably blows up. The solution I posted, which is the first one presented in The Feynman Lectures, has the amplitude C as a constant, which it obviously cannot be if there is negligible damping and a driving force.

An atom can float out in space humming to itself, ad infinitum. What it does when someone perturbs it is a different matter.

The fact of the matter is that I was wrong in my original intuition. At least in the limit of ideal conditions. It is ideally conceivable that a driven harmonic oscillator with negligible damping can adhere to the pure cosine solution - with the exception of a growing amplitude.
 
  • #24
The cosine solution (the quasistationary state to distinguish it from the transient states at finite times, when the initial conditions were not homogeneous) is bound. The amplitude stays constant and finite.

The only exception is when you have an undamped system and hit the eigenfrequency of the oscillator with the frequency of the driving force, i.e., when we want to solve the equation
[tex]\ddot{x}+\omega_0^2 x=c \cos(\omega_0 t).[/tex]
Again we can use the retarded Green's function to get a particular solution of the inhomogeneous equation, fulfilling homogeneous boundary conditions. Here we have
[tex]x^{(i)}(t)=\frac{c}{\omega_0} \int_0^t \mathrm{d} t' \; \sin[\omega_0(t-t')] \cos(\omega_0 t')=\frac{c}{2 \omega_0} t \sin(\omega_0 t).[/tex]
As you see, here the amplitude grows linearly with [itex]t[/itex]. This is known as the "resonance catastrophe". In nature this never happens since there is always some friction involved or the forces are not linear to distance for large amplitudes. Usually harmonic motion is only valid approximately for small perturbations around a stationary point.
 
  • #25
vanhees71 said:
The cosine solution (the quasistationary state to distinguish it from the transient states at finite times, when the initial conditions were not homogeneous) is bound. The amplitude stays constant and finite.

The only exception is when you have an undamped system and hit the eigenfrequency of the oscillator with the frequency of the driving force, i.e., when we want to solve the equation

I don't get this. If the system is being driven by a force, and it has no damping, it has to "absorb" that energy. The amplitude will increase. If not, where does the work due to the force go? You are applying a force to a moving mass. Work = force x distance. From my understanding of the solution under discussion, the force is always in the direction of motion. Am I missing something?

vanhees71 said:
[tex]\ddot{x}+\omega_0^2 x=c \cos(\omega_0 t).[/tex]
Again we can use the retarded Green's function to get a particular solution of the inhomogeneous equation, fulfilling homogeneous boundary conditions. Here we have
[tex]x^{(i)}(t)=\frac{c}{\omega_0} \int_0^t \mathrm{d} t' \; \sin[\omega_0(t-t')] \cos(\omega_0 t')=\frac{c}{2 \omega_0} t \sin(\omega_0 t).[/tex]
As you see, here the amplitude grows linearly with [itex]t[/itex]. This is known as the "resonance catastrophe". In nature this never happens since there is always some friction involved or the forces are not linear to distance for large amplitudes. Usually harmonic motion is only valid approximately for small perturbations around a stationary point.

 
Last edited by a moderator:
  • #26
Doh! I get it. The diving mechanism has to regain the work of the driven oscillator in order for "energy to be conserved". There is an amplitude at which the diving force and the oscillator will be in dynamic equilibrium.

I still have a lot I need to figure out about the detailed physics of each cycle. It seems that the math almost hides the physics in this important example.
 
Last edited:

1. What is a forced harmonic oscillator?

A forced harmonic oscillator is a physical system that is subjected to an external force or driving force, causing it to oscillate at a specific frequency. The motion of the oscillator is described by a differential equation known as "Forced Harmonic Oscillator C Cos wt dC/dt = 0".

2. How does the equation for a forced harmonic oscillator work?

The equation "Forced Harmonic Oscillator C Cos wt dC/dt = 0" describes the motion of a forced harmonic oscillator by relating the position (C) of the oscillator at any given time (t) to the amplitude (A) and frequency (w) of the external force. The derivative of C with respect to time (dC/dt) represents the velocity or rate of change of the oscillator's position.

3. What is the significance of the constant (C) in the equation?

The constant (C) in the equation "Forced Harmonic Oscillator C Cos wt dC/dt = 0" represents the amplitude of the oscillation. It determines the maximum displacement of the oscillator from its equilibrium position and is affected by the amplitude and frequency of the external force.

4. How does the frequency of the external force affect the motion of the oscillator?

The frequency (w) of the external force in the equation "Forced Harmonic Oscillator C Cos wt dC/dt = 0" determines the rate at which the oscillator will oscillate. If the frequency of the external force matches the natural frequency of the oscillator, resonance occurs, and the amplitude of the oscillation can become very large.

5. What is the physical significance of the equation for a forced harmonic oscillator?

The equation "Forced Harmonic Oscillator C Cos wt dC/dt = 0" has many practical applications, such as in the study of mechanical systems, electrical circuits, and even biological systems. It helps us understand and predict the behavior of oscillating systems under the influence of external forces.

Similar threads

  • Classical Physics
Replies
17
Views
1K
  • Classical Physics
Replies
1
Views
708
  • Classical Physics
4
Replies
131
Views
4K
Replies
3
Views
995
  • Classical Physics
Replies
1
Views
919
Replies
2
Views
849
Replies
4
Views
1K
  • Classical Physics
Replies
17
Views
1K
  • Classical Physics
Replies
8
Views
1K
Replies
17
Views
2K
Back
Top