Area Between y = x² and y = x

medium CBSE JEE-MAIN CBSE 2024 Board Exam 3 min read

Question

Find the area of the region enclosed between the curves y=xy = x and y=x2y = x^2.


Solution — Step by Step

Set x=x2x = x^2 and solve: x2x=0x^2 - x = 0, so x(x1)=0x(x - 1) = 0.

The two curves meet at x=0x = 0 and x=1x = 1. These are our limits of integration.

Pick any xx between 0 and 1 — say x=0.5x = 0.5. Then y=xy = x gives 0.50.5 and y=x2y = x^2 gives 0.250.25.

Since x>x2x > x^2 for all x(0,1)x \in (0, 1), the line y=xy = x lies above the parabola in this interval.

Area = 01(upperlower)dx\int_0^1 (\text{upper} - \text{lower}) \, dx

A=01(xx2)dxA = \int_0^1 (x - x^2) \, dx
A=[x22x33]01A = \left[ \frac{x^2}{2} - \frac{x^3}{3} \right]_0^1 A=(1213)(00)=326=16A = \left( \frac{1}{2} - \frac{1}{3} \right) - (0 - 0) = \frac{3 - 2}{6} = \frac{1}{6}

The area enclosed between the two curves is 16\boxed{\dfrac{1}{6}} square units.


Why This Works

The integral ab(f(x)g(x))dx\int_a^b (f(x) - g(x)) \, dx gives the net signed area between two curves, provided f(x)g(x)f(x) \geq g(x) throughout [a,b][a, b]. When the upper curve changes across the interval, we’d need to split — but here y=xy = x stays on top from 0 to 1 the entire time, so one clean integral does the job.

The geometric picture: y=x2y = x^2 is a parabola opening upward, and y=xy = x is a straight line through the origin with slope 1. They form a “leaf” shape between (0,0)(0,0) and (1,1)(1,1). The area of that leaf is 16\frac{1}{6} — smaller than you’d intuitively expect, which is why this result is a classic board exam trap.

This exact result (16\frac{1}{6} sq. units) appeared in CBSE 2024 Board Exam and has shown up in multiple JEE Main previous year questions in slightly disguised forms (shifted parabolas, scaled versions).


Alternative Method

Instead of integrating with respect to xx, we can integrate with respect to yy.

From y=xy = x, we get x=yx = y. From y=x2y = x^2, we get x=yx = \sqrt{y} (taking positive root since we’re in the first quadrant).

For y[0,1]y \in [0, 1], the curve x=yx = \sqrt{y} lies to the right of x=yx = y:

A=01(yy)dy=[2y3/23y22]01=2312=16A = \int_0^1 (\sqrt{y} - y) \, dy = \left[ \frac{2y^{3/2}}{3} - \frac{y^2}{2} \right]_0^1 = \frac{2}{3} - \frac{1}{2} = \frac{1}{6}

Same answer, as expected. In board exams, stick with the xx-integration — it’s faster. The yy-method is useful when the problem asks you to integrate w.r.t. yy explicitly, or when the region is easier to describe that way.


Common Mistake

Forgetting to subtract — and squaring the wrong way. Many students write the area as 01x2dx01xdx\int_0^1 x^2 \, dx - \int_0^1 x \, dx, flipping the order. This gives 1312=16\frac{1}{3} - \frac{1}{2} = -\frac{1}{6}, a negative area. Area is always positive — always subtract (lower) from (upper), not the other way around. If you’re unsure which is “upper,” just test a point inside the region.

Quick sanity check: The area between y=xny = x^n and y=xy = x over [0,1][0,1] is always 121n+1=n12(n+1)\frac{1}{2} - \frac{1}{n+1} = \frac{n-1}{2(n+1)}. For n=2n = 2: 1213=16\frac{1}{2} - \frac{1}{3} = \frac{1}{6}. Memorise this pattern — it saves time when the exponent changes in the question.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next