Find the first 6 terms of the Taylor series for $y$ in powers of $x$ of the following implicitly defined function;
$$x^2 +y^2=y, \ \ \ y(0)=0$$
I'm a bit stuck in how to proceed do i need to implicitly differentiate the function such that $y'=\frac{-2x}{(1-2y)}$ and again so as to find $y'',y^{(3)},...,y^{(6)}$ and then plug these into the Taylor expansion and set $y=0$ or $y=x$?
or do I define say $f(x,y):=x^2+y^2-y=0$ and do a multivariate expansion?
Your first approach is the correct one. Although, to find $y''(0)$, I think it's easier to differentiate $2x+2yy'=y'$ and then solve for $y''$ than to differentiate $\frac{-2x}{1-2y}$. And so on for $y'''(0)$ etc.