d/dx (uv) = ( u' )v + u( v' )
u = 3x - 2x^2
v = 5 + 4x
derivative = (3 - 4x)(5 + 4x) + (4)(3x - 2x^2)
2007-07-19 09:43:57
·
answer #1
·
answered by Anonymous
·
0⤊
0⤋
The product rule says:
(d/dx)(uv) = u(dv/dx) + v(du/dx).
For your example, put u = 3x - 2x^2 and v = 5 + 4x.
Then dv/dx = 4, and du/dx = 3 - 4x.
Applying the formula, the required derivative is:
(3x - 2x^2)*4 + (5 + 4x)(3 - 4x) = 12x - 8x^2 + 15 + 12x - 20x -16x^2
= 8x^2 + 4x + 15.
2007-07-19 16:48:39
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
If u = v * w
the product rule states:
u' = v' * w + v * w'
So let u = (3x - 2x^2) * (5 + 4x)
where
v = 3x - 2x^2
and
w = 5 + 4x
So:
v' = 3 - 4x
w' = 4
Therefore:
u' = v' * w + v * w'
= (3-4x) * (5+4x) + (3x -2x^2) * (4)
= 15 - 8x - 16x^2 + 12x - 8x^2
= 15 + 4x -24x^2
2007-07-19 16:50:52
·
answer #3
·
answered by ? 6
·
0⤊
0⤋
take the derivative of the first multiply by the second+ the derivative of the second multiplied by the first--
in this case
(3+4*x)*(5+4*x)+4*(3*x-2*x^2)
(3+4*x)*(5+4*x)+12x-8*x^2
is the answer
2007-07-19 16:50:09
·
answer #4
·
answered by jon d 3
·
0⤊
0⤋
f (x) = (3x - 2x²) (5 + 4x)
f `(x) = (3 - 4x) (5 + 4x) + 4(3x - 2x²)
f `(x) = 15 + 12x - 20x - 16x² + 12x - 8x²
f `(x) = 15 + 4x - 24x²
2007-07-19 17:39:24
·
answer #5
·
answered by Como 7
·
0⤊
0⤋
y=(3x-2x^2)(5+4x).
dy/dx=(3-4x(5+4x)+(3x-2x^2)(+4)
=-16x^2-8x+15+12x-8x^2
=.-24x^2+4x+15.ANS.
2007-07-19 16:53:25
·
answer #6
·
answered by Anonymous
·
0⤊
0⤋
u'v+v'u
derivative of first expression x second expression + derivative of second expression x first expression...
2007-07-19 16:46:18
·
answer #7
·
answered by sphinx 4
·
0⤊
0⤋