Mark H. answered 02/28/20
Tutor
4.9
(72)
Tutoring in Math and Science at all levels
g(x) = x^2(1 − 5x)
To differentiate this, you have 2 options:
- Expand the right hand side to get: g(x) = x^2 - 5x^3, then take the derivative: g' = 2x - 15x^2
- Use the product rule : If you have u*v, the derivative is uv' + vu':
u = x^2 u' = 2x
v = 1 - 5x, v' = -5
g'(x) = x^2 * (-5) + 2x * (1-5x)
-5x^2 + 2x - 10x^2
g' = 2x - 15x^2