← Back to all lessons
Class 12Calculus9:34Published 3 Feb 2025

Class 12 Integration: 3 Sure Questions

Three exam-favourite integration problems for Class 12, solved step by step using algebraic identities, substitution, and integration by parts.

This lesson walks through three integration questions that frequently appear in Class 12 exams. The first uses the identity for a sum of cubes to simplify a trigonometric integral, the second combines substitution with integration by parts to handle an inverse-sine integrand, and the third rationalises a surd before splitting it into two standard integrals. Each example shows the full working so you can follow exactly how the answer is built up.

What you'll learn

  • How to simplify a sum of sixth powers of sine and cosine using the sum of cubes identity
  • How to integrate an inverse sine expression by substituting and then integrating by parts
  • How to rationalise a square root of a ratio and split it into two standard integrals

Lesson chapters

0:00Question 1: sixth powers of sine and cosine
1:32Splitting into secant squared and cosecant squared
2:40Question 2: inverse sine over a power of one minus x squared
3:55Integration by parts for the second integral
5:41Question 3: square root of a plus x over a minus x
6:42Splitting and evaluating the two parts

Lesson notes

This lesson solves three frequently asked Class 12 integration questions, building each answer step by step with identities, substitution, and integration by parts.

Question 1: integrating sin6x+cos6xsin2xcos2x\dfrac{\sin^6 x + \cos^6 x}{\sin^2 x \cos^2 x}

We want to evaluate

I=sin6x+cos6xsin2xcos2xdx.I = \int \frac{\sin^6 x + \cos^6 x}{\sin^2 x \, \cos^2 x} \, dx.

Write the numerator as a sum of cubes, (sin2x)3+(cos2x)3(\sin^2 x)^3 + (\cos^2 x)^3, and use a3+b3=(a+b)33ab(a+b)a^3 + b^3 = (a+b)^3 - 3ab(a+b) with a=sin2xa = \sin^2 x and b=cos2xb = \cos^2 x:

sin6x+cos6x=(sin2x+cos2x)33sin2xcos2x(sin2x+cos2x).\sin^6 x + \cos^6 x = (\sin^2 x + \cos^2 x)^3 - 3\sin^2 x \cos^2 x (\sin^2 x + \cos^2 x).

Since sin2x+cos2x=1\sin^2 x + \cos^2 x = 1, this collapses to

sin6x+cos6x=13sin2xcos2x.\sin^6 x + \cos^6 x = 1 - 3\sin^2 x \cos^2 x.

Dividing through by sin2xcos2x\sin^2 x \cos^2 x gives

I=(1sin2xcos2x3)dx.I = \int \left( \frac{1}{\sin^2 x \cos^2 x} - 3 \right) dx.

Replacing the 11 in the first term with sin2x+cos2x\sin^2 x + \cos^2 x splits it into two standard integrals:

sin2x+cos2xsin2xcos2x=1cos2x+1sin2x=sec2x+csc2x.\frac{\sin^2 x + \cos^2 x}{\sin^2 x \cos^2 x} = \frac{1}{\cos^2 x} + \frac{1}{\sin^2 x} = \sec^2 x + \csc^2 x.

Therefore

I=sec2xdx+csc2xdx3dx=tanxcotx3x+C.I = \int \sec^2 x \, dx + \int \csc^2 x \, dx - \int 3 \, dx = \tan x - \cot x - 3x + C.

Question 2: integrating sin1x(1x2)3/2\dfrac{\sin^{-1} x}{(1 - x^2)^{3/2}}

We want

I=sin1x(1x2)3/2dx=sin1x(1x2)1x2dx.I = \int \frac{\sin^{-1} x}{(1 - x^2)^{3/2}} \, dx = \int \frac{\sin^{-1} x}{(1 - x^2)\sqrt{1 - x^2}} \, dx.

Substitution

Put sin1x=t\sin^{-1} x = t, so x=sintx = \sin t and 11x2dx=dt\dfrac{1}{\sqrt{1 - x^2}} \, dx = dt. Then 1x2=1sin2t=cos2t1 - x^2 = 1 - \sin^2 t = \cos^2 t, and the integral becomes

I=t1sin2tdt=tcos2tdt=tsec2tdt.I = \int \frac{t}{1 - \sin^2 t} \, dt = \int \frac{t}{\cos^2 t} \, dt = \int t \sec^2 t \, dt.

Integration by parts

Take the first function tt and the second function sec2t\sec^2 t:

I=tsec2tdt(ddt(t)sec2tdt)dt=ttanttantdt.I = t \int \sec^2 t \, dt - \int \left( \frac{d}{dt}(t) \int \sec^2 t \, dt \right) dt = t \tan t - \int \tan t \, dt.

Since tantdt=logcost\int \tan t \, dt = -\log|\cos t|,

I=ttant+logcost+C.I = t \tan t + \log|\cos t| + C.

Back to xx

With t=sin1xt = \sin^{-1} x, tant=sintcost=x1x2\tan t = \dfrac{\sin t}{\cos t} = \dfrac{x}{\sqrt{1 - x^2}} and cost=1x2\cos t = \sqrt{1 - x^2}, so

I=xsin1x1x2+log1x2+C.I = \frac{x \, \sin^{-1} x}{\sqrt{1 - x^2}} + \log\left|\sqrt{1 - x^2}\right| + C.

Question 3: integrating a+xax\sqrt{\dfrac{a + x}{a - x}}

We want

I=a+xaxdx.I = \int \sqrt{\frac{a + x}{a - x}} \, dx.

Multiply numerator and denominator inside the root by the conjugate a+xa + x:

I=(a+x)2(ax)(a+x)dx=a+xa2x2dx.I = \int \sqrt{\frac{(a + x)^2}{(a - x)(a + x)}} \, dx = \int \frac{a + x}{\sqrt{a^2 - x^2}} \, dx.

Split into two integrals, I=I1+I2I = I_1 + I_2, where

I1=aa2x2dx,I2=xa2x2dx.I_1 = \int \frac{a}{\sqrt{a^2 - x^2}} \, dx, \qquad I_2 = \int \frac{x}{\sqrt{a^2 - x^2}} \, dx.

First part. Using dxa2x2=sin1xa\int \dfrac{dx}{\sqrt{a^2 - x^2}} = \sin^{-1}\dfrac{x}{a},

I1=asin1xa+C1.I_1 = a \, \sin^{-1}\frac{x}{a} + C_1.

Second part. Put a2x2=ta^2 - x^2 = t, so 2xdx=dt-2x \, dx = dt, that is xdx=12dtx \, dx = -\tfrac{1}{2} \, dt:

I2=12dtt=122t=a2x2+C2.I_2 = \int \frac{-\tfrac{1}{2} \, dt}{\sqrt{t}} = -\tfrac{1}{2} \cdot 2\sqrt{t} = -\sqrt{a^2 - x^2} + C_2.

Adding the two parts and combining the constants,

I=asin1xaa2x2+C.I = a \, \sin^{-1}\frac{x}{a} - \sqrt{a^2 - x^2} + C.

Key takeaways

  • sin6x+cos6x=13sin2xcos2x\sin^6 x + \cos^6 x = 1 - 3\sin^2 x \cos^2 x, so sin6x+cos6xsin2xcos2xdx=tanxcotx3x+C\displaystyle\int \frac{\sin^6 x + \cos^6 x}{\sin^2 x \cos^2 x}\,dx = \tan x - \cot x - 3x + C.
  • For sin1x(1x2)3/2\dfrac{\sin^{-1} x}{(1 - x^2)^{3/2}}, substitute sin1x=t\sin^{-1} x = t to reach tsec2tdt\int t \sec^2 t \, dt, then integrate by parts.
  • A surd of the form a+xax\sqrt{\tfrac{a+x}{a-x}} rationalises to a+xa2x2\dfrac{a + x}{\sqrt{a^2 - x^2}}, which splits into a standard inverse sine integral and a simple substitution.