Integration by Substitution: Trigonometric Questions (Exercise 7.2)
Solve the Class 12 Exercise 7.2 integration problems involving trigonometric functions, each cracked by choosing the right substitution.
This lesson works through a full set of trigonometric integrals from Exercise 7.2, all solved by the substitution method. For each question the teacher picks the inner function to call t, replaces it together with its derivative, and reduces the integral to a standard form. The examples build up from simple powers of tan and sin to trickier ones that need a clever rewrite before the substitution becomes clear.
What you'll learn
How to spot the right inner function to substitute in a trigonometric integral
Rewriting integrands using identities so a substitution becomes possible
Handling integrals with inverse trigonometric functions like arctangent inside
Reducing a product of sine and cosine squares to a sum of standard integrals
Lesson chapters
0:10Substitution method: powers of tangent
1:43Odd power of sine times cosine squared
4:21Sine of x over sine of x plus a
7:52A quotient of sine and cosine terms
10:02Square root of tangent over sine cosine
14:39One over sine squared cosine squared
Lesson notes
This lesson solves the trigonometric integrals of Exercise 7.2, every one of them by the substitution method. In each case we pick an inner expression, call it t, replace it along with its derivative, and reduce the integral to a standard result.
Powers of tangent
Evaluate
∫xtan4(x)sec2(x)dx.
Put tan(x)=t. Then
dxdtan(x)=sec2(x)⋅2x1,
so xsec2(x)dx=2dt. The integral becomes
∫t4(2dt)=52t5=52tan5(x)+c.
Sine of an arctangent
Evaluate
∫1+x2sin(tan−1x)dx.
Put tan−1x=t, so 1+x21dx=dt. Then
∫sintdt=−cost=−cos(tan−1x)+c.
Odd power of sine times cosine squared
Evaluate
∫sin3xcos2xdx=∫sin2xcos2xsinxdx.
Write sin2x=1−cos2x and put cosx=t, so sinxdx=−dt:
∫(1−t2)t2(−dt)=−∫(t2−t4)dt=−3t3+5t5.
Substituting back,
−3cos3x+5cos5x+c.
Sine of x over sine of x plus a
Evaluate
∫sin(x+a)sinxdx.
Put x+a=t, so x=t−a and dx=dt:
∫sintsin(t−a)dt.
Expand sin(t−a)=sintcosa−costsina and split:
∫(cosa−sinacott)dt=tcosa−sinalog∣sint∣.
Since ∫cottdt=log∣sint∣, substituting back gives
xcosa−sinalog∣sin(x+a)∣+c.
Arcsine over the root
Evaluate
∫1−x2sin−1xdx.
Since dxdsin−1x=1−x21, put sin−1x=t, so 1−x21dx=dt:
∫tdt=2t2=2(sin−1x)2+c.
A quotient of sine and cosine terms
Evaluate
∫6cosx+4sinx2cosx−3sinxdx.
Take 2 out of the denominator:
21∫3cosx+2sinx2cosx−3sinxdx.
Put 3cosx+2sinx=t. Then dt=(−3sinx+2cosx)dx=(2cosx−3sinx)dx, which is exactly the numerator:
21∫tdt=21log∣3cosx+2sinx∣+c.
Cosine of a root
Evaluate
∫xcos(x)dx.
Put x=t, so 2x1dx=dt, that is x1dx=2dt:
∫cost(2dt)=2sint=2sin(x)+c.
Secant squared over a squared bracket
Evaluate
∫(1−tanx)2sec2xdx.
Put 1−tanx=t, so −sec2xdx=dt, that is sec2xdx=−dt:
∫t2−dt=t1=1−tanx1+c.
Root of tangent over sine cosine
Evaluate
∫sinxcosxtanxdx.
Multiply and divide by cosx:
∫tanxcos2xtanxdx=∫tanxsec2xdx.
Put tanx=t, so sec2xdx=dt:
∫tdt=2t=2tanx+c.
An eighth power in the denominator
Evaluate
∫1+x8x3sin(tan−1(x4))dx.
Put tan−1(x4)=t. Then
dt=1+(x4)21⋅4x3dx,
so 1+x8x3dx=41dt. The integral becomes
∫sint⋅41dt=−41cost=−41cos(tan−1(x4))+c.
One over sine squared cosine squared
Evaluate
∫sin2xcos2xdx.
Write the numerator 1=sin2x+cos2x and split:
∫sin2xcos2xsin2x+cos2xdx=∫cos2x1dx+∫sin2x1dx.
These are standard integrals:
∫sec2xdx+∫csc2xdx=tanx−cotx+c.
Key takeaways
The whole method is choosing an inner function t so that its derivative already sits in the integrand, then replacing both.
Identities like sin2x=1−cos2x and 1=sin2x+cos2x turn awkward integrands into ones a substitution can handle.
After integrating in t, always substitute back to express the answer in x and add the constant c.