How do you find the derivative of f(x) = 5+ 3x + 6x^2+ 7x^3?

1 Answer
Nov 12, 2016

f'(x)=3 + 12x + 21x^2

Explanation:

Differentiating f(x) is determined by applying the sum of
" "
differentiation and the power rule.
" "

Sum of differentiation :
" "
(u(x)+v(x))'=(u(x))'+(v(x))'
" "
" "
Power Rule Differentiation:

(d(x^n))/dx=nxxx^(n-1)" "n in ZZ

f'(x) = (5)' + (3x)' + (6x^2)' + (7x^3)'
" "
f'(x)= 0 + 3 + (6xx2)x + (7xx3x^2)
" "
f'(x)=3 + 12x + 21x^2