Question

Difficulty: EasyDifferentiation from First Principles

Using differentiation from first principles, what is the derivative of the function f(x)=x2+3xf(x) = x^2 + 3x with respect to xx?

  1. 2x+32x + 3Answer
  2. B
    2x+3+h2x + 3 + h
  3. C
    x2+3x^2 + 3
  4. D
    2x2x

Answer

2x+32x + 3
Applying the first principles limit formula limh0f(x+h)f(x)h\lim_{h \to 0} \frac{f(x+h) - f(x)}{h} gives x2+2xh+h2+3x+3h(x2+3x)h=2xh+h2+3hh=2x+h+3\frac{x^2 + 2xh + h^2 + 3x + 3h - (x^2 + 3x)}{h} = \frac{2xh + h^2 + 3h}{h} = 2x + h + 3. As h0h \to 0, this expression evaluates to 2x+32x + 3.

Step-by-Step Solution

1
Set up the difference quotient using the definition of differentiation from first principles
\frac{f(x+h) - f(x)}{h} = \frac{[(x+h)^2 + 3(x+h)] - [x^2 + 3x]}{h}
The definition of derivative from first principles requires finding limh0f(x+h)f(x)h\lim_{h \to 0} \frac{f(x+h) - f(x)}{h}.
2
Expand algebraic terms in the numerator
\frac{x^2 + 2xh + h^2 + 3x + 3h - x^2 - 3x}{h}
Expanding (x+h)2=x2+2xh+h2(x+h)^2 = x^2 + 2xh + h^2 and 3(x+h)=3x+3h3(x+h) = 3x + 3h allows terms to be combined.
3
Simplify the numerator by canceling like terms and dividing by hh
\frac{2xh + h^2 + 3h}{h} = 2x + h + 3
The terms x2x2=0x^2 - x^2 = 0 and 3x3x=03x - 3x = 0 cancel out, leaving terms containing hh, which can be divided by hh.
4
Evaluate the limit as h0h \to 0
\lim_{h \to 0} (2x + h + 3) = 2x + 3
Setting h=0h = 0 in the simplified quotient yields the final derivative f(x)=2x+3f'(x) = 2x + 3.

Key Concept

Differentiation from first principles
Rate this question