What Is Delta in Calculus? Δ, δ, and d Explained

In calculus, delta is a Greek letter used to represent change. The uppercase version (Δ) means a measurable, finite change in a quantity, while the lowercase version (δ) appears in the formal definition of limits. Together, these two symbols form the backbone of how calculus describes things that move, grow, shrink, or shift over time.

Uppercase Delta: Finite Change

The most common meaning of delta in calculus is straightforward: Δ represents the difference between two values of a variable. If a car’s position changes from 10 miles to 35 miles, then Δ position = 25 miles. The word delta itself comes from the Greek word diaphorá, meaning “difference.”

You’ll see this written as Δy (change in y) and Δx (change in x). The expression Δy/Δx is the ratio of those two changes, and it gives you the average rate of change between two points. If you’ve worked with slope in algebra, this is the same idea. The slope of a line through two points (x₁, y₁) and (x₂, y₂) is:

m = (y₂ – y₁) / (x₂ – x₁) = Δy / Δx

This ratio is sometimes called a “difference quotient.” It tells you how much the output of a function changes for each unit of input. On a graph, it’s the slope of the straight line (called a secant line) connecting two points on a curve. The key thing to understand is that Δ always refers to a change you can measure between two specific values, not something infinitely small.

From Δx to dx: How Derivatives Work

The central move in calculus is shrinking that finite change down toward zero. The derivative of a function is defined as the limit of the difference quotient as Δx gets infinitely small:

f'(x) = lim (Δx → 0) of [f(x + Δx) – f(x)] / Δx

Some textbooks use the letter h instead of Δx here. They mean the same thing. Either way, you’re asking: what happens to the ratio of output change over input change as the gap between the two points shrinks to nothing? The answer is the instantaneous rate of change at a single point, rather than the average rate between two points.

When that limit is taken, the notation shifts from Δ to d. The expression dy/dx replaces Δy/Δx. This isn’t just a cosmetic change. The letter d signals that you’re no longer talking about a measurable gap between two values. You’re talking about an infinitesimally small change, one that exists only as a limit. The French mathematician L’Huilier made this distinction explicit as early as 1786, writing that the limit of ΔP/Δx is the same thing as dP/dx.

Lowercase Delta in the Epsilon-Delta Definition

The lowercase δ plays a completely different role. It shows up in the formal, rigorous definition of a limit, often called the epsilon-delta definition. Here, δ represents a tolerance around an input value, while ε (epsilon) represents a tolerance around an output value.

The definition says: the limit of f(x) as x approaches c equals L if, for every ε > 0, there exists a δ > 0 such that whenever x is within δ units of c (but not equal to c), f(x) is within ε units of L. In plain terms, you can make the output as close to L as you want by making the input close enough to c. The δ is the “close enough” part.

This notation traces back to Augustin-Louis Cauchy in the early 1800s. The letters weren’t arbitrary: δ stood for différence (French for difference) and ε stood for erreur (French for error). The idea is that δ controls how much the input differs from c, and ε measures the “error” between f(x) and the target value L.

If you’re in a first-semester calculus course, you may not need to work with epsilon-delta proofs right away. But understanding what δ means here helps later: it’s the wiggle room you’re allowed in the input to guarantee the output stays within a desired range.

Delta in Riemann Sums and Integration

Delta reappears when calculus moves from derivatives to integrals. To find the area under a curve, you start by chopping the region into thin vertical rectangles. The width of each rectangle is written as Δx, and the height is the function’s value at some point within that slice.

The area of each rectangle is f(cᵢ) · Δxᵢ, where cᵢ is a sample point in the i-th subinterval. Add up all the rectangles and you get a Riemann sum, which approximates the total area. The subintervals don’t have to be equal in width; Δx₁ might differ from Δx₂.

As you make the rectangles thinner, letting the widest Δx shrink toward zero and the number of rectangles grow toward infinity, the Riemann sum converges to the definite integral. Just as with derivatives, the notation transitions from Δx to dx once you take that limit. The integral sign ∫ with dx at the end is, in a sense, the endpoint of what Δx started.

Delta Notation Outside Pure Calculus

The Δ symbol carries the same “change in” meaning across physics and engineering. Δt is a change in time. Δr is a change in position (displacement). The basic kinematic equation for constant velocity, displacement = velocity × time, is written as Δr = v₀ · Δt. Whenever you see Δ followed by a variable in any science context, it means the final value minus the initial value of that quantity.

There are also specialized mathematical objects that share the delta name but mean something quite different. The Kronecker delta (δᵢⱼ) is a function of two discrete inputs that equals 1 when they’re the same and 0 when they’re not. The Dirac delta (δ(x – a)) is a function of a continuous variable that equals zero everywhere except at one point, where it spikes to infinity. These are tools from linear algebra and advanced physics rather than standard calculus, but knowing they exist helps avoid confusion if you encounter them.

Quick Reference: Δ vs. δ vs. d

  • Δ (uppercase delta): A finite, measurable change in a quantity. Example: Δx = x₂ – x₁.
  • δ (lowercase delta): A small quantity used in the epsilon-delta definition of limits, representing input tolerance. Also sometimes used for small finite variations in physics.
  • d (roman d): An infinitesimal change, used in derivatives (dy/dx) and integrals (dx). This is what Δ becomes after you take the limit.
  • ∂ (partial d): The same idea as d, but used when a function has multiple variables and you’re changing only one at a time.

The progression from Δ to d is really the story of calculus itself. You start with something you can measure (a gap between two points), then ask what happens as that gap vanishes. Delta is where that story begins.