Not sure if I'm getting the right answer here, so I could use some confirmation.
I am supposed to implicitly differentiate the following:
xy = x - y
Ok, so here we go..
d/dx[xy] = d/dx[x - y]
x*dy/dx + y = 1 - dy/dx //Applying product rule to the xy
x * dy/dx + dy/dx = 1 - y //I'm not sure I'm handling this y correctly.
dy/dx (x + 1) = 1 -y
dy/dx = (1 - y) / (x + 1) //Final answer
Is this correct?
I am supposed to implicitly differentiate the following:
xy = x - y
Ok, so here we go..
d/dx[xy] = d/dx[x - y]
x*dy/dx + y = 1 - dy/dx //Applying product rule to the xy
x * dy/dx + dy/dx = 1 - y //I'm not sure I'm handling this y correctly.
dy/dx (x + 1) = 1 -y
dy/dx = (1 - y) / (x + 1) //Final answer
Is this correct?