
William W. answered 04/28/22
Experienced Tutor and Retired Engineer
y2(6 - x) = x3
The left side of the equation y2(6 - x) is the product of two things so we must use the product rule:
(u•v)' = u'v + uv' where u = y2 then u' = 2y•dy/dx and v = (6 - x) so v' = -1. Putting these together:
[y2(6 - x)]' = (2y•dy/dx)(6 - x) + (y2)(-1) = dy/dx(12y - 2xy) - y2
The right side of the equation is a simple use of the power rule (x3)' = 3x2
So:
dy/dx(12y - 2xy) - y2 = 3x2
dy/dx(12y - 2xy) = 3x2 + y2
dy/dx = (3x2 + y2)/(12y - 2xy)
So the slope of the tangent line is found by plugging in (2, √2) or x = 2, y = √2
dy/dx at (2, √2) = (3(2)2 + (√2)2)/(12(√2) - 2(2)(√2)) = (12 + 2)/(8√2) = 14/(8√2) = 7/(4√2) = 7√2/8
So m = 7√2/8
Using the point slope form, y - y1 = m(x - x1), we get:
y - √2 = 7√2/8(x - 2)