Given that X follows Uniform $[0,1]$ find the PDF of $Y=\text{log } X$
Calculate the distribution of $$Y:F(y) = P(Y<y)$$ In this case, we have $$F(y)=P(\log X<y)=P(X<e^y) =\int_0^{e^y}dt$$
Completing the calculating gives $$PDF=f(y)=e^y, 0<y<\infty$$
And this does not have area under the curve as $1$? In, fact, it will be infinite. And when I do a transformation shouldn't the PDF already be normalized?
How do I resolve this?