1
$\begingroup$

I'm going through some old notes I took on harmonic analysis some time ago and came across the claim that $\int_0^1 \frac{dx}{x\log \frac{1}{x}}$ is unbounded. I know almost nothing about singular integrals, so I have no idea if this is easy or hard. Could anyone help me out?

Cheers!

2 Answers 2

4

$-\int_0^1 d/(x\log x)=-\int_{-\infty}^0 dt/t$, where $t=\log x$, and the latter integral surely diverges (at both ends) (as the primitive function is $\log |t|$)

the divergence at $x=0$ probably needs this substitution. The divergence at $1$ is clear without any substitution - your function there behaves as $c/(x-1)$.

  • 0
    @Alex I know exactly what you mean :D.2011-04-09
1

Start by changing variables with $u = \text{log}\frac{1}{x}$, so that $du = -\frac{1}{x}dx$ and the indefinite integral becomes $\int -\frac{1}{u}du = -\text{log}(|u|) + C$, and substituting back then gives $\int_0^1 \frac{dx}{x\log \frac{1}{x}} = -\text{log}(\text{log}(\frac{1}{1})) + \text{log}(\text{log}(\frac{1}{0})) = -\text{log}(0) + \text{log}(\infty) = \infty + \infty = \infty$. In order to make this rigorous one would have to use limits, but the result is the same.