Let $X_1, ..., X_n$ be a random sample from a continuous distribution with pdf $$f_{\theta,\kappa}(x) = \frac{\kappa\theta^\kappa}{x^{\kappa+1}}, x\geq \theta, \theta > 0, \kappa > 0.$$
How to find the MLE of the pair $(\theta,\kappa)$? I tried to first define the likelihood function: $$f_{\theta,\kappa}(x_1, ..., x_n)= (\kappa\theta^\kappa)^n\Pi_{i=1}^{n}\frac{1}{x_i^{\kappa+1}}$$
Then take the log of the likelihood function:
$$l(\theta,\kappa) = n log(\kappa) + nklog(\theta)+(-\kappa-1)\Sigma_{i=1}^{n}log(X_i)$$
Fix $\kappa$, and set the derivative of $l(\theta, \kappa)$ with respect to $\theta$ to zero, this results in:
$$\frac{n\kappa}{\theta} = 0$$
This doesn't seem right, how can I find the MLEs?