Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Rule 1: Differentiation is linear
  2. a and b are real numbers.
  3. h'(x)=af'(x)+bg'(x)
  4.  
  5. Special cases:
  6. Constant factor rule
  7. (af)'=af'
  8. Sum rule:
  9. (f+g)'=f'+g'
  10. Subtraction rule
  11. (f-g)'=f'-g'
  12.  
  13. Product rule:
  14. h'(x)=(f(x)g(x))'=f'(x)g(x)+f(x)g'(x)
  15.  
  16. Chain rule:
  17. h'(x)=(f(g(x)))'=f'(g(x))*g'(x)
  18.  
  19. Inverse function rule
  20. g(f(x))=x and f(g(y))=y then g'=1/(f'og)
  21.  
  22. (ln(x))'=1/x if x>0
  23. (x^x)'=(x^x)(1+ln(x))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement