Expected Value and Variance of Exponential Random Variable

Probability problems

Problem 757

Let $X$ be an exponential random variable with parameter $\lambda$.

(a) For any positive integer $n$, prove that
\[E[X^n] = \frac{n}{\lambda} E[X^{n-1}].\]

(b) Find the expected value of $X$.

(c) Find the variance of $X$.

(d) Find the standard deviation of $X$.

LoadingAdd to solve later

Sponsored Links


Solution.

Solution of (a)

Recall that the probability density function $f(x)$ of an exponential random variable with parameter $\lambda$ is given by
\begin{align*}
f(x) =
\begin{cases}
\lambda e^{-\lambda x} & \text{ if } x \geq 0\\
0 & \text{ if } x < 0 \end{cases} \end{align*} and the parameter $\lambda$ must be positive. It follows from this and the definition of expectation, we get \begin{align*} E[X^n] &= \int_0^{\infty} x^n \cdot \lambda e^{-\lambda x} dx. \end{align*} Applying integral by parts with \[u = x^n, dv=\lambda e^{-\lambda x} dx\] and hence \[du = nx^{n-1}dx, v = -e^{-\lambda x},\] we obtain (from $\int u dv = uv - \int v du$) \begin{align*} E[X^n] &= \int_0^{\infty} x^n \cdot \lambda e^{-\lambda x} dx\\[6pt] &= \left[x^n \cdot (-e^{-\lambda x})\right]_0^{\infty} - \int_0^{\infty} (-e^{\lambda x}) \cdot nx^{n-1} dx\\[6pt] &= 0 + n \int_0^{\infty} e^{\lambda x} x^{n-1} dx\\[6pt] &= \frac{n}{\lambda} \int_0^{\infty} x^{n-1} \cdot \lambda e^{\lambda x} dx\\[6pt] &= \frac{n}{\lambda} E[X^{n-1}]. \end{align*} This proves the required equality \[E[X^n] = \frac{n}{\lambda} E[X^{n-1}].\]

Solution of (b)

The expected value $E[X]$ can be obtained from the formula we just proved in part (a) by substituting $n=1$. Thus, we have
\begin{align*}
E[X] = \frac{1}{\lambda} E[1] = \frac{1}{\lambda}.
\end{align*}

Solution of (c)

We calculate the variance using the formula
\[V(X) = E[X^2] – (E[X])^2.\] We know $E[X] = 1/\lambda$ from part (b). To compute $E[X^2]$, let $n=2$ in the formula in part (a). Then
\begin{align*}
E[X^2] &= \frac{2}{\lambda}E[X]\\[6pt] &= \frac{2}{\lambda} \cdot \frac{1}{\lambda}\\[6pt] &= \frac{2}{\lambda^2}.
\end{align*}
Combining these, we obtain
\begin{align*}
V(X) &= E[X^2] – (E[X])^2\\[6pt] &= \frac{2}{\lambda^2} – \frac{1}{\lambda^2}\\[6pt] & = \frac{1}{\lambda^2}.
\end{align*}
Therefore, the variance of $X$ is
\[V(X) = \frac{1}{\lambda^2}.\]

Solution of (d)

Taking the square root of the variance $V(X)$, we obtain the standard deviation
\[\sigma = \frac{1}{\lambda}.\]


LoadingAdd to solve later

Sponsored Links

More from my site

  • Expectation, Variance, and Standard Deviation of Bernoulli Random VariablesExpectation, Variance, and Standard Deviation of Bernoulli Random Variables A random variable $X$ is said to be a Bernoulli random variable if its probability mass function is given by \begin{align*} P(X=0) &= 1-p\\ P(X=1) & = p \end{align*} for some real number $0 \leq p \leq 1$. (1) Find the expectation of the Bernoulli random variable $X$ […]
  • Can a Student Pass By Randomly Answering Multiple Choice Questions?Can a Student Pass By Randomly Answering Multiple Choice Questions? A final exam of the course Probability 101 consists of 10 multiple-choice questions. Each question has 4 possible answers and only one of them is a correct answer. To pass the course, 8 or more correct answers are necessary. Assume that a student has not studied probability at all and […]
  • Given the Variance of a Bernoulli Random Variable, Find Its ExpectationGiven the Variance of a Bernoulli Random Variable, Find Its Expectation Suppose that $X$ is a random variable with Bernoulli distribution $B_p$ with probability parameter $p$. Assume that the variance $V(X) = 0.21$. We further assume that $p > 0.5$. (a) Find the probability $p$. (b) Find the expectation $E(X)$. Hint. Recall that if $X$ […]
  • How to Prove Markov’s Inequality and Chebyshev’s InequalityHow to Prove Markov’s Inequality and Chebyshev’s Inequality (a) Let $X$ be a random variable that takes only non-negative values. Prove that for any $a > 0$, \[P(X \geq a) \leq \frac{E[X]}{a}.\] This inequality is called Markov's inequality. (b) Let $X$ be a random variable with finite mean $\mu$ and variance $\sigma^2$. Prove that […]
  • Coupon Collecting Problem: Find the Expectation of Boxes to Collect All ToysCoupon Collecting Problem: Find the Expectation of Boxes to Collect All Toys A box of some snacks includes one of five toys. The chances of getting any of the toys are equally likely and independent of the previous results. (a) Suppose that you buy the box until you complete all the five toys. Find the expected number of boxes that you need to buy. (b) […]
  • Upper Bound of the Variance When a Random Variable is BoundedUpper Bound of the Variance When a Random Variable is Bounded Let $c$ be a fixed positive number. Let $X$ be a random variable that takes values only between $0$ and $c$. This implies the probability $P(0 \leq X \leq c) = 1$. Then prove the next inequality about the variance $V(X)$. \[V(X) \leq \frac{c^2}{4}.\] Proof. Recall that […]
  • Linearity of Expectations E(X+Y) = E(X) + E(Y)Linearity of Expectations E(X+Y) = E(X) + E(Y) Let $X, Y$ be discrete random variables. Prove the linearity of expectations described as \[E(X+Y) = E(X) + E(Y).\] Solution. The joint probability mass function of the discrete random variables $X$ and $Y$ is defined by \[p(x, y) = P(X=x, Y=y).\] Note that the […]
  • Condition that a Function Be a Probability Density FunctionCondition that a Function Be a Probability Density Function Let $c$ be a positive real number. Suppose that $X$ is a continuous random variable whose probability density function is given by \begin{align*} f(x) = \begin{cases} \frac{1}{x^3} & \text{ if } x \geq c\\ 0 & \text{ if } x < […]

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Probability
Probability problems
Condition that a Function Be a Probability Density Function

Let $c$ be a positive real number. Suppose that $X$ is a continuous random variable whose probability density function is...

Close