Increments

In calculus we talk about changes in functions constantly. This section introduces increment notation, a concise way to express how variables and functions change. Understanding increments is the foundation for defining the derivative in subsequent sections.

Concept Quick Reference
Increment of x Δ x = x new x old
Increment of f Δ f ( x ) = f ( x + Δ x ) f ( x )
Δ y (when y = f ( x ) ) Δ y = f ( x + Δ x ) f ( x )
Sign of increment Can be positive, negative, or zero

Increments

As in calculus we talk about changes of functions all the time, it would be convenient to introduce a concise way to express changes in variables and functions.

An increment of a variable is the difference between two values of the variable, and may be thought of as a change in value of the variable. We denote an increment of a variable by placing Δ — the Greek letter for D — before the variable. Therefore, Δ x , Δ t , Δ y , etc. denote increments of x , t , y , etc. They are read delta x, delta t, delta y, etc.

  • The increment is always the second value of the quantity considered minus the first value.
  • Notice that Δ is NOT a multiplier of the variable. In fact, Δ x , Δ t , Δ y , etc. are single entities. We can think of Δ as a difference operator that acts on what follows it and gives the new value minus the old one.

For example, if t changes from $2$ to $2.3$, its increment is

Δ t = 2.3 2 = 0.3 ,

and if x changes from $2$ to $1.9$, its increment is

Δ x = 1.9 2 = 0.1 .

Corresponding to an increment of a variable, there exists an increment of a function of that variable. If the independent variable x is given an increment Δ x , then the value of f receives a corresponding increment Δ f ( x ) , which is obtained by subtracting the value of f at the old value of x from the value of f at the new value of x . That is,

Δ f ( x ) = f ( x + Δ x ) f ( x ) .

This increment Δ f ( x ) will, in general, depend on both x and Δ x .

If y = f ( x ) , then instead of Δ f ( x ) , we can equally write Δ y . That is,

Δ y = f ( x + Δ x ) f ( x ) .

If y = x 2 , calculate the increment Δ y when (a) x changes from $2$ to $1.8$, and (b) x changes from $2$ to 2 + Δ x .

Solution (a) When x = 2 , y = 2 2 = 4 . When x = 1.8 , y = 1.8 2 = 3.24 . Therefore, Δ x = 1.8 2 = 0.2 , and Δ y = 3.24 4 = 0.76 . (b) When x = 2 , y = 2 2 = 4 . When x = 2 + Δ x , we have y + Δ y = ( 2 + Δ x ) 2 = 2 2 + 2 × 2 × Δ x + ( Δ x ) 2 . Therefore, \begin{aligned} \Delta y &= \left[4 + 4\Delta x + (\Delta x)^2\right] - 4 \\ &= 4\Delta x + (\Delta x)^2. \end{aligned}

Geometric Interpretation

A visual representation of related increments is helpful. In the following figure, the curve represents a function y = f ( x ) . Let x 0 be a given initial value of x , and let P ( x 0 , y 0 ) be the corresponding point on the curve. If we consider a nearby point Q on the curve, then in going from P to Q , the increments of x and y are:

Δ x = M N = P R and Δ y = Δ f ( x ) = R Q ;

the coordinates of Q are ( x 0 + Δ x , y 0 + Δ y ) .

The figure above illustrates a case in which both increments are positive; however, Δ x may be either positive or negative, and Δ y may be positive, negative, or zero. In applications, Δ x and Δ y are usually numerically very small.

Comparing Increments

Having determined increments of x and of y , the natural next step is to compare them by dividing the increment of y by the increment of x . This is exactly what we do when finding average velocity: we divide an increment of distance by an increment of time. In finding average acceleration, we divide an increment of velocity by an increment of time. This ratio

Δ y Δ x = f ( x + Δ x ) f ( x ) Δ x

is called the difference quotient and is the starting point for the definition of the derivative.

Frequently Asked Questions

Can Δ x be negative? Yes. The increment Δ x is simply the new value of x minus the old value. If x decreases, then Δ x is negative. There is no requirement that increments be positive.

Is Δ x the same as d x ? No, not exactly. Δ x denotes a finite (possibly large) change in x . The symbol d x , which appears in Leibniz notation for derivatives, represents an infinitesimally small change. In practice, d x is the limiting idea that Δ x approaches as it gets arbitrarily small.

Why write Δ y instead of just "the change in y "? The notation Δ y is compact and unambiguous. It makes formulas like Δ y Δ x easy to read and manipulate, and it mirrors the Leibniz derivative notation d y d x that arises naturally when we take the limit as Δ x 0 .