Usually to plot an equation like $y=f(x)$, you do so by using
Plot[f[x],{x,0,10}]
However, my equation takes the form $f(x,y)=0$ and $y$ can't be separated to make an equation like $y=f(x)$. Is there a way to plot the values of $y$ by plotting $f(x,y)$ over $x$.

ContourPlot– george2079 Mar 25 '16 at 19:34