Integrate ∫x²dx — Basic Power Rule

easy CBSE JEE-MAIN JEE-ADVANCED NCERT Class 12 3 min read

Question

Find the integral:

x2dx\int x^2 \, dx

This is a foundational problem from NCERT Class 12, Chapter 7. Master this and the entire power rule family becomes mechanical.


Solution — Step by Step

The power rule states: for any n1n \neq -1,

xndx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C

Here, n=2n = 2. We increase the power by 1 and divide by the new power. Simple as that.

Substitute n=2n = 2 directly:

x2dx=x2+12+1+C\int x^2 \, dx = \frac{x^{2+1}}{2+1} + C
=x33+C= \frac{x^3}{3} + C

That’s it. The constant of integration CC is mandatory — dropping it is a board exam error.


Final Answer:

x2dx=x33+C\boxed{\int x^2 \, dx = \frac{x^3}{3} + C}

Why This Works

Integration is the reverse of differentiation. When we differentiate x33\frac{x^3}{3}, we bring the power down as a coefficient and reduce the exponent by 1:

ddx(x33)=3x23=x2\frac{d}{dx}\left(\frac{x^3}{3}\right) = \frac{3x^2}{3} = x^2

So integrating x2x^2 simply reverses that process — we go from exponent 2 back to exponent 3, and divide by 3 to cancel what differentiation would multiply.

The +C+ C appears because any constant vanishes on differentiation. When we reverse the process, we can’t know which constant was there originally — so we write the general form with CC.


Alternative Method — Verification by Differentiation

Always verify your integral by differentiating the result. If you get back the integrand, you’re correct.

ddx(x33+C)=133x2+0=x2\frac{d}{dx}\left(\frac{x^3}{3} + C\right) = \frac{1}{3} \cdot 3x^2 + 0 = x^2 \checkmark

This verification habit is worth building now. In JEE, when you’re unsure about a complex integral, a quick differentiation check can save marks.

Power rule works for all rational and real exponents — not just positive integers. For example, x1/2dx=x3/23/2+C=23x3/2+C\int x^{1/2} \, dx = \frac{x^{3/2}}{3/2} + C = \frac{2}{3}x^{3/2} + C. Same formula, same logic.


Common Mistake

Forgetting to divide by the new power. Many students write x2dx=x3+C\int x^2 \, dx = x^3 + C, correctly incrementing the exponent but skipping the division step. The power rule has two operations: raise the power AND divide by it. Forgetting the division is a guaranteed -1 in boards and a wrong option in JEE MCQs.

A useful self-check: differentiate your answer mentally. If you get back x2x^2 cleanly, you’re right. If you get 3x23x^2, you forgot to divide.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next