Skip to main content

Section 1.2 Derivatives

In this section, we study various operations on differentiable functions that preserve differentiability. The derivative of a function obtained by these operations can be expressed in terms of its constituent functions and their derivatives. These expressions are the so-called "rules of differentiation".

Subsection 1.2.1 Rules of Differentiation

Viewing these derivatives as functions, we write
(sum rule)(f+g)=f+g(product rule)(fg)=fg+fg
Since the derivative of a constant c is zero, in particular
(f+c)=f(cf)=cf+cf=cf
Also since fg=f+(1)g, (fg)=f+((1)g)=fg.

Example 1.7.

Applying the product rule to f(x)=g(x)=x, we conclude that (fg)(x)=x2 is differentiable. Moreover,
(x2)=x(x)+x(x)=2x.
That is exactly what we have found using the definition.
More generally, one can check by induction that
(xn)=nxn1
for every positive integer n.
In fact, not only the non-negative powers of x but for any real number r, the function xxr is differentiable and that
(power rule)(xr)=rxr1
We will be justifying this later.
Since polynomial functions can be obtained from constants and the identity function by taking sum and product, they are differentiable. Moreover,
(1.3)(k=0nakxk)=k=0nkakxk1

Example 1.8.

Let us verify just one instant of the power rule. For x,x0>0, as xx0=(x+x0)(xx0),
xx0=1x+x0(xx0)
The function φx0(x)=1x+x0 is continuous at x0. Thus, the derivative of 1/x at x0 is 12x0 and this verifies the power rule in the case r=1/2.
A fundamental operation on functions is composition. One uses the Chain Rule to compute the derivative of a composition.

Proof.

It follows from the assumptions that there are functions γ(u) and φ(x) continuous at u0=f(x0) and x0, respective such that
(1.4)f(x)f(x0)=φ(x)(xx0)(1.5)g(u)g(u0)=γ(u)(uu0)
Substituting u by f(x) in (1.5) and using (1.4), we get
g(f(x))g(f(x0))=γ(f(x))(f(x)f(x0))=γ(f(x))φ(x)(xx0)
Since f(x) is differentiable at x0, it is continuous at x0 as well Proposition 1.5. So, we conclude that the function xγ(f(x))φ(x) is continuous at x0 since continuous function are closed under composition and product. This shows that gf is differentiable at x0, moreover
(gf)(x0)=γ(f(x0))φ(x0)=g(f(x0))f(x0).

Checkpoint 1.10.

Differentiation alters the parity of a function. That is the derivative of an even (odd) function is odd (even).
Solution.
Let f(x) be a differentiable even function. So f(x)=f(x) for all x in the domain of f. Taking derivative on both sides, yields, according to the Chain Rule,
f(x)=(f(x))=f(x).
This shows that f(x) is an odd function.
Similarly, if f(x) is an odd function, then
f(x)=(f(x))=(f(x))=f(x).
Thus, f(x)=f(x) and so f(x) is even.

Subsection 1.2.2 Implicit Differentiation

The curve y2=x is not the graph of a function of x because, for instance, the points (1,1) and (1,1) on the graph have different y coordinates but the same x coordinate.
Figure 1.11.
However, locally around any fixed point (x0,y0) with x00 the curve is indeed the graph of some function of x. This is the simplest case of the Implicit Function Theorem. For example, around (1,1) the curve is the graph of y=x and around (1,1) it is the graph of y=x.
Suppose the equation F(x,y)=0 defines y as a function of x locally near a point (x0,y0). Assuming y(x) is differentiable at x=x0, we can try to find the derivative of y(x) at x=x0 without explicitly writing y(x) as an expression of x which is often cumbersome, if not impossible to do. Let us illustrate this by our parabola example y2=x.

Example 1.12.

Let us compute the slope of the tangent to the curve y2=x (or y2x=0) at the point (x0,y0)=(1,1). We do this not by solving y explicitly as y(x)=x then find the derivative at x=1 but by differentiating the relation y2=x. So we have
ddxy2=ddxxddyy2dydx=12ydydx=1
Since (1,1) is on the graph of y(x), y(1)=1 and so 1=2y(1)y(1)=2(1)y(1). That is y(1)=1/2. Also, from the relation 2y(x)y(x)=1 we must conclude y(x)=1/(2y(x)). Therefore, if we know y explicitly as x, then we can also express y(x) explicitly as 1/(2x).