
William W. answered 10/16/22
Experienced Tutor and Retired Engineer
If 78 + 7f(x) + 2x^2(f(x))^3 = 0 then we can use implicit differentiation to work your problem:
The derivative of 78 = 0
The derivative of 7f(x) = 7•f '(x)
The derivative of (2x2) (f(x))3 is found using the product rule, power rule, and the chain rule. Since the product rule is: (u•v)' = u'v + uv' we can let u = 2x2 and v = (f(x))3 so by the power rule u' = 4x and by the power rule and the chain rule v' = 3(f(x))2•f '(x). So putting that together, the derivative of (2x2) (f(x))3 is (4x)((f(x))3 + (2x2)(3(f(x))2•f '(x))
The derivative of 0 is 0. So putting these all together we get:
0 + 7•f '(x) + (4x)((f(x))3 + (2x2)(3(f(x))2•f '(x)) = 0
7•f '(x) + (2x2)(3(f(x))2•f '(x)) = -(4x)((f(x))3
f '(x)[7 + (2x2)(3(f(x))2] = -(4x)((f(x))3
f '(x) = -(4x)((f(x))3/[7 + (2x2)(3(f(x))2]
You can now plug in x = 2 and f(2) = -2 to find f '(2)