just curious why when finding derivative function of f(x) = x^3 - 12x
for (x + deltaX)^3 we use the method (x + deltaX)(x + deltaX)(x + deltaX) rather than sum of cubes (x + deltaX)(x^2 - xdeltaX + deltaX^2) ?
here is a snippet of a problem ..
.
what am I missing ?
for (x + deltaX)^3 we use the method (x + deltaX)(x + deltaX)(x + deltaX) rather than sum of cubes (x + deltaX)(x^2 - xdeltaX + deltaX^2) ?
here is a snippet of a problem ..
.
what am I missing ?