1. Use the limit definition to find $f'(x)$ for $f(x) = \frac{1}{x}$, where $x \neq 0$.
- A.$\frac{1}{x^2}$
- B.$-\frac{1}{x^2}$
- C.$-\frac{1}{x}$
- D.$\frac{-2}{x^3}$
View Answer
Answer: $-\frac{1}{x^2}$
Set up the difference quotient: $$\frac{f(x+h) - f(x)}{h} = \frac{\frac{1}{x+h} - \frac{1}{x}}{h} = \frac{x - (x+h)}{h \cdot x(x+h)} = \frac{-h}{h \cdot x(x+h)} = \frac{-1}{x(x+h)}$$ Take the limit: As $h \to 0$: $\lim_{h \to 0} \frac{-1}{x(x+h)} = \frac{-1}{x \cdot x} = -\frac{1}{x^2}$. Why distractors fail: Option A is the positive version, missing the negative sign from the numerator simplification. Option C has the wrong power of $x$. Option D ($-2/x^3$) is the second derivative, not the first.