Calculus I: Area Problem and Definite Integrals

Definite Integrals

  • Definite integrals are the second kind of integral, focused on the area problem.

Area Problem

  • The area problem aims to find the area between a positive function and the x-axis over an interval.
  • Example: For function f(x)=x2+1f(x) = x^2 + 1 on interval [0,2][0, 2].

Estimation Techniques

  • Creating Rectangles:
    • Divide the interval into nn subintervals of width ban\frac{b-a}{n}.
    • Estimate area using rectangles based on the function's height at specific points (right, left, or midpoint).
Types of Endpoint Heights:
  1. Right Endpoint:

    • Overestimates area (each rectangle adds more area than below the curve).
    • Formula: Ar=extHeightimesextWidthA_r = ext{Height} imes ext{Width}
  2. Left Endpoint:

    • Underestimates area (each rectangle misses some area).
  3. Midpoint:

    • Provides a better approximation than endpoints.

Comparing Estimates

  • Exact area calculated for functions results in:
  • Right Endpoint: Ar=5.75A_r = 5.75,
  • Left Endpoint: Al=4.18A_l = 4.18,
  • Midpoint: Am=4.66A_m = 4.66.

Increasing Rectangles

  • More rectangles lead to better approximations.
  • Using midpoint heights often provides the best estimates.

General Case

  • For any function f(x)f(x), divided into nn subintervals:
  • Notation: AextapproximatedasA=banimes(f(x<em>1)+f(x</em>2)++f(xn))A ext{ approximated as } A = \frac{b-a}{n} imes (f(x<em>1) + f(x</em>2) + … + f(x_n))
  • This is a Riemann Sum.
  • For better approximations, let noextinfinityn o ext{infinity}.

Negative Functions

  • If functions are below the x-axis, estimate using the same method gives negative area.
  • Functions above axis yield positive area; mix results yield 'net area'.
  • Examples include functions defined below and above the x-axis leading to calculating a net area.
Definite Integrals - Definite integrals are the second kind of integral, focused on the area problem. ### Area Problem - The area problem aims to find the area between a positive function and the x-axis over an interval. - Example: For function f(x)=x2+1f(x) = x^2 + 1 on interval [0,2][0, 2]. ### Estimation Techniques - **Creating Rectangles**:- Divide the interval into nn subintervals of width ban\frac{b-a}{n}. - Estimate area using rectangles based on the function's height at specific points (right, left, or midpoint). #### Types of Endpoint Heights: 1. **Right Endpoint**:- Overestimates area (each rectangle adds more area than below the curve). - Formula: Ar=Height×WidthA_r = \text{Height} \times \text{Width} 2. **Left Endpoint**:- Underestimates area (each rectangle misses some area). 3. **Midpoint**:- Provides a better approximation than endpoints. ### Comparing Estimates - Exact area calculated for functions results in: - Right Endpoint: Ar=5.75A_r = 5.75, - Left Endpoint: Al=4.18A_l = 4.18, - Midpoint: Am=4.66A_m = 4.66. ### Increasing Rectangles - More rectangles lead to better approximations. - Using midpoint heights often provides the best estimates. ### General Case - For any function f(x)f(x), divided into nn subintervals: - Notation: A approximated as A=ban×(f(x1)+f(x2)++f(xn))A \text{ approximated as } A = \frac{b-a}{n} \times (f(x_1) + f(x_2) + \ldots + f(x_n)). - This is a **Riemann Sum**. - For better approximations, let ninfinityn \to \text{infinity}. ### Negative Functions - If functions are below the x-axis, estimate using the same method gives negative area. - Functions above axis yield positive area; mix results yield 'net area'. - Examples include functions defined below and above the x-axis leading to calculating a net area. ### Practice Problems 1. Estimate the area under the curve f(x)=x3f(x) = x^3 from x=1x = 1 to x=3x = 3 using right endpoints with n=4n = 4 rectangles. 2. Estimate the area under the curve f(x)=sin(x)f(x) = \sin(x) from x=0x = 0 to x=πx = \pi using midpoint rule with n=3n = 3 rectangles. 3. Determine the net area of the function f(x)=x24f(x) = x^2 - 4 from x=2x = -2 to x=3x = 3 using definite integrals. 4. Approximate the area under the curve f(x)=exf(x) = e^x from x=0x = 0 to x=2x = 2 using left endpoints with n=5n = 5 rectangles.