Topic 6: Definite Integrals and the Fundamental Theorem of Calculus
Definite Integrals
Definite integrals involve integrating a function between specified limits for x.
Graphically, the definite integral represents the area under the curve between those x limits.
The fundamental theorem of calculus allows us to calculate these areas using calculus rather than geometric methods.
The Fundamental Theorem of Calculus
The fundamental theorem of calculus states that integration and differentiation are inverse operations.
Theorem Statement: If f(t) is a continuous function and F(t) is its antiderivative, then ∫abf(t)dt=F(b)−F(a).
This implies that integrating the derivative of F returns F itself.
The "F(b)−F(a)" part involves evaluating the antiderivative at the upper limit b, evaluating it at the lower limit a, and finding the difference.
Example (Physics): Integrating velocity (the rate of change of displacement) between two time points t=a and t=b gives the net change in displacement during that time.
Properties of the Definite Integral
Sum of Terms:∫<em>ab[f(x)+g(x)]dx=∫</em>abf(x)dx+∫abg(x)dx (Integrate each term separately).
Constant Multiple:∫<em>abcf(x)dx=c∫</em>abf(x)dx (Bring constants outside the integral).
Reversing Limits:∫<em>abf(x)dx=−∫</em>baf(x)dx (Flipping the limits introduces a minus sign).
If the lower limit is larger than the upper limit, flip the limits and negate the integral.
Splitting the Integral:∫<em>abf(x)dx=∫</em>acf(x)dx+∫cbf(x)dx, where a < c < b (Split the area under the curve into pieces using an intermediate value c).
Zero Width:∫aaf(x)dx=0 (The integral is zero when the upper and lower limits are the same).
Examples
Exercise 8a: Evaluate ∫13t2dt
Find the antiderivative: ∫t2dt=3t3 (This is capital F(t)).
Evaluate using the fundamental theorem: ∫13t2dt=F(3)−F(1)=333−313=326
When using substitution, convert the limits of integration to be in terms of the new variable.
When using integration by parts, apply the limits to the entire expression: ∫<em>abudv=[uv]</em>ab−∫abvdu
Exercise 9a: Evaluate ∫01x2+5xdx
Substitution: Let u=x2+5, then dxdu=2x and dx=2x1du
Change limits:
When x=0, u=02+5=5
When x=1, u=12+5=6
The integral becomes: ∫<em>56ux⋅2x1du=21∫</em>56u1du=21[ln∣u∣]56=21(ln6−ln5)=21ln56
Alternative method: Find the indefinite integral in terms of x and then apply the original limits on x.
Exercise 9b: Evaluate ∫04xexdx
Substitution: Let u=x, then dxdu=2x1 and dx=2xdu
Change limits:
When x=0, u=0=0
When x=4, u=4=2
The integral becomes: ∫<em>02ueu⋅2udu=2∫</em>02eudu=2[eu]02=2(e2−e0)=2(e2−1)
Exercise (Integration by parts): Evaluate ∫01arctan(x)dx
Integration by parts: Let u=arctan(x) and dv=1dx. Then du=x2+11dx and v=x.
Apply integration by parts formula: ∫<em>01arctan(x)dx=[xarctan(x)]</em>01−∫01x2+1xdx
Evaluate the first term: [xarctan(x)]01=(1⋅arctan(1))−(0⋅arctan(0))=4π−0=4π
Evaluate the integral (using the formula that you have for the integral of a fraction, where the top of the fraction is the derivative of the bottom): ∫<em>01x2+1xdx=21∫</em>01x2+12xdx=21[ln(x2+1)]01=21ln(2)