Question

Difficulty: MediumDifferentiation from First Principles

When differentiating the function f(x)=x23xf(x) = x^2 - 3x from first principles, what is the simplified expression for the difference quotient f(x+h)f(x)h\frac{f(x+h) - f(x)}{h} for h0h \neq 0 before taking the limit as h0h \to 0?

Answer: 2x + h - 3 / 2x - 3 + h / h + 2x - 3 / 2x+h-3 / 2x-3+h

Answer

2x+h32x + h - 3
Expanding f(x+h)=(x+h)23(x+h)=x2+2xh+h23x3hf(x+h) = (x+h)^2 - 3(x+h) = x^2 + 2xh + h^2 - 3x - 3h and subtracting f(x)=x23xf(x) = x^2 - 3x yields 2xh+h23h2xh + h^2 - 3h. Factoring and dividing by hh gives the simplified difference quotient 2x+h32x + h - 3.

Step-by-Step Solution

1
Set up the difference quotient expression
f(x+h)f(x)h=[(x+h)23(x+h)](x23x)h\frac{f(x+h) - f(x)}{h} = \frac{[(x+h)^2 - 3(x+h)] - (x^2 - 3x)}{h}
Substitute (x+h)(x+h) into the function definition to evaluate f(x+h)f(x+h).
2
Expand terms in the numerator
(x2+2xh+h23x3h)x2+3xh\frac{(x^2 + 2xh + h^2 - 3x - 3h) - x^2 + 3x}{h}
Expand (x+h)2=x2+2xh+h2(x+h)^2 = x^2 + 2xh + h^2 and distribute 3-3 across (x+h)(x+h) as well as the negative sign across f(x)f(x).
3
Combine like terms in the numerator
2xh+h23hh\frac{2xh + h^2 - 3h}{h}
The terms x2x2=0x^2 - x^2 = 0 and 3x+3x=0-3x + 3x = 0 cancel out.
4
Divide numerator terms by hh
2x+h32x + h - 3
Factor out hh from the numerator to get h(2x+h3)h=2x+h3\frac{h(2x + h - 3)}{h} = 2x + h - 3 for h0h \neq 0.

Key Concept

Difference Quotient in First Principles Differentiation
Estimated Time:1m 30s
Rate this question