If $X$ is a non negative random variable with $E[X]=25$, what can be said about $E[X^3]$, $E[\sqrt{X}]$, $E[\ln X]$, and $E[e^{-X}]$?

1.8k Views Asked by At

How I solve this? (Jensen's inequality?)

1

There are 1 best solutions below

2
On

Jensen's inequality

\begin{align} f \text{ concave}:& \;\;\; E[f(X)] \leq f(E[X]) \\[2ex] f \text{ convex}:& \;\;\; E[f(X)] \geq f(E[X]) \end{align}


Since $f(X)=\sqrt{X}$ and $f(X)=\ln{X}$ are concave, it follows that \begin{align} E\left[\sqrt{X}\right] &\leq \sqrt{E[X]} = \sqrt{25} \\[2ex] E\left[\ln{X}\right] &\leq \ln E[X] = \ln 25 \end{align}


Since $f(X)=X^3$ and $f(X)=e^{-X}$ are convex, it follows that \begin{align} E\left[X^3\right] &\geq E[X]^3 = 25^3 \\[2ex] E\left[e^{-X}\right] &\geq e^{-E[X]} = e^{-25} \end{align}