Question

Difficulty: MediumDifferentiation from First Principles

Using differentiation from first principles, which expression represents the derivative dydx\frac{\mathrm{d}y}{\mathrm{d}x} of the function f(x)=2xf(x) = \frac{2}{x}, where x0x \neq 0?

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

Answer

2x2-\frac{2}{x^2}
The option stating 2x2-\frac{2}{x^2} is correct because applying the first principles limit formula limh02x+h2xh\lim_{h \to 0} \frac{\frac{2}{x+h} - \frac{2}{x}}{h} gives limh02hhx(x+h)=limh02x(x+h)=2x2\lim_{h \to 0} \frac{-2h}{h x(x+h)} = \lim_{h \to 0} \frac{-2}{x(x+h)} = -\frac{2}{x^2}.

Step-by-Step Solution

1
Set up the difference quotient definition of derivative from first principles.
dydx=limh0f(x+h)f(x)h\frac{\mathrm{d}y}{\mathrm{d}x} = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}
First principles definition states that the derivative is the limit of the rate of change as hh approaches zero.
2
Substitute f(x)=2xf(x) = \frac{2}{x} and f(x+h)=2x+hf(x+h) = \frac{2}{x+h} into the formula.
\frac{f(x+h) - f(x)}{h} = \frac{\frac{2}{x+h} - \frac{2}{x}}{h}
Replacing the function expressions yields the explicit algebraic fraction.
3
Combine the fractions in the numerator over a common denominator.
\frac{2x - 2(x+h)}{x(x+h) \cdot h} = \frac{2x - 2x - 2h}{h x(x+h)} = \frac{-2h}{h x(x+h)}
Simplifying the numerator yields a factor of hh that can be cancelled with the denominator.
4
Cancel the common factor hh and evaluate the limit as h0h \to 0.
\lim_{h \to 0} \frac{-2}{x(x+h)} = \frac{-2}{x(x+0)} = -\frac{2}{x^2}
Dividing out hh allows direct substitution of h=0h = 0 without producing an indeterminate form.

Key Concept

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