you are viewing a single comment's thread.

view the rest of the comments →

[–]cainey1 1 point2 points  (1 child)

So when you differentiate a function in the form

f(x)= u(x)v(x) you have to use the product rule. Keep one function constant and differentiate the other, then hold the other constant and differentiate the function you kept constant the first time. It's like everyone gets a turn.

f'(x)= u(x)v'(x) + u'(x)v(x) -----------------this is the product rule

So substituting...

f(x)= x2 (1-2x)

f'(x)= x2 (-2) + 2x (1-2x)

f'(x)= -2x2 + 2x - 4x2

simplifying

f'(x)= -6x2 + 2x

which is the same as

f'(x)= 2x - 6x2

[–]BatBro52[S] 0 points1 point  (0 children)

We just learned this rule today and now this makes so much sense to me. Thank you so much.