Difference between revisions of "Calculus:Power Rule"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
<math>f'(x^6) = 6x^5</math> | <math>f'(x^6) = 6x^5</math> | ||
EX2:<math>f'(x^7)</math> | |||
Using the Power rule | |||
<math>f'(x^n) = n*x^{n-1}</math> | |||
<math>f'(x^7) = 7*x^{7-1}</math> | |||
<math>f'(x^7) = 7x^6</math> |