
William W. answered 04/25/20
Experienced Tutor and Retired Engineer
x(x2 + y2) = 3x2 − y2 [apply the derivative operator to get:
The derivative of x(x2 + y2) is found using the product rule (f'g + fg') which becomes 1(x2 + y2) + x(2x + 2y•dy/dx).
The derivative of the right side is 6x - 2y•dy/dx. so the entire implicit differentiation is:
1(x2 + y2) + x(2x + 2y•dy/dx).= 6x - 2y•dy/dx [now solve for dy/dx as follows:
x2 + y2 + 2x2 + 2xy•dy/dx.= 6x - 2y•dy/dx
3x2 + y2 + 2xy•dy/dx.= 6x - 2y•dy/dx
2xy•dy/dx + 2y•dy/dx.= 6x - 3x2 - y2
dy/dx(2xy + 2y) = (6x - 3x2 - y2)
dy/dx = (6x - 3x2 - y2)/(2xy + 2y)
At x = 1 and y = -1 we get:
dy/dx = (6(1) - 3(1)2 - (-1)2)/(2(1)(-1) + 2(-1))
dy/dx = 2/-4 = -1/2 [this is the slope "m" of the tangent line
So, using the point-slope form of a line we get:
y - (-1) = (-1/2)(x - 1)
y + 1 = -1/2x + 1/2
y = -1/2x - 1/2