Find the Rao-Cramer lower bound if the random sample $X_1,X_2,...,X_n$ is taken from the distribution with the p.d.f. $$f(x;\theta)=\frac{1}{\theta}x^{\frac{1-\theta}{\theta}}$$ where $0<x<1$ and $0<\theta<\infty$.
I know that I have to compute $$\frac{1}{-n\mathbb{E}[\frac{d^2}{d\theta^2}\ln(f(x;\theta))]} ~~\text{or}~~ \frac{1}{-n\mathbb{E}[\frac{d}{d\theta}\ln(f(x;\theta))]^2}$$ I tried this: \begin{align*} \ln f(x;\theta)&=-\ln(\theta)+\left(\frac{1-\theta}{\theta}\right)\ln(x)\\ \frac{d}{d\theta}\ln f(x;\theta)&=-\frac{1}{\theta}-\left(\frac{1}{\theta^2}\right)\ln(x)\\ \frac{d^2}{d\theta^2}\ln f(x;\theta)&=\frac{1}{\theta^2}+\left(\frac{2}{\theta^3}\right)\ln(x)\\ \end{align*} In both cases I have to compute $\mathbb{E}(\ln(x))$. What is it?