Hi there.
I have the following function and want to calculate $y'$:
$x^2+y^2=(2x^2+2y^2-x)^2$
I've used implicit differentiation to solve it and my answer is:
$y'=\frac{(-4x^3+3x^2-4xy^2+y^2)}{y(8x^2-4x+8y^2-1)}$
However, my calculation gets huge ( I use the chainrule) and I'm just curious if there's a smarter/more simple way to calculate this?
Thank you:)

Your answer seems true: $$2x+2yy'=2(2x^2+2y^2-x)(4x+4yy'-1),$$ but there is a mistake in your nominator.
It should be $$y'=\frac{2(-4x^3+3x^2+y^2-4xy^2)}{y(8y^2+8x^2-4x-1)}.$$