Youngkwon C. answered 11/23/15
Tutor
4.9
(8)
Knowledgeable and patient tutor with a Ph.D. in Electrical Eng.
In order to get the slope of the line tangent to the curve,
we take the first order derivative of F(x) which is given as follows:
F'(x) = (3 - 2x - 4x2)'
= -2 - 8x
And, the slope of the line at x = 2 can be calculated as follows:
m = F'(2)
= -2 - 8·2
= -18
From the equation of the original curve,
the y-coordinate of the point the line passes through can be calculated as follows:
F(2) = 3 - 2·2 - 4·22
= -17
The line passes through the point (2, -17) with the slope m of -18.
So, the equation of the line is given as follows:
y - (-17) = -18 (x - 2)
The final answer, the equation of the line, is
y = -18x + 19