Definition
The definite integral of f from a to b is:
∫abf(x)dx=limn→∞∑i=1nf(xi∗)Δx
where Δx=nb−a and xi∗ is a point in the i-th subinterval.
Geometric Interpretation
The definite integral represents:
- The signed area between f(x) and the x-axis from x=a to x=b
- Area above x-axis is positive
- Area below x-axis is negative
Notation
∫abf(x)dx
- a = lower limit of integration
- b = upper limit of integration
Properties
Basic Properties
∫abcdx=c(b−a)
∫ab[f(x)±g(x)]dx=∫abf(x)dx±∫abg(x)dx
∫abc⋅f(x)dx=c⋅∫abf(x)dx
Limits of Integration
∫aaf(x)dx=0
∫abf(x)dx=−∫baf(x)dx
∫abf(x)dx+∫bcf(x)dx=∫acf(x)dx
Comparison Properties
If f(x)≤g(x) on [a,b], then:
∫abf(x)dx≤∫abg(x)dx
If m≤f(x)≤M on [a,b], then:
m(b−a)≤∫abf(x)dx≤M(b−a)
Evaluation Using Antiderivatives
If F is an antiderivative of f:
∫abf(x)dx=F(b)−F(a)=[F(x)]ab
Examples
Example 1: Basic polynomial
∫02x2dx=[3x3]02=38−0=38
Example 2: Trigonometric
∫0πsin(x)dx=[−cos(x)]0π=−cos(π)−(−cos(0))
=−(−1)−(−1)=1+1=2
Example 3: Exponential
∫01exdx=[ex]01=e1−e0=e−1
Example 4: Signed area
∫02πsin(x)dx=[−cos(x)]02π=−cos(2π)+cos(0)
=−1+1=0
Note: The positive and negative areas cancel out!
Example 5: Using properties
∫−22(x3+4)dx
Since x3 is odd: ∫−22x3dx=0
∫−224dx=4(2−(−2))=16
Total: 0+16=16
Example 6: Absolute value (total area)
To find the total area between f(x)=x2−1 and x-axis on [−1,2]:
f(x)=0 at x=±1
Area=∫−11(x2−1)dx+∫12(x2−1)dx
=[3x3−x]−11+[3x3−x]12
=(31−1)−(−31+1)+(38−2)−(31−1)
=−34+32+32
=34+34=38
Average Value of a Function
The average value of f on [a,b]:
favg=b−a1∫abf(x)dx
Example
Average value of f(x)=x2 on [0,3]:
favg=31∫03x2dx=31[3x3]03=31(9)=3