Question
Prove the product rule from first principles:
dxd[f(x)⋅g(x)]=f′(x)⋅g(x)+f(x)⋅g′(x)
Solution — Step by Step
We apply the limit definition directly to the product h(x)=f(x)⋅g(x):
h′(x)=Δx→0limΔxf(x+Δx)g(x+Δx)−f(x)g(x)
Nothing clever yet — just the raw definition. The trick comes in the next step.
The numerator has two functions at different points mixed together. We can’t separate them as-is. The key move is to add and subtract f(x+Δx)g(x) in the numerator:
=Δx→0limΔxf(x+Δx)g(x+Δx)−f(x+Δx)g(x)+f(x+Δx)g(x)−f(x)g(x)
This is the entire proof. Everything after this is just clean algebra and taking limits.
Group the first two terms and the last two terms separately:
=Δx→0lim[f(x+Δx)⋅Δxg(x+Δx)−g(x)+g(x)⋅Δxf(x+Δx)−f(x)]
Now each fraction is a recognizable derivative in disguise.
Split the limit across the sum (valid because both limits exist):
- limΔx→0Δxg(x+Δx)−g(x)=g′(x)
- limΔx→0Δxf(x+Δx)−f(x)=f′(x)
- limΔx→0f(x+Δx)=f(x) (since f is differentiable, hence continuous)
Substituting:
h′(x)=f(x)⋅g′(x)+g(x)⋅f′(x)
dxd[f(x)g(x)]=f′(x)g(x)+f(x)g′(x)
This is the product rule, proved from scratch.
Why This Works
The product rule looks asymmetric until you see its geometric meaning. Imagine f(x) and g(x) as the sides of a rectangle with area A=f⋅g. When x increases by Δx, the area changes by three pieces: Δf⋅g (strip along one side), f⋅Δg (strip along the other), and Δf⋅Δg (tiny corner piece).
As Δx→0, that corner piece Δf⋅Δg becomes negligible compared to the other two — it’s second-order small. What survives is exactly f′⋅g+f⋅g′.
The algebraic proof we did above is the rigorous way of saying the same thing. The “bridge term” f(x+Δx)g(x) was our way of isolating the two strips without losing any information.
Alternative Method
Some textbooks present this using logarithmic differentiation — useful when you want to verify the rule rather than prove it.
Let h=f⋅g. Take ln of both sides:
lnh=lnf+lng
Differentiate both sides with respect to x:
hh′=ff′+gg′
Multiply through by h=fg:
h′=f′g+fg′
This log-differentiation shortcut is extremely useful in JEE when you have products of 3 or more functions. For h=f⋅g⋅k, you get hh′=ff′+gg′+kk′ immediately — no need to apply the product rule twice.
Common Mistake
The most common error in this proof is forgetting to use the fact that f is continuous at x when taking limΔx→0f(x+Δx)=f(x). Students often skip this step or treat it as obvious. In a JEE Advanced proof question, examiners look for this — differentiability implies continuity, and you need continuity here to complete the argument. State it explicitly: “Since f is differentiable at x, it is continuous there, so limΔx→0f(x+Δx)=f(x).”