integration theory
Functions of Bounded Variation
You should know: riemann integral
Overview
A function f on [a,b] has bounded variation if the total up-and-down 'wiggle' of its graph — measured by summing |f(xᵢ₊₁)-f(xᵢ)| over a partition and taking the supremum over all partitions — is finite. Introduced by Camille Jordan in 1881 while studying the convergence of Fourier series, the class of functions of bounded variation (BV) sits strictly between continuous functions and arbitrary bounded functions: every monotone function and every function with a continuous derivative on a compact interval is BV, but BV functions can still have jump discontinuities (just only countably many, and each of finite size). The single most important structural fact is the Jordan decomposition: every BV function can be written as the difference of two monotone increasing functions — reducing many questions about general BV functions to the much simpler monotone case.
Intuition
Imagine tracing the graph of f with a pen, moving only left to right, but allowed to move up and down as much as needed. The total variation is the total vertical distance your pen travels — add up every uphill climb and every downhill drop, ignoring horizontal motion entirely. A function is 'bounded variation' if this total ink-vertical-travel is finite, no matter how many wiggles the function has. A monotone function (always climbing or always falling) has the smallest possible total variation for its endpoints — just |f(b)-f(a)| — while a wildly oscillating function forces the pen to retrace much more vertical distance than the net change from f(a) to f(b), inflating the total variation far above |f(b)-f(a)|.
Formal Definition
For a partition P: a=x₀<x₁<⋯<xₙ=b of [a,b], define the variation of f over P, then the total variation as the supremum over all partitions:
The supremum is taken over ALL possible partitions of [a,b]
Notation
| Notation | Meaning |
|---|---|
| The variation of f over a specific partition P — the sum of absolute increments | |
| The total variation of f on [a,b]; the supremum of V(f,P) over all partitions P | |
| The set (vector space) of functions of bounded variation on [a,b] |
Derivation
Proof sketch of the Jordan decomposition: writing f as the difference of the running total variation and a complementary monotone function.
The running total variation, as x ranges from a to b
By additivity of variation over sub-intervals, and the reverse triangle inequality
Rearranging shows h := g - f is monotone increasing
Both pieces are monotone
Recovering f as the difference of two monotone increasing functions completes the decomposition
Properties
Monotone functions are BV
Condition: For a monotone function, every increment f(xᵢ₊₁)-f(xᵢ) has the same sign, so the sum telescopes exactly to |f(b)-f(a)| regardless of the partition.
C¹ functions are BV
Jordan decomposition
Condition: Take g(x) = V_a^x(f) (the running total variation) and h = g - f; both are monotone increasing, and their difference recovers f exactly.
BV functions have only countably many discontinuities
Condition: Follows from the Jordan decomposition: monotone functions can only have jump discontinuities, and only countably many of them.
Additivity over sub-intervals
BV implies bounded
Condition: |f(x)| \le |f(a)| + V_a^b(f) for all x, since the variation controls how far f can stray from f(a).
Applications
Worked Examples
f is monotone increasing (slope 3>0), so the total variation equals |f(2)-f(0)|.
Apply the monotone-function formula.
Answer: 6
Practice Problems
Find the total variation of f(x) = 5 - 2x on [1,4] (a monotone decreasing linear function).
Which of the following is guaranteed by the Jordan decomposition theorem?
Prove that every function f with a continuous derivative on [a,b] is of bounded variation, with V_a^b(f) = ∫ₐᵇ|f'(x)|dx.
Common Mistakes
Believing continuity implies bounded variation.
False — f(x) = x sin(1/x) (extended by f(0)=0) is continuous on [0,1] but has infinite total variation, because it oscillates infinitely often near 0 with amplitude shrinking too slowly (only linearly) to keep the total variation finite.
Computing total variation as simply |f(b) - f(a)|, regardless of the function's shape.
|f(b)-f(a)| is only the total variation when f is monotone. If f goes up and then down (or vice versa), the total variation must sum the absolute change over EACH monotone piece — as in f(x)=x²-2x on [0,3], where the correct total variation (5) is larger than |f(3)-f(0)| (which is only 3).
Assuming BV functions cannot have discontinuities.
BV functions can have jump discontinuities — the Jordan decomposition (as a difference of monotone functions) guarantees only that these discontinuities are countable in number and are simple jumps (one-sided limits exist), not that there are none.
Quiz
Flashcards
Summary
- f has bounded variation on [a,b] if V_a^b(f) = sup over partitions of Σ|f(xᵢ₊₁)-f(xᵢ)| is finite.
- Monotone functions are BV with V_a^b(f) = |f(b)-f(a)|; C¹ functions are BV with V_a^b(f) = ∫ₐᵇ|f'(x)|dx.
- The Jordan decomposition writes any BV function as a difference of two monotone increasing functions, reducing general BV analysis to the monotone case.
- BV functions can have jump discontinuities, but only countably many, each a simple jump (one-sided limits exist) — a consequence of the Jordan decomposition.
- Continuity does not imply bounded variation: f(x)=x sin(1/x) (f(0)=0) is continuous on [0,1] but has infinite total variation, since its oscillations near 0 don't shrink fast enough.
References
- BookRudin, W. Principles of Mathematical Analysis, 3rd ed. Ch. 6.
Mathematics