
William W. answered 11/28/19
Top Pre-Calc Tutor
Doing the implicit differentiation of x3 + y3 = 6xy we get:
3x2 +3y2•dy/dx = 6y + 6x•dy/dx
dy/dx(3y2 - 6x) = 6y - 3x2
dy/dx = (6y - 3x2)/(3y2 - 6x)
dy/dx = (2y - x2)/(y2 - 2x)
The slope of x + y = 10 is -1 so we can equate the derivative to -1
(2y - x2)/(y2 - 2x) = -1 or
2y - x2 = 2x - y2
To solve:
y2 - x2 = 2x - 2y
(y - x)(y+x) = -2(y - x)
Divide through by (y - x) but in so doing we need to realize that we are potentially losing a solution if y = x, which indeed, in checking the original equation we are. But let's proceed.
y + x = -2
y = -x - 2
So everywhere on that line, the slope is -1, we just need to find the places on that line that are also on x3 + y3 = 6xy, So we can substitute in for y, "-x - 2" to get:
x3 + (-x - 2)3 = 6x(-x - 2)
x3 + (- x3 - 6x2 -12x - 8) = -6x2 -12x
-8 = 0 therefore there is no solution for this.
Now, let's go back to the other solution we lost when we divided by zero, y = x. It is clear to see that when y = x, our derivative equation set equal to -1 is true:
2y - x2 = 2x - y2
So let's use that y = x substitution in our original equation x3 + y3 = 6xy
x3 + (x)3 = 6x(x)
2x3 = 6x2
dividing through by 2x2 (again realizing that we could be loosing the solution x = 0) we get
x = 3
In this case the solution x = 0 results in the point (0, 0) and the derivative is not defined there so we can ignore this.
So the solution is x = 3. To find y, we just substitute in x = 3 into x3 + y3 = 6xy to get 27 + y3 = 18y. Solving, we get 3 solutions, y = -4.854, y = 3, and y = 1.854. The solution we are looking for is where y = x so (3, 3)
Verifying, we can plug (3, 3) into our derivative to verify the result is -1
dy/dx = (2y - x2)/(y2 - 2x)
dy/dx = (2(3) - (3)2)/((3)2 - 2(3)) = (6 - 9)/(9 - 6) = -3/3 = -1