Does the integral $$\int_2^5 \frac{1}{\sqrt{x-2}}dx$$ converge or diverge? Do i set $u=x-2$ to the denominator then find new bounds and find the limit?
2026-04-12 05:35:06.1775972106
Determining if the integral $\int_2^5 \frac1{\sqrt{x-2}}dx$ converges or diverges
48 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
I'll work through the problem as you suggested (your suggestion was mostly right :) good job!) although instead of letting $u$ equal $\sqrt{x-2}$, just let it equal $u$.
Let $u = x-2$. Then $du = dx$ and when $x = 2$, $u = 0$ and when $x = 5$, $u = 3$, so we have
$$\int \limits_{2}^{5} \frac{1}{\sqrt{x-2}}\,dx = \int \limits_{0}^{3} \frac{1}{\sqrt{u}}\,du = \int \limits_{0}^{3} u^{-\frac{1}{2}}\,dx = \frac{u^{\frac{1}{2}}}{(\frac{1}{2})}|_{0}^{3} = 2u^{\frac{1}{2}}|_{0}^{3} = 2 \cdot \sqrt{3}. $$
So, $\int \limits_{2}^{5} \frac{1}{\sqrt{x-2}}\,dx = 2\sqrt{3}$.