I am new to integration, I want to evaluate
$$ \int e^{\sin\theta} \cos\theta \ d\theta \ $$
I didn't know much methods, such as substitution, etc. So I want a simple way.
Edit: What I done:
Since, $ e^{sin\theta} $ is a number raised to exponent, I wrote
$$ e^{\sin\theta} \int \cos\theta \ d\theta \ $$
Which gives,
$$ e^{\sin\theta} sin\theta + C \ $$ Where C is the constant of integration.
(I also need to know why I was wrong)
Well, since you do not know much about integration techiques, as you stated, you can see, from the chain rule, that: $$(e^{\sin\theta})'=e^{\sin\theta}(\sin\theta)'=e^{\sin\theta}\cos\theta$$ So, it is immediate that: $$\int e^{\sin\theta}\cos\theta d\theta=\int(e^{\sin\theta})'d\theta=e^{\sin\theta}+c\mbox{, $c\in\mathbb{R}$}$$
Otherwise, you can make the substitution: $$u=\sin\theta$$ So $$du=\frac{d}{d\theta}(\sin\theta)d\theta=\cos\theta d\theta$$ And, finally: $$\int e^{\sin\theta}\underbrace{\cos\theta d\theta}_{du}=\int e^udu=e^u+c\overset{u=\sin\theta}{=}e^{\sin\theta}+c,\ c\in\mathbb{R}$$
Hope this helps! :)