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›Area Under a Curve
    Math Deficiency – IITopic 28 of 32

    Area Under a Curve

    5 minread
    927words
    Intermediatelevel

    Area Under a Curve

    The concept of finding the area under a curve is a fundamental application of definite integrals. It helps in solving problems related to total accumulation, displacement, probability, economics, and physics.


    1. Understanding the Area Under a Curve

    Given a function f(x)f(x)f(x), the area under its graph between two points x=ax = ax=a and x=bx = bx=b can be computed using integration. If f(x)f(x)f(x) is non-negative on [a,b][a, b][a,b], the area is given by:

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

    where:

    • aaa and bbb are the limits of integration.
    • f(x)f(x)f(x) represents the height of the curve at each point.
    • dxdxdx represents an infinitesimally small width.

    If f(x)f(x)f(x) takes negative values, the integral computes net area, meaning that the area below the x-axis is subtracted from the area above the x-axis.


    2. Approximation Using Riemann Sums

    Before defining integration, we can approximate the area under a curve using Riemann sums:

    1. Divide the interval [a,b][a, b][a,b] into nnn subintervals of equal width:

      Δx=b−an\Delta x = \frac{b-a}{n}Δx=nb−a​
    2. Choose sample points xi∗x_i^*xi∗​ within each subinterval.

    3. Compute the sum of the areas of the rectangles:

      Sn=∑i=1nf(xi∗)ΔxS_n = \sum_{i=1}^{n} f(x_i^*) \Delta xSn​=i=1∑n​f(xi∗​)Δx
    4. As n→∞n \to \inftyn→∞, the sum approaches the definite integral.


    3. The Definite Integral and the Area

    The exact area under f(x)f(x)f(x) from x=ax = ax=a to x=bx = bx=b is given by:

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

    Case 1: f(x)≥0f(x) \geq 0f(x)≥0

    If f(x)f(x)f(x) is non-negative, the integral directly gives the total area.

    Case 2: f(x)f(x)f(x) is both positive and negative

    If f(x)f(x)f(x) crosses the x-axis, the integral computes net area (positive areas minus negative areas). To find the total area, we must integrate separately where f(x)≥0f(x) \geq 0f(x)≥0 and where f(x)<0f(x) < 0f(x)<0, taking absolute values.

    Atotal=∫acf(x) dx+∣∫cbf(x) dx∣A_{\text{total}} = \int_{a}^{c} f(x) \, dx + \left| \int_{c}^{b} f(x) \, dx \right|Atotal​=∫ac​f(x)dx+​∫cb​f(x)dx​

    where x=cx = cx=c is the root of f(x)f(x)f(x).


    4. Example: Finding Area Under a Curve

    Find the area under the curve f(x)=x2f(x) = x^2f(x)=x2 from x=0x = 0x=0 to x=3x = 3x=3.

    1. Compute the integral:

      ∫03x2 dx\int_{0}^{3} x^2 \, dx∫03​x2dx
    2. Find the antiderivative of x2x^2x2:

      F(x)=x33F(x) = \frac{x^3}{3}F(x)=3x3​
    3. Evaluate from 000 to 333:

      A=[x33]03A = \left[ \frac{x^3}{3} \right]_{0}^{3}A=[3x3​]03​ =333−033= \frac{3^3}{3} - \frac{0^3}{3}=333​−303​ =273−0=9= \frac{27}{3} - 0 = 9=327​−0=9

    Thus, the area under the curve from x=0x = 0x=0 to x=3x = 3x=3 is 9 square units.


    5. Applications of Finding the Area Under a Curve

    • Physics: Computing work done, displacement, and electric charge accumulation.
    • Economics: Calculating consumer surplus, revenue, and cost functions.
    • Biology & Medicine: Finding total drug concentration over time.
    • Probability & Statistics: Computing probabilities from probability density functions.

    By understanding how to compute areas under curves, we can solve many practical problems in science and engineering.

    Previous topic 27
    Integrals: An Overview of the Area Problem
    Next topic 29
    The Indefinite Integral

    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 time5 min
      Word count927
      Code examples0
      DifficultyIntermediate