Evaluate ∫sin²x dx using double angle formula

easy CBSE JEE-MAIN 3 min read

Question

Evaluate sin2xdx\int \sin^2 x \, dx using the double angle formula.

Solution — Step by Step

We cannot integrate sin2x\sin^2 x directly because it’s not a standard form. The function sinx\sin x integrates to cosx-\cos x, but sin2x\sin^2 x is a different beast.

The strategy: use a trigonometric identity to replace sin2x\sin^2 x with an expression that we CAN integrate directly.

The relevant identity is:

cos2x=12sin2x\cos 2x = 1 - 2\sin^2 x

Solving for sin2x\sin^2 x:

sin2x=1cos2x2\sin^2 x = \frac{1 - \cos 2x}{2}

This converts a squared trig function into a simple cosine — which integrates easily.

sin2xdx=1cos2x2dx\int \sin^2 x \, dx = \int \frac{1 - \cos 2x}{2} \, dx =12(1cos2x)dx= \frac{1}{2} \int (1 - \cos 2x) \, dx =12[1dxcos2xdx]= \frac{1}{2} \left[ \int 1 \, dx - \int \cos 2x \, dx \right] =12[xsin2x2]+C= \frac{1}{2} \left[ x - \frac{\sin 2x}{2} \right] + C sin2xdx=x2sin2x4+C\boxed{\int \sin^2 x \, dx = \frac{x}{2} - \frac{\sin 2x}{4} + C}

We can also write this as x214sin2x+C\frac{x}{2} - \frac{1}{4}\sin 2x + C.

Why This Works

The double angle formula is the key to integrating even powers of sine and cosine. The identity cos2x=12sin2x\cos 2x = 1 - 2\sin^2 x comes from cos(A+B)=cosAcosBsinAsinB\cos(A+B) = \cos A \cos B - \sin A \sin B with A=B=xA = B = x, giving cos2x=cos2xsin2x=12sin2x\cos 2x = \cos^2 x - \sin^2 x = 1 - 2\sin^2 x.

The technique generalises: for higher even powers like sin4x\sin^4 x, we apply the identity twice. For odd powers like sin3x\sin^3 x, a substitution approach works better.

The constant CC in the answer is the constant of integration — never forget it in indefinite integrals.

Alternative Method

Using sin2x=1cos2x2\sin^2 x = \frac{1 - \cos 2x}{2}, we can also write the answer as:

12(xsin2x2)+C=12x14sin2x+C\frac{1}{2}\left(x - \frac{\sin 2x}{2}\right) + C = \frac{1}{2}x - \frac{1}{4}\sin 2x + C

Both forms are equivalent. Some textbooks also write sin2x=2sinxcosx\sin 2x = 2\sin x \cos x, giving x2sinxcosx2+C\frac{x}{2} - \frac{\sin x \cos x}{2} + C — verify this is the same using the double angle identity.

Common Mistake

The most common error is writing sin2xdx=sin3x3+C\int \sin^2 x \, dx = \frac{\sin^3 x}{3} + C — treating sin2x\sin^2 x like a power function and using the power rule. This is WRONG. The power rule applies to polynomial powers of xx, not to powers of sinx\sin x. For powers of trigonometric functions, always use trigonometric identities to reduce the power first.

The companion result cos2xdx=x2+sin2x4+C\int \cos^2 x \, dx = \frac{x}{2} + \frac{\sin 2x}{4} + C follows from the identity cos2x=1+cos2x2\cos^2 x = \frac{1 + \cos 2x}{2}. Notice the only change is ++ instead of - inside the bracket. These two are among the most frequently appearing integrals in JEE — commit them to memory.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next