notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

ProductRule.md (212B)


      1 # Product Rule
      2 
      3 Leonard
      4 
      5 **Definition:** The product rule is used when taking the derivative of two functions that are multiplied together. The rule is as follows $\frac{d}{dx}(g(x)f(x)) = g'(x)f(x) + f'(x)g(x)$