Application Of Integrals — Complete Guide with Solved Examples

Complete guide to application of integrals for Class 12. Solved examples, exam tips, PYQs.

CBSE JEE-MAIN 15 min read

What Are We Actually Doing Here?

Integration gives us areas. That’s the core idea — and once you see it clearly, the entire chapter becomes predictable.

When we integrate a function f(x)f(x) from aa to bb, we’re computing the signed area between the curve and the x-axis. “Signed” means areas below the x-axis come out negative. In this chapter, we use that machinery to find actual geometric areas — and occasionally volumes (though volumes of revolution is a separate topic).

The two main tasks in this chapter are:

  1. Area under a curve — between a curve and the x-axis (or y-axis)
  2. Area between two curves — the region sandwiched between f(x)f(x) and g(x)g(x)

That’s it. The chapter looks longer because of the different cases: which curve is on top, what happens when they intersect, whether we integrate along x or y. But the underlying idea is always subtraction of integrals.

JEE Main typically gives one question from this chapter — worth 4 marks. CBSE gives a 5-mark question (sometimes 3-mark) in Section E of the board paper. This makes it a high-value, low-effort scoring topic if you’ve practiced the curve sketching.


Key Terms and Definitions

Definite Integral as Area: For a curve y=f(x)y = f(x) that lies above the x-axis on [a,b][a, b]:

Area=abf(x)dx\text{Area} = \int_a^b f(x)\, dx

Signed Area: If the curve dips below the x-axis on part of the interval, abf(x)dx\int_a^b f(x)\, dx gives a value where below-axis portions are subtracted. For actual area (always positive), we take the absolute value of each portion.

Area Between Two Curves: When f(x)g(x)f(x) \geq g(x) on [a,b][a, b]:

Area=ab[f(x)g(x)]dx\text{Area} = \int_a^b [f(x) - g(x)]\, dx

Here f(x)f(x) is the upper curve and g(x)g(x) is the lower curve. The order matters.

Points of Intersection: To find limits of integration when curves bound a region, solve f(x)=g(x)f(x) = g(x). These x-values become your limits aa and bb.

Integrating Along y-axis: Sometimes integrating w.r.t. yy is easier — especially for parabolas opening left/right. The formula becomes:

Area=cd[xrightxleft]dy\text{Area} = \int_c^d [x_{\text{right}} - x_{\text{left}}]\, dy

Core Methods with Worked Examples

Method 1: Area Under a Single Curve

A=abf(x)dxA = \int_a^b |f(x)|\, dx

If f(x)0f(x) \geq 0 throughout [a,b][a, b]: A=abf(x)dxA = \int_a^b f(x)\, dx

If the curve crosses x-axis at c(a,b)c \in (a, b): split as acf(x)dx+cbf(x)dx\int_a^c f(x)\, dx + \int_c^b f(x)\, dx (take absolute values of each part)

Worked Example (CBSE level): Find the area bounded by y=x2y = x^2, the x-axis, and the lines x=1x = 1, x=3x = 3.

The parabola y=x2y = x^2 is always above the x-axis. So:

A=13x2dx=[x33]13=27313=263 sq. unitsA = \int_1^3 x^2\, dx = \left[\frac{x^3}{3}\right]_1^3 = \frac{27}{3} - \frac{1}{3} = \frac{26}{3} \text{ sq. units}

Method 2: Area Between Two Curves

The key step before integrating is always sketching — identify which curve is on top.

Worked Example (JEE Main level): Find the area enclosed by y=x2y = x^2 and y=xy = x.

Step 1 — Find intersection points. Set x2=xx(x1)=0x=0,1x^2 = x \Rightarrow x(x-1) = 0 \Rightarrow x = 0, 1.

Step 2 — Determine which is on top. At 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.

Step 3 — Integrate.

A=01(xx2)dx=[x22x33]01=1213=16 sq. unitsA = \int_0^1 (x - x^2)\, dx = \left[\frac{x^2}{2} - \frac{x^3}{3}\right]_0^1 = \frac{1}{2} - \frac{1}{3} = \frac{1}{6} \text{ sq. units}

The area enclosed by y=xny = x^n and y=xmy = x^m (where m<nm < n for x[0,1]x \in [0,1]) is always 1m+11n+1\frac{1}{m+1} - \frac{1}{n+1}. Many JEE options are designed around this pattern — recognize it fast.

Method 3: Area Using y as the Variable

Some regions are ugly to integrate w.r.t. xx but clean w.r.t. yy. A parabola like x=y2x = y^2 is a classic case.

Worked Example: Find the area bounded by x=y2x = y^2 and x=4x = 4.

The parabola x=y2x = y^2 opens right. At x=4x = 4: y=±2y = \pm 2. The region spans y[2,2]y \in [-2, 2].

For each yy, the right boundary is x=4x = 4 and the left boundary is x=y2x = y^2.

A=22(4y2)dy=202(4y2)dyA = \int_{-2}^{2} (4 - y^2)\, dy = 2\int_0^2 (4 - y^2)\, dy

(Used symmetry about x-axis)

=2[4yy33]02=2(883)=2163=323 sq. units= 2\left[4y - \frac{y^3}{3}\right]_0^2 = 2\left(8 - \frac{8}{3}\right) = 2 \cdot \frac{16}{3} = \frac{32}{3} \text{ sq. units}

Solved Examples: Easy to Hard

Easy (CBSE 3-mark)

Q: Find the area under y=sinxy = \sin x from x=0x = 0 to x=πx = \pi.

A=0πsinxdx=[cosx]0π=(cosπ)(cos0)=1+1=2 sq. unitsA = \int_0^\pi \sin x\, dx = [-\cos x]_0^\pi = (-\cos\pi) - (-\cos 0) = 1 + 1 = 2 \text{ sq. units}

CBSE loves sinx\sin x and cosx\cos x area questions. The area under one full arch of sinx\sin x (from 0 to π\pi) is exactly 2 — memorize this; it saves calculation time in the 3-hour paper.

Medium (CBSE 5-mark / JEE Main)

Q: Find the area of the region bounded by y2=4xy^2 = 4x and x=3x = 3.

The parabola y2=4xy^2 = 4x opens right, vertex at origin. At x=3x = 3: y=±23y = \pm 2\sqrt{3}.

Using symmetry:

A=2034xdx=2032xdx=403x1/2dxA = 2\int_0^3 \sqrt{4x}\, dx = 2\int_0^3 2\sqrt{x}\, dx = 4\int_0^3 x^{1/2}\, dx =4[2x3/23]03=8333/2=8333=83 sq. units= 4 \cdot \left[\frac{2x^{3/2}}{3}\right]_0^3 = \frac{8}{3} \cdot 3^{3/2} = \frac{8}{3} \cdot 3\sqrt{3} = 8\sqrt{3} \text{ sq. units}

Hard (JEE Main 2024 pattern)

Q: Find the area enclosed between the circle x2+y2=4x^2 + y^2 = 4 and the line x+y=2x + y = 2 in the first quadrant.

Setup: The circle has radius 2. The line x+y=2x + y = 2 intersects the circle where x2+(2x)2=4x^2 + (2-x)^2 = 4, giving x=0x = 0 or x=2x = 2. Points of intersection: (0,2)(0, 2) and (2,0)(2, 0).

We want the area between the arc and the chord in the first quadrant — the smaller region below the arc, above the line.

A=02(4x2(2x))dxA = \int_0^2 \left(\sqrt{4 - x^2} - (2-x)\right) dx =024x2dx02(2x)dx= \int_0^2 \sqrt{4-x^2}\, dx - \int_0^2 (2-x)\, dx

First integral — area under the circle arc from 0 to 2. Using the formula 0ar2x2dx=πr24\int_0^a \sqrt{r^2 - x^2}\, dx = \frac{\pi r^2}{4} (quarter circle area) with r=2r = 2:

024x2dx=14π(4)=π\int_0^2 \sqrt{4-x^2}\, dx = \frac{1}{4}\pi(4) = \pi

Second integral:

02(2x)dx=[2xx22]02=42=2\int_0^2 (2-x)\, dx = \left[2x - \frac{x^2}{2}\right]_0^2 = 4 - 2 = 2 A=π2 sq. unitsA = \pi - 2 \text{ sq. units}

The combination of a circle arc and a chord is JEE’s favourite setup. Always split the integral: (area under curve) minus (area under line). Memorize 0rr2x2dx=πr24\int_0^r \sqrt{r^2 - x^2}\, dx = \frac{\pi r^2}{4} — it saves 3 minutes.


Exam-Specific Tips

CBSE Board (Class 12)

The board paper typically has one area question in Section E (5 marks) and sometimes a 3-marker in Section B. The 5-mark question almost always involves:

  • A parabola and a line, OR
  • A parabola and another parabola

CBSE marking scheme awards 1 mark for setting up limits, 2 marks for correct integration, 1 mark for substitution, 1 mark for final answer. Even if your final answer is wrong, show the setup clearly — you get partial credit.

JEE Main

One question, 4 marks. The area between a circle and a line (π2\pi - 2 type) appeared in JEE Main January 2024. Parabola-line combinations with irrational answers like 43\frac{4}{3} or 323\frac{32}{3} are standard.

The fastest students sketch first, integrate second. Spending 30 seconds on a rough sketch prevents sign errors and ensures you pick the correct upper/lower curve.

JEE Main often sets options as 16\frac{1}{6}, 13\frac{1}{3}, 23\frac{2}{3}, 56\frac{5}{6} for the parabola-line area. If your answer isn’t matching, check whether you flipped the upper and lower curves — this is the most common calculation error in this chapter.

SAT (Math)

SAT doesn’t test definite integration directly, but area under a curve appears in data analysis questions using Riemann sum approximations. Understanding that integration gives accumulated area helps with rate-of-change problems in SAT Section 3.


Common Mistakes to Avoid

Mistake 1 — Ignoring negative signed areas. If the curve goes below the x-axis, abf(x)dx\int_a^b f(x)\, dx will subtract that portion. Always sketch first. If the curve crosses the axis at x=cx = c, split into acf(x)dx+cbf(x)dx\int_a^c |f(x)|\, dx + \int_c^b |f(x)|\, dx.

Mistake 2 — Swapping upper and lower curves. In ab[f(x)g(x)]dx\int_a^b [f(x) - g(x)]\, dx, if you put the lower curve first, you get a negative answer. Check at any test point inside [a,b][a, b] which function gives a larger value.

Mistake 3 — Wrong limits from intersection points. When finding intersections, solve carefully. For y=x2y = x^2 and y=2xy = 2x: setting equal gives x2=2xx=0x^2 = 2x \Rightarrow x = 0 or x=2x = 2. Don’t just write x=2x = 2 and miss x=0x = 0.

Mistake 4 — Forgetting the factor of 2 for symmetric regions. When a region is symmetric about the x-axis (like the parabola y2=4xy^2 = 4x), many students integrate from r-r to rr and forget to check their sign conventions. The cleanest approach: integrate the upper half from 0 to the limit, then double it.

Mistake 5 — Using the wrong variable. If integrating w.r.t. yy, your limits must be yy-values and your integrand must be in terms of yy. A common slip: using x=y2x = y^2 but substituting xx-limits like x=0x = 0 to x=4x = 4 instead of y=2y = -2 to y=2y = 2.


Practice Questions

Q1 (Easy): Find the area bounded by y=4x2y = 4 - x^2 and the x-axis.

Set 4x2=0x=±24 - x^2 = 0 \Rightarrow x = \pm 2. The parabola is above the x-axis between x=2x = -2 and x=2x = 2.

A=22(4x2)dx=202(4x2)dx=2[4xx33]02=2(883)=323 sq. unitsA = \int_{-2}^{2} (4-x^2)\, dx = 2\int_0^2 (4-x^2)\, dx = 2\left[4x - \frac{x^3}{3}\right]_0^2 = 2\left(8 - \frac{8}{3}\right) = \frac{32}{3} \text{ sq. units}

Q2 (Easy): Find the area enclosed by y=x3y = x^3, x-axis, x=1x = -1, x=1x = 1.

The curve y=x3y = x^3 is negative for x[1,0)x \in [-1, 0) and positive for x(0,1]x \in (0, 1].

A=10x3dx+01x3dx=10(x3)dx+01x3dxA = \int_{-1}^{0} |x^3|\, dx + \int_0^1 x^3\, dx = \int_{-1}^{0} (-x^3)\, dx + \int_0^1 x^3\, dx =[x44]10+[x44]01=14+14=12 sq. units= \left[-\frac{x^4}{4}\right]_{-1}^0 + \left[\frac{x^4}{4}\right]_0^1 = \frac{1}{4} + \frac{1}{4} = \frac{1}{2} \text{ sq. units}

Q3 (Medium): Find the area of region enclosed by y=x2y = x^2 and y=2xy = 2x.

Intersection: x2=2xx=0,2x^2 = 2x \Rightarrow x = 0, 2. At x=1x = 1: 2x=2>1=x22x = 2 > 1 = x^2, so y=2xy = 2x is on top.

A=02(2xx2)dx=[x2x33]02=483=43 sq. unitsA = \int_0^2 (2x - x^2)\, dx = \left[x^2 - \frac{x^3}{3}\right]_0^2 = 4 - \frac{8}{3} = \frac{4}{3} \text{ sq. units}

Q4 (Medium): Find the area between y=x24xy = x^2 - 4x and the x-axis.

Set x24x=0x(x4)=0x=0,4x^2 - 4x = 0 \Rightarrow x(x-4) = 0 \Rightarrow x = 0, 4. The curve opens upward (positive leading coefficient) but the vertex is below x-axis — check: f(2)=48=4<0f(2) = 4 - 8 = -4 < 0. So the curve is below x-axis on (0,4)(0, 4).

A=04(x24x)dx=[x332x2]04=64332=64963=323 sq. unitsA = \left|\int_0^4 (x^2 - 4x)\, dx\right| = \left|\left[\frac{x^3}{3} - 2x^2\right]_0^4\right| = \left|\frac{64}{3} - 32\right| = \left|\frac{64 - 96}{3}\right| = \frac{32}{3} \text{ sq. units}

Q5 (Medium): Using integration, find the area of the ellipse x29+y24=1\frac{x^2}{9} + \frac{y^2}{4} = 1.

By symmetry, total area = 4×4 \times (area in first quadrant).

In first quadrant: y=239x2y = \frac{2}{3}\sqrt{9 - x^2}, xx from 0 to 3.

A=403239x2dx=83039x2dx=83π(3)24=839π4=6π sq. unitsA = 4\int_0^3 \frac{2}{3}\sqrt{9-x^2}\, dx = \frac{8}{3}\int_0^3 \sqrt{9-x^2}\, dx = \frac{8}{3} \cdot \frac{\pi(3)^2}{4} = \frac{8}{3} \cdot \frac{9\pi}{4} = 6\pi \text{ sq. units}

General formula: Area of ellipse x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 is πab\pi ab.

Q6 (Hard): Find the area bounded by the parabola y=x2y = x^2 and the lines y=xy = x and y=2xy = 2x for x0x \geq 0.

Find intersections: x2=xx=0,1x^2 = x \Rightarrow x = 0, 1 and x2=2xx=0,2x^2 = 2x \Rightarrow x = 0, 2.

For x[0,1]x \in [0,1]: ordering is x2x2xx^2 \leq x \leq 2x (check at x=0.5x = 0.5: 0.25,0.5,10.25, 0.5, 1). For x[1,2]x \in [1,2]: at x=1.5x = 1.5: 2.25,1.5,32.25, 1.5, 3 — so xx2x \leq x^2 for x>1x > 1, meaning y=xy = x is now below y=x2y = x^2.

The enclosed region between all three is the area between y=xy = x and y=x2y = x^2 from 0 to 1, plus the area between y=2xy = 2x and y=x2y = x^2 from 0 to 2, minus overlap. A cleaner reading: region bounded by y=2xy = 2x (top), y=x2y = x^2 (bottom) minus region bounded by y=xy = x (top), y=x2y = x^2 (bottom).

A=02(2xx2)dx01(xx2)dx=4316=76 sq. unitsA = \int_0^2 (2x - x^2)\, dx - \int_0^1 (x - x^2)\, dx = \frac{4}{3} - \frac{1}{6} = \frac{7}{6} \text{ sq. units}

Q7 (Hard — JEE Main type): Find the area enclosed between y2=xy^2 = x and x2=yx^2 = y.

Rewrite as y=xy = \sqrt{x} and y=x2y = x^2. Intersection: x=x2x=0,1\sqrt{x} = x^2 \Rightarrow x = 0, 1.

At x=0.25x = 0.25: 0.25=0.5\sqrt{0.25} = 0.5, (0.25)2=0.0625(0.25)^2 = 0.0625. So y=xy = \sqrt{x} is on top.

A=01(xx2)dx=[2x3/23x33]01=2313=13 sq. unitsA = \int_0^1 (\sqrt{x} - x^2)\, dx = \left[\frac{2x^{3/2}}{3} - \frac{x^3}{3}\right]_0^1 = \frac{2}{3} - \frac{1}{3} = \frac{1}{3} \text{ sq. units}

Q8 (Hard): Find the area of the region in the first quadrant enclosed by y=sinxy = \sin x, y=cosxy = \cos x, and the y-axis.

In [0,π/2][0, \pi/2]: sinx\sin x and cosx\cos x intersect at x=π/4x = \pi/4. For x[0,π/4]x \in [0, \pi/4]: cosxsinx\cos x \geq \sin x. For x[π/4,π/2]x \in [\pi/4, \pi/2]: sinxcosx\sin x \geq \cos x. But the region enclosed by both curves and the y-axis is from x=0x = 0 to x=π/4x = \pi/4 (where the y-axis, y=sinxy = \sin x, and y=cosxy = \cos x form a closed region).

A=0π/4(cosxsinx)dx=[sinx+cosx]0π/4A = \int_0^{\pi/4} (\cos x - \sin x)\, dx = [\sin x + \cos x]_0^{\pi/4} =(12+12)(0+1)=21 sq. units= \left(\frac{1}{\sqrt{2}} + \frac{1}{\sqrt{2}}\right) - (0 + 1) = \sqrt{2} - 1 \text{ sq. units}

FAQs

What is the difference between “area under the curve” and “definite integral”?

They’re the same when the curve is entirely above the x-axis. When the curve dips below, the definite integral gives a signed value (negative portions subtract), but the actual geometric area is always positive. For area, always take f(x)dx\int |f(x)|\, dx or split at the x-axis crossings.

How do I know when to integrate with respect to y instead of x?

Integrate w.r.t. yy when the curve is naturally expressed as x=g(y)x = g(y) — like x=y2x = y^2, or when the region has a complicated shape horizontally but is clean vertically. Also use it when integrating w.r.t. xx would require splitting the integral at multiple points.

What formula is used for the area of a circle using integration?

For a circle x2+y2=r2x^2 + y^2 = r^2: use symmetry and compute 40rr2x2dx4\int_0^r \sqrt{r^2 - x^2}\, dx. The key result is 0rr2x2dx=πr24\int_0^r \sqrt{r^2 - x^2}\, dx = \frac{\pi r^2}{4} (quarter-circle area). This gives total area =πr2= \pi r^2.

Can the area between two curves ever come out negative?

If you calculate ab[f(x)g(x)]dx\int_a^b [f(x) - g(x)]\, dx and get a negative number, it means you had f(x)f(x) and g(x)g(x) switched — gg was actually on top. Area is always positive; if your answer is negative, flip the order of subtraction.

How do I find the area when curves intersect at more than two points?

Split the interval at each intersection point and compute the integral separately for each sub-interval (checking which curve is on top in each region). Add all the absolute values.

What is the area enclosed by y=xny = x^n and y=xmy = x^m for 0x10 \leq x \leq 1?

For m<nm < n (so xm>xnx^m > x^n on (0,1)(0,1)):

A=01(xmxn)dx=1m+11n+1A = \int_0^1 (x^m - x^n)\, dx = \frac{1}{m+1} - \frac{1}{n+1}

This formula covers a huge number of JEE and CBSE variants. Worth memorizing.

How many marks does this chapter carry in JEE Main?

Typically 4 marks (one question). The chapter has appeared consistently — once per paper in recent years. Expected pattern: area bounded by a conic (parabola or circle) and a line, with the answer involving π\pi or a simple fraction. Preparation time of 3-4 hours gives good ROI for this chapter.

Do I need to prove integration formulas or just apply them?

For CBSE boards, application is sufficient — you won’t be asked to derive the area formula. For JEE, same story. However, knowing why 0rr2x2dx=πr24\int_0^r \sqrt{r^2 - x^2}\, dx = \frac{\pi r^2}{4} (it’s the quarter-circle area by geometry) helps you apply it correctly under pressure.

Practice Questions