
Katie K. answered 02/20/21
Math and Test Prep Tutor with 18+ Years of Experience
The equation of a tangent line is y = f'(x1) (x - x1) + f(x1)
--> so we need to find f'(x1), which is the derivative of the original function at the x-value provided (x1 = 1),
and then plug in the given point (1, 6) for the x1 and f(x1) values.
First, let's simplify the f(x) function by distributing:
f(x) = (x3 + 5)(3x2 - 4x + 2)
Distribute the x3 to all three terms in the second group AND distribute the 5 to all three terms in the second group:
= x3(3x2 - 4x + 2) + 5(3x2 - 4x + 2)
When you multiply terms with exponents, add the exponents together:
= 3x5 - 4x4 + 2x3 + 15x2 - 20x + 10
Now, let's find the general derivative of f(x) using the Power Rule (multiply the front number of each term by the power and then reduce the power by 1):
f'(x) = 5*3x4 - 4*4x3 + 3*2x2 + 2*15x1 - 1*20x0 + 0
(the derivative of a number without a variable is just 0)
Now simplify:
f'(x) = 15x4 - 16x3 + 6x2 + 30x - 20 = the general derivative
(x0 becomes the number 1)
Now let's plug in x = 1 to find f'(1):
f'(1) = 15*14 - 16*13 + 6*12 + 30*1 - 20
f'(1) = 15 - 16 + 6 + 30 - 20
f'(1) = 15
This is what you will plug in for f'(x1).
So, we have all the pieces we need:
y stays "y"
f(x1) = 6 (the given y-value)
f'(x1) = 15
x stays "x"
x1 = 1 (the given x-value)
Let's plug them into the tangent line equation:
y = f'(x1) (x - x1) + f(x1)
y = 15 (x - 1) + 6
Then distribute and simplify:
y = 15x - 15 + 6
y = 15x - 9
The end!