Application of Integrals: Exam-Pattern Drill (4)

easy 3 min read

Question

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

Solution — Step by Step

Set x2=2xx^2 = 2x. So x22x=0x^2 - 2x = 0, x(x2)=0x(x - 2) = 0, giving x=0x = 0 and x=2x = 2.

The curves meet at (0,0)(0, 0) and (2,4)(2, 4).

For 0<x<20 < x < 2, plug in x=1x = 1: y=x2y = x^2 gives 11, y=2xy = 2x gives 22. So y=2xy = 2x is on top.

A=ab(ytopybottom)dxA = \int_a^b (y_\text{top} - y_\text{bottom}) \, dx

A=02(2xx2)dx=[x2x33]02A = \int_0^2 (2x - x^2) \, dx = \left[x^2 - \frac{x^3}{3}\right]_0^2

A=48/3=12/38/3=4/3A = 4 - 8/3 = 12/3 - 8/3 = 4/3.

Area =4/3= 4/3 square units.

Why This Works

The “area between curves” formula treats the region as infinitely many vertical strips of width dxdx and height (top - bottom). Integrating sums them all up.

The key prerequisite: identify which curve is on top, and over what interval. If curves cross multiple times, split the integral.

Speed shortcut: For the parabola-and-line combo y=ax2y = ax^2 and y=bxy = bx (with a,b>0a, b > 0), area =b3/(6a2)= b^3/(6a^2). Here a=1,b=2a = 1, b = 2, giving 8/6=4/38/6 = 4/3. Match!

Alternative Method — Horizontal Strips

We could integrate with respect to yy instead:

xright=yx_\text{right} = \sqrt{y} (from parabola), xleft=y/2x_\text{left} = y/2 (from line). Range 0y40 \le y \le 4.

A=04(yy/2)dy=[2y3/23y24]04=1634=4/3A = \int_0^4 (\sqrt{y} - y/2) \, dy = \left[\frac{2y^{3/2}}{3} - \frac{y^2}{4}\right]_0^4 = \frac{16}{3} - 4 = 4/3. Same answer.

Use horizontal strips when curves are easier to express as x=f(y)x = f(y).

Common Mistake

Students often forget to identify which curve is on top and end up with a negative answer (which they may write as positive without explanation, losing rigour marks in boards).

Another classic: integrating from x=0x = 0 to x=2x = 2 but using x22x|x^2 - 2x| — overcomplicated. Just figure out which is on top and write ytopybottomy_\text{top} - y_\text{bottom} directly.

CBSE Class 12 boards ask this template every alternate year for 6 marks. JEE Main sneaks it into MCQs by giving curves like y=exy = e^x and y=exy = e^{-x}, where the symmetry helps. Master the workflow: intersect, identify top, integrate.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next