Mathwords logoMathwords

Upper Limit — Definition, Formula & Examples

Upper limit is the top value in a range — either the upper endpoint of a definite integral, the final index in a summation, or the limit superior of a sequence. It sets the boundary where an operation stops.

In integration, the upper limit of abf(x)dx\int_a^b f(x)\,dx is the value bb, specifying the right endpoint of the interval over which the function is integrated. In the context of sequences, the upper limit (limit superior) of a sequence {an}\{a_n\} is defined as lim supnan=limnsupknak\limsup_{n \to \infty} a_n = \lim_{n \to \infty} \sup_{k \geq n} a_k, representing the largest accumulation point of the sequence.

Key Formula

abf(x)dx=F(b)F(a)\int_a^{\,b} f(x)\,dx = F(b) - F(a)
Where:
  • bb = Upper limit of integration (right endpoint)
  • aa = Lower limit of integration (left endpoint)
  • F(x)F(x) = An antiderivative of f(x)

How It Works

In a definite integral abf(x)dx\int_a^b f(x)\,dx, the upper limit bb tells you where to stop accumulating area under the curve. You evaluate the antiderivative F(x)F(x) at bb and subtract its value at the lower limit aa, giving F(b)F(a)F(b) - F(a). In summation notation i=1nai\sum_{i=1}^{n} a_i, the upper limit nn is the last index included. For sequences, the limit superior captures the eventual ceiling of the sequence's values, even when the sequence oscillates and has no ordinary limit.

Worked Example

Problem: Evaluate the definite integral with upper limit 4 and lower limit 1: ∫ from 1 to 4 of 2x dx.
Find the antiderivative: The antiderivative of 2x2x is x2x^2.
F(x)=x2F(x) = x^2
Evaluate at the upper limit: Substitute the upper limit b=4b = 4.
F(4)=42=16F(4) = 4^2 = 16
Subtract the value at the lower limit: Substitute the lower limit a=1a = 1 and subtract.
F(4)F(1)=161=15F(4) - F(1) = 16 - 1 = 15
Answer: The definite integral equals 15.

Why It Matters

Every definite integral you compute in calculus requires correctly identifying and using the upper limit. In probability, the upper limit of integration determines cumulative distribution values. In real analysis, the limit superior is essential for convergence tests like the root test.

Common Mistakes

Mistake: Confusing the upper limit of integration with the upper bound of a set.
Correction: The upper limit of integration is a specific evaluation point in F(b)F(a)F(b) - F(a). An upper bound of a set is any value greater than or equal to every element in the set. They are related but distinct concepts.