Probably missing something simple, but how do I find the gradient of: $3y^{2 }=2x^{3\ }+x^{2}$ at (0,0)?
I get derivative:
$6y\frac{dy}{dy} =6x^2 +2x$, and when I stick in (0,0) into this, it's undefined, but from the graph below, it looks like it should be a defined gradient. I'm confused! Where am I going wrong?




From $6yy'=6x^2+2x$ we get $$y'=\frac{x^2+\frac13x}{y}\Rightarrow y'^2=\frac{x^2(x+\frac13)^2}{\frac23x^3+\frac13x^2}= \frac{(x+\frac13)^2}{\frac23x+\frac13}.$$ Now plug in $x=0$ and solve for $y'(0)$.