14.6: Definite Integrals
Definition of Definite Integral
The definite integral of a function f(x) from a to b, denoted as ∫abf(x)dx, represents the area under the curve y=f(x) between the lines x=a and x=b. Here,
a and b are called the "bounds" or "limits of integration."
a is the "lower bound" or "lower limit."
b is the "upper bound" or "upper limit."
∫abf(x)dx is called a "definite integral."
Approximating Definite Integrals
Definite integrals are calculated by approximating the area under the curve using rectangles.
Approximating Sums
These approximating sums have the form:
f(x<em>1)Δx+f(x</em>2)Δx+…+f(x<em>n)Δx=∑</em>i=1nf(xi)Δx
The xi are called "sample points"; they are the points where the height of the rectangle is measured.
Example: Approximating ∫012xdx
Consider the function f(x)=2x with a=0 and b=1. Let's find ∫<em>01f(x)dx=∫</em>012xdx.
Dividing the interval into n subintervals gives:
x<em>0=0,x</em>1=n1,x<em>2=n2,…,x</em>n=nn=1
The width of the rectangles is Δx=n1.
The heights of the rectangles are:
f(x<em>1)=2⋅n1=n2,f(x</em>2)=2⋅n2=n4,…,f(xn)=2⋅nn=2
So the sum using right endpoints is:
<br>S<em>n=∑</em>i=1nf(xi)Δx=n2⋅n1+n4⋅n1+…+n2n⋅n1=n22(1+2+…+n)<br>
Using the arithmetic progression formula:
1+2+…+n=2n(n+1)
We have:
<br>Sn=n22⋅2n(n+1)=n2n(n+1)=n2n2+n=nn+1<br>
Thus,
∫<em>012xdx=lim</em>n→∞S<em>n=lim</em>n→∞nn+1=limn→∞nn=1
Key Facts
∫abf(x)dx is the limit of approximating sums.
Larger values of n give better approximations.
Changing the sample points can affect whether the sum is an upper or lower sum.
Examples
Example 1: Left and Right Sums
Suppose f(1)=3, f(2)=4, f(3)=3, and f(4)=2. Find left and right sums approximating ∫14f(x)dx.
Δx=1
Left Sum: f(1)⋅Δx+f(2)⋅Δx+f(3)⋅Δx=3⋅1+4⋅1+3⋅1=10
Right Sum: f(2)⋅Δx+f(3)⋅Δx+f(4)⋅Δx=4⋅1+3⋅1+2⋅1=9
Example 2: Another Left and Right Sum
Suppose g(1)=0, g(23)=1, g(2)=2, g(25)=4, and g(3)=8. Find left and right sums approximating ∫13g(x)dx.
Δx=21
Left Sum: g(1)⋅Δx+g(23)⋅Δx+g(2)⋅Δx+g(25)⋅Δx=0⋅21+1⋅21+2⋅21+4⋅21=27
Right Sum: g(23)⋅Δx+g(2)⋅Δx+g(25)⋅Δx+g(3)⋅Δx=1⋅21+2⋅21+4⋅21+8⋅21=215
Example 3: Car's Speedometer
A car's speedometer reads 20 mph at noon, 30 mph at 12:30 pm, 20 mph at 1 pm, and 40 mph at 1:30 pm. Estimate the distance traveled using left and right sums.
Δt=21 (half an hour)
Left Sum: 20⋅21+30⋅21+20⋅21=10+15+10=35
Right Sum: 30⋅21+20⋅21+40⋅21=15+10+20=45
Note: 30⋅21 means "half an hour at 30 mph."
Example 4: Approximating ∫24x2dx
Approximate ∫24x2dx using left and right sums with n=3.
First, divide [2,4] into 3 subintervals:
x<em>0=2,x</em>1=38,x<em>2=310,x</em>3=4 and Δx=32
Next, evaluate f(x)=x2 at each point:
f(x<em>0)=4,f(x</em>1)=964,f(x<em>2)=9100,f(x</em>3)=16
<br>f(x<em>0)⋅Δx+f(x</em>1)⋅Δx+f(x2)⋅Δx=4⋅32+964⋅32+9100⋅32=38+27128+27200=2772+128+200=27400<br>
<br>f(x<em>1)⋅Δx+f(x</em>2)⋅Δx+f(x3)⋅Δx=964⋅32+9100⋅32+16⋅32=27128+27200+332=27128+200+288=27616<br>