f(x)=(x³+1)(3x²-4x+2). Find f ' (x) the derivative of f(x)
f '(x) = (3x²)(3x²-4x+2) + (6x-4)(x³+1), expand:
f '(x) = 15x⁴ - 16x³ + 6x² + 6x - 4
f '(1) = 15(1)⁴ - 16(1)³ + 6(1)² + 6(1) - 4
f '(1) = 7 [7 is the slope "m" at (1,2)]
So the equation of the tangent at (1,2) is:
y = mx + b
y = 7x + b. To calculate b, plug in (x=1 and y = 2)
2 = 7(1) + b and b = -5. Then the final equation of the tangent at (1,2) is
y = 7x - 5