0
$\begingroup$

How can I prove the Cauchy distribution has no moments?;

$$E(X^k)=\int_{-\infty}^\infty\frac{x^k}{\pi(1+x^2)}\,\mathrm dx.$$

I can show for $k=1$ and $k=2$ that the moment would be infinity, and therefore doesn't exist.

However, how can I show it for the general case $k\geq1$? I read on wikipedia (Higher moments) that I'd need to distinguish between even and odd values of $k$. But they don't give the actual proof. Could someone give me a hint? - or show me to the proof, that's also fine.

  • 1
    If $k \geq 2$ the integrand doesn't even approach zero as $x \to \pm \infty$. Thus this integral has no chance of being finite.2017-01-29

1 Answers 1

2

In order for this to converge, we need integrability near $x = \pm \infty$. For large $x$, the integrand is asymptotic to $\frac{1}{x^{2-k}}.$ The integral of $\frac{1}{x^{2-k}}$ converges at $\infty$ iff $2-k > 1$ which is the same as $k < 1$. Thus the integral is divergent for $k \ge 1$ so the moment is infinite (or does not exist). I've assumed here that $k \ge 0$ is assumed. Without this, we would need absolute values: $$E(\lvert X\rvert^k) = \int^\infty_{-\infty} \frac{\lvert x \rvert^k}{\pi(1+x^2)}dx$$ and we would also need to concern ourselves with convergence near $x = 0$. Indeed, this integral converges for $-1 < k < 1$.

EDIT: If you take the integral in the principal value sense: $$E(X^k) = p.v. \int^\infty_{-\infty} \frac{x^k}{\pi(1+x^2)}dx = \lim_{L \to \infty }\int^L_{-L} \frac{x^k}{\pi(1+x^2)}dx$$ then the odd moments are all zero since $\frac{x^k}{1+x^2}$ is an odd function for odd $k$.

EDIT 2 (Addressing the question in the comment): Of course you can't have $$\lim_{x\to \infty} \frac{1+x^2}{x^k} = \frac{1}{x^{2-k}};$$ this doesn't make sense (if we take the limit with respect to $x$, the result certainly cannot depend on $x$ anymore). What I mean by $\frac{x^k}{1+x^2}$ is asymptotic to $\frac{1}{x^{2-k}}$ is that there are constants $c, C > 0$ such that $$\frac{c}{x^{2-k}} \le \frac{x^k}{1+x^2} \le \frac{C}{x^{2-k}}, \,\,\,\, \text{ for all } x \text{ sufficiently large}.$$ In this case, we now that for all $x > 0$, we have $$\frac{x^k}{1+x^2} \le \frac{x^k}{x^2} = \frac{1}{x^{2-k}}.$$ Further, for $x \ge 1$, we have $$2x^2 \ge 1+x^2 \,\,\, \implies \,\,\,\, \frac{1}{1+x^2} \ge \frac{1}{2x^2}.$$ Thus, $$\frac{x^k}{1+x^2} \ge \frac 1 {2x^{2-k}}.$$ Hence for all $x \ge 1$, we see $$\frac{1}{2x^{2-k}} \le \frac{x^k}{1+x^2} \le \frac{1}{x^{2-k}}$$ so we can take $c = 1/2, C =1$. Then you can use the comparison test to show that the given integral converges iff the integral of $\frac{1}{x^{2-k}}$ converges.

  • 0
    Ah okay, thank you. Am I correct to say that I need to prove that $\lim_{x\to\infty}\frac{x^k}{1+x^2}=\frac{1}{x^{2-k}}$, in order to say that the integrand is asymptotic to $\frac{1}{x^{2-k}}$? I would have done the following: $\begin{aligned}\bigg\vert \frac{x^k}{1+x^2}-\frac{1}{x^{2-k}}\bigg\vert=\frac{x^2-1-x^2}{(1+x^2)(x^{2-k})}=\frac{1}{x^{2-k}+x^{4-k}} \end{aligned}$, where it seems to be that this fraction only converges to 0 for $k=0,1,2,3.$ So how could I show the integral is asymptotic for all $k\geq 1$?2017-01-29
  • 1
    I'll address this in another edit2017-01-29
  • 0
    I think you made a small typing error; $\displaystyle\frac{x^k}{1+x^2}\geq\frac{1}{2x^{2-k}}$.2017-01-29
  • 0
    Is this a theorem?: $$\frac{c}{x^{2-k}} \le \frac{x^k}{1+x^2} \le \frac{C}{x^{2-k}}, \,\,\,\, \text{ for all } x \text{ sufficiently large}$$ Because I haven't learned it before. Edit; Ohh, I do see it actually. You can't say something like $$\frac{1}{x^{2-k}}-\epsilon \le \frac{x^k}{1+x^2} \le \frac{1}{x^{2-k}}+\epsilon,\quad \text{ for all } x \text{ sufficiently large,}$$ because than you don't guarantee that $\frac{x^k}{1+x^2}$ won't cross the asymptote. It's like a limit, but then only from one side. I think I got it enough (intuitively). Thanks for your help!2017-01-29