This is an exercise (1.15) of Dino Lorenzini' s An Invitation to Arithmetic Geometry.
Let $F$ be a field of characteristic $2$. Let $k:=F(t)$, the field of rational functions in the variable $t$. Let $f(x)=x^6+tx^5+t^2x^3+t\in k[x]$.
We want to show that the integral closure of $k[x]$ in $k(x)(\sqrt{f})$ is $k[x][\sqrt{f}]$.
So let $\alpha=m+n\sqrt{f}\in k(x)(\sqrt{f})$, where $m,n\in k(x)$. Since $F(t)$ is a field, $k[x]$ is a PID and therefore $\alpha$ is integral over $k[x]$ if and only if its minimal polynomial in $k(x)$ has coefficients in $k[x]$. Let's then find the minimal polynomial of $\alpha$.
\begin{align} p(y)&=(y-(m+n\sqrt{f}))(y-(m-n\sqrt{f})) \\ &=y^2-2my+(m^2-n^2f) \end{align} and since $m\in k(x)=F(t)k(x)$ and the characteristic of $F$ equals $2$ we get that $2my=0$. Hence
\begin{equation} p(y)=y^2+(m^2-n^2f) \end{equation}
Thus, $\alpha=m+n\sqrt{f}$ is integral over $k[x]$ iff $m^2-n^2f\in k[x]$. I' m pretty sure that I'm on the right course but I don' t know how to continue.