[example: Polynomial Functions on a Parabola]
Let $k$ be an infinite field and let
\begin{align*}
X=\{(a,b)\in k^2\mid b=a^2\}\subset k^2.
\end{align*}
For any point $(a,b)\in X$, the defining condition gives $b=a^2$, so evaluating the two ambient polynomials $y$ and $x^2$ at $(a,b)$ gives
\begin{align*}
y(a,b)=b=a^2=x^2(a,b).
\end{align*}
Thus $y$ and $x^2$ define the same function on $X$. For example, at a point $(a,a^2)\in X$,
\begin{align*}
(x^3+2y)(a,a^2)=a^3+2a^2.
\end{align*}
Also
\begin{align*}
(x^3+2x^2)(a,a^2)=a^3+2a^2.
\end{align*}
Therefore $x^3+2y$ and $x^3+2x^2$ have equal restrictions to $X$.
Now let $f\in k[x,y]$ vanish on $X$. Since $y-x^2$ is monic as a polynomial in $y$, polynomial division in the variable $y$ gives
\begin{align*}
f(x,y)=q(x,y)(y-x^2)+r(x)
\end{align*}
for some $q\in k[x,y]$ and some $r\in k[x]$. Evaluating at $(a,a^2)\in X$ gives
\begin{align*}
0=f(a,a^2)=q(a,a^2)(a^2-a^2)+r(a)=r(a).
\end{align*}
So $r(a)=0$ for every $a\in k$. Because $k$ is infinite, a one-variable polynomial over $k$ with infinitely many roots is the zero polynomial, hence $r=0$. Therefore
\begin{align*}
f(x,y)=q(x,y)(y-x^2).
\end{align*}
So $I(X)=(y-x^2)$, and the coordinate ring is
\begin{align*}
k[X]=k[x,y]/(y-x^2).
\end{align*}
In this quotient, the class of $y$ equals the class of $x^2$, so every polynomial function on the parabola can be represented using only the single coordinate $x$.
[/example]