Notebook

A picture proof of the product rule


We want the derivative of a product fgf \cdot g, which we can picture as the area of a rectangle with sides ff and gg. Nudging the input by a small amount grows each side by its own differential, dfdf and dgdg:

The change in area is the two strips plus a vanishing corner.

The new area exceeds the old by two thin strips plus a small corner. The strips have areas gdfg \,df and fdgf\,dg, whereas the corner dfdgdf\,dg is a second order contribution and drops out in the limit. What survives is exactly the product rule:

d(fg)=fdg+gdf.d(fg) = f \, dg + g \,df.

As an example, we will now visually prove the power rule

dxn=nxn1dxdx^n = n x^{n-1} \, dx

for the case n=3n = 3, but the same argument holds for arbitrary nn. Take x3x^3 as the volume of a cube with sides xx, and grow each side by dxdx. Three faces of the cube each grow outward into a slab of volume x2dxx^2\,dx, so the volume gains 3x2dx3x^2\,dx, the derivative of x3x^3. There are some remaining pieces: three long edges of order xdx2x\,dx^2 and a single corner cube dx3dx^3. Those are higher order and vanish in the limit.

Growing the cube adds three x²dx slabs, giving the derivative 3x². The faint subleading contributions are of order dx2dx^2 or higher and vanish in the limit.