For an interactive study experience with progress tracking, bookmarks, and solutions, try our reader.
Open in Interactive ReaderChapter Overview
How do you find the exact area of a shape bounded by a curve? You can't use simple rectangle or triangle formulas. This chapter answers that question using Definite Integrals — the most powerful application of calculus. The core idea is beautiful: slice the region into infinitely many infinitely thin vertical (or horizontal) rectangles, add up their areas, and take the limit. That limit IS the integral. This chapter bridges theoretical integration with real, measurable quantities like area, distance, and volume cross-sections.
What this chapter covers
Area Bounded by a Curve and the x-axisArea Bounded by a Curve and the y-axisArea Between Two CurvesProof of the Area Under a Curve TheoremArea Below the x-axis (Sign Convention)Finding Intersection Points as LimitsArea of a Circle Using IntegrationArea of an Ellipse Using IntegrationParabola-Line and Parabola-Parabola Region Areas
Learning Objectives
1
State and prove the theorem that the area under y = f(x) between x = a and x = b is ∫ₐᵇ y dx
2
Calculate areas bounded by curves and the x-axis, handling regions above and below the axis separately
3
Calculate areas bounded by curves and the y-axis using ∫ x dy
4
Find the area of regions enclosed between two curves by first locating their intersection points
5
Derive the formula for the area of a circle (πr²) and ellipse (πab) using definite integrals
6
Handle area problems where the curve crosses the x-axis by splitting the integral at the crossing point
Integration = Infinite Thin Rectangles Summed Up
Key Insight
The area under a curve is found by imagining infinitely many vertical rectangles, each of width dx and height y = f(x), stacked side by side.
One rectangle has area = f(x) · dx. Summing all of them from x = a to x = b gives the total area. The symbol $\int_a^b f(x)\,dx$ literally means 'sum (∫) of f(x) times dx (tiny width) from a to b'.
One rectangle has area = f(x) · dx. Summing all of them from x = a to x = b gives the total area. The symbol $\int_a^b f(x)\,dx$ literally means 'sum (∫) of f(x) times dx (tiny width) from a to b'.
Critical sign rule: Area is always POSITIVE. But the integral can be negative if the curve is below the x-axis. Always check which side of the x-axis your curve is on before computing. If below, negate the integral.
Key Definitions
Definite Integral
An integral with an upper limit $b$ and a lower limit $a$, giving a specific numerical value representing the net signed area between the curve and the x-axis.
$$\int_a^b f(x)\,dx = [F(x)]_a^b = F(b) - F(a)$$
Ordinates
The vertical boundary lines $x = a$ and $x = b$ that mark the left and right boundaries of a region when integrating with respect to x.
Abscissae
The horizontal boundary lines $y = c$ and $y = d$ that mark the bottom and top boundaries of a region when integrating with respect to y.
Latus Rectum
For a parabola $y^2 = 4ax$, the latus rectum is the chord through the focus parallel to the directrix. Its equation is $x = a$. It appears frequently in NEB area questions.
$$\text{Latus rectum of } y^2 = 4ax \text{ is the line } x = a$$
Net Signed Area vs True Area
The definite integral $\int_a^b f(x)\,dx$ gives the net signed area — positive above the x-axis, negative below. The true geometric area is always positive and requires taking the absolute value of each piece.
x-axis Integration vs y-axis Integration
The direction you integrate depends on which axis forms the boundary and how the curve equation is expressed.
Integrating along x (dx)
$$A = \int_a^b y\,dx = \int_a^b f(x)\,dx$$
Curve is expressed as y = f(x)
Boundaries are vertical lines: x = a and x = b
The region is bounded by the x-axis (y = 0)
Rectangles are vertical — width dx, height y
Use when: 'area bounded by x-axis and ordinates x=a, x=b'
VS
Integrating along y (dy)
$$A = \int_c^d x\,dy = \int_c^d f(y)\,dy$$
Curve is expressed as x = f(y)
Boundaries are horizontal lines: y = c and y = d
The region is bounded by the y-axis (x = 0)
Rectangles are horizontal — height dy, width x
Use when: 'area bounded by y-axis' or x is given as a function of y
Memory: x-axis boundary → integrate dx (vertical strips). y-axis boundary → integrate dy (horizontal strips). Between two curves → Top minus Bottom (dx) or Right minus Left (dy).
All Area Formulas with Derivations
Area bounded by curve and x-axis (above)
$$A = \int_a^b y\,dx = \int_a^b f(x)\,dx$$
Valid when f(x) ≥ 0 throughout [a, b]. If the curve dips below, split the integral.
Area bounded by curve and x-axis (below)
$$A = -\int_a^b y\,dx = \left|\int_a^b y\,dx\right|$$
When f(x) ≤ 0 in [a, b], the integral is negative but area is positive. Always negate.
Area bounded by curve and y-axis
$$A = \int_c^d x\,dy = \int_c^d f(y)\,dy$$
Use when the curve is to the right of the y-axis and expressed as x = f(y).
Area Between Two Curves
$$A = \int_a^b (y_{\text{upper}} - y_{\text{lower}})\,dx$$
Always subtract lower from upper. First find intersection points a and b by solving y₁ = y₂.
Area of a Circle
$$A = \pi a^2 \quad (\text{for circle } x^2 + y^2 = a^2)$$
Derived by integrating the first-quadrant area and multiplying by 4.
Area of an Ellipse
$$A = \pi ab \quad \left(\text{for ellipse } \frac{x^2}{a^2}+\frac{y^2}{b^2}=1\right)$$
Generalisation of circle formula. When a = b, gives πa² (circle). Use the quarter-rule: integrate first quadrant and multiply by 4.
Which Formula to Use? — Decision Tree
Read the question carefully and follow these steps. The wording tells you everything.
Are the limits given? (x = a, x = b or y = c, y = d)
Yes
Use those as integration limits directly → continue to next step
No
Find limits by solving the curve equations simultaneously to get intersection points
Is the boundary the x-axis (y = 0) or two vertical lines?
Yes
Use ∫ y dx (vertical strips). Check: is curve above x-axis? If yes → ∫y dx. If below → −∫y dx
No
Continue ↓
Is the boundary the y-axis (x = 0) or two horizontal lines?
Yes
Express curve as x = f(y), use ∫ x dy with horizontal limits y = c to y = d
No
Continue ↓
Is the region enclosed between TWO curves?
Yes
∫(y_upper − y_lower) dx. Identify which curve is on top in the region first.
No
Check if it's a circle or ellipse → use ¼ of area × 4 (Quarter Rule)
Memory Tricks — Use These Every Exam
Trick: Four simple rules that cover 95% of area questions in NEB.
Steps to Remember:
- Top Minus Bottom: Area between two curves along the x-direction = ∫(upper curve − lower curve) dx. Never subtract the wrong way or you get a negative area.
- Right Minus Left: When working along the y-axis, Area = ∫(right curve − left curve) dy. Think of horizontal strips where the right boundary is farther from the y-axis.
- The Quarter Rule: For symmetric shapes like circles ($x^2+y^2=a^2$) or ellipses ($\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$), integrate only the first quadrant ($x,y \ge 0$) and multiply the result by 4. Saves time and avoids sign errors.
- No Limits Given = Find Intersections First: If the problem says 'area bounded by y = x² and y = x' without giving x = a and x = b, set x² = x → x(x−1) = 0 → x = 0 and x = 1. These become your limits.
- Always Write sq. units: NEB examiners deduct marks if you omit the unit 'sq. units' at the end of every area answer.
Mnemonic: Top−Bottom (dx) | Right−Left (dy) | Quarter Rule for circles/ellipses | No limits → find intersections first
Common Mistakes
These mistakes account for the most lost marks in NEB area questions.
- Forgetting negative area: If a curve dips below the x-axis, $\int y\,dx$ is negative. Area is always positive — negate the integral for that region or take the absolute value. Many students just write the negative value and lose all marks.
- Wrong limits: If limits aren't given, you MUST find the intersection points by solving the curve equations. Students often guess x = 0 and x = 1 when the actual intersections are different.
- Wrong direction of subtraction: For area between two curves, always do Upper − Lower (or Right − Left for y-integration). Doing Lower − Upper gives a negative result — wrong.
- Forgetting dx or dy: Always write $\int y\,dx$ or $\int x\,dy$ — never just $\int y$ or $\int x$. Missing the differential is a notation error that loses marks.
- Not using the Quarter Rule for full circles/ellipses: Integrating the full circle by going from x = −a to x = +a with $y = \sqrt{a^2-x^2}$ only gives the upper semicircle. Multiply by 2, not 4.
- Forgetting 'sq. units': Area answers must always end with 'sq. units'. NEB board marks specifically check for this.
NEB Exam Traps — These Appear Every Year
NEB Exam Warning
Board examiners test these specific edge cases. Know them to protect your marks.
- Proof of 'Area under a curve = ∫y dx' is a frequently asked long question. Learn the squeeze argument: $y\,\Delta x < \Delta A < (y+\Delta y)\,\Delta x$, divide by $\Delta x$, take limit → dA/dx = y.
- Area between $y^2 = 4ax$ and $x^2 = 4ay$ is $\frac{16a^2}{3}$ — this exact problem appears almost every year. Know it.
- For $y = x^3$ from $x = -1$ to $x = 2$: the curve is negative for $x \in [-1, 0]$ and positive for $x \in [0, 2]$. Must split into two integrals. Answer is $\frac{1}{4} + 4 = \frac{17}{4}$, NOT $\frac{15}{4}$.
- For area of ellipse $\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$: the formula is $\pi ab$ — but show the integration steps using $x = a\sin\theta$ substitution. Don't just write the formula without proof.
- When a parabola and line are given (like $y = x^2$ and $y = 2x+3$), students forget to check which curve is on top. Sketch or test a point between the intersections.
Question Recognition Guide
| Keyword / Phrase in Question | Use This |
|---|---|
| 'Bounded by x-axis, x = a, x = b' (curve above x-axis) | ∫ₐᵇ y dx directly |
| Curve is below x-axis in [a, b] | −∫ₐᵇ y dx (negate to get positive area) |
| Curve crosses x-axis at x = c within [a, b] | ∫ₐᶜ y dx − ∫꜀ᵇ y dx (split and negate negative part) |
| 'Bounded by y-axis' or curve given as x = f(y) | ∫꜀ᵈ x dy with horizontal limits |
| Area between two curves, limits given | ∫ₐᵇ (y_upper − y_lower) dx |
| Area between two curves, NO limits given | First solve y₁ = y₂ for intersection points, THEN ∫(y_upper − y_lower) dx |
| Circle x² + y² = a² | 4 × ∫₀ᵃ √(a²−x²) dx = πa² (Quarter Rule) |
| Ellipse x²/a² + y²/b² = 1 | 4 × ∫₀ᵃ (b/a)√(a²−x²) dx = πab (Quarter Rule) |
| Parabola y² = 4ax and its latus rectum x = a | 2∫₀ᵃ 2√(ax) dx (use symmetry above/below x-axis) |
| Two parabolas y² = 4ax and x² = 4ay | Intersections at (0,0) and (4a,4a); ∫₀^(4a) (2√(ax) − x²/4a) dx |
Solved Examples (Easy → Hard)
1
Find the area bounded by $y = 2x$, the x-axis, $x = 1$ and $x = 3$.
Easy
2
Find the area bounded by $y = x^2$ and the x-axis from $x = 0$ to $x = 2$.
Easy
3
Find the area bounded by $x = y^2$, the y-axis, $y = 1$ and $y = 2$.
Easy
4
Find the area bounded by $y = x^2 - 4$ and the x-axis.
Medium
5
Find the area enclosed between $y^2 = x$ and $x^2 = y$.
Medium
6
Find the area of the ellipse $\frac{x^2}{16} + \frac{y^2}{9} = 1$.
Hard
7
Find the area bounded by $y^2 = 8x$ and the line $y = 2x$.
Hard
MCQ Practice
Mixed Level — MCQ
1
The area under $y = x$ from $x = 0$ to $x = 2$ is:
Correct!
Incorrect. Correct: 2
2
The area of the circle $x^2 + y^2 = 9$ is:
Correct!
Incorrect. Correct: $9\pi$
3
The integral $\int_a^b y\,dx$ represents:
Correct!
Incorrect. Correct: Area bounded by x-axis
4
If a curve is below the x-axis, its area is calculated as:
Correct!
Incorrect. Correct: $-\int y\,dx$
5
The area of an ellipse $\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$ is:
Correct!
Incorrect. Correct: $\pi ab$
6
The area bounded by $y = \cos x$ from $0$ to $\pi/2$ is:
Correct!
Incorrect. Correct: 1
7
The intersection points of $y = x^2$ and $y = x$ are:
Correct!
Incorrect. Correct: (0,0) and (1,1)
8
The area bounded by $x = 4 - y^2$ and the y-axis is found by integrating with respect to:
Correct!
Incorrect. Correct: y
9
$\int_0^1 e^x\,dx$ equals:
Correct!
Incorrect. Correct: $e-1$
10
The area between $y = 2$ and $y = 5$ from $x = 0$ to $x = 1$ is:
Correct!
Incorrect. Correct: 3
Short Questions (2 Marks Each)
1
State the theorem for the area bounded by a curve and the x-axis.
[2 marks]
2
Find the area bounded by $y = 4x^3$, x-axis, $x = 1$ to $x = 2$.
[2 marks]
3
Calculate the area under $y = \sin x$ from $x = 0$ to $x = \pi$.
[2 marks]
4
Find the area bounded by $y^2 = 4x$ and $x = 1$ in the first quadrant.
[2 marks]
5
Find the area bounded by $x = y^2$, $y = 0$, $y = 3$ and the y-axis.
[2 marks]
6
Find the area bounded by $y = \frac{1}{x}$, x-axis, $x = 1$ to $x = e$.
[2 marks]
7
Find the area between $y = x^2$ and $y = -x^2$ from $x = 0$ to $x = 1$.
[2 marks]
8
Find the area bounded by $y = e^{2x}$, x-axis, $x = 0$ to $x = 1$.
[2 marks]
9
Find the area bounded by $y = 2x + 3$, x-axis, $x = 0$, $x = 2$.
[2 marks]
10
Explain why $\int_a^b y\,dx$ can be zero for a non-zero geometric area.
[2 marks]
Long Questions (5 Marks Each)
1
Prove the formula for the area of a circle $x^2 + y^2 = a^2$ using integration.
[5 marks]
2
Find the area bounded by the parabola $y^2 = 16x$ and its latus rectum ($x = 4$).
[5 marks]
3
Find the area of the ellipse $\frac{x^2}{25}+\frac{y^2}{16}=1$.
[5 marks]
4
Find the area between the curves $y^2 = 4ax$ and $x^2 = 4ay$.
[5 marks]
5
Find the area bounded by $y = x^2 - 5x + 6$ and the x-axis.
[5 marks]
6
Find the area bounded by $y = \ln x$, the x-axis, and the ordinate $x = e$.
[5 marks]
7
Find the area bounded by $y = x^2$ and the line $y = 4$.
[5 marks]
8
Find the area bounded by $y = x^3$, x-axis, $x = -1$ and $x = 2$.
[5 marks]
9
Find the area bounded by the y-axis and the curve $x = 4y - y^2$.
[5 marks]
10
Find the area between the parabola $y = x^2$ and the line $y = 2x + 3$.
[5 marks]
Past NEB Board Questions
Past NEB Board Questions
1
Find the area between the parabola $y = x^2$ and the line $y = 2x + 3$.
NEB 2079
[5 marks]
2
Find the area enclosed between $y^2 = 4ax$ and $x^2 = 4ay$.
NEB 2078
[5 marks]
3
Prove that the area under $y = f(x)$ between ordinates $x = a$ and $x = b$ is $\int_a^b y\,dx$.
NEB 2077
[4 marks]
4
Find the area bounded by $y = x^3$, the x-axis, and ordinates $x = -1$ and $x = 2$.
NEB 2076
[5 marks]
Chapter Test — Full Mixed Paper
Attempt in 50 minutes without notes. Remember to write 'sq. units' after every area answer.
1
Section A — MCQs (1 Mark Each)
Mixed Level — MCQ
1
Area of $y^2 = x$ from $x = 0$ to $x = 1$ (first quadrant) is:
Correct!
Incorrect. Correct: 2/3
2
The formula for area bounded by the y-axis is $\int$ _____ $dy$:
Correct!
Incorrect. Correct: x
3
Area of ellipse with $a = 2$, $b = 3$ is:
Correct!
Incorrect. Correct: $6\pi$
2
Section B — Short Questions (2 Marks Each)
1
Find the area under $y = 3x^2 + 2$ from $x = 0$ to $x = 2$.
[2 marks]
2
Find the area under $y = \sin x$ for $x \in [0, \pi/2]$.
[2 marks]
3
Section C — Long Questions (5 Marks Each)
1
Find the area between the parabola $y = x^2$ and the line $y = 2x + 3$.
[5 marks]
One-Page Revision Cheat Sheet
1
Core idea: Integration = summing infinite thin rectangles. ∫y dx for vertical strips, ∫x dy for horizontal strips.
2
x-axis boundary (above): $A = \int_a^b y\,dx$ (positive when y ≥ 0).
3
x-axis boundary (below): $A = -\int_a^b y\,dx$ (negate when y < 0). Always positive!
4
Curve crosses x-axis: Split at crossing point, compute each part separately, add magnitudes.
5
y-axis boundary: $A = \int_c^d x\,dy$ — express curve as x = f(y).
6
Between two curves: $A = \int_a^b(y_{\text{upper}}-y_{\text{lower}})\,dx$ — Top Minus Bottom.
7
No limits given? Solve $y_1 = y_2$ to find intersection points, use those as limits.
8
Circle $x^2+y^2=a^2$: Area = $\pi a^2$. Prove: $4\int_0^a \sqrt{a^2-x^2}\,dx$ with $x=a\sin\theta$.
9
Ellipse $\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$: Area = $\pi ab$. Use Quarter Rule × 4.
10
Parabola $y^2=4ax$ and $x^2=4ay$: Area = $\frac{16a^2}{3}$ — very frequently tested.
11
Proof of area theorem: $y\,\Delta x < \Delta A < (y+\Delta y)\,\Delta x$ → squeeze → $dA/dx = y$ → integrate.
12
Always check: Is the curve above or below the x-axis? Is the stated 'upper' curve truly on top?
13
Always write: Answer in sq. units — mandatory for full marks in NEB.