Okay, here are the steps to solve this problem:
(a) The support of an exponential distribution with parameter λ is (0, ∞). It does not depend on λ.
(b) The MLE for λ is the inverse of the sample mean:
î = n/∑Xi
(c) We will Taylor expand g(x) = 1/x around x = 1/λ0, where λ0 is the true value of λ.
g'(x) = -1/x2
g"(x) = 2/x3
Taylor expansion at x = 1/λ0:
g(x) ≈ g(1/λ0) + g'(1/λ0)(x - 1/λ0) + g"(1/λ0)(x - 1/λ0)2/2
1/x ≈ 1/λ0 - (1/λ02)(x - 1/λ0) + (2/λ03)(x - 1/λ0)2/2
(d) Plug in x = 1/î:
1/î ≈ 1/λ0 - (1/λ02)(1/î - 1/λ0) + (2/λ03)(1/î - 1/λ0)2/2
λ0î ≈ λ0 - (λ0)2(λ0 - î) + 2(λ0)3(λ0 - λ0)2/2
λ0î + (λ0)2(λ0 - î) - 2(λ0)2 ≈ 0
Solving for î - λ0 gives:
î - λ0 ≈ - (λ0)2/(2(n - λ0))
So (î - λ0) is asymptotically N(0, (λ0)2/(2(n)).
(e) The Fisher information is:
I(λ0) = E[-∂2/∂λ2 log L(X|λ) | λ = λ0]
= 2n/λ02
Since this is positive and does not depend on λ0, the MLE is asymptotically normal according to the results in class.
Does this look correct? Let me know if you have any other questions!