I want to show that $k(x)$ is not a finitely generated $k$-algebra. Here is my attempt:
Suppose by contradiction that $k(x)$ is a finitely generated $k$-algebra. Suppose $k[a_1,\dots,a_d]$ is a Noetherian Normalization. Since $k[a_1,\dots,a_d]\subseteq k(x)$ is an integral extension and $k(x)$ is a field, so as $k[a_1,\dots,a_d]$, By Zariski lemma, $k[a_1,\dots,a_d]$ is a finite field extension over $k$.
Claim: any element in $k(x)\backslash k$ is not algebraic over $k$. To see this, assume by contradiction that there exists some algebraic $\frac{f}{g}$ with $\deg(f)>0$ or $\deg(g)>0$
Let $h(z):=z^n+\dots+a_0\in k[z]$ be its minimal polynomial. ($a_0\neq 0$) This implies: $$ f^n+a_{n-1} f^{n-1} g+\dots+a_0 g^n=0$$ Contradiction.
By this claim, we know $k[a_1,\dots,a_d]=k$ and $k(x)$ is integral over $k$, absurd.
Am I correct? I am also curious about any easier way to prove this. Thanks!