zuai-logo

Riemann Sums & Definite Integrals

David Brown

David Brown

7 min read

Listen to this study note

Study Guide Overview

This study guide covers the concept of definite integrals, including their definition as the limit of Riemann sums and their interpretation as the area under a curve. It explores key properties such as manipulating constant multipliers, integrating sums/differences of functions, and changing the limits of integration. The guide also includes practice questions and a glossary of terms.

Definite Integrals Study Guide

Table of Contents

  1. Introduction to Definite Integrals
  2. Definite Integral as a Limit of Riemann Sums
  3. Properties of Definite Integrals
  4. Practice Questions
  5. Glossary
  6. Summary and Key Takeaways

Introduction to Definite Integrals

What is a Definite Integral?

A definite integral is written as:

abf(x),dx\int_{a}^{b} f(x) , dx

  • Integrand (f(x)f(x)): The function being integrated.
  • Integration Variable (dxdx): Indicates the variable of integration.
  • Limits of Integration (aa and bb): The bounds between which the function is integrated.
    • The function is integrated 'from aa to bb'.
    • Typically, aba \leq b, but a>ba > b is also valid.
Key Concept

Key Concept: A definite integral represents the area under the curve of a function f(x)f(x) from x=ax = a to x=bx = b.

**Example**: If f(x)0f(x) \geq 0 on the interval [a,b][a, b], the definite integral _abf(x)dx\int\_{a}^{b} f(x) \, dx gives the area between the function f(x)f(x) and the xx-axis, from x=ax = a to x=bx = b.

Interpreting Definite Integrals

  • A definite integral outputs a number based on f(x)f(x) and the values of aa and bb.
  • If f(x)f(x) is a rate of change function, the definite integral represents the accumulation of change from x=ax = a to x=bx = b.
**Note**: The definite integral can also be interpreted as the signed area under the curve, where areas above the xx-axis are positive and those below are negative.

Definite Integral as a Limit of Riemann Sums

Definition

The value of a definite integral can be defined as a limit of Riemann sums:

abf(x),dx=limΔxi0i=1nf(xi)Δxi\int_{a}^{b} f(x) , dx = \lim_{{\Delta x_i \to 0}} \sum_{i=1}^{n} f(x_i^*) \Delta x_i

  • nn: The number of subintervals.
  • xix_i^*: Any value within the ii-th subinterval.
  • Δxi\Delta x_i: The width of the ii-th subinterval.
  • limΔxi0\lim_{{\Delta x_i \to 0}}: The limit as the width of the largest subinterval approaches zero.
**Example**: As the subintervals get narrower, the area of the approximating rectangles gets closer to the exact area under the curve.
Exam Tip

IB Objective: Understand the connection between Riemann sums and definite integrals.

Alternate Form

The Riemann sum limit for a definite integral can also be written as:

abf(x),dx=limni=1nf(xi)Δxi\int_{a}^{b} f(x) , dx = \lim_{{n \to \infty}} \sum_{i=1}^{n} f(x_i^*) \Delta x_i

If the subintervals are of equal width:

Δx=ban\Delta x = \frac{b - a}{n}

Exam Tip

Exam Tip: You are not expected to calculate definite integrals using Riemann sums in exams. Instead, use standard integration techniques.

Worked Example

Evaluate the following limit:

limni=1n(3+5ni)2+1(5n)\lim_{{n \to \infty}} \sum_{i=1}^{n} \left(-3 + \frac{5}{n}i\right)^2 + 1 \cdot \left(\frac{5}{n}\right)

Solution:

Recognize this as a limit of Riemann sums. The key term is 5n\frac{5}{n}, indicating the width of subintervals. The interval is [3,2][-3, 2].

32(x2+1),dx\int_{-3}^{2} (x^2 + 1) , dx

Evaluate the integral:

32(x2+1),dx=[x33+x]32=143(12)=503\int_{-3}^{2} (x^2 + 1) , dx = \left[ \frac{x^3}{3} + x \right]_{-3}^{2} = \frac{14}{3} - (-12) = \frac{50}{3}

Thus,

limni=1n(3+5ni)2+1(5n)=503\lim_{{n \to \infty}} \sum_{i=1}^{n} \left(-3 + \frac{5}{n}i\right)^2 + 1 \cdot \left(\frac{5}{n}\right) = \frac{50}{3}

Properties of Definite Integrals

Definite Integral of a Constant Times a Function

If kk is a constant:

abkf(x),dx=kabf(x),dx\int_{a}^{b} k f(x) , dx = k \int_{a}^{b} f(x) , dx

Key Concept

Key Concept: Constants can be factored out of the integral.

Definite Integral of a Sum or Difference of Functions

If ff and gg are two functions:

ab(f(x)±g(x)),dx=abf(x),dx±abg(x),dx\int_{a}^{b} (f(x) \pm g(x)) , dx = \int_{a}^{b} f(x) , dx \pm \int_{a}^{b} g(x) , dx

**Example**: _02(3x+4)dx=_023xdx+_024dx\int\_{0}^{2} (3x + 4) \, dx = \int\_{0}^{2} 3x \, dx + \int\_{0}^{2} 4 \, dx

Changing Limits of Integration

Zero-Length Interval

For any function ff:

aaf(x),dx=0\int_{a}^{a} f(x) , dx = 0

Reversing the Limits

For a function ff:

baf(x),dx=abf(x),dx\int_{b}^{a} f(x) , dx = -\int_{a}^{b} f(x) , dx

Adjacent Intervals

For a function ff, and cc such that acba \leq c \leq b:

abf(x),dx=acf(x),dx+cbf(x),dx\int_{a}^{b} f(x) , dx = \int_{a}^{c} f(x) , dx + \int_{c}^{b} f(x) , dx

**Example**: If _25f(x)dx=3\int\_{2}^{5} f(x) \, dx = -3 and _27f(x)dx=12\int\_{2}^{7} f(x) \, dx = 12, find _57f(x)dx\int\_{5}^{7} f(x) \, dx.

27f(x),dx=25f(x),dx+57f(x),dx\int_{2}^{7} f(x) , dx = \int_{2}^{5} f(x) , dx + \int_{5}^{7} f(x) , dx

12=3+57f(x),dx12 = -3 + \int_{5}^{7} f(x) , dx

57f(x),dx=15\int_{5}^{7} f(x) , dx = 15

Practice Questions

Practice Question

Question 1: Evaluate 03(2x2+3x),dx\int_{0}^{3} (2x^2 + 3x) , dx.

Answer: 03(2x2+3x),dx=[2x33+3x22]03=(18+13.5)0=31.5\int_{0}^{3} (2x^2 + 3x) , dx = \left[ \frac{2x^3}{3} + \frac{3x^2}{2} \right]_{0}^{3} = \left(18 + 13.5\right) - 0 = 31.5

Practice Question

Question 2: If 14f(x),dx=7\int_{1}^{4} f(x) , dx = 7 and 46f(x),dx=2\int_{4}^{6} f(x) , dx = -2, find 16f(x),dx\int_{1}^{6} f(x) , dx.

Answer: 16f(x),dx=14f(x),dx+46f(x),dx=7+(2)=5\int_{1}^{6} f(x) , dx = \int_{1}^{4} f(x) , dx + \int_{4}^{6} f(x) , dx = 7 + (-2) = 5

Practice Question

Question 3: Use the property of reversing limits to evaluate 315x,dx\int_{3}^{1} 5x , dx.

Answer: 315x,dx=135x,dx=[5x22]13=(45252)=20\int_{3}^{1} 5x , dx = -\int_{1}^{3} 5x , dx = -\left[ \frac{5x^2}{2} \right]_{1}^{3} = -\left( \frac{45}{2} - \frac{5}{2} \right) = -20

Glossary

  • Definite Integral: The integral of a function over a specific interval, resulting in a number.
  • Integrand: The function being integrated.
  • Limits of Integration: The bounds aa and bb in the integral abf(x),dx\int_{a}^{b} f(x) , dx.
  • Riemann Sum: A method for approximating the definite integral of a function.
  • Subinterval: A division of the interval [a,b][a, b] used in Riemann sums.

Summary and Key Takeaways

Summary

  • Definite integrals are used to calculate the total accumulation of a function over an interval.
  • They can be interpreted as the area under the curve of the function.
  • Definite integrals can be defined using Riemann sums.
  • There are several properties of definite integrals, such as dealing with constants, sums, and differences.

Key Takeaways

  • Understand the notation and basic interpretation of definite integrals.
  • Recognize that definite integrals can be evaluated using standard integration techniques, not Riemann sums.
  • Be familiar with properties such as changing limits, reversing limits, and dealing with sums/differences of functions.
Exam Tip

Exam Tip: Practice evaluating definite integrals and understanding their geometric and physical interpretations.

Exam Tip

IB Objective: Ensure you can link definite integrals to real-world applications and problems, as well as solve them efficiently.

**Note**: Always double-check your integration limits and the function you are integrating to avoid common mistakes.

Question 1 of 10

In the definite integral 25(x3+2),dx\int_{2}^{5} (x^3 + 2) , dx, what is the integrand?

x3x^3

2

x3+2x^3 + 2

dxdx