Lie derivatives: ##L_Xf=[X,f]##The product rule Definition/Summary - What is it?

  • Context: Undergrad 
  • Thread starter Thread starter Greg Bernhardt
  • Start date Start date
  • Tags Tags
    Product Product rule
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
Messages
19,978
Reaction score
11,076
Definition/Summary

The product rule is a method for finding the derivative of a product of functions.

Equations

[tex](fg)'\ =\ f'g\ +\ fg'[/tex]

[tex](fgh)'\ =\ f'gh\ +\ fg'h\ +\ fgh'[/tex]

Extended explanation

If a function F is the product of two other functions f and g (i.e. F(x) = f(x)g(x)), then the product rules states that:

[tex]\frac{d}{dx}F \ = \ \frac{df}{dx}g \ + \ f\frac{dg}{dx}[/tex]

Proof:

[tex]\frac{F(x + h) - F(x)}{h} \ = \ \frac{f(x + h)g(x + h) - f(x)g(x)}{h}[/tex]

[tex]= \ \frac{f(x + h)g(x + h) \ - \ f(x)g(x + h) \ + \ f(x)g(x + h) \ - \ f(x)g(x)}{h}[/tex]

[tex]= \ \frac{f(x + h) - f(x)}{h}g(x + h)<br /> \ + \ f(x)\frac{g(x+h) - g(x)}{h}[/tex]

Now take the limit as h approaches zero.

[tex]\frac{d}{dx}F \ = \ \lim_{h \to 0}\frac{F(x + h) - F(x)}{h} <br /> \ = \ \lim_{h \to 0}\frac{f(x + h) - f(x)}{h}g(x + h)<br /> \ + \ \lim_{h \to 0}f(x)\frac{g(x+h) - g(x)}{h} <br /> \ = \ \frac{df}{dx}g \ + \ f\frac{dg}{dx}[/tex]

* This entry is from our old Library feature. If you know who wrote it, please let us know so we can attribute a writer. Thanks!
 
Physics news on Phys.org
The product or Leibniz rule appears in many variations:
  • definition of a derivation: ##D(ab)=D(a)b+aD(b)\text{ and }D([a,b)]=[D(a),b]+[a,D(b)]##
  • integration by parts: ##\int u'v = uv - \int uv'##
  • quotient rule: ##(f/g)' = (f\cdot g^{-1})'=f\,'g{-1}+(g^{-1})' f##
  • Jacobi identity: ##[X,[Y,Z]]+[Y,[Z,X]]+[Z,[X,Y]]=0##
  • exterior derivatives: ##d(f\alpha)=d(f\wedge \alpha)=df\wedge \alpha+f\wedge d\alpha##