I am given improper integral as
$$\int_3^{5}\frac{x^{2}}{\sqrt{x-3}{\sqrt{5-x}}}dx$$
DOUBT
I see that problem is at both the end points, so i need to split up the integral. But problem seems to me that when i split up integral one of terms in denominator which is ${5-x}$ becomes negative. So how do i split up the integral ? Kindly help
Thanks
I'd suggest that you do $u=x-4$ to get an integral from $-1$ to $1$. It will be $$ \int_{-1}^1\frac{(u+4)^2}{\sqrt{1-u^2}}\,du=\int_{-1}^1-\sqrt{1-u^2}+\frac{8u}{\sqrt{1-u^2}}+\frac{17}{\sqrt{1-u^2}}\,du. $$ The first term in the integrand gives $-\pi/2$, since it represents (minus) the area of a half circle. The second term gives nothing, since it is odd, and the interval is even. The last term gives $$ \bigl[17\arcsin u\bigr]_{-1}^1=17(\pi/2-(-\pi/2))=17\pi. $$ All in all, the integral equals $-\pi/2+17\pi=33\pi/2$.