100% FREE Updated: Apr 2026 Calculus Integral Calculus

Applications of integration

Comprehensive study notes on Applications of integration for CMI BS Hons preparation. This chapter covers key concepts, formulas, and examples needed for your exam.

Applications of integration

This chapter explores the fundamental applications of integration, focusing on the precise calculation of areas. Mastery of these techniques is crucial for solving a wide range of problems in calculus and constitutes a frequently tested component of the CMI examination.

---

Chapter Contents

|

| Topic |

|---|-------| | 1 | Area under a curve | | 2 | Area between curves | | 3 | Simple geometric applications |

---

We begin with Area under a curve.

Part 1: Area under a curve

Area under a Curve

Overview

The phrase β€œarea under a curve” is simple to say but very easy to misuse. In calculus, the definite integral gives signed area, while many geometry-style questions ask for actual area, which is always non-negative. CMI-style questions often test whether you can decide which one is being asked, split intervals correctly, and use symmetry or intersection points to simplify the work. ---

Learning Objectives

❗ By the End of This Topic

After studying this topic, you will be able to:

  • Distinguish between signed area and geometric area.

  • Compute area between a curve and the xx-axis.

  • Compute area between two curves.

  • Split an interval correctly when the curve changes sign.

  • Use symmetry to simplify area calculations.

---

Core Meaning

πŸ“– Signed area vs actual area

For a continuous function f(x)f(x) on [a,b][a,b]:

    • The definite integral

∫abf(x) dx\qquad \int_a^b f(x)\,dx
gives the signed area.

    • The geometric area between the curve and the xx-axis is

∫ab∣f(x)βˆ£β€‰dx\qquad \int_a^b |f(x)|\,dx

So:
    • area above the xx-axis contributes positively to ∫abf(x) dx\int_a^b f(x)\,dx

    • area below the xx-axis contributes negatively to ∫abf(x) dx\int_a^b f(x)\,dx

    • actual geometric area is always non-negative

---

Main Formulas

πŸ“ Area with the xx-axis

If f(x)β‰₯0f(x)\ge 0 on [a,b][a,b], then the area under the curve y=f(x)y=f(x) from x=ax=a to x=bx=b is

∫abf(x) dx\qquad \int_a^b f(x)\,dx

If f(x)≀0f(x)\le 0 on [a,b][a,b], then the area between the curve and the xx-axis is

βˆ’βˆ«abf(x) dx\qquad -\int_a^b f(x)\,dx

In general, the geometric area is

∫ab∣f(x)βˆ£β€‰dx\qquad \int_a^b |f(x)|\,dx

πŸ“ Area between two curves

If y=f(x)y=f(x) is above y=g(x)y=g(x) on [a,b][a,b], then the area between the curves is

∫ab(f(x)βˆ’g(x)) dx\qquad \int_a^b \bigl(f(x)-g(x)\bigr)\,dx

More generally,

Area=∫abβˆ£β€‰β£f(x)βˆ’g(x)β€‰β£βˆ£β€‰dx\qquad \text{Area} = \int_a^b |\!f(x)-g(x)\!|\,dx

πŸ“ Area using horizontal strips

If the curves are easier to describe as xx in terms of yy, then area can also be computed using horizontal strips:

Area=∫cd(xrightβˆ’xleft) dy\qquad \text{Area} = \int_c^d \bigl(x_{\text{right}} - x_{\text{left}}\bigr)\,dy

---

When to Split the Interval

❗ Split wherever sign changes

If a curve crosses the xx-axis inside the interval, do not directly call
∫abf(x) dx\qquad \int_a^b f(x)\,dx
the geometric area.

Instead:

  • find the points where f(x)=0f(x)=0

  • split the interval at those points

  • use absolute value or correct sign on each part


Example structure:

If f(x)β‰₯0f(x)\ge 0 on [a,c][a,c] and f(x)≀0f(x)\le 0 on [c,b][c,b], then

Area=∫acf(x) dxβˆ’βˆ«cbf(x) dx\qquad \text{Area} = \int_a^c f(x)\,dx - \int_c^b f(x)\,dx

---

Standard Geometric Cases

πŸ“ Typical Calculus Area Forms

  • Area under y=f(x)y=f(x) above the xx-axis:

∫abf(x) dx\qquad \int_a^b f(x)\,dx

  • Area between y=f(x)y=f(x) and the xx-axis when sign changes:

∫ab∣f(x)βˆ£β€‰dx\qquad \int_a^b |f(x)|\,dx

  • Area between y=f(x)y=f(x) and y=g(x)y=g(x):

∫ab∣f(x)βˆ’g(x)βˆ£β€‰dx\qquad \int_a^b |f(x)-g(x)|\,dx

  • Area enclosed by a curve and vertical lines:

choose limits from the given xx-values

  • Area enclosed by two curves:

find intersection points first

---

Symmetry Shortcuts

πŸ’‘ Use Symmetry Smartly

If the function has symmetry, area often becomes faster:

    • If ff is even, then

βˆ«βˆ’aaf(x) dx=2∫0af(x) dx\qquad \int_{-a}^{a} f(x)\,dx = 2\int_0^a f(x)\,dx

    • If ff is odd, then

βˆ«βˆ’aaf(x) dx=0\qquad \int_{-a}^{a} f(x)\,dx = 0

But for geometric area, odd symmetry does not mean area is zero.

For example, if ff is odd and positive on (0,a)(0,a), then

βˆ«βˆ’aa∣f(x)βˆ£β€‰dx=2∫0af(x) dx\qquad \int_{-a}^{a} |f(x)|\,dx = 2\int_0^a f(x)\,dx

---

Minimal Worked Examples

Example 1 Find the area between y=xy=x and the xx-axis from x=0x=0 to x=3x=3. Since xβ‰₯0x\ge 0 on [0,3][0,3], Area=∫03x dx=[x22]03=92\qquad \text{Area} = \int_0^3 x\,dx = \left[\dfrac{x^2}{2}\right]_0^3 = \dfrac{9}{2} So the area is 92\boxed{\dfrac{9}{2}}. --- Example 2 Find the area between y=x2βˆ’1y=x^2-1 and the xx-axis on [βˆ’1,1][-1,1]. On [βˆ’1,1][-1,1], we have x2βˆ’1≀0x^2-1\le 0, so the graph lies below the axis. Hence, Area=βˆ’βˆ«βˆ’11(x2βˆ’1) dx=βˆ«βˆ’11(1βˆ’x2) dx\qquad \text{Area} = -\int_{-1}^{1}(x^2-1)\,dx = \int_{-1}^{1}(1-x^2)\,dx =2∫01(1βˆ’x2) dx=2[xβˆ’x33]01=2(1βˆ’13)=43\qquad = 2\int_0^1(1-x^2)\,dx = 2\left[x-\dfrac{x^3}{3}\right]_0^1 = 2\left(1-\dfrac13\right)=\dfrac43 So the area is 43\boxed{\dfrac43}. ---

Area Between Curves: Main Workflow

πŸ’‘ Fast Method for Curve-vs-Curve Area

  • Find intersection points by solving f(x)=g(x)f(x)=g(x).

  • Decide which curve is above on each interval.

  • Integrate top minus bottom.

  • If curves switch order, split the interval.

---

Common Mistakes

⚠️ Avoid These Errors
    • ❌ Calling ∫abf(x) dx\int_a^b f(x)\,dx the geometric area without checking sign.
    • ❌ Forgetting to split where the curve crosses the axis.
    • ❌ Using lower curve minus upper curve.
    • ❌ Forgetting to find intersection points before integrating between curves.
    • ❌ Using odd symmetry to conclude geometric area is zero.
βœ… Always check:
    • sign of the function
    • order of curves
    • intersection points
    • whether the question asks for signed area or actual area
---

CMI Strategy

πŸ’‘ How to Think in Exam Conditions

  • First ask: is this signed area or actual enclosed area?

  • Sketch mentally if not explicitly given.

  • If the graph changes sign, split the interval.

  • If there are two curves, identify top and bottom first.

  • Use symmetry whenever the interval is symmetric.

  • A clean setup of the integral is often the main step.

---

Practice Questions

:::question type="MCQ" question="Which of the following always gives the geometric area between the graph of y=f(x)y=f(x) and the xx-axis on [a,b][a,b]?" options=["∫abf(x) dx\int_a^b f(x)\,dx","∣∫abf(x) dx∣\left|\int_a^b f(x)\,dx\right|","∫ab∣f(x)βˆ£β€‰dx\int_a^b |f(x)|\,dx","∫ab(f(x))2 dx\int_a^b (f(x))^2\,dx"] answer="C" hint="Geometric area must always count all contributions positively." solution="The geometric area between the curve and the xx-axis must count area above and below the axis as positive. Therefore the correct expression is ∫ab∣f(x)βˆ£β€‰dx\qquad \int_a^b |f(x)|\,dx Hence the correct option is C\boxed{C}." ::: :::question type="NAT" question="Find the area enclosed by the graph of y=2βˆ’xy=2-x and the coordinate axes in the first quadrant." answer="2" hint="Identify the intercepts first." solution="The line y=2βˆ’xy=2-x meets the axes at:
  • x=0β‡’y=2x=0 \Rightarrow y=2
  • y=0β‡’x=2y=0 \Rightarrow x=2
So the enclosed region in the first quadrant is a right triangle with base 22 and height 22. Hence the area is 12β‹…2β‹…2=2\qquad \dfrac12 \cdot 2 \cdot 2 = 2 Therefore the answer is 2\boxed{2}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If f(x)β‰₯0f(x)\ge 0 on [a,b][a,b], then the area under the curve is ∫abf(x) dx\int_a^b f(x)\,dx","If f(x)≀0f(x)\le 0 on [a,b][a,b], then the geometric area equals βˆ’βˆ«abf(x) dx-\int_a^b f(x)\,dx","For any function ff, the geometric area on [a,b][a,b] is always ∫abf(x) dx\int_a^b f(x)\,dx","To find area between y=f(x)y=f(x) and y=g(x)y=g(x), we use top minus bottom"] answer="A,B,D" hint="Separate signed area from actual area." solution="1. True. If the graph lies above the axis, signed area equals geometric area.
  • True. If the graph lies below the axis, the definite integral is negative, so we take minus of it.
  • False. If the graph goes below the axis, ∫abf(x) dx\int_a^b f(x)\,dx is signed area, not geometric area.
  • True. For area between curves, we use upper function minus lower function.
  • Hence the correct answer is A,B,D\boxed{A,B,D}." ::: :::question type="SUB" question="Find the area enclosed between the curves y=xy=x and y=x2y=x^2." answer="16\dfrac16" hint="Find the points of intersection first and then integrate upper minus lower." solution="We first find the points of intersection: x=x2\qquad x = x^2 x2βˆ’x=0\qquad x^2 - x = 0 x(xβˆ’1)=0\qquad x(x-1)=0 So the curves meet at x=0,Β 1\qquad x=0,\ 1 Now on [0,1][0,1], we have xβ‰₯x2\qquad x \ge x^2 So the area enclosed is ∫01(xβˆ’x2) dx\qquad \int_0^1 (x-x^2)\,dx =[x22βˆ’x33]01\qquad = \left[\dfrac{x^2}{2} - \dfrac{x^3}{3}\right]_0^1 =12βˆ’13=16\qquad = \dfrac12 - \dfrac13 = \dfrac16 Hence the area is 16\boxed{\dfrac16}." ::: ---

    Summary

    ❗ Key Takeaways for CMI

    • Definite integral gives signed area, not always geometric area.

    • Geometric area with the xx-axis is ∫∣f(x)βˆ£β€‰dx\int |f(x)|\,dx.

    • Area between curves is top minus bottom.

    • Split the interval whenever sign or curve order changes.

    • Find intersection points before setting up enclosed-area integrals.

    • Symmetry can reduce the work dramatically.

    ---

    πŸ’‘ Next Up

    Proceeding to Area between curves.

    ---

    Part 2: Area between curves

    Area Between Curves

    Overview

    The area between curves is one of the most important applications of definite integration. In exam problems, the main difficulty is usually not integration itself, but deciding which curve is above, where the curves intersect, and with respect to which variable the area should be computed. ---

    Learning Objectives

    ❗ By the End of This Topic

    After studying this topic, you will be able to:

    • find the area enclosed between two curves using definite integrals,

    • decide whether to integrate with respect to xx or with respect to yy,

    • locate intersection points correctly,

    • split the area when the upper and lower curve change,

    • avoid sign errors and overcounting.

    ---

    Core Idea

    πŸ“– Area Between Two Curves

    If two curves are given by
    y=f(x)\qquad y=f(x) and y=g(x)\qquad y=g(x)

    and if f(x)β‰₯g(x)f(x)\ge g(x) on the interval [a,b][a,b], then the area enclosed between them is

    A=∫ab(f(x)βˆ’g(x)) dx\qquad A=\int_a^b \big(f(x)-g(x)\big)\,dx

    This is the formula

    area=∫(upperΒ curveβˆ’lowerΒ curve) dx\qquad \text{area}=\int (\text{upper curve} - \text{lower curve})\,dx

    ❗ Golden Rule

    Area is always found using

    biggerΒ quantityβˆ’smallerΒ quantity\qquad \text{bigger quantity} - \text{smaller quantity}

    So when integrating with respect to xx:

    topβˆ’bottom\qquad \text{top} - \text{bottom}

    and when integrating with respect to yy:

    rightβˆ’left\qquad \text{right} - \text{left}

    ---

    Basic Formulae

    πŸ“ Area with Respect to xx

    If the region is bounded by
    y=f(x)\qquad y=f(x), y=g(x)\qquad y=g(x), x=a\qquad x=a, x=b\qquad x=b

    and f(x)β‰₯g(x)f(x)\ge g(x) on [a,b][a,b], then

    A=∫ab(f(x)βˆ’g(x)) dx\qquad A=\int_a^b \big(f(x)-g(x)\big)\,dx

    πŸ“ Area with Respect to yy

    If the curves are better written as
    x=Ο•(y)\qquad x=\phi(y) and x=ψ(y)\qquad x=\psi(y)

    and Ο•(y)β‰₯ψ(y)\phi(y)\ge \psi(y) on [c,d][c,d], then

    A=∫cd(Ο•(y)βˆ’Οˆ(y)) dy\qquad A=\int_c^d \big(\phi(y)-\psi(y)\big)\,dy

    πŸ“ Absolute Value Form

    If you do not know which graph is on top throughout the interval, then conceptually

    A=∫ab∣f(x)βˆ’g(x)βˆ£β€‰dx\qquad A=\int_a^b |f(x)-g(x)|\,dx

    In practice, this usually means:

    • find intersection points,

    • split the interval,

    • integrate piecewise.

    ---

    How to Start Every Problem

    πŸ’‘ Standard Method

    • Find the intersection points of the curves.

    • Sketch mentally or roughly identify which curve is above.

    • Decide whether dxdx or dydy is simpler.

    • Write the area as one integral or split into parts if needed.

    • Check that the final answer is positive.

    ---

    Intersection Points Matter

    ❗ First Step in Most Problems

    If the curves are
    y=f(x)\qquad y=f(x) and y=g(x)\qquad y=g(x)

    their intersection points are found by solving

    f(x)=g(x)\qquad f(x)=g(x)

    These values usually become the limits of integration.

    ---

    When to Integrate with Respect to xx

    πŸ’‘ Choose dxdx When

    Use dxdx when:

      • both curves are naturally written as y=y= functions of xx,

      • the top and bottom graphs are easy to identify,

      • one single integral works cleanly.

    Example shape: If the region lies between y=x\qquad y=x and y=x2\qquad y=x^2 then between the intersection points, area is ∫(lineβˆ’parabola) dx\qquad \int (\text{line} - \text{parabola})\,dx because the line is above the parabola on that interval. ---

    When to Integrate with Respect to yy

    πŸ’‘ Choose dydy When

    Use dydy when:

      • the region is horizontally simple,

      • left and right curves are easy to describe,

      • integrating with respect to xx would require splitting into many parts.

    For dydy integrals, always think: rightΒ curveβˆ’leftΒ curve\qquad \text{right curve} - \text{left curve} ---

    Minimal Worked Examples

    Example 1 Find the area between y=x\qquad y=x and y=x2\qquad y=x^2. First find intersection points: x=x2\qquad x=x^2 x(xβˆ’1)=0\qquad x(x-1)=0 So the curves meet at x=0,1\qquad x=0,1 On [0,1][0,1], we have xβ‰₯x2\qquad x \ge x^2 So the area is A=∫01(xβˆ’x2) dx\qquad A=\int_0^1 (x-x^2)\,dx =[x22βˆ’x33]01\qquad =\left[\dfrac{x^2}{2}-\dfrac{x^3}{3}\right]_0^1 =12βˆ’13=16\qquad =\dfrac{1}{2}-\dfrac{1}{3}=\dfrac{1}{6} Hence the area is 16\qquad \boxed{\dfrac{1}{6}} --- Example 2 Find the area enclosed by y=4βˆ’x2\qquad y=4-x^2 and y=0\qquad y=0. Intersection with the xx-axis: 4βˆ’x2=0β€…β€ŠβŸΉβ€…β€Šx=Β±2\qquad 4-x^2=0 \implies x=\pm2 So the area is A=βˆ«βˆ’22(4βˆ’x2) dx\qquad A=\int_{-2}^{2}(4-x^2)\,dx =[4xβˆ’x33]βˆ’22\qquad =\left[4x-\dfrac{x^3}{3}\right]_{-2}^{2} =323\qquad =\dfrac{32}{3} Therefore the area is 323\qquad \boxed{\dfrac{32}{3}} ---

    Symmetry Trick

    πŸ“ Use Symmetry When Possible

    If the region is symmetric about the yy-axis, then often

    A=2∫0a(upperβˆ’lower) dx\qquad A=2\int_0^a (\text{upper} - \text{lower})\,dx

    If the region is symmetric about the xx-axis, a similar shortcut may be used with respect to yy.

    This reduces calculation and avoids mistakes. ---

    Common Patterns

    πŸ“ Patterns You Should Recognize

    • area between a line and a parabola,

    • area between a curve and the coordinate axis,

    • area enclosed by two parabolas,

    • area requiring splitting because the upper curve changes,

    • area better handled using dydy rather than dxdx.

    ---

    What Can Go Wrong

    ⚠️ Avoid These Errors
      • ❌ integrating lower minus upper,
    βœ… always use upper minus lower for dxdx
      • ❌ using wrong limits,
    βœ… get limits from intersection points or boundary lines
      • ❌ assuming one curve stays above on the whole interval,
    βœ… check whether the graphs cross inside the interval
      • ❌ forgetting to split the area when needed,
    βœ… split wherever top/bottom or left/right changes
      • ❌ confusing area with signed integral,
    βœ… area must be non-negative
    ---

    CMI Strategy

    πŸ’‘ How to Think in Exam Problems

    • First identify the geometry of the region.

    • Intersections come before integration.

    • Decide whether vertical strips or horizontal strips are cleaner.

    • Use symmetry whenever available.

    • If the answer comes out negative, the setup was wrong.

    ---

    Practice Questions

    :::question type="MCQ" question="The area enclosed between the curves y=xy=x and y=x2y=x^2 is" options=["13\dfrac{1}{3}","16\dfrac{1}{6}","12\dfrac{1}{2}","11"] answer="B" hint="Find intersection points first." solution="The curves intersect where x=x2\qquad x=x^2 so x(xβˆ’1)=0\qquad x(x-1)=0 which gives x=0,1\qquad x=0,1. On [0,1][0,1], the line y=xy=x is above the parabola y=x2y=x^2. Hence A=∫01(xβˆ’x2) dx\qquad A=\int_0^1 (x-x^2)\,dx =[x22βˆ’x33]01\qquad =\left[\dfrac{x^2}{2}-\dfrac{x^3}{3}\right]_0^1 =12βˆ’13=16\qquad =\dfrac{1}{2}-\dfrac{1}{3}=\dfrac{1}{6} Therefore the correct option is B\boxed{B}." ::: :::question type="NAT" question="Find the area enclosed by the curve y=4βˆ’x2y=4-x^2 and the xx-axis." answer="32/3" hint="Find where the parabola meets the xx-axis." solution="The curve meets the xx-axis when 4βˆ’x2=0\qquad 4-x^2=0 which gives x=Β±2\qquad x=\pm 2. So the enclosed area is A=βˆ«βˆ’22(4βˆ’x2) dx\qquad A=\int_{-2}^{2}(4-x^2)\,dx =[4xβˆ’x33]βˆ’22\qquad =\left[4x-\dfrac{x^3}{3}\right]_{-2}^{2} =(8βˆ’83)βˆ’(βˆ’8+83)\qquad =\left(8-\dfrac{8}{3}\right)-\left(-8+\dfrac{8}{3}\right) =16βˆ’163=323\qquad =16-\dfrac{16}{3}=\dfrac{32}{3} Hence the answer is 323\boxed{\dfrac{32}{3}}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If f(x)β‰₯g(x)f(x)\ge g(x) on [a,b][a,b], then the area between the curves is ∫ab(f(x)βˆ’g(x)),dx\int_a^b (f(x)-g(x))\\,dx","Area can be negative if the lower curve is integrated first","If the upper curve changes inside the interval, the area may need to be split into more than one integral","When integrating with respect to yy, the area is found using right curve minus left curve"] answer="A,C,D" hint="Area is always non-negative." solution="1. True. This is the standard formula for area between curves with respect to xx.
  • False. Area itself cannot be negative; a negative result means the setup was wrong.
  • True. If the top curve changes, the integral must usually be split.
  • True. For integration with respect to yy, we use right minus left.
  • Hence the correct answer is A,C,D\boxed{A,C,D}." ::: :::question type="SUB" question="Find the area enclosed between the curves y=2xy=2x and y=x2y=x^2." answer="43\dfrac{4}{3}" hint="Find the intersection points and identify the upper curve." solution="The curves intersect where 2x=x2\qquad 2x=x^2 So x(xβˆ’2)=0\qquad x(x-2)=0 Hence the intersection points are x=0,2\qquad x=0,2. On the interval [0,2][0,2], the line y=2xy=2x lies above the parabola y=x2y=x^2. Therefore A=∫02(2xβˆ’x2) dx\qquad A=\int_0^2 (2x-x^2)\,dx =[x2βˆ’x33]02\qquad =\left[x^2-\dfrac{x^3}{3}\right]_0^2 =4βˆ’83=43\qquad =4-\dfrac{8}{3}=\dfrac{4}{3} Hence the enclosed area is 43\boxed{\dfrac{4}{3}}." ::: ---

    Summary

    ❗ Key Takeaways for CMI

    • The area between curves is found by integrating difference, not by integrating curves separately.

    • For dxdx, use upper minus lower.

    • For dydy, use right minus left.

    • Intersections determine the limits.

    • If the relative position changes, split the integral.

    • Area is always non-negative.

    ---

    πŸ’‘ Next Up

    Proceeding to Simple geometric applications.

    ---

    Part 3: Simple geometric applications

    Simple Geometric Applications

    Overview

    One of the first geometric uses of integration is to convert a changing boundary into an exact area. In simple geometric applications, the main skill is to translate a shaded region into the correct integral with correct limits. In CMI-style questions, the difficulty usually lies less in integration and more in reading the region correctly. ---

    Learning Objectives

    ❗ By the End of This Topic

    After studying this topic, you will be able to:

    • Interpret a definite integral as signed area and geometric area.

    • Find area under a curve and area between two curves.

    • Use symmetry to simplify geometric area calculations.

    • Split regions properly when curves cross or when the upper curve changes.

    • Avoid sign errors and wrong-limit mistakes.

    ---

    Core Idea

    πŸ“– Definite Integral and Area

    If f(x)β‰₯0f(x)\ge 0 on [a,b][a,b], then

    ∫abf(x) dx\qquad \int_a^b f(x)\,dx

    represents the area between the curve y=f(x)y=f(x), the xx-axis, and the lines x=ax=a and x=bx=b.

    More generally, the definite integral gives signed area:

      • area above the xx-axis contributes positively

      • area below the xx-axis contributes negatively

    ❗ Geometric Area vs Signed Area
      • Signed area: ∫abf(x) dx\qquad \int_a^b f(x)\,dx
      • Actual geometric area: ∫ab∣f(x)βˆ£β€‰dx\qquad \int_a^b |f(x)|\,dx
    These are equal only when the curve does not go below the xx-axis on the interval.
    ---

    Area Under a Curve

    πŸ“ Area Under y=f(x)y=f(x)

    If f(x)β‰₯0f(x)\ge 0 on [a,b][a,b], then

    Area=∫abf(x) dx\qquad \text{Area}=\int_a^b f(x)\,dx

    If f(x)f(x) changes sign on [a,b][a,b], split the interval at the points where f(x)=0f(x)=0 and use absolute value idea. ---

    Area Between Two Curves

    πŸ“ Area Between Curves

    If f(x)β‰₯g(x)f(x)\ge g(x) on [a,b][a,b], then the area enclosed between the curves y=f(x)y=f(x) and y=g(x)y=g(x) is

    Area=∫ab(f(x)βˆ’g(x)) dx\qquad \text{Area}=\int_a^b \big(f(x)-g(x)\big)\,dx

    ⚠️ Do Not Reverse the Order

    The formula is always

    upperΒ curveβˆ’lowerΒ curve\qquad \text{upper curve} - \text{lower curve}

    not the other way around.

    If the upper curve changes in the interval, split the region first.

    ---

    Area with Respect to yy

    πŸ“ Horizontal Slicing

    If the region is easier to describe using horizontal strips, and the right boundary is x=R(y)x=R(y) and the left boundary is x=L(y)x=L(y), then

    Area=∫cd(R(y)βˆ’L(y)) dy\qquad \text{Area}=\int_c^d \big(R(y)-L(y)\big)\,dy

    This is useful when curves are given naturally as x=x= function of yy, or when vertical slicing becomes messy. ---

    Symmetry

    πŸ’‘ Use Symmetry Aggressively

    If the graph and region are symmetric:

      • about the yy-axis:

    βˆ«βˆ’aaf(x) dx=2∫0af(x) dx\qquad \int_{-a}^a f(x)\,dx = 2\int_0^a f(x)\,dx for even ff

      • about the origin:

    βˆ«βˆ’aaf(x) dx=0\qquad \int_{-a}^a f(x)\,dx = 0 for odd ff

    For geometric area, symmetry often reduces work by half.

    ❗ Even and Odd Functions
      • Even function: f(βˆ’x)=f(x)\qquad f(-x)=f(x)
      • Odd function: f(βˆ’x)=βˆ’f(x)\qquad f(-x)=-f(x)
    Be careful: zero signed area for an odd function does not mean zero geometric area.
    ---

    Standard Geometric Setups

    πŸ“ Most Common Area Forms

    • Area under the curve above the xx-axis:

    ∫abf(x) dx\qquad \int_a^b f(x)\,dx

    • Area between curve and xx-axis:

    ∫ab∣f(x)βˆ£β€‰dx\qquad \int_a^b |f(x)|\,dx

    • Area between two curves:

    ∫ab(f(x)βˆ’g(x)) dx\qquad \int_a^b (f(x)-g(x))\,dx

    • Area between curve and yy-axis using yy:

    ∫cd(R(y)βˆ’L(y)) dy\qquad \int_c^d (R(y)-L(y))\,dy

    ---

    Region Reading Strategy

    πŸ’‘ How to Read a Shaded Region

    • Draw or imagine the boundary curves.

    • Find intersection points first.

    • Decide whether vertical strips or horizontal strips are easier.

    • Identify top and bottom curves, or right and left curves.

    • Check if the graph crosses the axis inside the interval.

    • Split the integral whenever the region changes character.

    ---

    Minimal Worked Examples

    Example 1 Find the area under y=x2y=x^2 from x=0x=0 to x=2x=2. Area=∫02x2 dx\qquad \text{Area}=\int_0^2 x^2\,dx =[x33]02=83\qquad =\left[\dfrac{x^3}{3}\right]_0^2=\dfrac{8}{3} So the area is 83\boxed{\dfrac{8}{3}}. --- Example 2 Find the area enclosed between y=xy=x and y=x2y=x^2. First find intersections: x=x2\qquad x=x^2 x(xβˆ’1)=0\qquad x(x-1)=0 So x=0,1x=0,1. On [0,1][0,1], we have xβ‰₯x2x\ge x^2, so the upper curve is y=xy=x. Hence, Area=∫01(xβˆ’x2) dx\qquad \text{Area}=\int_0^1 (x-x^2)\,dx =[x22βˆ’x33]01\qquad =\left[\dfrac{x^2}{2}-\dfrac{x^3}{3}\right]_0^1 =12βˆ’13=16\qquad =\dfrac{1}{2}-\dfrac{1}{3}=\dfrac{1}{6} So the area is 16\boxed{\dfrac{1}{6}}. ---

    High-Value Observations

    ❗ What Creates Mistakes

    Most mistakes in geometric integration come from:

    • wrong intersection points

    • wrong order of subtraction

    • forgetting absolute value when area is asked

    • not splitting at sign-change points

    • choosing dxdx when dydy is simpler

    ---

    Common Special Cases

    πŸ“ Area with a Line

    If a line is of the form y=mx+cy=mx+c, then the area under it from x=ax=a to x=bx=b is

    ∫ab(mx+c) dx\qquad \int_a^b (mx+c)\,dx

    This is often the fastest way to compute triangular or trapezoidal regions analytically.

    πŸ“ Area of a Symmetric Arch

    If a curve is even and non-negative on [βˆ’a,a][-a,a], then

    Area=βˆ«βˆ’aaf(x) dx=2∫0af(x) dx\qquad \text{Area}=\int_{-a}^a f(x)\,dx = 2\int_0^a f(x)\,dx

    ---

    Practice Questions

    :::question type="MCQ" question="The area enclosed between the curves y=xy=x and y=x2y=x^2 is" options=["13\dfrac{1}{3}","16\dfrac{1}{6}","12\dfrac{1}{2}","23\dfrac{2}{3}"] answer="B" hint="Find the intersection points first." solution="The curves intersect where x=x2\qquad x=x^2 so x(xβˆ’1)=0\qquad x(x-1)=0 and hence x=0,1x=0,1. On [0,1][0,1], the line y=xy=x lies above the parabola y=x2y=x^2. Therefore, Area=∫01(xβˆ’x2) dx\qquad \text{Area}=\int_0^1 (x-x^2)\,dx =[x22βˆ’x33]01=12βˆ’13=16\qquad =\left[\dfrac{x^2}{2}-\dfrac{x^3}{3}\right]_0^1=\dfrac{1}{2}-\dfrac{1}{3}=\dfrac{1}{6} Hence the correct option is B\boxed{B}." ::: :::question type="NAT" question="Find the area under the curve y=2x+1y=2x+1 from x=0x=0 to x=3x=3." answer="12" hint="Integrate directly." solution="The required area is ∫03(2x+1) dx\qquad \int_0^3 (2x+1)\,dx =[x2+x]03=(9+3)βˆ’0=12\qquad =\left[x^2+x\right]_0^3=(9+3)-0=12 Therefore the answer is 12\boxed{12}." ::: :::question type="MSQ" question="Which of the following statements are true?" options=["If f(x)β‰₯0f(x)\ge 0 on [a,b][a,b], then ∫abf(x),dx\int_a^b f(x)\\,dx gives geometric area under the curve","The area between y=f(x)y=f(x) and y=g(x)y=g(x) on [a,b][a,b] is always ∫ab(f(x)βˆ’g(x)),dx\int_a^b (f(x)-g(x))\\,dx even if g(x)>f(x)g(x)>f(x) somewhere","If ff is odd, then βˆ«βˆ’aaf(x),dx=0\int_{-a}^a f(x)\\,dx=0","Zero signed area always means zero geometric area"] answer="A,C" hint="Distinguish signed area from geometric area." solution="1. True, provided f(x)β‰₯0f(x)\ge0 on the interval.
  • False, because the correct area formula is upper minus lower, and if the upper curve changes, the interval must be split.
  • True. This is the standard odd-function property.
  • False. Positive and negative signed areas may cancel while geometric area remains positive.
  • Hence the correct answer is A,C\boxed{A,C}." ::: :::question type="SUB" question="Find the area enclosed by the curves y=4βˆ’x2y=4-x^2 and y=0y=0." answer="323\dfrac{32}{3}" hint="Find where the parabola meets the xx-axis." solution="The curve meets the xx-axis where 4βˆ’x2=0\qquad 4-x^2=0 so x=Β±2\qquad x=\pm 2. Hence the required area is βˆ«βˆ’22(4βˆ’x2) dx\qquad \int_{-2}^{2} (4-x^2)\,dx Using symmetry, =2∫02(4βˆ’x2) dx\qquad =2\int_0^2 (4-x^2)\,dx =2[4xβˆ’x33]02\qquad =2\left[4x-\dfrac{x^3}{3}\right]_0^2 =2(8βˆ’83)=2β‹…163=323\qquad =2\left(8-\dfrac{8}{3}\right)=2\cdot \dfrac{16}{3}=\dfrac{32}{3} Therefore the area is 323\boxed{\dfrac{32}{3}}." ::: ---

    Summary

    ❗ Key Takeaways for CMI

    • A definite integral represents signed area; geometric area may require absolute value.

    • Area between curves is always upper minus lower.

    • Intersection points determine the correct limits.

    • Symmetry can reduce the work dramatically.

    • Many hard-looking geometric integration problems are really region-reading problems.

    Chapter Summary

    ❗ Applications of integration β€” Key Points

    Area between curves: The area AA between two curves f(x)f(x) and g(x)g(x) over an interval [a,b][a, b] is given by

    A=∫ab∣f(x)βˆ’g(x)βˆ£β€‰dxA = \int_a^b |f(x) - g(x)| \, dx
    . When integrating with respect to yy, the formula is similar:
    A=∫cd∣f(y)βˆ’g(y)βˆ£β€‰dyA = \int_c^d |f(y) - g(y)| \, dy
    .
    Average value of a function: The average value favg⁑f_{\operatorname{avg}} of a function f(x)f(x) over an interval [a,b][a, b] is given by
    favg⁑=1bβˆ’a∫abf(x) dxf_{\operatorname{avg}} = \frac{1}{b-a} \int_a^b f(x) \, dx
    .
    Volumes of revolution (Disk/Washer Method): For a region revolved around an axis, the volume VV can be found using disks or washers. If revolving around the x-axis,
    V=Ο€βˆ«ab[R(x)]2 dxV = \pi \int_a^b [R(x)]^2 \, dx
    (disk) or
    V=Ο€βˆ«ab([R(x)]2βˆ’[r(x)]2) dxV = \pi \int_a^b ([R(x)]^2 - [r(x)]^2) \, dx
    (washer). Similar formulas apply for revolving around the y-axis.
    Volumes of revolution (Cylindrical Shell Method): This method is often preferred when integrating perpendicular to the axis of revolution. For revolving a region bounded by f(x)f(x) and the x-axis from aa to bb around the y-axis,
    V=2Ο€βˆ«abxf(x) dxV = 2\pi \int_a^b x f(x) \, dx
    .
    Arc Length: The arc length LL of a smooth curve y=f(x)y = f(x) from x=ax=a to x=bx=b is given by
    L=∫ab1+[fβ€²(x)]2 dxL = \int_a^b \sqrt{1 + [f'(x)]^2} \, dx
    . For x=g(y)x = g(y) from y=cy=c to y=dy=d,
    L=∫cd1+[gβ€²(y)]2 dyL = \int_c^d \sqrt{1 + [g'(y)]^2} \, dy
    .
    Physical and Economic Applications: Integration is used to model work done by a variable force, hydrostatic force, center of mass, and consumer/producer surplus, extending its utility beyond pure geometry.

    Chapter Review Questions

    :::question type="MCQ" question="What is the area of the region bounded by y=x2y = x^2 and y=xy = \sqrt{x}?" options=["1/3", "1/2", "1/6", "2/3"] answer="1/3" hint="First find the points of intersection and determine which function is greater in the interval." solution="The curves intersect when x2=xx^2 = \sqrt{x}. Squaring both sides gives x4=xx^4 = x, so x4βˆ’x=0β€…β€ŠβŸΉβ€…β€Šx(x3βˆ’1)=0x^4 - x = 0 \implies x(x^3-1) = 0. Thus, x=0x=0 or x=1x=1. In the interval [0,1][0, 1], xβ‰₯x2\sqrt{x} \ge x^2. The area is ∫01(xβˆ’x2) dx=[23x3/2βˆ’13x3]01=(23βˆ’13)βˆ’(0βˆ’0)=13\int_0^1 (\sqrt{x} - x^2) \, dx = \left[\frac{2}{3}x^{3/2} - \frac{1}{3}x^3\right]_0^1 = \left(\frac{2}{3} - \frac{1}{3}\right) - (0 - 0) = \frac{1}{3}."
    :::

    :::question type="NAT" question="A region is bounded by y=x2y = x^2, the x-axis, and the line x=2x=2. If this region is revolved about the x-axis, what is the exact volume of the resulting solid, divided by Ο€\pi?" answer="32/5" hint="Use the Disk Method. The radius of each disk is y=x2y=x^2." solution="Using the Disk Method, the volume V=Ο€βˆ«02(x2)2 dx=Ο€βˆ«02x4 dx=Ο€[15x5]02=Ο€(15(2)5βˆ’15(0)5)=Ο€(325)V = \pi \int_0^2 (x^2)^2 \, dx = \pi \int_0^2 x^4 \, dx = \pi \left[\frac{1}{5}x^5\right]_0^2 = \pi \left(\frac{1}{5}(2)^5 - \frac{1}{5}(0)^5\right) = \pi \left(\frac{32}{5}\right). The volume divided by Ο€\pi is 32/532/5."
    :::

    :::question type="MCQ" question="What is the average value of the function f(x)=sin⁑(x)f(x) = \sin(x) on the interval [0,Ο€][0, \pi]?" options=["0", "2/Ο€2/\pi", "1/Ο€1/\pi", "11"] answer="2/Ο€2/\pi" hint="Recall the formula for the average value of a function over an interval." solution="The average value favg⁑=1Ο€βˆ’0∫0Ο€sin⁑(x) dx=1Ο€[βˆ’cos⁑(x)]0Ο€=1Ο€(βˆ’cos⁑(Ο€)βˆ’(βˆ’cos⁑(0)))=1Ο€(βˆ’(βˆ’1)βˆ’(βˆ’1))=1Ο€(1+1)=2Ο€f_{\operatorname{avg}} = \frac{1}{\pi - 0} \int_0^\pi \sin(x) \, dx = \frac{1}{\pi} [-\cos(x)]_0^\pi = \frac{1}{\pi} (-\cos(\pi) - (-\cos(0))) = \frac{1}{\pi} (-(-1) - (-1)) = \frac{1}{\pi} (1+1) = \frac{2}{\pi}."
    :::

    :::question type="NAT" question="Find the area of the region enclosed by the curves x=y2βˆ’4yx = y^2 - 4y and x=2yβˆ’y2x = 2y - y^2. Express your answer as a decimal." answer="9.0" hint="Integrate with respect to yy. Find the points of intersection and determine which function yields the greater xx-value for integration." solution="First, find the points of intersection: y2βˆ’4y=2yβˆ’y2β€…β€ŠβŸΉβ€…β€Š2y2βˆ’6y=0β€…β€ŠβŸΉβ€…β€Š2y(yβˆ’3)=0y^2 - 4y = 2y - y^2 \implies 2y^2 - 6y = 0 \implies 2y(y-3) = 0. So, y=0y=0 and y=3y=3. For y∈[0,3]y \in [0, 3], test a value, e.g., y=1y=1. x=12βˆ’4(1)=βˆ’3x = 1^2 - 4(1) = -3 and x=2(1)βˆ’12=1x = 2(1) - 1^2 = 1. So 2yβˆ’y2β‰₯y2βˆ’4y2y - y^2 \ge y^2 - 4y. The area is ∫03((2yβˆ’y2)βˆ’(y2βˆ’4y)) dy=∫03(6yβˆ’2y2) dy=[3y2βˆ’23y3]03=(3(3)2βˆ’23(3)3)βˆ’(0)=(27βˆ’18)=9\int_0^3 ((2y - y^2) - (y^2 - 4y)) \, dy = \int_0^3 (6y - 2y^2) \, dy = \left[3y^2 - \frac{2}{3}y^3\right]_0^3 = \left(3(3)^2 - \frac{2}{3}(3)^3\right) - (0) = (27 - 18) = 9. The answer is 9.09.0."
    :::

    What's Next?

    πŸ’‘ Continue Your CMI Journey

    Building upon the foundational concepts of integration, the journey continues with more advanced integration techniques, such as improper integrals and methods for complex functions. These skills are crucial for understanding and solving differential equations, where integration plays a central role in modeling dynamic systems. Furthermore, the principles explored here extend directly into multivariable calculus, enabling the calculation of volumes, surface areas, and other quantities in higher dimensions.

    🎯 Key Points to Remember

    • βœ“ Master the core concepts in Applications of integration before moving to advanced topics
    • βœ“ Practice with previous year questions to understand exam patterns
    • βœ“ Review short notes regularly for quick revision before exams

    Related Topics in Calculus

    More Resources

    Why Choose MastersUp?

    🎯

    AI-Powered Plans

    Personalized study schedules based on your exam date and learning pace

    πŸ“š

    15,000+ Questions

    Verified questions with detailed solutions from past papers

    πŸ“Š

    Smart Analytics

    Track your progress with subject-wise performance insights

    πŸ”–

    Bookmark & Revise

    Save important questions for quick revision before exams

    Start Your Free Preparation β†’

    No credit card required β€’ Free forever for basic features