I am trying to evaluate $\int \frac{1}{\sqrt{x}} \, dx$ without using the power rule. I tried using integration by parts but it seems out of luck.
Multiplying both the numerator and denominator with $\sqrt{x}$ we have
$$\int \frac{1}{\sqrt{x}} \, dx = \int \frac{\sqrt{x}}{x} \, dx$$
Integrate by parts: $u = \frac{1}{x}, v' = \sqrt{x}$. We obtain the same integral as above with
$$\int \frac{\sqrt{x}}{x} \, dx = \frac{2}{3} x\sqrt{x} + \frac{2}{3} \int \frac{\sqrt{x}}{x} \, dx$$
for $x>0 \ $ with integration by parts $$u=\frac{1}{x} , \ \ u'=\frac{-1}{x^2} \\ v=\frac{2}{3}x^\frac{3}{2} \ \ \ \ v'=\sqrt{x}$$ $$ \begin{align} \int \frac{1}{\sqrt{x}}dx =\int \frac{\sqrt{x}}{x} dx & = \frac{2}{3}x^\frac{3}{2}.\frac{1}{x}-\int \frac{-1}{x^2}.\frac{2}{3}x^\frac{3}{2} dx +c\\ & = \frac{2}{3}\sqrt{x}+ \int \frac{2}{3} \frac{\sqrt{x}}{x} dx +c \end{align} $$ so $$ \Big(1-\frac{2}{3}\Big) \int \frac{\sqrt{x}}{x} dx = \frac{2}{3}\sqrt{x}+c $$ then $$ \int \frac{\sqrt{x}}{x} dx = 2 \sqrt{x}+c$$ with power rule $$ \begin{align} \int \frac{1}{\sqrt{x}}dx = \int x^\frac{-1}{2}dx &= \frac{1}{1-\frac{1}{2}} x^{1-\frac{1}{2}}+c \\ & =2 \sqrt{x}+c \end{align}$$