Derivative function (and sum of cube ) confusion

dkeller1

New member
Joined
Mar 26, 2016
Messages
2
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 ..

.
attachment.php




what am I missing ?
 

Attachments

  • Question 1 Section 2.1 Cube question.JPG
    Question 1 Section 2.1 Cube question.JPG
    20.6 KB · Views: 15
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 ..

.
attachment.php




what am I missing ?

Look at the identities below:

a3 + b3 = (a + b)(a2 - ab + b2)...........................(1)

and

(a + b)3 = a3 + 3a2b + 3ab2 + b3 .............................(2)

Your function looks like (2).You see, for example,:
a3 + b3 = 23 + 33 = 35

and

(a + b)3 = (2 + 3)3 = 125

Those are not same!!!
 
Look at the identities below:

a3 + b3 = (a + b)(a2 - ab + b2)...........................(1)

and

(a + b)3 = a3 + 3a2b + 3ab2 + b3 .............................(2)

Your function looks like (2).You see, for example,:
a3 + b3 = 23 + 33 = 35

and

(a + b)3 = (2 + 3)3 = 125

Those are not same!!!

Ok I see then.

I was seeing (a + b)3 as being the same as a3 + b3

and reverse being able to happen such as the 3 being able to be pulled out of a3 + b3 to = (a + b)3 ..
My mind was telling me when you distribute powers you simply multiply the 3 time the a^1 to get a^3 + b^3 which equaled the same thing



little confusion
 
Top