Question: Implicit Differentiation

I have to solve this question

Find d^2y/d^2x and d^3y/d^3x if y is defined implicitly by y+sin(y)=x

 

So far I have 

f:=y+sin(y)=x;

implicitdiff(f,y,x$2);

and

implicitdiff(f,y,x$3);

 

both of them spit out answers, but am I doing that right for the question that is asked?

Please Wait...