Does anybody know the solution to
y'' = -W*W*y - B cos(W*t)
where W and B are constants and t is time.
y'' is second order derivative of y with respect to t
Thank you.
What servantes135 said made me got scared there might be a typo...there better not be! This took forever to type.
What we have here is a second order differential equation. I'm much too tired to go through any lengthly explanation, so I won't (unless you need me to). I will use the method of undermined coefficients, hopefully you know it.
For the homogeneous solution, assume
Now we choose a particular solution of the form:
![]()
Plug the respective formulas for the particular solution into the original differential equation, we obtain:
![]()
This simplifies to:
By equating coefficients we get:
Now our general solution is given by:
I'm really tired, so you should really double check this
this problem is pretty much the same as the last one. in fact, this one is easier than the last one.
find the homogeneous solution as i did, but for the particular solution choose:
no product rule is required to differentiate those guys, just a little chain rule, so you'll have a much easier time with the computations
I tried the solution for the 2nd question.
y'' = -w^2y + Bcos(kt) (where k != w)
which was
y = Asin(wt+d) + B/(w^2 - k^2) cos(kt)
I am confused about the 2nd part, seems like as K approaches W, the amplitude will be extreamly high.
If you think of the system as a Simple Oscillator (y'' = -w^2y) with a small driving force (Bcos(kt)), the fact that you get a huge oscialltion when the driving frequency K is close to natural frequency W seems odd.Especially when the amplitude is only growing linearly with time when K = W. Does somebody happen to know any valid explanation for this?
Thank you.
the solution is:
No comment
I am confused about the 2nd part, seems like as K approaches W, the amplitude will be extreamly high.
If you think of the system as a Simple Oscillator (y'' = -w^2y) with a small driving force (Bcos(kt)), the fact that you get a huge oscialltion when the driving frequency K is close to natural frequency W seems odd.Especially when the amplitude is only growing linearly with time when K = W. Does somebody happen to know any valid explanation for this?
Thank you.![]()
Resonance.
When the driving function is at the natural frquency of the oscillator it
is pumping energy into the system and so the amplitude goes off to infinity.
Look at the solution to the first ODE where K=W, there is a t infront of
one of the sinusoids, so as t goes to infinity the amplitude goes to
infinity.
RonL
Right I understand that at Resonance the oscillator will keep gaining energy as the time increases.
But with the solution to the 2nd ODE, time does not need to be infinity, even with in a 1/10th of a second the system can gain humongous energy when K is close to W.
consider K = W + 10^-4
then W^2 - K^2 => -2*W*10^-4
which means the second term in 2nd ODE, becomes
-B/(2*W)*10^4 * cos(kt)
even if you take 't' close to 1 or 2 seconds, that is a huge gain in energy. Even more than what the system would have gained at Resonance within the first two seconds, which is contrary to reality.
Or may be as K approaches W, the solution transforms into the 1st ODE solution for Resonance.