
William W. answered 11/11/22
Experienced Tutor and Retired Engineer
cos(𝑥) + 11𝑦2 = 𝑥𝑦7 + 34
To find the slope of the tangent line, take the derivative. Since this is complex with x's and y's in multiple locations, take the derivative implicitly:
The derivative of cos(x) with respect to "x" is -sin(x)
The derivative of 11y2 with respect to "x" is 22y•y' (using the power rule and the chain rule)
The derivative of xy7 requires use of the product rule (u•v)' = u'v + uv' where u = x, u' = 1, v = y7, v' = 7y6•y' so (xy7)' = (1)(y7) + (x)(7y6•y') = y7 + 7xy6•y'
The derivative of 34 = 0
Putting these together we get:
-sin(x) + 22y•y' = y7 + 7xy6•y'
22y•y' - 7xy6•y' = y7 + sin(x)
y'(22y - 7xy6) = y7 + sin(x)
y' = (y7 + sin(x))/(22y - 7xy6)
At the point (0, √3) we plug in x = 0 and y = √3 to get:
y' = ((√3)7 + sin(0)/(22√3 - 7(0)(√3)6)
y' = (√3)6•√3 + 0)/(22√3 - 0)
y' = (27√3)/(22√3)
y' = 27/22
This is the slope of the tangent line. So, using the point-slope form, the equation of the line is:
y - y1 = m(x - x1)
y - √3 = (27/22)(x - 0)
y = (27/22)x + √3