I'm trying to solve exercise 8.5 from the book "A course in Commutative algebra" by Gregor Kemper. It says
Let $R$ be a ring and $a\in R$ such that $a$ is not a zero divisor, the ideal $(a)$ is a radical ideal and the localization $R_a$ (localization with respect $U= \left\{ 1,a,a^2,\ldots\right\}$) is a normal domain. Then $R$ is normal.
What i have done so far is the following.
Since $\text{Quot}(R_a)=\text{Quot}(R)$ and $R_a$ is normal, if we take an element $x \in \text{Quot}(R_a)$ which is integral over $R_a$ we must have $x \in R_a$ so $x = \frac{r}{a^m}$ for some element $r\in R$ and an integer $m \in \mathbb{N}.$ Now suppose that $x$ is integral over $R,$ so we have a polynomial with coefficients in $R$ $$t^n +c_1 t^{n-1}+\cdots +c_1t+c_n$$ such that $$x^n +c_1 x^{n-1}+\cdots +c_1x+c_n=0.$$ From the above we know that $x \in R_a$ so in order to show that $x\in R$ we must show that $\frac{r}{a^m}= \frac{r'}{1}$ which means that there is a $a^{\nu}$ such that $a^{\nu} r =a^{\nu} a^m r'.$
I cant really proceed from here, any hints?