I was working on this problem:
Find the maximum likelihood estimator for the parameter $a$, in the distribution
$$f(x) =\begin{cases} 3a^3\cdot x^{−4} & \text{if } x ≥ a \\ 0 & \text{otherwise} \end{cases}$$
The likelihood function came out to be $3a^{3n}\cdot X_1\cdot X_2\cdot X_3 \cdots X_n$, which, when differentiated wrt a and equating it to $0$, gives $3n/a = 0$, which is only satisfied if $a = +\infty$ or $n = 0$, both of which don't seem right to me.