# Nakafa Framework: LLM URL: /en/subject/high-school/12/mathematics/integral/definite-integral Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/12/mathematics/integral/definite-integral/en.mdx Output docs content for large language models. --- export const metadata = { title: "Definite Integral", description: "Transform Riemann sums into exact area calculations using definite integrals. Learn limit processes and notation with detailed worked examples.", authors: [{ name: "Nabil Akbarazzima Fatih" }], date: "05/26/2025", subject: "Integrals", }; ## From Approximation to Exact Area In the [Riemann Sums](/subject/high-school/12/mathematics/integral/riemann-sum) material, we learned how to approximate the area under a curve by dividing it into many rectangles. We also know that the more rectangles we use (the larger the value of ), the more accurate our area approximation becomes. Now, imagine if we could divide the area into an **infinite number of rectangles**. The width of each rectangle () would become infinitesimally small, approaching zero. This process of taking the limit as the number of partitions approaches infinity is what transforms the Riemann Sum from a mere approximation into an exact calculation. This very concept gives rise to the **Definite Integral**. ## Notation and Meaning of the Definite Integral The definite integral is the formal way of writing this "infinite sum" of the areas of infinitesimally small rectangles. Mathematically, the definite integral is defined as the limit of a Riemann Sum. This notation has a specific meaning: - ****: This is the integral symbol with a **lower** limit and an **upper** limit . These numbers define the interval over which we are calculating the area. - ****: This is the **integrand**, which is the function whose curve we are finding the area under. - ****: Just as with indefinite integrals, this indicates that we are integrating with respect to the variable . Unlike an indefinite integral, which results in a function (), the result of a definite integral is a **single number** that represents the net area under the curve from to . ## Calculating the Definite Integral with Limits Let's try to calculate the exact value of a definite integral using its limit definition, as in the reference image example. **Problem:** Determine the value of . **Solution:** To solve this, we will convert it back to the limit form of a Riemann Sum. **Step 1: Determine the Riemann Sum components** From the problem , we know: - Function: - Interval: Thus, the width of each subinterval is: We will use the right endpoint () as the sample point for each partition: **Step 2: Set up the Riemann Sum** The height of each rectangle is , so: Now, we plug this into the Riemann Sum formula: **Step 3: Simplify and use summation properties** We can factor constants out of the sigma notation, as is treated as a constant in the sum from to . Next, we replace with its series summation formula, , and then simplify the expression to make it easier to evaluate the limit.
The simplification steps above ensure we get the easiest form to evaluate the limit. First, we cancel from the numerator and denominator, then we split the fraction. > To solve the limit of a Riemann Sum, we often need some common series summation formulas: > - > - > - **Step 4: Take the Limit** Finally, we take the limit as to find the exact area.
So, the exact area of the region under the curve from to is **49/2** or **24.5**. This is an example of how the definite integral provides an exact answer, no longer an approximation.