An alternative proof of the product rule
The standard proof of the product rule that you'll find in every calculus textbook under the sun uses the curious trick of adding and subtracting the same term to facilitate factoring. It is historically accurate (the way Leibniz did it) and simple. As cute as this trick is (and how typical of analysis!), it would be nice to have a more intuitive proof of the product rule that didn't rely on such... deviousness.
This proof of the product rule uses Caratheodory's lemma to deal with the unpleasantries that the aforementioned trick handled. As a reminder, Caratheodory's lemma says that any function f(x) differentiable at a point c can be re-written as f(c) + φ(x)*(x-c), and φ will be a function continuous at c.
Let us restate the product rule again, in a somewhat different form:
If f and g are differentiable at the same point c,
then (f*g)'(c) exists and is f'(c)*g(c) + f(c)*g'(c).
The proof follows from manipulating the definition of the derivative of (f*g):
f(x)g(x) - f(c)g(c)
f'(c) = lim -------------------
x→c x - c
Now this is the part (as you can see elsewhere in this node) where you add f(c)g(x) - f(c)g(x) to the numerator to factor things. Instead, we apply the lemma, using φ for the function corresponding to f and ψ for the function corresponding to g in the lemma.
(f(c) + φ(x)*(x-c))(g(c) + ψ(x)*(x-c)) - f(c)g(c)
f'(c) = lim -------------------------------------------------
x→c x - c
Now foil out the first term in the numerator:
f(c)g(c) + f(c)ψ(x)(x-c) + g(c)φ(x)(x-c) + φ(x)ψ(x)(x-c)(x-c) - f(c)g(c)
f'(c) = lim -------------------------------------------------------------------------
x→c x - c
The first and last terms in the numerator cancel, and we can proceed to carry out the division.
f'(c) = lim f(c)ψ(x) + g(c)φ(x) + φ(x)ψ(x)(x-c)
x→c
Remember φ and ψ are continuous at c, so we can take the limit:
f'(c) = f(c)ψ(c) + g(c)φ(c)
And the lemma provides that, at c, both φ and ψ agree with their corresponding function's derivatives.
f'(c) = f(c)g'(c) + f'(c)g(c)
Much the same method can be used to prove the quotient rule and the chain rule, but I've found few high school math teachers who are familiar with Caratheodory's lemma, so using this proof on a calculus final is somewhat harder to justify. It is still interesting to see different proofs of the same theorem, from an aesthetic point of view.
Thanks to my analysis prof, who taught me the lemma despite it being "a useless bit of trivium."