Find the length of the parametric curve $(x,y)=(2^\theta \cos(\theta), 2^\theta \sin(\theta) )$ and $0\le \theta \le \pi$.
Well, I used the formula $$ \int_a^b \sqrt{[x'(t)]^2 +[y'(t)]^2} dt $$ so if I replace, I have to compute $$ \int_0^\pi [\ln(2) 2^\theta \cos(\theta)-2^\theta \sin(\theta)]^2 + [\ln(2) 2^\theta \sin(\theta)+2^\theta \cos(\theta)]^2 d\theta $$ which is a really ugly function to integrate. Am I doing something wrong? If not, how can I integrate that thing?
"How can I integrate that thing?" Well, first, it's worse than you thought because you left off the square root. But second, if you square out those two terms, you get a lot of cancellation, and it turns out way better than you thought. Use $\cos^2 \theta + \sin^2 \theta = 1.$ Then what's left?