Question

Difficulty: MediumDifferentiation from First Principles

Using differentiation from first principles, what is the numerical value of the derivative of the function f(x)=3x24x+1f(x) = 3x^2 - 4x + 1 at x=2x = 2?

Answer: 8

Answer

The numerical value of the derivative of f(x)=3x24x+1f(x) = 3x^2 - 4x + 1 at x=2x = 2 is 8.
Using the first-principles limit definition, the increment f(2+h)f(2)f(2+h) - f(2) simplifies to 8h+3h28h + 3h^2. Dividing by hh yields 8+3h8 + 3h, which evaluates to 8 as h0h \to 0.

Step-by-Step Solution

1
Calculate f(2)f(2)
f(2)=5f(2) = 5
Substitute x=2x = 2 into f(x)=3x24x+1f(x) = 3x^2 - 4x + 1.
2
Expand f(2+h)f(2+h)
f(2+h)=5+8h+3h2f(2+h) = 5 + 8h + 3h^2
Substitute x=2+hx = 2+h into f(x)f(x) and expand algebraically.
3
Simplify the difference quotient f(2+h)f(2)h\frac{f(2+h) - f(2)}{h}
8h+3h2h=8+3h\frac{8h + 3h^2}{h} = 8 + 3h
Subtract f(2)f(2) from f(2+h)f(2+h) and divide every term by hh.
4
Evaluate the limit as h0h \to 0
f(2)=8f'(2) = 8
As hh approaches 0, the term 3h3h vanishes, leaving 8.

Key Concept

Differentiation from First Principles
Estimated Time:1m 30s
Rate this question