If you don't know about the complex exponential, here's a technique using integration by parts (I'll let you tailor it to your specific example):
Suppose you are to find an anti-derivative (i.e, indefinite integral) of the function f(x)=e^{x}\sin(x), that is, you are to find J, where J is given as:
J=\int{e}^{x}\sin(x)dx(1)
The right-hand side can now be rewritten as:
\int{e}^{x}\sin(x)dx=e^{x}\sin(x)-\int{e}^{x}\cos(x)dx=e^{x}\sin(x)-e^{x}\cos(x)-\int{e}^{x}\sin(x)dx=e^{x}\sin(x)-e^{x}\cos(x)-J(2)
where I have used integration by parts twice, along with (1).
Thus, we have:
J=e^{x}\sin(x)-e^{x}\cos(x)-J\to{J}=\frac{e^{x}\sin(x)-e^{x}\cos(x)}{2}
(I've not bothered with the constant of integration; this should also be included in the final expression).