Determine an expression for an exponentially growing sinusoid that oscillates five time per second, whose amplitude envelope increases 25% every second, and whose amplitude at $t = 0$ is $1$, and whose derivative at $t = 0$ is 54.6371.
What I have done: For the sinusoid portion, I know that I need a frequency of 5Hz so that it oscillates 5 times every second. Thus, this part will be $cos(2 \pi 5t)$.
I need the amplitude envelope to increase 25% every second. In decimal form 25% = 0.25
Then the derivative of a general growing exponential equating it to what we want, $ae^{at} = 0.25e^{at} $ then we solve $a=0.25$.
Hence $e^{0.25t}$.
So my final expression becomes $e^{0.25t}cos(2 \pi 5t)$.
Where at $t = 0$ the amplitude is $1$ as it should be, but the derivative at $t = 0$ is 0.25 when it should be 54.6371.
I cant figure out where I am going wrong. Thanks.