The Circle: πa2\pi a^2 Earned by Integration

The formula "area of a circle =πr2= \pi r^2" is stated without proof in earlier classes. This chapter derives it — the first big payoff of the strip method.

Setting up with symmetry

The circle x2+y2=a2x^2 + y^2 = a^2 is symmetric about both axes, so

whole area=4×(area of the first-quadrant region AOBA)\text{whole area} = 4 \times (\text{area of the first-quadrant region AOBA})

where AOBA is bounded by the curve, the xx-axis and the ordinates x=0x = 0, x=ax = a.

Circle with shaded first quadrant sliced into vertical strips

Vertical strips

Solving x2+y2=a2x^2 + y^2 = a^2 gives y=±a2−x2y = \pm\sqrt{a^2 - x^2}; in the first quadrant yy is positive, so the strip height is y=a2−x2y = \sqrt{a^2 - x^2}:

A=4∫0aa2−x2 dx=4[x2a2−x2+a22sin⁡−1xa]0aA = 4\int_0^a \sqrt{a^2 - x^2}\,dx = 4\left[\frac{x}{2}\sqrt{a^2 - x^2} + \frac{a^2}{2}\sin^{-1}\frac{x}{a}\right]_0^a

At x=ax = a the first term vanishes and sin⁡−11=π2\sin^{-1}1 = \frac{\pi}{2}; at x=0x = 0 both terms vanish:

A=4⋅a22⋅π2=πa2A = 4\cdot\frac{a^2}{2}\cdot\frac{\pi}{2} = \pi a^2

Horizontal strips — the same answer

Slicing the same quadrant into horizontal strips of length x=a2−y2x = \sqrt{a^2 - y^2}:

A=4∫0ax dy=4∫0aa2−y2 dy=πa2A = 4\int_0^a x\,dy = 4\int_0^a\sqrt{a^2 - y^2}\,dy = \pi a^2

The integral is identical with yy as the variable — a live demonstration that the strip direction is a choice, not a constraint.

Key Point: The engine inside both computations is the Chapter 7 root formula ∫a2−x2 dx=x2a2−x2+a22sin⁡−1xa\int\sqrt{a^2 - x^2}\,dx = \frac{x}{2}\sqrt{a^2 - x^2} + \frac{a^2}{2}\sin^{-1}\frac{x}{a}. One quadrant contributes πa24\frac{\pi a^2}{4} — worth remembering on its own: ∫0aa2−x2 dx=πa24\int_0^a\sqrt{a^2 - x^2}\,dx = \frac{\pi a^2}{4}, a quarter circle.

[JEE Tip] Never re-derive ∫0aa2−x2 dx\int_0^a\sqrt{a^2 - x^2}\,dx in the exam — read it geometrically as a quarter-circle area πa24\frac{\pi a^2}{4}. Fragments like ∫024−x2 dx=π\int_0^2\sqrt{4 - x^2}\,dx = \pi then take five seconds.

The Ellipse: πab\pi ab

For the ellipse x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 the same symmetry argument applies — the curve is symmetric about both axes, so the whole area is 4×4\times the first-quadrant region.

Ellipse with shaded first quadrant sliced into vertical strips

Vertical strips

Solving for yy (positive root in the first quadrant): y=baa2−x2y = \frac{b}{a}\sqrt{a^2 - x^2}. So

A=4∫0abaa2−x2 dx=4ba[x2a2−x2+a22sin⁡−1xa]0a=4ba⋅a22⋅π2=πabA = 4\int_0^a \frac{b}{a}\sqrt{a^2 - x^2}\,dx = \frac{4b}{a}\left[\frac{x}{2}\sqrt{a^2 - x^2} + \frac{a^2}{2}\sin^{-1}\frac{x}{a}\right]_0^a = \frac{4b}{a}\cdot\frac{a^2}{2}\cdot\frac{\pi}{2} = \pi ab

Horizontal strips

With x=abb2−y2x = \frac{a}{b}\sqrt{b^2 - y^2} and yy running 00 to bb:

A=4∫0babb2−y2 dy=4ab⋅πb24=πabA = 4\int_0^b \frac{a}{b}\sqrt{b^2 - y^2}\,dy = \frac{4a}{b}\cdot\frac{\pi b^2}{4} = \pi ab

Reading the result

  1. The ellipse is a circle stretched by ba\frac{b}{a} vertically — every strip height scales by ba\frac ba, so the area scales the same way: πa2⋅ba=πab\pi a^2 \cdot \frac{b}{a} = \pi ab.
  2. Setting b=ab = a recovers the circle: πa⋅a=πa2\pi a\cdot a = \pi a^2 — a built-in consistency check.
  3. For a numerical ellipse like x216+y29=1\frac{x^2}{16} + \frac{y^2}{9} = 1: read off a=4a = 4, b=3b = 3 (the square roots of the denominators), giving area 12π12\pi.

Key Point: For any standard-form ellipse, area =πab= \pi ab where a2a^2 and b2b^2 are the denominators. The only working error available is forgetting the square roots — x216+y29=1\frac{x^2}{16} + \frac{y^2}{9} = 1 has area π⋅4⋅3=12π\pi\cdot4\cdot3 = 12\pi, never π⋅16⋅9\pi\cdot16\cdot9.

[JEE Tip] Exam variants ask for parts of these regions: a quadrant of the ellipse (πab4\frac{\pi ab}{4}), the region between the ellipse and a chord, or the circle piece cut by a vertical line. The strip setup is unchanged — only the limits move. Sketch, mark the limits, and reuse the same root integral.

Solved Examples

Example 1: The circle, in full

Find the area enclosed by the circle x2+y2=a2x^2 + y^2 = a^2.

Solution:

  1. Symmetry: whole area =4×= 4\times area of the first-quadrant region AOBA (curve, xx-axis, x=0x = 0 to x=ax = a).
  2. Strip: y=a2−x2y = \sqrt{a^2 - x^2} (positive root in the first quadrant): A=4∫0aa2−x2 dxA = 4\int_0^a\sqrt{a^2 - x^2}\,dx.
  3. Root formula: 4[x2a2−x2+a22sin⁡−1xa]0a=4(0+a22⋅π2)4\left[\frac x2\sqrt{a^2 - x^2} + \frac{a^2}{2}\sin^{-1}\frac xa\right]_0^a = 4\left(0 + \frac{a^2}{2}\cdot\frac{\pi}{2}\right).

Final Answer: πa2\pi a^2 square units.

Example 2: The circle by horizontal strips

Repeat Example 1 using horizontal strips.

Solution:

  1. Strip: at height yy, the strip runs from the yy-axis to the curve: length x=a2−y2x = \sqrt{a^2 - y^2}.
  2. Set up: A=4∫0ax dy=4∫0aa2−y2 dyA = 4\int_0^a x\,dy = 4\int_0^a\sqrt{a^2 - y^2}\,dy.
  3. Evaluate: the same integral as before with yy as the variable: 4⋅πa24=πa24\cdot\frac{\pi a^2}{4} = \pi a^2.

Final Answer: πa2\pi a^2 square units — identical, as it must be.

Takeaway: When both directions work, the integrals are often literally the same. The choice matters only when the curve solves cleanly for one variable but not the other.

Example 3: The ellipse

Find the area enclosed by the ellipse x2a2+y2b2=1\dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1.

Solution:

  1. Symmetry: A=4×A = 4\times first-quadrant area.
  2. Strip: y=baa2−x2y = \frac ba\sqrt{a^2 - x^2}: A=4ba∫0aa2−x2 dxA = \frac{4b}{a}\int_0^a\sqrt{a^2 - x^2}\,dx.
  3. Quarter-circle value: ∫0aa2−x2 dx=πa24\int_0^a\sqrt{a^2 - x^2}\,dx = \frac{\pi a^2}{4}, so A=4ba⋅πa24A = \frac{4b}{a}\cdot\frac{\pi a^2}{4}.

Final Answer: πab\pi ab square units.

Example 4: A numerical ellipse

Find the area of the region bounded by the ellipse x216+y29=1\dfrac{x^2}{16} + \dfrac{y^2}{9} = 1.

Solution:

  1. Identify aa and bb: a2=16⇒a=4a^2 = 16 \Rightarrow a = 4; b2=9⇒b=3b^2 = 9 \Rightarrow b = 3.
  2. Apply the formula: A=πab=π⋅4⋅3A = \pi ab = \pi\cdot4\cdot3.

Final Answer: 12π12\pi square units.

Example 5: A taller-than-wide ellipse

Find the area of the region bounded by the ellipse x24+y29=1\dfrac{x^2}{4} + \dfrac{y^2}{9} = 1.

Solution:

  1. Identify: a=2a = 2 (along xx), b=3b = 3 (along yy) — here the major axis is vertical, which changes nothing in the formula.
  2. Apply: A=π⋅2⋅3A = \pi\cdot2\cdot3.

Final Answer: 6π6\pi square units.

Takeaway: πab\pi ab is orientation-blind — it doesn't care which of a,ba, b is larger.

Example 6: A semicircular region

Find the area bounded by the curve y=16−x2y = \sqrt{16 - x^2} and the xx-axis.

Solution:

  1. Recognise the curve: y=16−x2y = \sqrt{16 - x^2} is the upper half of the circle x2+y2=16x^2 + y^2 = 16 (radius 44), meeting the xx-axis at x=±4x = \pm4.
  2. Set up: A=∫−4416−x2 dx=2∫0416−x2 dxA = \int_{-4}^{4}\sqrt{16 - x^2}\,dx = 2\int_0^4\sqrt{16 - x^2}\,dx (even integrand).
  3. Quarter-circle value: ∫0416−x2 dx=π⋅164=4π\int_0^4\sqrt{16 - x^2}\,dx = \frac{\pi\cdot16}{4} = 4\pi, so A=8πA = 8\pi.
  4. Check: semicircle of radius 44: 12π⋅16=8π\frac12\pi\cdot16 = 8\pi. ✓

Final Answer: 8π8\pi square units.

Example 7: A quadrant with explicit working

Find the area of the region in the first quadrant enclosed by x2+y2=1x^2 + y^2 = 1, the xx-axis and the yy-axis.

Solution:

  1. Set up: A=∫011−x2 dxA = \int_0^1\sqrt{1 - x^2}\,dx.
  2. Root formula: [x21−x2+12sin⁡−1x]01=0+12⋅π2\left[\frac x2\sqrt{1 - x^2} + \frac12\sin^{-1}x\right]_0^1 = 0 + \frac12\cdot\frac{\pi}{2}.
  3. Conclude: π4\frac{\pi}{4} — a quarter of the unit circle's area π\pi. ✓

Final Answer: π4\dfrac{\pi}{4} square units.

Takeaway: Fragments of circles are everywhere in this chapter's exercises. Train the reflex: ∫0aa2−x2 dx=πa24\int_0^a\sqrt{a^2 - x^2}\,dx = \frac{\pi a^2}{4} (quarter circle), ∫−aa=πa22\int_{-a}^{a} = \frac{\pi a^2}{2} (semicircle) — then check any remaining piece by geometry.