No. Implicit means implied, but not plainly expressed. Implicit differentiation isn't going to be a function like y' = x, you're going to keep a y variable, otherwise it's explicit.
Think about this: If I ask for dy/dx, I'm asking for derivative of function y with respect to variable x. I can't find the dy/dx of 2y, because there is no variable x in 2y! That's why we implicitly differentiate.
First, let me give you a hand:
[itex]x^2+y^2=1[/itex]
First, find the dy/dx of [itex]x^2[/itex]. This has a variable of x, so it's just 2x.
Next, find dy/dx of [itex]y^2[/itex]. 2y, right. Well, we have no x variable. So, include y' in this derivative. In other words, 2y times y', or 2yy'. Whenever the variable we are deriving in respect to is absent, we must multiply by y'. (that's why we need to multiply the entire derivative by dr/dt in your related rates problem ;) )
Lastly, find dy/dx of 1. You know that the derivative of a constant is always 0.
So now,
[itex]2x + 2yy' = 0[/itex]
Do you understand how I came to that result?
Now, purely algebriacly, I want you to solve the equation for y'. Treat it as you would any variable.