AJ L. answered 05/07/23
Patient and knowledgeable Calculus Tutor committed to student mastery
"Find the slope of the tangent to the curve y3x + y2x2 = 6 at (2,1) and the answer sheet says that the solution is (-5/14)"
Here, you'll want to use a method called implicit differentiation. What happens is that we treat "y" as a constant and by differentiating it with respect to x, we have dy/dx. Our goal is to solve for dy/dx like it is a variable in our equation, and then plug in (2,1) to get the slope of the tangent line:
y3x + y2x2 = 6
3y2(dy/dx)x + y3 + 2y(dy/dx)x2 + 2xy2 = 0 <-- Use Power Rule (works the same w/two variables)
(3xy2+2x2y)(dy/dx) + y3 + 2xy2 = 0
y3+2xy2 = -(3xy2+2x2y)(dy/dx)
y(y2+2xy) = (-3xy2-2x2y)(dy/dx)
y(y2+2xy) = y(-3xy-2x2)(dy/dx)
(y2+2xy)/(-3xy-2x2) = dy/dx
Now, we plug in (2,1) to get our slope:
dy/dx = [12+2(2)(1)]/[-3(2)(1)-2(2)2]
dy/dx = (1+4)/[-6-2(4)]
dy/dx = 5/(-6-8)
dy/dx = 5/-14
dy/dx = -5/14
Therefore, the slope of the tangent to the curve y3x + y2x2 = 6 at (2,1) is -5/14.
Hope this helped!