ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Math Deficiency – II
    MD-002
    Progress0 / 32 topics
    Topics
    1. Complex Numbers2. Arithmetic with Complex Numbers (Add, subtract, multiply and divide complex numbers)3. Trigonometric Polar Form of Complex Numbers4. De Moivre's Theorem and nth Roots5. Recursion6. Sequences and Series7. Sigma Notation8. Arithmetic Series9. Geometric Series (Sum infinite and finite geometric series and categorize geometric series)10. Counting with Permutations and Combinations11. Basic Probability12. Binomial Theorem13. Limit: Notation, Graphs to Find Limits, Tables to Find Limits14. Substitution to Find Limits, Rationalization to Find Limits15. One Sided Limits and Continuity16. Rate of Change: Instantaneous Rate of Change17. Tangent Lines and Rates of Change18. Derivatives: The Derivative Function19. Introduction to Techniques of Differentiation20. The Product and Quotient Rules21. Derivatives of Trigonometric Functions22. The Chain Rule23. Derivatives of Logarithmic Functions24. Derivatives of Exponential and Inverse Trigonometric Functions25. Increase, Decrease, and Concavity26. Relative Extrema, Absolute Maxima and Minima27. Integrals: An Overview of the Area Problem28. Area Under a Curve29. The Indefinite Integral30. Integration by Substitution31. The Definition of Area as a Limit; Sigma Notation32. The Definite Integral
    MD-002›The Definite Integral
    Math Deficiency – IITopic 32 of 32

    The Definite Integral

    9 minread
    1,508words
    Intermediatelevel

    The Definite Integral

    The definite integral is a fundamental concept in calculus that calculates the exact accumulation of a function over an interval. It is used to find areas, volumes, work, and many other quantities in physics, engineering, and economics.


    1. Definition of the Definite Integral

    The definite integral of a function f(x)f(x)f(x) over the interval [a,b][a, b][a,b] is written as:

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

    It represents the signed area under the curve y=f(x)y = f(x)y=f(x) from x=ax = ax=a to x=bx = bx=b, where:

    • f(x)f(x)f(x) is the function being integrated.
    • aaa is the lower limit of integration.
    • bbb is the upper limit of integration.
    • dxdxdx indicates integration with respect to xxx.

    2. The Definite Integral as a Limit of Riemann Sums

    The definite integral is defined as the limit of a Riemann sum:

    ∫abf(x) dx=lim⁡n→∞∑i=1nf(xi∗)Δx\int_{a}^{b} f(x) \, dx = \lim_{n \to \infty} \sum_{i=1}^{n} f(x_i^*) \Delta x∫ab​f(x)dx=n→∞lim​i=1∑n​f(xi∗​)Δx

    where:

    • Δx=b−an\Delta x = \frac{b-a}{n}Δx=nb−a​ is the width of each subinterval.
    • xi∗x_i^*xi∗​ is a sample point in the iiith subinterval.
    • f(xi∗)f(x_i^*)f(xi∗​) is the function value at xi∗x_i^*xi∗​.

    This sum approximates the area under the curve, and as n→∞n \to \inftyn→∞, it gives the exact accumulated value.


    3. The Fundamental Theorem of Calculus

    The definite integral is evaluated using the Fundamental Theorem of Calculus (FTC):

    ∫abf(x) dx=F(b)−F(a)\int_{a}^{b} f(x) \, dx = F(b) - F(a)∫ab​f(x)dx=F(b)−F(a)

    where F(x)F(x)F(x) is the antiderivative of f(x)f(x)f(x), meaning F′(x)=f(x)F'(x) = f(x)F′(x)=f(x).

    This theorem connects differentiation and integration, making definite integrals easy to compute.


    4. Properties of Definite Integrals

    1. Reversing Limits:

      ∫abf(x) dx=−∫baf(x) dx\int_{a}^{b} f(x) \, dx = -\int_{b}^{a} f(x) \, dx∫ab​f(x)dx=−∫ba​f(x)dx
    2. Integral of a Constant:

      ∫abc dx=c(b−a)\int_{a}^{b} c \, dx = c(b - a)∫ab​cdx=c(b−a)
    3. Linearity:

      ∫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∫ab​[f(x)±g(x)]dx=∫ab​f(x)dx±∫ab​g(x)dx
    4. Additivity:

      ∫acf(x) dx+∫cbf(x) dx=∫abf(x) dx\int_{a}^{c} f(x) \, dx + \int_{c}^{b} f(x) \, dx = \int_{a}^{b} f(x) \, dx∫ac​f(x)dx+∫cb​f(x)dx=∫ab​f(x)dx
    5. Integral of an Odd Function (if f(−x)=−f(x)f(-x) = -f(x)f(−x)=−f(x)):

      ∫−aaf(x) dx=0\int_{-a}^{a} f(x) \, dx = 0∫−aa​f(x)dx=0
    6. Integral of an Even Function (if f(−x)=f(x)f(-x) = f(x)f(−x)=f(x)):

      ∫−aaf(x) dx=2∫0af(x) dx\int_{-a}^{a} f(x) \, dx = 2 \int_{0}^{a} f(x) \, dx∫−aa​f(x)dx=2∫0a​f(x)dx

    5. Examples of Evaluating Definite Integrals

    Example 1: Compute ∫13(2x+1) dx\int_{1}^{3} (2x + 1) \, dx∫13​(2x+1)dx

    Step 1: Find the Antiderivative

    F(x)=∫(2x+1) dx=x2+xF(x) = \int (2x + 1) \, dx = x^2 + xF(x)=∫(2x+1)dx=x2+x

    Step 2: Apply the Fundamental Theorem

    ∫13(2x+1) dx=[x2+x]13\int_{1}^{3} (2x + 1) \, dx = \left[ x^2 + x \right]_{1}^{3}∫13​(2x+1)dx=[x2+x]13​

    Step 3: Evaluate at Limits

    (32+3)−(12+1)=(9+3)−(1+1)=12−2=10(3^2 + 3) - (1^2 + 1) = (9 + 3) - (1 + 1) = 12 - 2 = 10(32+3)−(12+1)=(9+3)−(1+1)=12−2=10

    Example 2: Compute ∫0πsin⁡x dx\int_{0}^{\pi} \sin x \, dx∫0π​sinxdx

    Step 1: Find the Antiderivative

    F(x)=−cos⁡xF(x) = -\cos xF(x)=−cosx

    Step 2: Apply the Fundamental Theorem

    ∫0πsin⁡x dx=[−cos⁡x]0π\int_{0}^{\pi} \sin x \, dx = \left[ -\cos x \right]_{0}^{\pi}∫0π​sinxdx=[−cosx]0π​

    Step 3: Evaluate at Limits

    (−cos⁡π)−(−cos⁡0)=(−(−1))−(−1)=1+1=2(-\cos \pi) - (-\cos 0) = (-(-1)) - (-1) = 1 + 1 = 2(−cosπ)−(−cos0)=(−(−1))−(−1)=1+1=2

    6. Applications of the Definite Integral

    1. Finding Areas under curves.
    2. Calculating Volumes using solid of revolution methods.
    3. Physics Applications:
      • Work done by a force: W=∫F(x) dxW = \int F(x) \, dxW=∫F(x)dx.
      • Distance traveled from velocity: s=∫v(t) dts = \int v(t) \, dts=∫v(t)dt.
    4. Economics:
      • Consumer and producer surplus.
    5. Probability:
      • Computing continuous probability distributions.

    7. Summary

    • The definite integral calculates the accumulated value of a function over an interval.
    • It is defined as a limit of Riemann sums.
    • The Fundamental Theorem of Calculus allows easy evaluation using antiderivatives.
    • It has important properties and real-world applications in physics, economics, and probability.

    The definite integral is one of the most powerful tools in calculus, linking differentiation and integration in a profound way.

    Previous topic 31
    The Definition of Area as a Limit; Sigma Notation

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time9 min
      Word count1,508
      Code examples0
      DifficultyIntermediate