Coleman F. answered 06/01/22
College Student tutoring Physics, Chemistry and K-12 Math.
On the curve x2y2 + xy = 2, the two points where the slope of the tangent line is equal to -1 is (1, 1) and (-1, -1).
We can use implicit differentiation to answer this question. First, implicitly differentiate both sides:
2xy2 + 2x2yy' + y + xy' = 0
Then, isolate for y' to find the first derivative of the curve:
2x2yy' + xy' = -2xy2 - y
y'(2x2y+x) = -2xy2 - y
y' = (-2xy2 - y)/(2x2y + x)
Then, plug in -1 to y' since we want to find the points where the slope of the tangent line is -1:
-1 = (-2xy2 - y)/(2x2y + x)
Multiply both sides by (2xy + x):
-2x2y - x = -2xy2 - y
Notice that the two sides will be equal if x = y. So, if we find the points that satisfy x = y and the original equation x2y2 + xy = 2, we will find the points where the slope is -1. We can then substitute x = y into the original equation to isolate for x:
x4 + x2 = 2
x4 + x2 - 2 = 0
We can use a u-substitution to turn this 4th-degree polynomial into a quadratic:
u = x2
u2 + u - 2 = 0
Which can then be factored:
(u + 2)(u - 1) = 0
u = -2, 1
u = -2 cannot be an answer since x2 ≠ -2 so that leaves us with u = 1 or x2 = 1. This gives us an answer of:
x = 1 and x = -1. Substituting into the original equation gives us the points (1, 1) and (-1, -1).