Difference between revisions of "Calculus"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
<math>(x^n)' = n*x^{n-1}</math> | <math>(x^n)' = n*x^{n-1}</math> | ||
====Derivative of Polynomial Functions==== | ====Derivative of Polynomial Functions==== | ||
<math></math> | #The sum Rule | ||
<math>(f+g)'=f'+g'</math> | |||
#The Difference Rule | |||
<math>(f-g)'=f'-g'</math> | |||
#The Product Rule | |||
<math>(f*g)'=f*g'+ g*f'</math> | |||
#The Quotient Rule | |||
<math>(f/g)'=(gf'-fg')/g^2</math> | |||
==Integration== | ==Integration== |