Raymond B. answered 03/06/21
Math, microeconomics or criminal justice
f(x) = 2x^3
f(x+h) = 2(x+h)^3 = 2(x^3 + 3x^2h + 3xh^2 + h^3) = 2x^3 +6x^2h + 6xh^2 + 2h^3
f(x+h) - f(x) = 6x^2h + 6xh^2 + 2h^3
[f(x+h)-f(x)]/h = 6x^2 + 6xh + 2h^2
as h approaches zero, [f(x+h)-f(x)]/h approaches 6x^2 + 6x(0)+2(0)^2 = 6x^2
the derivative of 2x^3 = 6x^2
tangent line will have slope = 6x^2. at x=1, 6(1)^2 = 6 = slope of tangent line
it goes through the point (1,2)
y-2 = 6(x-1)
y=6x-6+2 = 6x -4
the equation of the tangent line is y=6x-4