Where Areas Sit in JEE — and the One Formula NCERT Trimmed

JEE Main's integral calculus syllabus includes determining areas of the regions bounded by simple curves in standard form — expect one area question in most sessions. JEE Advanced pushes the same idea into multi-curve regions and parameter problems. Crucially, JEE freely asks the area between two curves, which the rationalized NCERT no longer covers — so it's the first add-on to learn here.

Area between two curves

If f(x)≥g(x)f(x) \geq g(x) on [a,b][a, b], the region between the two graphs has strip height f(x)−g(x)f(x) - g(x) (top minus bottom), so

A=∫ab[f(x)−g(x)]dxA = \int_a^b \left[f(x) - g(x)\right]dx

Region between two intersecting curves with a vertical strip spanning them

The working routine:

  1. Find the intersections: solve f(x)=g(x)f(x) = g(x) — these are the limits aa and bb.
  2. Decide who's on top on (a,b)(a, b) (test one point, or read the sketch).
  3. Integrate the difference. If the curves cross inside the interval, split at the crossing and keep top-minus-bottom in each piece.
  4. For regions leaning sideways, the mirror version is A=∫cd[right(y)−left(y)]dyA = \int_c^d\left[\text{right}(y) - \text{left}(y)\right]dy.

Key Point: Because the strip runs curve-to-curve, the xx-axis plays no role — no sign-splitting for axis crossings is needed. The only splits are where the two curves cross each other.

Results worth carrying into the exam

  1. Line and parabola y=xy = x, y=x2y = x^2: area =16= \frac16. More generally, the region between y=x2y = x^2 and y=mxy = mx has area m36\frac{m^3}{6}.
  2. Two parabolas y2=4axy^2 = 4ax and x2=4byx^2 = 4by: area =16ab3= \frac{16ab}{3}; the unit case y2=xy^2 = x, x2=yx^2 = y gives 13\frac13.
  3. Parabolic arch versus its chord: a parabola cuts off 23\frac23 of the bounding rectangle (Archimedes) — instant answers for latus-rectum and y=cy = c chord regions.

[JEE Tip] In the exam, compute intersections first and mark them on a ten-second sketch. Most wrong answers in area questions come from wrong limits or the wrong curve on top, not from wrong integration.

The Speed Toolkit

  1. Symmetry first. Regions symmetric about an axis: compute one half and double. The lobes of y=x3y = x^3 versus y=xy = x are point-symmetric — twice the first-quadrant lobe.
  2. Choose dydy strips deliberately. For regions bounded by y2=4axy^2 = 4ax-type curves and horizontal lines, horizontal strips avoid square roots entirely: the region under y2=4xy^2 = 4x up to y=3y = 3 against the yy-axis is ∫03y24dy\int_0^3\frac{y^2}{4}dy in one line.
  3. Standard fractions of standard figures. Circle: πr2\pi r^2 (full), πr22\frac{\pi r^2}{2}, πr24\frac{\pi r^2}{4}; ellipse: πab\pi ab and its quarters; parabola-in-rectangle: 23\frac23 — assemble regions from these blocks before integrating anything.
  4. Circle-segment template. The area cut from x2+y2=r2x^2 + y^2 = r^2 by the chord x=cx = c (right side) is 2∫crr2−x2 dx2\int_c^r\sqrt{r^2 - x^2}\,dx — root formula, two evaluations, done.
  5. Inverse (parameter) problems. "Find kk so that the area is SS": set up the integral with kk symbolic, integrate, solve the resulting equation. The area under y=xy = \sqrt x on [0,k][0, k] is 23k3/2\frac23 k^{3/2} — so area 1818 forces k3/2=27k^{3/2} = 27, i.e. k=9k = 9.
  6. Area splitting by a curve. "The line y=mxy = mx divides the region into two equal parts" — write both sub-areas as integrals, set them equal, solve for mm.

Traps that cost real marks

  1. Wrong top curve. f−gf - g with the roles swapped flips the sign; if your area comes out negative, you subtracted in the wrong order — fix the order, don't just drop the sign blindly.
  2. Curves crossing mid-interval. Between sin⁡x\sin x and cos⁡x\cos x on [0,π][0, \pi], the top changes at x=π4x = \frac{\pi}{4}… and again the strip direction matters: split at every crossing.
  3. Extraneous intersection roots. Squaring equations while solving f=gf = g can introduce fake intersections — check each root on the original curves.
  4. Modulus boundaries. y=∣x∣y = |x|-type boundaries mean the region's description changes branch at the corner — treat each branch as its own curve.

[JEE Tip] The +4/−1 economy rewards the memorised special results (items 1-3 above and 16\frac16, 16ab3\frac{16ab}{3}): recognising the configuration is worth the full +4 in under a minute, and these five cover a large share of the area questions actually asked.

JEE-Pattern Worked Examples

Example 1: The classic sixth [JEE Main pattern]

Find the area of the region bounded by the parabola y=x2y = x^2 and the line y=xy = x.

Solution:

  1. Intersections: x2=xx^2 = x gives x=0,1x = 0, 1.
  2. Top curve: on (0,1)(0, 1), x>x2x > x^2 — the line is on top.
  3. Integrate: A=∫01(x−x2)dx=12−13=16A = \int_0^1\left(x - x^2\right)dx = \frac12 - \frac13 = \frac16.

Final Answer: 16\dfrac{1}{6} square units.

Example 2: Two parabolas [JEE Main pattern]

Find the area enclosed between the parabolas y2=4xy^2 = 4x and x2=4yx^2 = 4y.

Solution:

  1. Intersections: substituting y=x24y = \frac{x^2}{4} into y2=4xy^2 = 4x: x416=4x\frac{x^4}{16} = 4x, so x=0x = 0 or x3=64x^3 = 64, i.e. x=4x = 4. Points: (0,0)(0,0) and (4,4)(4,4).
  2. Top and bottom on (0,4)(0, 4): upper y=2xy = 2\sqrt x (from y2=4xy^2 = 4x), lower y=x24y = \frac{x^2}{4}.
  3. Integrate: A=∫04(2x−x24)dx=43⋅8−6412=323−163A = \int_0^4\left(2\sqrt x - \frac{x^2}{4}\right)dx = \frac43\cdot8 - \frac{64}{12} = \frac{32}{3} - \frac{16}{3}.

Final Answer: 163\dfrac{16}{3} square units — matching 16ab3\frac{16ab}{3} with a=b=1a = b = 1.

Example 3: Line through a parabola [JEE Main pattern]

Find the area bounded by y=x2y = x^2 and y=2x+3y = 2x + 3.

Solution:

  1. Intersections: x2=2x+3x^2 = 2x + 3 gives x2−2x−3=0x^2 - 2x - 3 = 0, so x=−1,3x = -1, 3.
  2. Top: the line is above the parabola between the roots.
  3. Integrate: A=∫−13(2x+3−x2)dx=[x2+3x−x33]−13=9−(−53)A = \int_{-1}^{3}\left(2x + 3 - x^2\right)dx = \left[x^2 + 3x - \frac{x^3}{3}\right]_{-1}^{3} = 9 - \left(-\frac53\right).

Final Answer: 323\dfrac{32}{3} square units.

Example 4: Trig curves crossing [JEE Main pattern]

Find the area bounded by y=cos⁡xy = \cos x, y=sin⁡xy = \sin x and the yy-axis, for 0≤x≤π40 \leq x \leq \frac{\pi}{4}.

Solution:

  1. Who's on top: on [0,π4)\left[0, \frac{\pi}{4}\right), cos⁡x>sin⁡x\cos x > \sin x; they meet at x=π4x = \frac{\pi}{4}.
  2. Integrate: A=∫0π/4(cos⁡x−sin⁡x)dx=[sin⁡x+cos⁡x]0π/4=2−1A = \int_0^{\pi/4}(\cos x - \sin x)dx = \left[\sin x + \cos x\right]_0^{\pi/4} = \sqrt2 - 1.

Final Answer: 2−1\sqrt 2 - 1 square units.

Example 5: Parabola and an oblique line [JEE Main pattern]

Find the area of the region enclosed by y=2−x2y = 2 - x^2 and y=−xy = -x.

Solution:

  1. Intersections: 2−x2=−x2 - x^2 = -x gives x2−x−2=0x^2 - x - 2 = 0, so x=−1,2x = -1, 2.
  2. Top: the parabola is above the line between the roots (test x=0x = 0: 2>02 > 0).
  3. Integrate: A=∫−12(2−x2+x)dx=[2x−x33+x22]−12=103+76A = \int_{-1}^{2}\left(2 - x^2 + x\right)dx = \left[2x - \frac{x^3}{3} + \frac{x^2}{2}\right]_{-1}^{2} = \frac{10}{3} + \frac76.

Final Answer: 92\dfrac{9}{2} square units.

Example 6: An inverse problem [JEE Main pattern]

The area bounded by y=xy = \sqrt x, the xx-axis and x=kx = k is 1818 square units. Find kk.

Solution:

  1. Area as a function of kk: A(k)=∫0kx dx=23k3/2A(k) = \int_0^k\sqrt x\,dx = \frac23 k^{3/2}.
  2. Impose the condition: 23k3/2=18\frac23 k^{3/2} = 18, so k3/2=27k^{3/2} = 27.
  3. Solve: k=272/3=9k = 27^{2/3} = 9.

Final Answer: k=9k = 9. (Check: 23⋅93/2=23⋅27=18\frac23\cdot 9^{3/2} = \frac23\cdot27 = 18. ✓)

Example 7: Cubic versus line — symmetric lobes [JEE Advanced pattern]

Find the total area enclosed between y=x3y = x^3 and y=xy = x.

Solution:

  1. Intersections: x3=xx^3 = x gives x=−1,0,1x = -1, 0, 1 — two enclosed lobes.
  2. Right lobe (0,1)(0,1): the line is on top: ∫01(x−x3)dx=12−14=14\int_0^1(x - x^3)dx = \frac12 - \frac14 = \frac14.
  3. Left lobe (−1,0)(-1,0): by the odd symmetry of both curves, congruent to the right lobe: another 14\frac14.
  4. Add: 14+14=12\frac14 + \frac14 = \frac12.

Final Answer: 12\dfrac{1}{2} square units.

Takeaway: Blindly integrating x−x3x - x^3 from −1-1 to 11 gives 00 — the lobes cancel in the signed integral exactly as axis-crossing regions do. Intersections inside the range are split points, always.