I found this example in a textbook: $$\int e^{\cos^2 x}\sin2x dx$$
There are also results, but I am not even close to that...
I found this example in a textbook: $$\int e^{\cos^2 x}\sin2x dx$$
There are also results, but I am not even close to that...
Since $\sin(2x) = 2 \sin(x) \cos(x)$ and \begin{align} \partial_{x} e^{\cos^{2}(x)} &= e^{\cos^{2}(x)} \cdot \partial_{x} ( \cos^{2}(x) ) \\ &= - 2 \sin(x) \cos(x) \cdot e^{\cos^{2}(x)} = - \sin(2x) e^{\cos^{2}(x)} \end{align} which leads to \begin{align} \int \sin(2x) \ e^{\cos^{2}(x)} \ dx = - e^{\cos^{2}(x)}. \end{align}
Use the identity that $$\frac{d}{dx}e^{f(x)}=\frac{df(x)}{dx}e^{f(x)}\Rightarrow \int \frac{df(x)}{dx}e^{f(x)}dx$$
Setting $f(x)=\cos^2x$, can you find $\frac{df(x)}{dx}$ using the chain rule? How does it compare with the integral you have to evaluate?
Also, note that $\sin(2x)=2\sin(x)\cos(x)$ .