Question

Difficulty: EasyDifferentiation from First Principles

Using differentiation from first principles, what is the derivative of the function f(x)=3xf(x) = \frac{3}{x} for x0x \neq 0?

  1. 3x2-\frac{3}{x^2}Answer
  2. B
    3x2\frac{3}{x^2}
  3. C
    3x-\frac{3}{x}
  4. D
    3x3-\frac{3}{x^3}

Answer

3x2-\frac{3}{x^2}
Using the first principles formula limh0f(x+h)f(x)h\lim_{h \to 0} \frac{f(x+h)-f(x)}{h}, substituting f(x)=3xf(x) = \frac{3}{x} gives limh03x+h3xh=limh03hhx(x+h)=3x2\lim_{h \to 0} \frac{\frac{3}{x+h} - \frac{3}{x}}{h} = \lim_{h \to 0} \frac{-3h}{h x(x+h)} = -\frac{3}{x^2}.

Step-by-Step Solution

1
Set up the first principles difference quotient
f(x)=limh0f(x+h)f(x)h=limh03x+h3xhf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} = \lim_{h \to 0} \frac{\frac{3}{x+h} - \frac{3}{x}}{h}
Definition of differentiation from first principles.
2
Combine the fractions in the numerator using a common denominator
3x+h3x=3x3(x+h)x(x+h)=3x3x3hx(x+h)=3hx(x+h)\frac{3}{x+h} - \frac{3}{x} = \frac{3x - 3(x+h)}{x(x+h)} = \frac{3x - 3x - 3h}{x(x+h)} = \frac{-3h}{x(x+h)}
Algebraic fraction subtraction.
3
Divide by hh and cancel the common factor
3hx(x+h)h=3x(x+h)\frac{\frac{-3h}{x(x+h)}}{h} = \frac{-3}{x(x+h)}
Simplifying the difference quotient before taking the limit.
4
Evaluate the limit as h0h \to 0
\lim_{h \to 0} \frac{-3}{x(x+h)} = \frac{-3}{x(x+0)} = -\frac{3}{x^2}
Direct substitution of h=0h=0 after canceling hh.

Key Concept

Differentiation of a reciprocal function using the first principles limit definition.
Rate this question