0

How to compute $\int_{a}^{b}\sqrt{\mathrm dx}$? I do not think setting $\sqrt {\mathrm dx} = \mathrm du$ is the right idea. Is it even sensible to have $\mathrm dx$ square rooted?

mrtaurho
  • 16,103
Rob
  • 622

1 Answers1

2

A sensible way to define such an expression would be through the Reimann sums $$\int_a^b \sqrt{\mathrm dx}=\lim_{\Delta x \to 0} \sum_{x=a}^{x=b}\sqrt{\Delta x}$$ Taking $a=0$, $b=1$ and $\Delta x =\frac1n$ we get $$\int_0^1 \sqrt{\mathrm dx}=\lim_{n \to \infty} \sum_{k=1}^{n} \frac{1}{\sqrt{n}}=\lim_{n \to \infty}\sqrt{n}$$ which clearly diverges. Its pretty easy to see that $a=0$ and $b=1$ are not special here.

mrtaurho
  • 16,103
Ben Martin
  • 1,766
  • 1
  • 7
  • 16