Exercises

ex-ch06-01

Easy

Let XX have PDF f(x)=c eβˆ’2xf(x) = c\,e^{-2x} for xβ‰₯0x \geq 0 and 00 otherwise. Find the constant cc and compute P(X>1)\mathbb{P}(X > 1).

ex-ch06-02

Easy

Let X∼Uniform[1,5]X \sim \text{Uniform}[1, 5]. Compute E[X2]\mathbb{E}[X^2] and Var(X)\text{Var}(X).

ex-ch06-03

Easy

Prove that Q(βˆ’x)=1βˆ’Q(x)Q(-x) = 1 - Q(x) using the symmetry of the standard normal PDF.

ex-ch06-04

Medium

Let X∼Exp(λ)X \sim \text{Exp}(\lambda). Use the tail integration formula to compute E[X2]\mathbb{E}[X^2].

ex-ch06-05

Medium

Let X∼N(0,Οƒ2)X \sim \mathcal{N}(0, \sigma^2). Compute E[∣X∣]\mathbb{E}[|X|].

ex-ch06-06

Medium

Let X∼N(ΞΌ,Οƒ2)X \sim \mathcal{N}(\mu, \sigma^2). Show that Y=(Xβˆ’ΞΌ)/ΟƒβˆΌN(0,1)Y = (X - \mu)/\sigma \sim \mathcal{N}(0, 1) using the change-of-variables formula.

ex-ch06-07

Medium

Derive the PDF of Y=eXY = e^X where X∼N(ΞΌ,Οƒ2)X \sim \mathcal{N}(\mu, \sigma^2) (the log-normal distribution).

ex-ch06-08

Medium

Let X∼Exp(λ)X \sim \text{Exp}(\lambda). Use the CDF method to derive the distribution of Y=XY = \sqrt{X}.

ex-ch06-09

Medium

Prove the Chernoff bound Q(x)≀12eβˆ’x2/2Q(x) \leq \frac{1}{2}e^{-x^2/2} for xβ‰₯0x \geq 0.

ex-ch06-10

Hard

Derive Craig's representation: Q(x)=1Ο€βˆ«0Ο€/2exp⁑ ⁣(βˆ’x22sin⁑2ΞΈ) dΞΈQ(x) = \frac{1}{\pi}\int_0^{\pi/2}\exp\!\left(-\frac{x^2}{2\sin^2\theta}\right)\,d\theta for xβ‰₯0x \geq 0.

ex-ch06-11

Hard

Let X∼N(0,Οƒ2)X \sim \mathcal{N}(0, \sigma^2) and Y=X2Y = X^2. Compute E[Yk]\mathbb{E}[Y^k] for positive integer kk (the moments of the chi-squared distribution).

ex-ch06-12

Hard

Let RR have the Rayleigh distribution with parameter Οƒ\sigma. Show that W=R2/(2Οƒ2)W = R^2/(2\sigma^2) has the standard exponential distribution Exp(1)\text{Exp}(1).

ex-ch06-13

Hard

A wireless channel has Rayleigh fading with average power E[∣h∣2]=1\mathbb{E}[|h|^2] = 1. The instantaneous SNR is Ξ³=∣h∣2β‹…SNRavg\gamma = |h|^2 \cdot \text{SNR}_{\text{avg}}. Using Craig's formula, derive the average BER for BPSK: PΛ‰b=1Ο€βˆ«0Ο€/211+SNRavg/sin⁑2θ dΞΈ\bar{P}_b = \frac{1}{\pi}\int_0^{\pi/2}\frac{1}{1 + \text{SNR}_{\text{avg}}/\sin^2\theta}\,d\theta.

ex-ch06-14

Challenge

Prove the Mills ratio upper bound: for x>0x > 0, Q(x)≀1x2Ο€eβˆ’x2/2Q(x) \leq \frac{1}{x\sqrt{2\pi}}e^{-x^2/2}.

ex-ch06-15

Medium

A random variable XX has CDF

FX(x)={0x<00.30≀x<20.3+0.7(1βˆ’eβˆ’(xβˆ’2))xβ‰₯2.F_X(x) = \begin{cases}0 & x < 0 \\ 0.3 & 0 \leq x < 2 \\ 0.3 + 0.7(1 - e^{-(x-2)}) & x \geq 2.\end{cases}

Identify the discrete and continuous components and compute E[X]\mathbb{E}[X].

ex-ch06-16

Easy

If X∼N(3,4)X \sim \mathcal{N}(3, 4), what is P(X>5)\mathbb{P}(X > 5)?

ex-ch06-17

Medium

Let X∼Gamma(α,λ)X \sim \text{Gamma}(\alpha, \lambda). Show that E[X]=α/λ\mathbb{E}[X] = \alpha/\lambda using LOTUS.

ex-ch06-18

Hard

Show that the Gamma distribution with integer shape Ξ±=n\alpha = n is the distribution of the sum of nn independent Exp(Ξ»)\text{Exp}(\lambda) random variables.

ex-ch06-19

Challenge

Let X∼N(0,1)X \sim \mathcal{N}(0, 1). Derive the PDF of Y=Φ(X)Y = \Phi(X) where Φ\Phi is the standard normal CDF. (This is the probability integral transform.)

ex-ch06-20

Challenge

Prove the Mills ratio lower bound: for x>0x > 0, Q(x)β‰₯xx2+1β‹…12Ο€eβˆ’x2/2Q(x) \geq \frac{x}{x^2+1}\cdot\frac{1}{\sqrt{2\pi}}e^{-x^2/2}.