I'm working through some notes on signals and systems, and got stuck trying to fill in the missing steps in converting the left hand side to the right hand side of the following equality:
$$ \alpha_i v_i e^{\lambda_i t} + \alpha_i^* v_i^* e^{\lambda_i^* t} = K_i e^{\sigma_i t} \left[ u_i \cos(\omega_i t + \theta_i) - w_i \sin(\omega_i t + \theta_i) \right] $$ where $$ \lambda_i = \sigma_i + j \omega_i \mbox{ and } \lambda_i^* = \sigma_i - j \omega_i \\ v_i = u_i + j w_i \mbox{ and } v_i^* = u_i - j w_i \\ $$ I was trying with Euler's formula, but got hung up with combining terms. Any help is appreciated!
Here's the nice trick that's used on Feynman's lectures to derive an analogous formula. The keyword is "factor out the average frequency". That is, write
$$ \alpha_i v_i\exp(\lambda_i t) + \alpha_i^\star v_i^\star\exp (\lambda_i^\star t) = \exp(\frac{\lambda_i+\lambda_i^\star}{2}t) \left(\alpha_iv_i \exp(\frac{\lambda_i -\lambda_i^\star}{2}t) + \alpha_i^\star v_i^\star \exp(-\frac{\lambda_i -\lambda_i^\star}{2}t) \right) $$ Now use the fact that $w+w^\star=2\Re w$.