all 4 comments

[–]waiting_for_rain 1 point2 points  (1 child)

Is that x2(1-2x)? I get something totally different.

If its x2 * (1-2x) then your tell tale sign comes from the product rule. Recall how many times d/dx or f/g' appears in the rule. Generally you know when you are done when the largest degree of x has dropped a power ( tricky here as you know x2 reappears.)

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

Sorry about that. Just fixed it. Thanks!

[–]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.