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+1 on interval [0,2].
Estimation Techniques
- Creating Rectangles:
- Divide the interval into n subintervals of width nb−a.
- Estimate area using rectangles based on the function's height at specific points (right, left, or midpoint).
Types of Endpoint Heights:
Right Endpoint:
- Overestimates area (each rectangle adds more area than below the curve).
- Formula: Ar=extHeightimesextWidth
Left Endpoint:
- Underestimates area (each rectangle misses some area).
Midpoint:
- Provides a better approximation than endpoints.
Comparing Estimates
- Exact area calculated for functions results in:
- Right Endpoint: Ar=5.75,
- Left Endpoint: Al=4.18,
- Midpoint: Am=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), divided into n subintervals:
- Notation: AextapproximatedasA=nb−aimes(f(x<em>1)+f(x</em>2)+…+f(xn))
- This is a Riemann Sum.
- For better approximations, let noextinfinity.
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+1 on interval [0,2]. ### Estimation Techniques - **Creating Rectangles**:- Divide the interval into n subintervals of width nb−a. - 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×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.75, - Left Endpoint: Al=4.18, - Midpoint: Am=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), divided into n subintervals: - Notation: A approximated as A=nb−a×(f(x1)+f(x2)+…+f(xn)). - This is a **Riemann Sum**. - For better approximations, let n→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)=x3 from x=1 to x=3 using right endpoints with n=4 rectangles. 2. Estimate the area under the curve f(x)=sin(x) from x=0 to x=π using midpoint rule with n=3 rectangles. 3. Determine the net area of the function f(x)=x2−4 from x=−2 to x=3 using definite integrals. 4. Approximate the area under the curve f(x)=ex from x=0 to x=2 using left endpoints with n=5 rectangles.