So it's August so my memory of math is a little rough right now. I was wondering if someone could help me with integration with a fraction involved?
For example:
$$\int_0^{1/2} \frac 4{1+4t^2} \, dt$$
Note: Yeah, this is a homework question, and I already know the answer is $\frac 12 \pi$, but I would really appreciate it if someone could help me through this problem. Could it be $u$-substitution?
$$\int_{0}^{\frac{1}{2}}\frac{4}{1+4t^{2}}dt=4\int_{0}^{\frac{1}{2}}\frac{1}{1+(2t)^{2}}dt=2\int_{0}^{1}\frac{1}{1+u^{2}}du$$
where I have used the substitution $u=2t$ so that $du=2dt$. Now let $u=\tan(\theta)$ so that $du=\sec^{2}(\theta)d\theta$ then we get:
$$=2\int_{0}^{\frac{\pi}{4}}\frac{\sec^{2}(\theta)}{1+\tan^{2}(\theta)}d\theta=2\int_{0}^{\frac{\pi}{4}}d\theta=2\frac{\pi}{4}=\frac{\pi}{2}$$