So, I tried to compute the expected value of continous random variable X using an integral and the typical formula given here:
$\mathbb{E}$(X)=$\int_{-\infty}^{\infty} x*f(x)) dx$
And I plugged a function in there:
$\mathbb{E}$(X)=$\int_{1}^{\infty} x*ln (\frac{\theta}{x^{\theta+1}}) dx$
with domain ranges $\theta=[2,\infty]$ and $x=[0,\infty]$
I got
$[\frac{1}{2}x^2* ln(\theta)-(\theta+1)\frac{1}{4}*x^2*(2*ln(x)-1)]_{1}^{\infty} $
Is it possible to evaluate it even further? It is far too large and not very elegant to look at if I want to compute the variance starting with this, I will have a very messy and convoluted calculation method.