I need some help about finding the Fourier Series coefficient of the given signal; $$ x(t) = \sin(10\pi t + \frac {\pi}{6} ) $$
I know that,
$$ a_{k} = \frac{1}{T}\int_{0}^{T} x(t)e^{-jkw_{0}t}dt $$
but substituting $\sin(10t + \frac {\pi}{6})$ in to that formula and taking the integral is really hard.
I'm pretty sure that something can be done by using the fact that
$$ x(t) = \sum_{k = -\infty}^{\infty} a_{k}e^{jkw_{0}t}dt $$ $$ \sin(t) = \frac {e^{jt} - e^{-jt}}{2j} $$
Need some help, thanks.
$$ x(t) = \sin(10\pi t + \frac {\pi}{6} ) $$ $$ x(t) = \frac {e^{j(10\pi t + \frac {\pi}{6})} - e^{-j(10\pi t + \frac {\pi}{6})}}{2j} $$ $$ x(t) = (\frac{1}{2j}e^{j\frac{\pi}{6}})e^{j10\pi t} - (\frac{1}{2j}e^{-j\frac{\pi}{6}})e^{-j10\pi t} $$ where $ T= \frac{1}{5}$ and $ w_{0} = 10\pi$
Therefore,
$$a_{0} = 0 $$ $$a_{1} = \frac{1}{2j} e^{j\frac{\pi}{6}} = \frac{1}{4} ({\frac{\sqrt3}{j} + 1})$$ $$a_{-1} = \frac{-1}{2j} e^{j\frac{-\pi}{6}} = \frac{1}{4} (1 - {\frac{\sqrt3}{j}})$$ and $$a_{k} = 0\ for \ |k|>1 $$