I have almost finished evaluating a Fisher Information matrix for my pdf where $x>0$. I am stuck with the following expression, and cannot seem to calculate the expectation below:
$$ I(\theta) = -E\left[ \frac{3}{\theta^2}-\frac{4}{(x+\theta)^2}\right]$$
Solving I have:
$$ I(\theta) = - \frac{3}{\theta^2}-E\left[\frac{4}{(x+\theta)^2}\right]$$
$$E\left[ \frac{4}{(x+\theta)^2} \right] = 4\int_0^\infty \frac{x}{(x+\theta)^2} \, dx = \left. \log(x+\theta)+\frac 1 {x+\theta} \right|^{x=\infty}_{x=0}$$
The above expression does not converge. Did I evaluate the integral incorrectly or did I set up the expectation wrong?