
William W. answered 03/07/24
Top Pre-Calc Tutor
Use implicit differentiation:
(y' is dy/dx)
To find a horizontal tangent, you want the tangent line to have a slope of zero. So set y' equal to zero and solve.
Setting y' equal to, the solution is found by setting the numerator equal to zero:
3x2 - 12y = 0 is a family of solutions, but you want only those that are on the graph of x3 - y3 = 12xy
To do that, manipulate 3x2 - 12y = 0 into y = (1/4)x2 and plug "(1/4)x2" into x3 - y3 = 12xy in place of "y":
x3 - [(1/4)x2]3 = 12x[(1/4)x2]
x3 - (1/64)x6 = 3x3
0 = (1/64)x6 + 2x3
0 = x3[(1/64)x3 + 2]
Set each piece equal to zero so x3 = 0 meaning x = 0 and (1/64)x3 + 2 = 0 which we solve as follows:
(1/64)x3 + 2 = 0
(1/64)x3 = - 2
x3 = - 128
x = cuberoot(-128) = -4cuberoot(2)
We find the y-values of these points by plugging the x-values into y = (1/4)x2
So the points of intersection are (0, 0) and (-4cuberoot(2), 4cuberoot(4)) which are the points where the tangent line is horizontal.
To find the places where the tangent line is vertical, set the denominator of the derivative equal to zero and solve in the same way