📌 Snapshot
- Definite integrals compute the area enclosed by a curve, the coordinate axes and given ordinates/abscissae — a problem elementary geometry formulae cannot handle for curved boundaries.
- It develops the vertical-strip formula
A = ∫_a^b y dx = ∫_a^b f(x) dxand the horizontal-strip formulaA = ∫_c^d x dy = ∫_c^d g(y) dyfrom the "thin strip" intuition. - Standard worked results — area of circle
x² + y² = a²isπa²and area of ellipsex²/a² + y²/b² = 1isπab— are derived using symmetry plus a first-quadrant integral multiplied by 4. - Sign handling is emphasised: if the curve dips below the x-axis, the raw integral is negative and the area is its absolute value; when a curve crosses the x-axis on
[a,b], the total area is|A₁| + A₂. - CUET regularly tests the basic area formula, the circle/ellipse standard results, area between a line and the x-axis, and the convention of treating signed areas as absolute values.
📖 Detailed Notes
2.1 Core concepts
- Elementary geometry gives areas of triangles, rectangles, trapezia and circles but is inadequate for regions enclosed by general curves; integral calculus fills this gap (NCERT §8.1, p. 292). The fundamental theorem of calculus, established in the previous chapter, converts area computations into antiderivative evaluations.
- The definite-integral-as-limit-of-a-sum (from the Integrals chapter) gives areas under simple curves, areas between arcs of standard circles, parabolas and ellipses, and areas bounded by such curves with lines (NCERT §8.1, p. 292).
- To find the area bounded by
y = f(x), the x-axis and ordinatesx = a,x = b, take a thin vertical strip of heightyand widthdx; the elementary area isdA = y dx(NCERT §8.2, p. 292, Fig 8.1). The strip approximates the region locally and the integral is the limit asdx → 0. - Adding these elementary areas across the region PQRSP gives the master formula
A = ∫_a^b dA = ∫_a^b y dx = ∫_a^b f(x) dx(NCERT §8.2, p. 293). - When it is more convenient, take a horizontal strip of width
dy; the area of the region bounded byx = g(y), the y-axis and the linesy = c,y = disA = ∫_c^d x dy = ∫_c^d g(y) dy(NCERT §8.2, p. 293, Fig 8.2). Switching to horizontal strips is useful when the curve is naturally written as x in terms of y (e.g., y² = 4ax becomes x = y²/(4a)). - If the curve lies below the x-axis between
x = aandx = b(i.e.f(x) < 0), the value of∫_a^b f(x) dxis negative; the area is taken as its absolute value|∫_a^b f(x) dx|(NCERT §8.2 Remark, p. 293, Fig 8.3). - If some portion of the curve is above the x-axis and some below (Fig 8.4) with
A₁ < 0andA₂ > 0, the area bounded by the curve, x-axis and the ordinatesx = a,x = bisA = |A₁| + A₂— the two pieces are computed separately and then added in absolute value (NCERT §8.2, p. 293–294). - Example 1 — area enclosed by the circle
x² + y² = a²: by symmetry about both axes, total area= 4 ∫_0^a y dx = 4 ∫_0^a √(a² − x²) dx, sincey = √(a² − x²)in the first quadrant; evaluating using∫√(a² − x²) dx = (x/2)√(a² − x²) + (a²/2) sin⁻¹(x/a)givesπa²(NCERT §8.2 Example 1, p. 294). - The same area
πa²is obtained alternatively by taking horizontal strips:4 ∫_0^a x dy = 4 ∫_0^a √(a² − y²) dy = πa²(NCERT §8.2 Example 1 (Alternatively), p. 295, Fig 8.6). - Example 2 — area of the ellipse
x²/a² + y²/b² = 1: by symmetry the area is 4 × (first-quadrant area bounded by curve, x-axis and ordinatesx = 0,x = a); usingy = (b/a)√(a² − x²), area= 4 ∫_0^a (b/a)√(a² − x²) dx = (4b/a)·(a²/2)·(π/2) = πab(NCERT §8.2 Example 2, p. 295). - Horizontal-strip alternative for the ellipse gives the same answer
πabvia4 ∫_0^b x dy = 4 (a/b) ∫_0^b √(b² − y²) dy = πab(NCERT §8.2 Example 2 Alternatively, p. 296, Fig 8.8). - Miscellaneous Example 3 — area bounded by
y = 3x + 2, x-axis and ordinatesx = −1,x = 1: the line meets the x-axis atx = −2/3, lying below the x-axis on(−1, −2/3)and above on(−2/3, 1); required area =|∫_{−1}^{−2/3} (3x+2) dx| + ∫_{−2/3}^{1} (3x+2) dx = 1/6 + 25/6 = 13/3(NCERT §8 Miscellaneous Example 3, p. 297, Fig 8.9). - Miscellaneous Example 4 — area bounded by
y = cos xbetweenx = 0andx = 2π: cosine is positive on[0, π/2]and[3π/2, 2π]and negative on[π/2, 3π/2], so area =∫_0^{π/2} cos x dx + |∫_{π/2}^{3π/2} cos x dx| + ∫_{3π/2}^{2π} cos x dx = 1 + 2 + 1 = 4(NCERT §8 Miscellaneous Example 4, p. 297, Fig 8.10). - Summary statement: area bounded by
y = f(x), x-axis and linesx = a,x = b(withb > a) is∫_a^b y dx = ∫_a^b f(x) dx; area bounded byx = φ(y), y-axis and linesy = c,y = dis∫_c^d x dy = ∫_c^d φ(y) dy(NCERT §8 Summary, p. 298). - Geometric intuition is essential: always sketch the region first, identify which strip type (vertical or horizontal) is simplest, locate intersections with the x-axis if sign-changes occur, then integrate piecewise with absolute values.
- Areas between two curves (implicit, made explicit in exercises): if f(x) ≥ g(x) on [a, b], then area between y = f(x) and y = g(x) is ∫_a^b (f(x) − g(x)) dx. The "top minus bottom" mnemonic captures this.
- For curves intersecting at more than two points, partition the integration interval at every intersection and apply (top − bottom) on each subinterval. This avoids sign errors when one curve crosses the other.
- The applications extend in higher mathematics to volumes of revolution (washer and shell methods), arc length, and surface area — but Class XII NCERT focuses purely on planar area.
- The "limit of a sum" derivation of area is mathematically equivalent to the definite integral by the Fundamental Theorem of Calculus, ensuring that integration and area are two faces of the same coin.
- A worked tip for the standard integrals: ∫√(a² − x²) dx and ∫√(a² + x²) dx are reduction formulas with sin⁻¹ and ln (or sinh⁻¹) primitives; memorise the former because it appears in every circle/ellipse derivation.
- A geometric pitfall: when the curve does not cross the x-axis on [a, b] but lies entirely below, the integral is negative; report area as its absolute value. When it crosses, partition the interval; sign-handling errors here are the single biggest source of wrong answers on CUET.
- Symmetry shortcut: for even functions on [−a, a], area = 2 ∫_0^a f(x) dx; for odd functions, the signed integral is zero but the area is still 2 ∫_0^a |f(x)| dx.
- For a parabola y = ax² between x = −p and x = p: by symmetry, area = 2 ∫_0^p ax² dx = (2/3) a p³; the same parabola "opens upward" so area lies above x-axis when a > 0.
- Always confirm units of measure (e.g., square units) match the geometric setting; numerical answers should be positive real numbers.
2.2 Definitions to memorise
| Term | Definition | Page |
|---|---|---|
| Elementary area | dA = y dx (vertical strip) | 292 |
| Area under curve (vertical) | ∫_a^b f(x) dx | 293 |
| Area under curve (horizontal) | ∫_c^d g(y) dy | 293 |
| Below-axis area | ∫_a^b f(x) dx | |
| Crossing-axis area | A₁ | |
| Circle area | πa² | 294 |
| Ellipse area | πab | 295 |
| Quarter circle | πa²/4 | 294 |
| Standard integral √(a²−x²) | (x/2)√(a²−x²) + (a²/2)sin⁻¹(x/a) | 294 |
| Vertical strip | Perpendicular to x-axis | 292 |
| Horizontal strip | Perpendicular to y-axis | 293 |
| Signed area | Integral value with sign | 293 |
| Geometric area | Non-negative quantity | 293 |
| First-quadrant area | Used with symmetry, ×4 for full | 294 |
| Bounding ordinates | x = a, x = b | 293 |
| Bounding abscissae | y = c, y = d | 293 |
| Sketch first | Visual prerequisite for area problems | 297 |
| Crossing point | x where f(x) = 0 | 297 |
| Parabola area (y² = 4ax) | ∫ horizontal strips x = y²/(4a) | 296 |
| Below-zero integrand | Multiplied by −1 before integration | 293 |
| Symmetric region | Reduce work via 2× or 4× | 294 |
| Standard area triangle | (1/2)·base·height | 297 |
| Vertical-strip width | dx | 292 |
| Horizontal-strip width | dy | 293 |
| Strip area dA | y dx or x dy | 292 |
2.3 Diagrams / processes to remember
- Fig 8.1 (p. 292): region PQRSP under
y = f(x)betweenx = aandx = b, with an arbitrary vertical strip of heightyand widthdxillustratingdA = y dx. - Fig 8.2 (p. 293): region bounded by
x = g(y), y-axis and linesy = c,y = d, with a horizontal strip of widthdyillustratingdA = x dy. - Fig 8.3 (p. 293): curve
y = f(x)lying entirely below the x-axis on[a, b], motivating the absolute-value convention for area. - Fig 8.4 (p. 294): curve with one portion above and one below the x-axis, illustrating
A = |A₁| + A₂. - Fig 8.5 (p. 294): circle
x² + y² = a²with the first-quadrant strip used to deriveπa²by4 ∫_0^a √(a² − x²) dx. - Fig 8.6 (p. 295): same circle handled with horizontal strips (
4 ∫_0^a √(a² − y²) dy) showing the alternative derivation. - Fig 8.7 (p. 295): ellipse
x²/a² + y²/b² = 1with first-quadrant vertical strip used to deriveπab. - Fig 8.8 (p. 296): ellipse handled with horizontal strips for the alternative derivation of
πab. - Fig 8.9 (p. 297): line
y = 3x + 2cutting the x-axis atx = −2/3, splitting the region betweenx = −1andx = 1into a below-axis triangle ACBA and an above-axis triangle ADEA. - Fig 8.10 (p. 297): graph of
y = cos xon[0, 2π]partitioned atx = π/2andx = 3π/2, used to compute the total bounded area as1 + 2 + 1 = 4. - Process — area under a curve: (i) sketch the region; (ii) decide strip orientation (vertical or horizontal); (iii) find intersection of curve with x-axis (if applicable); (iv) split the integral at sign changes; (v) integrate each piece with |·| as needed; (vi) sum.
- Process — area of a closed region: identify symmetries; compute area in one symmetric portion; multiply by the symmetry factor.
2.4 Common confusions / NTA trap points
- Forgetting that
∫_a^b f(x) dxis negative when the curve lies below the x-axis and that the area must be reported as the absolute value (NCERT §8.2 Remark, p. 293). - When a curve crosses the x-axis on
[a, b], integrating in one stroke givesA₁ + A₂(with cancellation) instead of the correct total area|A₁| + A₂(p. 294, Fig 8.4) — Example 3 and Example 4 are textbook traps for this. - Mixing up the two formulae:
∫ y dx(vertical strips, area against the x-axis) versus∫ x dy(horizontal strips, area against the y-axis). The choice depends on which axis the strip is perpendicular to (p. 293, Fig 8.2). - Standard-area confusion: students sometimes write area of an ellipse as
πa² b²,π(a + b)²/4, orπr²withr = (a + b)/2. The correct area isπab(Example 2, p. 295). - In the circle derivation, dropping the factor of 4 (which comes from the symmetry about both axes — only the first-quadrant area is computed by
∫_0^a √(a² − x²) dx) is a frequent slip (Example 1, p. 294). - Forgetting the absolute value when integrating a function with sign change. The integral ∫ from 0 to 2π of cos x is 0; the area is 4.
- Confusing "between two curves" with "under a curve". Area between y = f(x) and y = g(x) where f ≥ g on [a, b] is ∫(f − g) dx, not ∫ f dx − ∫ g dx (though algebraically the two are equal).
- Wrong direction of integration: ∫_b^a f dx = −∫_a^b f dx. For area, b should be the upper limit.
- Mis-applying symmetry: the circle is symmetric about both axes (4-fold); the ellipse also; the parabola y² = 4ax is symmetric about x-axis (2-fold); odd functions integrate to 0 over symmetric intervals.
- Forgetting that "area under" includes the strip down to the x-axis; if the question asks "area between curve and a horizontal line y = k", use ∫ (k − f(x)) dx (assuming k > f).
- Using wrong limits in horizontal strips. For y² = 4ax to the line y = 3, the limits are y = 0 to y = 3, not x = 0 to x = some value.
- Computing only the first-quadrant area and forgetting the symmetry multiplier.
- Treating the parabola as a function in both x and y simultaneously: y² = 4ax does not give a single y for each x unless we specify the branch.
2.5 Key formulas & theorems
| Formula | Statement | NCERT page |
|---|---|---|
| Vertical-strip area | A = ∫_a^b f(x) dx | 293 |
| Horizontal-strip area | A = ∫_c^d g(y) dy | 293 |
| Elementary area (vertical) | dA = y dx | 292 |
| Elementary area (horizontal) | dA = x dy | 293 |
| Below-axis correction | A = | ∫_a^b f(x) dx |
| Crossing-axis area | A = | A₁ |
| Circle area | πa² | 294 |
| Ellipse area | πab | 295 |
| Quarter circle | (πa²)/4 | 294 |
| Integral ∫√(a²−x²) dx | (x/2)√(a²−x²) + (a²/2)sin⁻¹(x/a) + C | 294 |
| First-quadrant ellipse | πab/4 | 295 |
| Parabola y² = 4ax slice | x = y²/(4a) | 296 |
| Area under line y = 3x + 2 | 13/3 (on [−1, 1]) | 297 |
| Area under cos x on [0, 2π] | 4 | 297 |
| Area between two curves | ∫(top − bottom) dx | implicit |
| Area between two y-curves | ∫(right − left) dy | implicit |
| Symmetry about y-axis | 2 ∫_0^a f dx | 294 |
| Symmetry about both axes | 4 ∫_0^a f dx (first quadrant) | 294 |
| Quarter ellipse (vertical) | (b/a) ∫_0^a √(a²−x²) dx | 295 |
| Quarter ellipse (horizontal) | (a/b) ∫_0^b √(b²−y²) dy | 296 |
| Sign convention | ∫_a^b f dx ≥ 0 if f ≥ 0 | 293 |
| Riemann interpretation | A = lim of Σ f(xᵢ) Δx | 292 |
| Linearity of area | A(R₁ ∪ R₂) = A(R₁) + A(R₂) (disjoint) | 294 |
| Geometric area is non-negative | ∫ |
2.6 Solved examples (NCERT-grounded)
Example A (NCERT Example 1, p. 294). Area enclosed by x² + y² = a².
Step 1 — symmetry: total area = 4 × (first-quadrant area). Step 2 — first-quadrant integral: 4 ∫_0^a √(a² − x²) dx. Step 3 — evaluate: using standard integral = 4·(a²·π/4) = πa².
Example B (NCERT Example 2, p. 295). Area enclosed by x²/a² + y²/b² = 1.
Step 1 — symmetry: 4 × (first-quadrant area). Step 2 — substitute y = (b/a)√(a² − x²): 4 ∫_0^a (b/a)√(a² − x²) dx. Step 3 — evaluate: (4b/a)·(a²·π/4) = πab.
Example C (NCERT Misc. Example 3, p. 297). Area bounded by y = 3x + 2, x-axis, x = −1, x = 1.
Step 1 — find crossing: 3x + 2 = 0 ⇒ x = −2/3. Step 2 — split and integrate: |∫{−1}^{−2/3}(3x+2)dx| + ∫{−2/3}^{1}(3x+2)dx. Step 3 — compute: 1/6 + 25/6 = 13/3.
Example D (NCERT Misc. Example 4, p. 297). Area bounded by y = cos x, [0, 2π].
Step 1 — sign analysis: cos > 0 on [0, π/2] ∪ [3π/2, 2π]; cos < 0 on [π/2, 3π/2]. Step 2 — compute each piece: ∫0^{π/2} cos x dx = 1; |∫{π/2}^{3π/2} cos x dx| = 2; ∫_{3π/2}^{2π} cos x dx = 1. Step 3 — sum: 1 + 2 + 1 = 4.
Example E (NCERT Exercise 8.1 Q4, p. 296). Area bounded by y² = 4x, y-axis, line y = 3.
Step 1 — horizontal strip: x = y²/4; dA = x dy. Step 2 — integrate: ∫_0^3 (y²/4) dy = (1/4)·[y³/3]_0^3 = 27/12. Step 3 — simplify: 27/12 = 9/4.
🎯 Practice MCQs
First 3 questions free · create a free account to unlock the rest — answers & explanations included, no payment needed
Q1. Area bounded by y = f(x), x-axis, x = a, x = b is
▸ Show answer & explanation
Answer: B
Vertical-strip formula.
Q2. Area bounded by x = g(y), y-axis, y = c, y = d is
▸ Show answer & explanation
Answer: A
Horizontal-strip formula.
Q3. Curve below x-axis ⇒ area = ?
▸ Show answer & explanation
Answer: B
Take absolute value.
🔒 9 more practice MCQs
Create a free account to unlock every MCQ in this chapter — answers and explanations included. No payment needed.
Already registered? Just log in and they'll all appear here.
Q4. Area of circle x² + y² = a²:
▸ Show answer & explanation
Answer: C
Standard result.
Q5. Area of ellipse x²/a² + y²/b² = 1:
▸ Show answer & explanation
Answer: C
Symmetry × first-quadrant integral.
Q6. Area in first quadrant bounded by x² + y² = 4, x = 0, x = 2:
▸ Show answer & explanation
Answer: A
Quarter of 4π.
Q7. Area bounded by y² = 4x, y-axis, y = 3:
▸ Show answer & explanation
Answer: B
∫_0^3 (y²/4) dy = 9/4.
Q8. Area bounded by y = cos x on [0, 2π]:
▸ Show answer & explanation
Answer: C
1 + 2 + 1 = 4.
Q9. Area bounded by y = 3x + 2, x-axis, x = −1, x = 1:
▸ Show answer & explanation
Answer: B
Split at x = −2/3.
Q10. When curve crosses x-axis with A₁ below and A₂ above: I. Area = A₁ + A₂ II. Area = |A₁| + A₂
▸ Show answer & explanation
Answer: B
Avoid cancellation.
Q11. Quarter of ellipse area is
▸ Show answer & explanation
Answer: A
Symmetry, divide by 4.
Q12. ∫√(a² − x²) dx equals
▸ Show answer & explanation
Answer: A
Standard integral table.
📊 Previous-Year Questions
Practise with real CUET Mathematics previous-year papers — every question solved, with the correct answer and a step-by-step explanation.
View solved CUET PYQ papers →Ready to drill Mathematics?
Unlock all MCQs, chapter tests, mocks & PYQs for ₹199/year.
Get UniDrill Pro