The Definition of Area as a Limit & Sigma Notation
The concept of area as a limit is the foundation of definite integrals. It is based on approximating the area under a curve using rectangles, and then refining the approximation by taking the limit as the number of rectangles approaches infinity. Sigma (Σ) notation is used to express these sums concisely.
1. Approximating Area Using Rectangles (Riemann Sums)
To approximate the area under a curve y=f(x) on the interval [a,b]:
-
Divide the interval into n subintervals of equal width:
Δx=nb−a
-
Choose sample points xi∗ in each subinterval.
-
Form rectangles using f(xi∗) as the height.
-
Compute the sum of the rectangle areas:
An=i=1∑nf(xi∗)Δx
-
Take the limit as n→∞ to get the exact area:
A=n→∞limi=1∑nf(xi∗)Δx
This limit defines the definite integral:
A=∫abf(x)dx
2. Sigma Notation (Σ)
Sigma notation is a shorthand way of writing sums. It is written as:
i=1∑nai
where:
- i is the index of summation.
- ai is the term being summed.
- n is the number of terms.
For example:
i=1∑4i=1+2+3+4=10
3. Riemann Sums in Sigma Notation
Using sigma notation, the sum of areas of rectangles is:
An=i=1∑nf(xi∗)Δx
- If xi∗ is the left endpoint, it's called a left Riemann sum.
- If xi∗ is the right endpoint, it's called a right Riemann sum.
- If xi∗ is the midpoint, it's called a midpoint Riemann sum.
As n→∞, the sum approaches the exact area under the curve.
4. Example: Approximating an Integral Using Sigma Notation
Find the approximate area under f(x)=x2 on [0,2] using 4 rectangles with right endpoints.
Step 1: Find Δx
Δx=nb−a=42−0=0.5
Step 2: Identify Right Endpoints
Right endpoints:
x1∗=0.5,x2∗=1,x3∗=1.5,x4∗=2
Step 3: Compute Function Values
f(0.5)=(0.5)2=0.25,f(1)=1,f(1.5)=2.25,f(2)=4
Step 4: Compute Approximate Area
A4=i=1∑4f(xi∗)Δx
=(0.25+1+2.25+4)×0.5
=3.75
Step 5: Exact Area Using Integration
∫02x2dx=[3x3]02=38≈2.67
As n→∞, the Riemann sum approaches the integral's value.
5. Importance of Area as a Limit
- Foundation of Definite Integrals
- Used in Physics (Work, displacement, fluid flow)
- Economics (Revenue, cost functions)
- Probability (Continuous probability distributions)
Understanding area as a limit through Riemann sums builds the intuition for definite integration.