9

If we take the right limit

$$\lim_{a\to-1}\int x^a dx=\lim_{a\to-1}\frac{x^{a+1}}{a+1}=+\infty$$

but on the other hand

$$\int\lim_{a\to-1} x^a dx=\ln x$$

I'm aware you can't just commute the limit and the integral, but I'd still like an explanation here. To me this is analogous to someone saying "The right limit of $1/x$ is $+\infty$ and the left one is $-\infty$ but $1/0$ is $7$ (or something)"

Is there an intuitive explanation to this break in continuity?

Travis Willse
  • 99,363
Luka Horvat
  • 2,618

3 Answers3

5

If $z>y>0$, then $$\lim \int_y^z x^a dx = \lim \frac {z^{a+1} - y^{a+1}}{a+1} \\ = \lim \left(\frac {\exp ((a+1)\log z) - \exp 0}{a+1} - \frac{\exp((a+1)\log y) - \exp 0}{a+1} \right) = \log z - \log y$$ by definition of what $\exp'(0)=1$ means.

So $\lim \int_y^z x^a dx = \int_y^z x^{-1} dx$ and so the function $a \mapsto \int_y^z x^a dx$ is continuous at $a= -1$ .

In your "choices" of indefinite integrals, you tried to choose alternatively $y=0$ and have $z$ vary (for $a > -1$) ; and then choose $z= \infty$ and have $y$ vary (for $a < -1$). So this is why you got nonsense when you looked at $a=-1$

mercio
  • 50,180
0

BTW, and assuming $\;x>0\;$:

$$\lim_{a\to-1}\frac{x^{a+1}-1}{a+1}\stackrel{l'H}=\lim_{a\to-1}x^{a+1}\log x=\log x\neq 0\;\;,\;\;\text{provided}\;\;x\neq 1$$

so that you in fact get the same in both.

Can you see where did the integration constant kick in?

Timbuc
  • 34,191
0

The second one is saying compute the integral of $x^a$ as $a \to -1$. Well we know this limit is quite clearly just $\frac{1}{x}$. So what's the integral of $\frac{1}{x}$. It's just $ln(x)$.

iadvd
  • 8,875