$$ \int_a^b \frac{\sqrt{x-a}}{\sqrt{b-x}}dx $$ I have this integral and I have no idea what substitution to make.I'm guessing that I could substitute u with the inverse of the function inside the integral,u=$ \frac{\sqrt{b-x}}{\sqrt{x-a}}$. Is there another way?
2026-04-07 08:05:54.1775549154
On
Improper integral $ \int_a^b \frac{\sqrt{x-a}}{\sqrt{b-x}}dx $
89 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Substitute $u^2 = \frac{{x-a}}{{b-x}}$
$$ \begin{align} \int_a^b \frac{\sqrt{x-a}}{\sqrt{b-x}}dx &= (b-a)\int_0^{\infty} \frac{2u^2}{(1+u^2)^2}du \\ &\overset{ibp}=(b-a)\int_0^{\infty}\frac{1}{1+u^2} du =\frac{\pi}2(b-a)\\ \end{align}$$
Hint - Put $x=a {\cos}^{2}\theta + b \sin^{2}\theta$ $$dx=2\sin\theta \cos\theta (b-a)d\theta$$ now after changing the limits $$\int_{a}^{b} \sqrt{\dfrac{x-a}{b-x}}dx=(b-a)\int_{0}^{\dfrac{\pi}{2}} \sqrt{\dfrac{a{\cos}^{2}\theta+b{\sin}^{2}\theta-a}{b-a{\cos}^{2}\theta -b{\sin}^{2}\theta}}(2\sin\theta \cos\theta)d\theta$$ $$\Rightarrow (b-a) \int_{0}^{\dfrac{\pi}{2}} \sqrt{\dfrac{(b-a){\sin}^{2}\theta}{(b-a){\cos}^{2}\theta}}(2\sin\theta \cos\theta)d\theta=2(b-a)\int_{0}^{\dfrac{\pi}{2}} {\sin}^{2}\theta d\theta=\dfrac{\pi (b-a)}{2}$$
please do tell me if my answer is correct. (I am new to calculus)