$ \int e^{-3t} cos(2-\sqrt 3 t) dt $
I have been asked to evaluate that using complex exponential/euler's method. I have done many similar questions but all of them had something like (cos3x), sin(5t) etc. This is the first time I have come across a question where its of the format (cos a+bx) and cannot understand how to deal with the extra term. I have been stuck for a while now and have thus decided to ask the community for help, please help me out.
It's just like a complex constant thats all
$$\int e^{-3t} cos(2-\sqrt 3 t) dt $$
$$\int \frac {e^{-3t}} 2 (e^{+i(2-\sqrt 3 t)} + e^{-i(2-\sqrt 3 t))})dt $$
$$\int \frac {e^{-3t}} 2 e^{+i(2-\sqrt 3 t)} dt + \int \frac {e^{-3t}} 2 e^{-i(2-\sqrt 3 t)} dt $$
$$ e^ {2i} \int \frac {e^{-3t}} 2 e^{- i\sqrt 3 t} dt + e^ {-2i} \int \frac {e^{-3t}} 2 e^{i\sqrt 3 t} dt $$
$$ \frac {e^ {2i}} 2 \int {e^{-t ( 3 + i\sqrt 3)}} dt + \frac {e^ {-2i}} 2 \int {e^{-t( 3- i\sqrt 3 )}} dt )$$ Then integrate ...