Differentiable Function Properties
📂AnalysisDifferentiable Function Properties
Theorem
Let’s say f,g:[a,b]→R. If f,g is differentiable at x∈[a,b], then f+g, fg, and f/g are also differentiable at x and the following equation holds.
(f+g)′(x)(fg)′(x)(gf)′(x)=f′(x)+g′(x)=f′(x)g(x)+f(x)g′(x)=g2(x)f′(x)g(x)−f(x)g′(x)
However, (3) holds when g(x)=0.
Description
(2) is commonly referred to as the product rule of differentiation.
Proof
(1)
By the definition of differentiation and the properties of the limit of functions, the following is true.
(f+g)′(x)=t→xlimx−t(f+g)(x)−(f+g)(t)=t→xlimx−t(f(x)+g(x))−(f(t)+g(t))=t→xlimx−t(f(x)−f(t))+(g(x)+g(t))=t→xlim[x−tf(x)−f(t)+x−tg(x)+g(t)]=t→xlimx−tf(x)−f(t)+t→xlimx−tg(x)+g(t)=f′(x)+g′(x)
■
(2)
The following holds by the definition of differentiation and the properties of the limit of functions.
(fg)′(x)=t→xlimx−t(fg)(x)−(fg)(t)=t→xlimx−tf(x)g(x)−f(t)g(t)=t→xlimx−tf(x)g(x)−f(t)g(x)+f(t)g(x)−f(t)g(t)=t→xlim[x−tf(x)g(x)−f(t)g(x)+x−tf(t)g(x)−f(t)g(t)]=t→xlim[x−tf(x)−f(t)g(x)+f(t)x−tg(x)−g(t)]=t→xlim[x−tf(x)−f(t)g(x)]+t→xlim[f(t)x−tg(x)−g(t)]=t→xlimx−tf(x)−f(t)t→xlimg(x)+t→xlimf(t)t→xlimx−tg(x)−g(t)=f′(x)g(x)+f(x)g′(x)
■
(3)
Proved by a similar method to (2).
(gf)′(x)=t→xlimx−t(f/g)(x)−(f/g)(t)=t→xlimx−tf(x)/g(x)−f(t)/g(t)=t→xlimx−tf(x)/g(x)−f(x)/g(t)+f(x)/g(t)−f(t)/g(t)=t→xlim[x−tf(x)/g(x)−f(x)/g(t)+x−tf(x)/g(t)−f(t)/g(t)]=t→xlimx−tg(x)g(t)f(x)g(t)−g(t)g(x)f(x)g(x)+x−tg(t)g(x)f(x)g(x)−g(t)g(x)f(t)g(x)=t→xlimg(x)g(t)1[x−tf(x)g(t)−f(x)g(x)+x−tf(x)g(x)−f(t)g(x)]=t→xlimg(x)g(t)1[x−tf(x)g(x)−f(t)g(x)−x−tf(x)g(x)−f(x)g(t)]=t→xlimg(x)g(t)1[x−tf(x)−f(t)g(x)−f(x)x−tg(x)−g(t)]=t→xlimg(x)g(t)1t→xlim[x−tf(x)−f(t)g(x)−f(x)x−tg(x)−g(t)]=g2(x)1[f′(x)g(x)−f(x)g′(x)]=g2(x)f′(x)g(x)−f(x)g′(x)
■