Problem simplifying the solution of an ODE.

  • Thread starter Thread starter -Dragoon-
  • Start date Start date
  • Tags Tags
    Ode Simplifying
-Dragoon-
Messages
308
Reaction score
7
So, I was following the derivation in my physics book of:
x(t) = c_1e^-(\frac{\gamma t}{2})\cos(\omega_d t)+c_2e^-(\frac{\gamma t}{2})\sin(\omega_d t)

Until they simply get to this in one step:
Ae^-(\frac{\gamma t}{2})\cos(\omega_d t + \phi)

I've tried reading many other sources for this derivation of the underdamped oscillator, and I follow up until this last critical step and they don't hint at the omitted steps.
 
Physics news on Phys.org
That's a pretty standard step. Use the identity cos(A+ B)= cos(A)cos(B)- sin(A)sin(B).

Comparing that to \alpha cos(\theta)+ \beta sin(\theta)
(\alpha= c_1e^{-\gamma t/2}, \beta= c_2e^{-\gamma t/2} and \theta= \omega_d t.)
We need cos(A)= \alpha and sin(A)= \beta. Of course, that is not possible unless \alpha^2+ \beta^2= 1. If that is not true, then we multiply and divide by \alpha^2+ \beta^2:
(\alpha^2+ \beta^2)\left(\frac{\alpha}{\alpha^2+ \beta^2}cos(\theta)+ \frac{\beta}{\alpha^2+ \beta^2}sin(\theta)\right)
 
I think Halls meant$$
\sqrt{\alpha^2+ \beta^2}\left(\frac{\alpha}{\sqrt{\alpha^2+ \beta^2}}cos(\theta)+ \frac{\beta}{\sqrt{\alpha^2+ \beta^2}}sin(\theta)\right)$$
 
Got it, thanks everyone.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top