Find the area bounded by y=x² and y=x using integration

medium CBSE JEE-MAIN CBSE 2023 3 min read

Question

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

(CBSE 2023, 4 marks)


Solution — Step by Step

Set the two curves equal: x2=xx^2 = x, which gives x2x=0x^2 - x = 0, so x(x1)=0x(x - 1) = 0.

The curves meet at x=0x = 0 and x=1x = 1. The corresponding points are (0,0)(0, 0) and (1,1)(1, 1).

Between x=0x = 0 and x=1x = 1, pick a test point like x=0.5x = 0.5:

  • y=xy = x gives 0.50.5
  • y=x2y = x^2 gives 0.250.25

So y=xy = x is the upper curve and y=x2y = x^2 is the lower curve in this interval.

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)(0)=326=16 sq. unitsA = \left(\frac{1}{2} - \frac{1}{3}\right) - (0) = \frac{3 - 2}{6} = \mathbf{\frac{1}{6} \text{ sq. units}}

Why This Works

The area between two curves is always ab(upperlower)dx\int_a^b (\text{upper} - \text{lower})\,dx. We subtract the lower curve from the upper curve to get the height of a thin vertical strip at each xx, then sum all these strips from aa to bb.

Geometrically, y=xy = x is a straight line through the origin and y=x2y = x^2 is a parabola. The line rises faster than the parabola between 0 and 1, creating a crescent-shaped region. Beyond x=1x = 1, the parabola overtakes the line — but we only care about the enclosed region.


Alternative Method — Integrating Along y-axis

We can also integrate with respect to yy. From y=x2y = x^2, we get x=yx = \sqrt{y} (right boundary). From y=xy = x, we get x=yx = y (left boundary, since yyy \leq \sqrt{y} for 0y10 \leq y \leq 1).

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. Use whichever direction makes the integral simpler.

In CBSE board exams, always sketch the region and shade it. You get 1 mark for the diagram alone. Also write the intersection points clearly — examiners look for them specifically in the marking scheme.


Common Mistake

The most common error is forgetting to check which curve is on top. If you accidentally compute 01(x2x)dx\int_0^1 (x^2 - x)\,dx, you get 1/6-1/6. Some students then write 1/6=1/6|{-1/6}| = 1/6 and get lucky — but this won’t work when the curves cross within the interval. Always identify upper and lower curves first, or you risk subtracting the wrong way in multi-region problems.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next