
Bob S. answered 02/06/20
Electrical Engineer (PhD), can also help with Physics, Math and Coding
I assume that f(x) = pi*x^4 - 8*x^3 + 2*x - 11.
To find the slope take the derivative:
f'(x) = 4*pi*x^3 - 24*x^2 + 2
At x = -2 the slope is f'(-2) = -32*pi - 94
We can write a straight line in slope-intercept form:
y = m*x + b
where m is the slope and b is the y intercept.
Since the line and f(x) come together at x = -2 we get
f(-2) = f'(-2)*(-2) + b
16*pi + 49 = (-32*pi - 94) * (-2) + b
from which we get
b = -48*pi - 139
So, the line we want is:
y = (-32*pi - 94)*x - 48*pi - 139