
William W. answered 03/24/19
Top Pre-Calc Tutor
The slope of line tangent to x4 + 16y4 = 32 at (2, 1) can be attained by taking the derivative. In this case we use implicit differentiation.
Apply the derivative operator to both sides of the equation:
d(x4 + 16y4) = d(32)/dx
dx
4x3 + 64y3(dy/dx) = 0 (the chain rule applies so the derivative of the y expression must include dy/dx)
64y3(dy/dx) = -4x3
dy/dx = -x3/16y3
Then plug in the point (x = 2, y = 1) to get dy/dx = -8/16 = -1/2.
Then use the point-slope form of a line to build the equation of the tangent line:
(y - y1) = m(x - x1)
(y - 1) = -1/2(x - 2)
If you want to convert it into the y = mx + b format you can but it's not necessary.