I'm trying to solve exercise 4.7 in Reid's UCA:
"Find the normalisation of $A=k[X,Y]/(Y^3 - X^5)$."
I can easily show $A$ is not normal: let $x$ and $y$ denote the images of $X$ and $Y$ in $A$. Thus $y^3 = x^5$. So there exists $t=y/x\in\operatorname{Frac} (A)$ which is a root of the monic polynomial $T^3 - x^2 \in A[T]$. But since $t\notin A$, $A$ is not normal.
However, I don't know how to compute the normalisation of $A$; I have not seen dimension theory developed, so this answer to a similar question doesn't really help me. Similarly I cannot try and apply something like this answer to a related question, because in this case the map $k[X,Y]\rightarrow k[t]$ sending $X\mapsto t^3, Y\mapsto t^5$ is injective so the image isn't isomorphic to $A$
UCA never really gives a good explanation on how to actually compute normalisations, so I'd be grateful if anyone could walk me through it.