I'm working my way through the qualifier, trying to learn some new techniques as I go. I am pretty stymied by this one. Solve: $$\int(\cos(x)^{\cos(x)+1}\tan(x) (1+\log(\cos(x)))dx$$ My steps so far have been to let $u=\cos(x)$ and $\,du=-\sin(x)\,dx$ which yields: $$-\int u^u(1+\log(u))du$$ From here I am not so sure where to go. I would prefer a hint rather than a full solution, please. Thanks!
Asked
Active
Viewed 298 times
4
-
2hint: $$u^u = e^{u \ log(u)}$$ – user Nov 27 '17 at 05:51