Question

Difficulty: MediumDifferentiation from First Principles

Using differentiation from first principles, what is the derivative dydx\frac{dy}{dx} of the function y=32x2y = 3 - 2x^2?

  1. 4x-4xAnswer
  2. B
    4x4x
  3. C
    2x-2x
  4. D
    4x2-4x - 2

Answer

4x-4x
Applying the definition of derivative f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h} to f(x)=32x2f(x) = 3 - 2x^2 gives 4xh2h2h=4x2h\frac{-4xh - 2h^2}{h} = -4x - 2h. Taking the limit as h0h \to 0 results in 4x-4x.

Step-by-Step Solution

1
Express f(x+h)f(x+h) for the function f(x)=32x2f(x) = 3 - 2x^2
f(x+h)=32(x+h)2=32(x2+2xh+h2)=32x24xh2h2f(x+h) = 3 - 2(x+h)^2 = 3 - 2(x^2 + 2xh + h^2) = 3 - 2x^2 - 4xh - 2h^2
Substitute (x+h)(x+h) into the place of xx and expand the squared binomial.
2
Set up the difference quotient f(x+h)f(x)h\frac{f(x+h) - f(x)}{h}
(32x24xh2h2)(32x2)h=4xh2h2h\frac{(3 - 2x^2 - 4xh - 2h^2) - (3 - 2x^2)}{h} = \frac{-4xh - 2h^2}{h}
Subtract f(x)f(x) from f(x+h)f(x+h) to isolate terms involving increment hh.
3
Divide numerator terms by hh
h(4x2h)h=4x2h\frac{h(-4x - 2h)}{h} = -4x - 2h
Factor out hh to cancel the denominator.
4
Take the limit as h0h \to 0
limh0(4x2h)=4x\lim_{h \to 0} (-4x - 2h) = -4x
Evaluating the limit gives the exact derivative function dydx\frac{dy}{dx}.

Key Concept

Differentiation from First Principles
Rate this question