Area Under y = sin x from 0 to π

easy CBSE JEE-MAIN NCERT Class 12 3 min read

Question

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

This is a direct NCERT exercise and appears regularly in CBSE Class 12 board exams. The setup is simple, but students trip up on the evaluation more than you’d expect.


Solution — Step by Step

The area under a curve y=f(x)y = f(x) from x=ax = a to x=bx = b is:

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

Since sinx0\sin x \geq 0 on [0,π][0, \pi], the curve lies entirely above the x-axis. No sign correction needed.

A=0πsinxdxA = \int_0^{\pi} \sin x\, dx

The antiderivative of sinx\sin x is cosx-\cos x. Keep the negative sign — this is where most errors happen.

A=[cosx]0πA = \left[ -\cos x \right]_0^{\pi}

Substitute the upper limit first, then subtract the lower limit:

A=(cosπ)(cos0)A = (-\cos \pi) - (-\cos 0) A=((1))((1))A = (-(-1)) - (-(1)) A=1+1=2A = 1 + 1 = 2
A=2 square units\boxed{A = 2 \text{ square units}}

The area enclosed between y=sinxy = \sin x and the x-axis from 00 to π\pi is 2 square units.


Why This Works

The definite integral computes the net signed area between the curve and the x-axis. When the function is non-negative throughout the interval, the integral directly gives us the geometric area — no complications.

On [0,π][0, \pi], sinx\sin x stays non-negative (it’s zero at the endpoints, positive in between). The curve forms a single arch above the x-axis, and we’re computing exactly the area of that arch.

This result is elegant: the arch of sinx\sin x over one half-period has area exactly 2. It’s worth memorising because it’s a benchmark — the arch over [π,2π][\pi, 2\pi] gives 2-2 when integrated directly, meaning you need π2πsinxdx=2|\int_{\pi}^{2\pi} \sin x\, dx| = 2 for area.


Alternative Method — Symmetry Shortcut

sinx\sin x is symmetric about x=π/2x = \pi/2 on [0,π][0, \pi]. So we can compute the area from 00 to π/2\pi/2 and double it.

A=20π/2sinxdx=2[cosx]0π/2=2[(cosπ2)(cos0)]=2[0+1]=2A = 2 \int_0^{\pi/2} \sin x\, dx = 2 \left[-\cos x\right]_0^{\pi/2} = 2\left[(-\cos \frac{\pi}{2}) - (-\cos 0)\right] = 2[0 + 1] = 2

Same answer, and useful when the full integral feels intimidating. In competitive exams where time matters, spotting symmetry saves 30 seconds.


Common Mistake

Writing sinxdx=cosx\int \sin x\, dx = \cos x (dropping the negative sign).

The correct antiderivative is cosx-\cos x, not cosx\cos x. Students who differentiate cosx\cos x and get sinx-\sin x know this — but under exam pressure, the sign vanishes.

If you write [cosx]0π[\cos x]_0^{\pi}, you get cosπcos0=11=2\cos\pi - \cos 0 = -1 - 1 = -2. An area of 2-2 is physically impossible, which should immediately signal an error. Always verify: area cannot be negative.

A quick self-check: sketch sinx\sin x on [0,π][0, \pi] and confirm the curve is above the x-axis. If your answer is negative, recheck the antiderivative sign.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next