I've been looking at some statistical distribution work and found a question that I can't solve through standard derivation of an MLE. I've been told to maybe look at an indicator function but I've no idea how to use those for these. The question is to find an MLE for a, when given a random sample $X_1 , X_2 , ... , X_n$ with probability density function $$ f(x) = \frac{53x^{52}}{2a^{53}}$$ for $-a < x < a$.
When I try the standard way of taking the product, log and differential the second differential comes out as a positive, which wouldn't make it a maximum. Any explanation of how to work through this would be much appreciated!
To clarify, the method I was taught was as follows:
$$L(a) = \prod_{i=1}^n\frac{53x^{52}}{2a^{53}} = (\frac{53}{2a^{53}})^n\prod_{i=1}^nX_i^{52}$$ Taking logs
$$Log(L(a)) = nLog(53) -53n(Log(a) + Log(2)) + \sum52Log(X_i)$$
To take the derivative from here wrt to a, set to 0 and then rearrange to find $a$ and call this the mle, but this eliminates $a$ entirely, as I've realised I've done something wrong in my previous work.