Upper Sum: An approximation of the area under a curve using rectangles that lie above or touch the curve, calculated using supremum values within each subinterval.
Riemann Sum: A method for approximating integrals by dividing an interval into smaller subintervals and summing up areas calculated at specific points within those intervals.
Definite Integral: \( \int_a^b f(x) \, dx \) represents the exact area under a function $f(x)$ from $a$ to $b$, which can be approximated using Riemann sums.