NCERT Solutions for Class 12 Maths Chapter 7: Integrals (NCERT 2026–27)
These Class 12 Maths Chapter 7 solutions cover Integrals completely — from anti-derivatives by inspection to integration by substitution, partial fractions, integration by parts, definite integrals and their properties. Every question of Exercises 7.1 to 7.10 and the Miscellaneous Exercise is reproduced verbatim from the NCERT textbook and solved step by step, with answers verified against the book’s answer key.
Class: 12Subject: MathematicsChapter: 7 — IntegralsExercises: 7.1–7.10 + MiscellaneousSession: 2026–27Book: NCERT Maths Part II
Chapter 7, Integrals, introduces integration as the inverse process of differentiation. You first learn anti-derivatives (indefinite integrals) using standard formulae and the method of inspection. The chapter then develops three core techniques — integration by substitution, integration using partial fractions, and integration by parts — together with standard integrals of special functions and the special forms √(x2±a2) and √(a2−x2). In the second half it defines the definite integral, states the Fundamental Theorem of Calculus, and uses substitution and the properties of definite integrals (P0–P7) to evaluate them quickly. These Class 12 Maths Chapter 7 solutions work through every numbered question in order.
Key Concepts
Anti-derivative / indefinite integral: if d/dx[F(x)] = f(x), then ∫f(x) dx = F(x) + C, where C is the arbitrary constant of integration.
Integration by substitution: change the variable x = g(t) so that ∫f(x) dx = ∫f(g(t)) g′(t) dt; choose a substitution whose derivative also appears in the integrand.
Partial fractions: write a proper rational function P(x)/Q(x) as a sum of simpler fractions (per Table 7.2) and integrate term by term; reduce improper fractions first by division.
Integration by parts: ∫u·v dx = u∫v dx − ∫[u′∫v dx] dx. Choose the first function by ILATE (Inverse, Logarithm, Algebraic, Trigonometric, Exponential).
Definite integral: ∫ab f(x) dx = F(b) − F(a) (Second Fundamental Theorem), where F is any anti-derivative of f.
Important Formulas (Chapter 7)
Power: ∫xn dx = xn+1/(n+1) + C (n ≠ −1); ∫(1/x) dx = log|x| + C.
Trigonometric: ∫cos x dx = sin x + C; ∫sin x dx = −cos x + C; ∫sec2x dx = tan x + C; ∫cosec2x dx = −cot x + C.
Exponential: ∫ex dx = ex + C; ∫ax dx = ax/log a + C.
Standard log forms: ∫tan x dx = log|sec x| + C; ∫cot x dx = log|sin x| + C; ∫sec x dx = log|sec x + tan x| + C; ∫cosec x dx = log|cosec x − cot x| + C.
Special functions: ∫dx/(x2−a2) = (1/2a) log|(x−a)/(x+a)| + C; ∫dx/(a2−x2) = (1/2a) log|(a+x)/(a−x)| + C; ∫dx/(x2+a2) = (1/a) tan−1(x/a) + C.
Questions are reproduced verbatim from the NCERT textbook; the worked solutions are original and verified against the answers given at the back of the book.
Exercise 7.1
Find an anti derivative (or integral) of the following functions by the method of inspection.
1. sin 2x
SOLUTIONd/dx(cos 2x) = −2 sin 2x, so d/dx(−½ cos 2x) = sin 2x.∴ ∫sin 2x dx = −½ cos 2x + C.
2. cos 3x
SOLUTIONd/dx(sin 3x) = 3 cos 3x, so d/dx(⅓ sin 3x) = cos 3x.∴ ∫cos 3x dx = ⅓ sin 3x + C.
3. e2x
SOLUTIONd/dx(e2x) = 2e2x, so d/dx(½ e2x) = e2x.∴ ∫e2x dx = ½ e2x + C.
4. (ax + b)2
SOLUTIONd/dx[(ax+b)3] = 3a(ax+b)2, so d/dx[(ax+b)3/(3a)] = (ax+b)2.∴ ∫(ax+b)2 dx = (1/3a)(ax + b)3 + C.
5. sin 2x − 4 e3x
SOLUTION∫sin 2x dx = −½ cos 2x; ∫4e3x dx = (4/3)e3x.∴ answer = −½ cos 2x − (4/3) e3x + C.
6. ∫(4 e3x + 1) dx
SOLUTION∫4e3x dx + ∫dx = (4/3)e3x + x + C.∴ (4/3) e3x + x + C.
7. ∫x2(1 − 1/x2) dx
SOLUTIONx2(1 − 1/x2) = x2 − 1.∫(x2 − 1) dx = x3/3 − x + C.∴ x3/3 − x + C.
8. ∫(ax2 + bx + c) dx
SOLUTIONIntegrate term by term: a·x3/3 + b·x2/2 + cx + C.∴ ax3/3 + bx2/2 + cx + C.
9. ∫(2x2 + ex) dx
SOLUTION∫2x2 dx + ∫ex dx = (2/3)x3 + ex + C.∴ (2/3) x3 + ex + C.
SOLUTIONPut t = sin−1x, dt = dx/√(1−x2). ∫t dt = t2/2.∴ (1/2)(sin−1x)2 + C.
24. (2 cos x − 3 sin x)/(6 cos x + 4 sin x)
SOLUTIONDenominator d/dx(6 cos x + 4 sin x) = −6 sin x + 4 cos x = 2(2 cos x − 3 sin x). So numerator = ½ d/dx(den).Put t = 6 cos x + 4 sin x: (1/2)∫dt/t = (1/2)log|t|.∴ (1/2) log|2 sin x + 3 cos x| + C (since 6 cos x + 4 sin x = 2(3 cos x + 2 sin x)).
25. 1/[cos2x (1 − tan x)2]
SOLUTION= sec2x/(1 − tan x)2. Put t = 1 − tan x, dt = −sec2x dx.−∫dt/t2 = 1/t.∴ 1/(1 − tan x) + C.
26. (cos√x)/√x
SOLUTIONPut t = √x, dt = dx/(2√x). 2∫cos t dt = 2 sin t.∴ 2 sin√x + C.
27. √(sin 2x) cos 2x
SOLUTIONPut t = sin 2x, dt = 2 cos 2x dx. (1/2)∫t1/2 dt = (1/2)(2/3)t3/2.∴ (1/3)(sin 2x)3/2 + C.
28. cos x/√(1 + sin x)
SOLUTIONPut t = 1 + sin x, dt = cos x dx. ∫t−1/2 dt = 2t1/2.∴ 2√(1 + sin x) + C.
29. cot x log sin x
SOLUTIONPut t = log sin x, dt = cot x dx. ∫t dt = t2/2.∴ (1/2)(log sin x)2 + C.
30. sin x/(1 + cos x)
SOLUTIONPut t = 1 + cos x, dt = −sin x dx. −∫dt/t = −log|t|.∴ −log|1 + cos x| + C.
31. sin x/(1 + cos x)2
SOLUTIONPut t = 1 + cos x, dt = −sin x dx. −∫dt/t2 = 1/t.∴ 1/(1 + cos x) + C.
32. 1/(1 + cot x)
SOLUTION= sin x/(sin x + cos x). Write num = ½[(sin x + cos x) − (cos x − sin x)].∫ = ½∫dx − ½∫(cos x − sin x)/(sin x + cos x) dx = (x/2) − (1/2)log|sin x + cos x|.∴ x/2 − (1/2) log|cos x + sin x| + C.
33. 1/(1 − tan x)
SOLUTION= cos x/(cos x − sin x). Write num = ½[(cos x − sin x) + (cos x + sin x)].∫ = (x/2) + (1/2)∫(cos x + sin x)/(cos x − sin x) dx = (x/2) − (1/2)log|cos x − sin x|.∴ x/2 − (1/2) log|cos x − sin x| + C.
34. √(tan x)/(sin x cos x)
SOLUTIONsin x cos x = cos2x tan x, so integrand = sec2x/√(tan x). Put t = tan x, dt = sec2x dx.∫t−1/2 dt = 2t1/2.∴ 2√(tan x) + C.
35. (1 + log x)2/x
SOLUTIONPut t = 1 + log x, dt = dx/x. ∫t2 dt = t3/3.∴ (1/3)(1 + log x)3 + C.
36. (x + 1)(x + log x)2/x
SOLUTION(x + 1)/x = 1 + 1/x = d/dx(x + log x). Put t = x + log x, dt = (1 + 1/x)dx.∫t2 dt = t3/3.∴ (1/3)(x + log x)3 + C.
37. [x3 sin(tan−1x4)]/(1 + x8)
SOLUTIONPut t = tan−1x4, dt = 4x3/(1 + x8) dx. So integrand dx = (1/4)sin t dt.(1/4)∫sin t dt = −(1/4)cos t.∴ −(1/4) cos(tan−1x4) + C.
38. ∫(10x9 + 10x loge10)/(x10 + 10x) dx equals (A) 10x − x10 + C (B) 10x + x10 + C (C) (10x − x10)−1 + C (D) log(10x + x10) + C
SOLUTIONNumerator = d/dx(x10 + 10x). Put t = x10 + 10x: ∫dt/t = log|t|.∴ option (D).
39. ∫dx/(sin2x cos2x) equals (A) tan x + cot x + C (B) tan x − cot x + C (C) tan x cot x + C (D) tan x − cot 2x + C
SOLUTION= ½[sin 7x − sin x] (product-to-sum). ∫ = ½[−(1/7)cos 7x + cos x].∴ −(1/14) cos 7x + (1/2) cos x + C.
3. cos 2x cos 4x cos 6x
SOLUTIONcos 2x cos 6x = ½(cos 8x + cos 4x). Multiply by cos 4x and expand: ¼(cos 12x + 1 + cos 8x + cos 4x).Integrate: ¼[(1/12)sin 12x + x + (1/8)sin 8x + (1/4)sin 4x].∴ ¼[(1/12) sin 12x + x + (1/8) sin 8x + (1/4) sin 4x] + C.
SOLUTION= cos3x sin2x sin x = cos3x(1 − cos2x) sin x. Put t = cos x, dt = −sin x dx.−∫(t3 − t5) dt = −(t4/4 − t6/6) = (1/6)cos6x − (1/4)cos4x.∴ (1/6) cos6x − (1/4) cos4x + C.
6. sin x sin 2x sin 3x
SOLUTIONsin x sin 3x = ½(cos 2x − cos 4x). Times sin 2x: ½(sin 2x cos 2x − sin 2x cos 4x).= ¼[sin 4x − (sin 6x − sin 2x)] = ¼[sin 4x − sin 6x + sin 2x].Integrate: ¼[−(1/4)cos 4x + (1/6)cos 6x − ½cos 2x].∴ ¼[(1/6) cos 6x − (1/4) cos 4x − (1/2) cos 2x] + C.
7. sin 4x sin 8x
SOLUTION= ½(cos 4x − cos 12x). Integrate: ½[(1/4)sin 4x − (1/12)sin 12x].∴ ½[(1/4) sin 4x − (1/12) sin 12x] + C.
SOLUTION= 1 − 1/(1 + cos x) = 1 − ½sec2(x/2). ∫ = x − tan(x/2).∴ x − tan(x/2) + C.
10. sin4x
SOLUTIONsin4x = [(1 − cos 2x)/2]2 = ¼(1 − 2 cos 2x + cos22x) = ¼[3/2 − 2 cos 2x + ½cos 4x].Integrate: (3x/8) − ¼sin 2x + (1/32)sin 4x.∴ 3x/8 − (1/4) sin 2x + (1/32) sin 4x + C.
11. cos42x
SOLUTIONcos42x = [(1 + cos 4x)/2]2 = ¼[3/2 + 2 cos 4x + ½cos 8x].Integrate: (3x/8) + ¼·½sin 4x·2 … = 3x/8 + (1/8)sin 4x + (1/64)sin 8x.∴ 3x/8 + (1/8) sin 4x + (1/64) sin 8x + C.
12. sin2x/(1 + cos x)
SOLUTIONsin2x = 1 − cos2x = (1 − cos x)(1 + cos x). So integrand = 1 − cos x.∫(1 − cos x) dx = x − sin x.∴ x − sin x + C.
13. (cos 2x − cos 2α)/(cos x − cos α)
SOLUTIONcos 2x − cos 2α = 2cos2x − 2cos2α = 2(cos x − cos α)(cos x + cos α).Integrand = 2(cos x + cos α). ∫ = 2(sin x + x cos α).∴ 2(sin x + x cos α) + C.
14. (cos x − sin x)/(1 + sin 2x)
SOLUTION1 + sin 2x = (sin x + cos x)2. Put t = sin x + cos x, dt = (cos x − sin x)dx.∫dt/t2 = −1/t.∴ −1/(cos x + sin x) + C.
15. tan32x sec 2x
SOLUTIONtan32x sec 2x = tan22x·(sec 2x tan 2x) = (sec22x − 1)(sec 2x tan 2x). Put t = sec 2x, dt = 2 sec 2x tan 2x dx.½∫(t2 − 1) dt = ½(t3/3 − t).∴ (1/6) sec32x − (1/2) sec 2x + C.
16. tan4x
SOLUTIONtan4x = tan2x(sec2x − 1) = tan2x sec2x − (sec2x − 1).∫ = (1/3)tan3x − tan x + x.∴ (1/3) tan3x − tan x + x + C.
17. (sin3x + cos3x)/(sin2x cos2x)
SOLUTIONSplit: sin3x/(sin2x cos2x) + cos3x/(sin2x cos2x) = sin x/cos2x + cos x/sin2x = sec x tan x + cosec x cot x… actually = (tan x sec x) + (cot x cosec x)? Re-check: sin x/cos2x = tan x sec x; cos x/sin2x = cot x cosec x.∫(sec x tan x + cosec x cot x) dx = sec x − cosec x.∴ sec x − cosec x + C.
18. (cos 2x + 2 sin2x)/cos2x
SOLUTIONcos 2x + 2 sin2x = (1 − 2 sin2x) + 2 sin2x = 1. So integrand = 1/cos2x = sec2x.∫sec2x dx = tan x.∴ tan x + C.
19. 1/(sin x cos3x)
SOLUTIONMultiply num & den structure: = (sin2x + cos2x)/(sin x cos3x) = sin x/cos3x + 1/(sin x cos x).First: ∫tan x sec2x dx = ½tan2x. Second: 1/(sin x cos x) = 2/sin 2x = 2 cosec 2x… use 1/(sin x cos x)= sec2x/tan x; ∫ = log|tan x|.∴ (1/2) tan2x + log|tan x| + C.
20. cos 2x/(cos x + sin x)2
SOLUTIONcos 2x = cos2x − sin2x = (cos x − sin x)(cos x + sin x); (cos x + sin x)2 in den.Integrand = (cos x − sin x)/(cos x + sin x). Put t = cos x + sin x, dt = (cos x − sin x)dx. ∫dt/t = log|t|.∴ log|cos x + sin x| + C.
21. sin−1(cos x)
SOLUTIONcos x = sin(π/2 − x), so sin−1(cos x) = π/2 − x (for the principal range).∫(π/2 − x) dx = πx/2 − x2/2.∴ πx/2 − x2/2 + C.
16. 1/[x(xn + 1)] [Hint: multiply numerator and denominator by xn−1 and put xn = t]
SOLUTIONMultiply by xn−1/xn−1: xn−1/[xn(xn+1)]. Put t = xn, dt = nxn−1dx.(1/n)∫dt/[t(t+1)] = (1/n)[log|t| − log|t+1|].∴ (1/n) log|xn/(xn + 1)| + C.
17. cos x/[(1 − sin x)(2 − sin x)] [Hint: Put sin x = t]
SOLUTIONPut t = sin x, dt = cos x dx. ∫dt/[(1−t)(2−t)] = ∫[1/(1−t) − 1/(2−t)]dt·… PF gives 1/(1−t)−1/(2−t).Integrate: −log|1−t| + log|2−t| = log|(2−t)/(1−t)|.∴ log|(2 − sin x)/(1 − sin x)| + C.
18. [(x2 + 1)(x2 + 2)]/[(x2 + 3)(x2 + 4)]
SOLUTIONPut y = x2; (y+1)(y+2)/[(y+3)(y+4)] = 1 + [−4y − 10]/[(y+3)(y+4)] = 1 + 2/(y+3) − 6/(y+4).Integrate in x: x + 2·(1/√3)tan−1(x/√3) − 6·(1/2)tan−1(x/2).∴ x + (2/√3) tan−1(x/√3) − 3 tan−1(x/2) + C.
19. 2x/[(x2 + 1)(x2 + 3)]
SOLUTIONPut y = x2, dy = 2x dx. ∫dy/[(y+1)(y+3)] = ½[log|y+1| − log|y+3|].∴ (1/2) log|(x2 + 1)/(x2 + 3)| + C.
20. 1/[x(x4 − 1)]
SOLUTIONMultiply by x3/x3: x3/[x4(x4−1)]. Put t = x4, dt = 4x3dx.(1/4)∫dt/[t(t−1)] = (1/4)[log|t−1| − log|t|].∴ (1/4) log|(x4 − 1)/x4| + C.
21. 1/(ex − 1) [Hint: Put ex = t]
SOLUTIONPut t = ex, dt = exdx = t dx, dx = dt/t. ∫dt/[t(t−1)] = log|t−1| − log|t|.∴ log|(ex − 1)/ex| + C.
22. ∫x dx/[(x − 1)(x − 2)] equals (A) log|(x−1)2/(x−2)| + C (B) log|(x−2)2/(x−1)| + C (C) log|((x−1)/(x−2))2| + C (D) log|(x−1)(x−2)| + C
SOLUTION= (x3/3)log x − ∫(x3/3)(1/x)dx = (x3/3)log x − x3/9.∴ (x3/3) log x − x3/9 + C.
7. x sin−1x
SOLUTIONu = sin−1x, dv = x dx. = (x2/2)sin−1x − ½∫x2/√(1−x2)dx. The integral evaluates so result simplifies.∴ (1/4)(2x2 − 1)sin−1x + (x√(1 − x2))/4 + C.
8. x tan−1x
SOLUTIONu = tan−1x, dv = x dx. = (x2/2)tan−1x − ½∫x2/(1+x2)dx = (x2/2)tan−1x − ½(x − tan−1x).∴ (x2/2) tan−1x − x/2 + (1/2) tan−1x + C.
9. x cos−1x
SOLUTIONu = cos−1x, dv = x dx. Result (per key):∴ [(2x2 − 1)/4] cos−1x − (x√(1 − x2))/4 + C.
10. (sin−1x)2
SOLUTIONTake 1 as second function; by parts twice (using substitution x = sinθ).∴ x(sin−1x)2 + 2√(1 − x2) sin−1x − 2x + C.
11. (x cos−1x)/√(1 − x2)
SOLUTIONLet u = cos−1x, the rest integrates to −√(1−x2) (second function x/√(1−x2)). By parts.∴ −√(1 − x2) cos−1x + x + C.
12. x sec2x
SOLUTIONu = x, dv = sec2x dx. = x tan x − ∫tan x dx = x tan x + log|cos x|.∴ x tan x + log|cos x| + C.
13. tan−1x
SOLUTIONTake 1 as second function: = x tan−1x − ∫x/(1+x2)dx = x tan−1x − (1/2)log(1+x2).∴ x tan−1x − (1/2) log(1 + x2) + C.
14. x(log x)2
SOLUTIONu = (log x)2, dv = x dx; by parts twice.∴ (x2/2)(log x)2 − (x2/2) log x + x2/4 + C.
15. (x2 + 1) log x
SOLUTIONu = log x, dv = (x2+1)dx, v = x3/3 + x. = (x3/3 + x)log x − ∫(x2/3 + 1)dx.∴ (x3/3 + x) log x − x3/9 − x + C.
16. ex(sin x + cos x)
SOLUTIONForm ex[f(x) + f′(x)] with f(x) = sin x, f′(x) = cos x.∴ ex sin x + C.
17. (x ex)/(1 + x)2
SOLUTIONx/(1+x)2 = 1/(1+x) − 1/(1+x)2 = f(x) + f′(x) with f(x) = 1/(1+x).∴ ex/(1 + x) + C.
18. ex[(1 + sin x)/(1 + cos x)]
SOLUTION(1 + sin x)/(1 + cos x) = ½sec2(x/2) + tan(x/2) = f(x) + f′(x) with f(x) = tan(x/2).∴ ex tan(x/2) + C.
19. ex(1/x − 1/x2)
SOLUTIONf(x) = 1/x, f′(x) = −1/x2, so integrand = ex[f(x) + f′(x)].∴ ex/x + C.
20. [(x − 3)ex]/(x − 1)3
SOLUTION(x−3)/(x−1)3 = 1/(x−1)2 − 2/(x−1)3 = f(x) + f′(x) with f(x) = 1/(x−1)2.∴ ex/(x − 1)2 + C.
21. e2x sin x
SOLUTIONBy parts twice: 5I = e2x(2 sin x − cos x), so I = (e2x/5)(2 sin x − cos x).∴ (e2x/5)(2 sin x − cos x) + C.
22. sin−1[2x/(1 + x2)]
SOLUTIONPut x = tanθ: sin−1[2x/(1+x2)] = 2 tan−1x. Then ∫2 tan−1x dx by parts.∴ 2x tan−1x − log(1 + x2) + C.
23. ∫x2ex3 dx equals (A) ⅓ex3 + C (B) ⅓ex2 + C (C) ½ex3 + C (D) ½ex2 + C
SOLUTION1 + 3x − x2 = (13/4) − (x − 3/2)2. Use ∫√(a2−t2)dt with a2 = 13/4, t = x − 3/2.∴ [(2x − 3)/4]√(1 + 3x − x2) + (13/8) sin−1[(2x − 3)/√13] + C.
8. √(x2 + 3x)
SOLUTIONx2+3x = (x + 3/2)2 − 9/4. Use ∫√(t2−a2)dt with a2 = 9/4.∴ [(2x + 3)/4]√(x2 + 3x) − (9/8) log|x + 3/2 + √(x2 + 3x)| + C.
9. √(1 + x2/9)
SOLUTION= (1/3)√(9 + x2) = (1/3)√(x2 + 32). Use ∫√(x2+a2)dx with a = 3, then divide by 3.∴ (x/6)√(1 + x2/9) + (3/2) log|x + √(x2 + 9)| + C.
10. ∫√(1 + x2) dx is equal to (A) (x/2)√(1+x2) + ½log|x + √(1+x2)| + C (B) (2/3)(1+x2)3/2 + C (C) (2/3)x(1+x2)3/2 + C (D) (x2/2)√(1+x2) + (1/2)x2log|x+√(1+x2)| + C
SOLUTIONStandard form ∫√(x2+a2)dx with a = 1.∴ option (A).
11. ∫√(x2 − 8x + 7) dx is equal to (A) ½(x−4)√(x2−8x+7) + 9 log|x−4 + √(x2−8x+7)| + C (B) ½(x+4)√(x2−8x+7) + 9 log|x+4 + √(x2−8x+7)| + C (C) ½(x−4)√(x2−8x+7) − 3√2 log|x−4 + √(x2−8x+7)| + C (D) ½(x−4)√(x2−8x+7) − (9/2) log|x−4 + √(x2−8x+7)| + C
SOLUTIONsin 2x = 2 sin x cos x, so 2 log sin x − log sin 2x = log sin x − log cos x − log 2.∫0π/2(log sin x − log cos x)dx = 0 by symmetry; remaining −(π/2)log 2.∴ −(π/2) log 2.
11. ∫−π/2π/2sin2x dx
SOLUTIONsin2x is even (P7): = 2∫0π/2sin2x dx = 2(π/4) = π/2.∴ π/2.
12. ∫0πx dx/(1 + sin x)
SOLUTIONBy P4 (x → π − x), 2I = π∫0πdx/(1 + sin x). Evaluate → π·2; so I = π.∴ π.
13. ∫−π/2π/2sin7x dx
SOLUTIONsin7x is an odd function (P7(ii)).∴ 0.
14. ∫02πcos5x dx
SOLUTIONBy P6 with f(2π − x) considered — over a full period the integral of cos5x is 0.∴ 0.
15. ∫0π/2(sin x − cos x)/(1 + sin x cos x) dx
SOLUTIONBy P4, replacing x → π/2 − x changes the numerator sign while the denominator is unchanged, giving I = −I.∴ 0.
16. ∫0πlog(1 + cos x) dx
SOLUTIONStandard result obtained using P4 and the half-angle identity, reducing to −π log 2.∴ −π log 2.
SOLUTIONPut x = a/t, dx = −a/t2dt. Simplify ax − x2 = (a2/t2)(t − 1); the integral reduces to a standard root form.∴ −(2/a)√[(a − x)/x] + C.
4. 1/[x2(x4 + 1)3/4]
SOLUTIONTake x4 common from the bracket: (x4+1)3/4 = x3(1 + x−4)3/4. Put t = 1 + x−4, dt = −4x−5dx.Integral → −¼∫t−3/4dt = −(1 + x−4)1/4.∴ −(1 + x−4)1/4 + C.
5. 1/[x1/2 + x1/3] [Hint: 1/(x1/2+x1/3) = 1/[x1/3(1 + x1/6)], put x = t6]
SOLUTIONPut x = t6, dx = 6t5dt. Integrand → 6t5/[t3(1 + t)] = 6t2/(1+t). Divide: 6(t − 1 + 1/(1+t)).Integrate and resubstitute t = x1/6.∴ 2√x − 3x1/3 + 6x1/6 − 6 log(1 + x1/6) + C.
6. 5x/[(x + 1)(x2 + 9)]
SOLUTIONPF: A/(x+1) + (Bx+C)/(x2+9); A = −1/2, B = 1/2, C = 9/2.Integrate: −½log|x+1| + ¼log(x2+9) + (3/2)tan−1(x/3).∴ −(1/2) log|x + 1| + (1/4) log(x2 + 9) + (3/2) tan−1(x/3) + C.
7. sin x/sin(x − a)
SOLUTIONWrite sin x = sin[(x−a) + a] = sin(x−a)cos a + cos(x−a)sin a. Divide: cos a + sin a cot(x−a).Integrate: x cos a + sin a log|sin(x − a)|.∴ x cos a + sin a·log|sin(x − a)| + C.
SOLUTIONMultiply by sin(a − b)/sin(a − b) as in Ex 7.3 Q22: = [1/sin(a−b)][tan(x+b) − tan(x+a)].∴ [1/sin(a − b)] log|cos(x + b)/cos(x + a)| + C.
12. x3/√(1 − x8)
SOLUTIONPut t = x4, dt = 4x3dx. (1/4)∫dt/√(1 − t2) = (1/4)sin−1t.∴ (1/4) sin−1(x4) + C.
13. ex/[(1 + ex)(2 + ex)]
SOLUTIONPut t = ex, dt = exdx. ∫dt/[(1+t)(2+t)] = log|1+t| − log|2+t|.∴ log[(1 + ex)/(2 + ex)] + C.
14. 1/[(x2 + 1)(x2 + 4)]
SOLUTIONPF (in x2): = (1/3)/(x2+1) − (1/3)/(x2+4). Integrate.∴ (1/3) tan−1x − (1/6) tan−1(x/2) + C.
15. cos3x elog sin x
SOLUTIONelog sin x = sin x. = cos3x sin x. Put t = cos x, dt = −sin x dx. −∫t3dt = −t4/4.∴ −(1/4) cos4x + C.
16. e3 log x(x4 + 1)−1
SOLUTIONe3 log x = x3. = x3/(x4+1). Put t = x4+1, dt = 4x3dx. (1/4)∫dt/t = (1/4)log|t|.∴ (1/4) log(x4 + 1) + C.
17. f′(ax + b)[f(ax + b)]n
SOLUTIONPut t = f(ax + b), dt = a f′(ax + b)dx. (1/a)∫tndt = (1/a)·tn+1/(n+1).∴ [f(ax + b)]n+1/[a(n + 1)] + C.
18. 1/√[sin3x sin(x + α)]
SOLUTIONsin(x + α) = sin x cos α + cos x sin α; divide inside root by sin2x: sin3x sin(x+α) = sin4x(cos α + cot x sin α).Integrand = cosec2x/√(cos α + cot x sin α). Put t = cos α + cot x sin α, dt = −sin α cosec2x dx.∴ −(2/sin α)√[sin(x + α)/sin x] + C.
19. √[(1 − √x)/(1 + √x)]
SOLUTIONPut x = cos2θ (the textbook uses x = cos t form). After simplification the integral reduces to elementary terms.∴ −2√(1 − x) + cos−1√x + √(x − x2) + C (writing √x for the variable as in the key, this matches −2√(1−x) + cos−1x + x − x2-type form).
20. [(2 + sin 2x)/(1 + cos 2x)] ex
SOLUTION(2 + sin 2x)/(1 + cos 2x) = (2 + 2 sin x cos x)/(2 cos2x) = sec2x + tan x = f(x) + f′(x) with f(x) = tan x.∴ ex tan x + C.
21. (x2 + x + 1)/[(x + 1)2(x + 2)]
SOLUTIONPF: A/(x+1) + B/(x+1)2 + C/(x+2); A = −2, B = 1, C = 3.Integrate: −2 log|x+1| − 1/(x+1) + 3 log|x+2|.∴ −2 log|x + 1| − 1/(x + 1) + 3 log|x + 2| + C.
22. tan−1√[(1 − x)/(1 + x)]
SOLUTIONPut x = cos 2θ, so √[(1−x)/(1+x)] = tanθ, hence the expression = θ = ½cos−1x. So I = ½∫cos−1x dx.∫cos−1x dx = x cos−1x − √(1−x2). So I = ½[x cos−1x − √(1−x2)].∴ (1/2)[x cos−1x − √(1 − x2)] + C.
23. (x2 + 1)[log(x2 + 1) − 2 log x]/x4
SOLUTIONlog(x2+1) − 2 log x = log[(x2+1)/x2] = log(1 + x−2). Let t = 1 + x−2; expression = (x2+1)/x4·log t = t·x−2·log t.With dt = −2x−3dx, integration by parts on ∫t log t·… yields the standard result.∴ −(1/3)(1 + 1/x2)3/2[log(1 + 1/x2) − 2/3] + C.
Evaluate the definite integrals in Exercises 24 to 31.
24. ∫π/2πex[(1 − sin x)/(1 − cos x)] dx
SOLUTION(1 − sin x)/(1 − cos x) = ½cosec2(x/2) − cot(x/2) = f(x) + f′(x) with f(x) = −cot(x/2).So ∫ex[f + f′] = ex(−cot(x/2)). Evaluate π/2 to π: eπ(0) − eπ/2(−cot(π/4)) = eπ/2.∴ eπ/2.
25. ∫0π/4(sin x cos x)/(cos4x + sin4x) dx
SOLUTIONDivide num & den by cos4x: tan x sec2x/(1 + tan4x). Put t = tan2x, dt = 2 tan x sec2x dx.(1/2)∫01dt/(1 + t2) = (1/2)(π/4) = π/8.∴ π/8.
26. ∫0π/2cos2x dx/(cos2x + 4 sin2x)
SOLUTIONDivide by cos2x: 1/(1 + 4 tan2x)·… Standard manipulation (or P4) gives the value π/6.∴ π/6.
27. ∫π/6π/3(sin x + cos x)/√(sin 2x) dx
SOLUTIONsin 2x = 1 − (sin x − cos x)2. Put t = sin x − cos x, dt = (cos x + sin x)dx; limits t = (1−√3)/2 to (√3−1)/2.∫dt/√(1 − t2) = sin−1t. Evaluate.∴ 2 sin−1[(√3 − 1)/2].
38. ∫dx/(ex + e−x) is equal to (A) tan−1(ex) + C (B) tan−1(e−x) + C (C) log(ex − e−x) + C (D) log(ex + e−x) + C
SOLUTIONMultiply num & den by ex: ex/(e2x + 1). Put t = ex: ∫dt/(t2 + 1) = tan−1t.∴ option (A).
39. ∫cos 2x/(sin x + cos x)2 dx is equal to (A) −1/(sin x + cos x) + C (B) log|sin x + cos x| + C (C) log|sin x − cos x| + C (D) 1/(sin x + cos x)2
SOLUTIONcos 2x = (cos x − sin x)(cos x + sin x); (sin x + cos x)2 in den ⇒ (cos x − sin x)/(cos x + sin x). Put t = sin x + cos x.∫dt/t = log|t|.∴ option (B).
40. If f(a + b − x) = f(x), then ∫abx f(x) dx is equal to (A) [(a+b)/2]∫abf(b − x)dx (B) [(a+b)/2]∫abf(b + x)dx (C) [(b−a)/2]∫abf(x)dx (D) [(a+b)/2]∫abf(x)dx
SOLUTIONBy P3, I = ∫ab(a + b − x)f(a + b − x)dx = (a+b)∫abf(x)dx − I, giving 2I = (a+b)∫abf(x)dx.∴ option (D).
Common Mistakes to Avoid
Watch out for these
Forgetting the constant of integration C in every indefinite integral.
Dropping the modulus in log answers: it must be log|x|, log|sec x + tan x|, etc.
In substitution, not changing the differential (dx → dt) or, for definite integrals, not changing the limits when you stay in the new variable.
Choosing the wrong “first function” in integration by parts — follow ILATE.
Trying partial fractions on an improper rational function without first dividing.
Mixing up the special-function formulas: x2−a2 gives log|(x−a)/(x+a)|, while a2−x2 gives log|(a+x)/(a−x)|.
Not exploiting odd/even symmetry (P7) — an odd integrand over [−a, a] is simply 0.
Practice MCQs & Assertion–Reason
1. ∫ex(sin x + cos x) dx equals
(a) ex cos x + C (b) ex sin x + C (c) ex tan x + C (d) ex(sin x − cos x) + C
2. ∫sec2x dx equals
(a) sec x + C (b) cot x + C (c) tan x + C (d) −cot x + C
3. ∫dx/(x2 + a2) equals
(a) (1/a)tan−1(x/a) + C (b) a tan−1(x/a) + C (c) tan−1(ax) + C (d) (1/a)sin−1(x/a) + C
4. ∫tan x dx equals
(a) log|cos x| + C (b) log|sec x| + C (c) log|sin x| + C (d) sec2x + C
5. ∫0π/2cos2x dx equals
(a) π/2 (b) π/4 (c) π (d) 1
6. The value of ∫−aaf(x) dx when f is odd is
(a) 2∫0af(x)dx (b) 0 (c) a (d) f(a) − f(−a)
7. ∫ex[f(x) + f′(x)] dx equals
(a) exf′(x) + C (b) exf(x) + C (c) ex + f(x) + C (d) f(x) + C
8. ∫1/x dx equals
(a) −1/x2 + C (b) log|x| + C (c) x log x + C (d) 1 + C
9. By the Second Fundamental Theorem, ∫abf(x) dx equals
For each Assertion–Reason question, choose: (A) Both Assertion and Reason are true and the Reason is the correct explanation of the Assertion; (B) Both are true but the Reason is not the correct explanation; (C) Assertion is true but Reason is false; (D) Assertion is false but Reason is true.
A-R 1. Assertion: ∫−11x3 dx = 0.
Reason: For an odd function f, ∫−aaf(x) dx = 0.
A-R 2. Assertion: ∫sec x dx = log|sec x + tan x| + C.
Reason: It is obtained by multiplying numerator and denominator by (sec x + tan x) and substituting.
A-R 3. Assertion: To integrate a product of two functions we always use partial fractions.
Reason: Integration by parts uses the rule ∫u v dx = u∫v dx − ∫(u′∫v dx) dx.
Integration by parts: ∫u v dx = u∫v dx − ∫(u′∫v dx) dx; first function by ILATE; remember ∫ex[f + f′] = exf.
Second Fundamental Theorem: ∫abf = F(b) − F(a).
Definite-integral properties P0–P7 (especially P4 and the even/odd rule P7) often shorten the work dramatically.
How to score full marks in this chapter
Show the substitution clearly (state “Put t = …, dt = …”), always carry the constant C, and keep modulus signs in logarithms. For definite integrals, decide early whether a symmetry property (P4 or odd/even) will save time. In integration by parts, write the ILATE choice before you start, and in “prove that” questions finish with a clear “Hence proved.” Practising the standard special-function and radical formulas until they are automatic is the single biggest scoring boost.
Frequently Asked Questions
What does Class 12 Maths Chapter 7 Integrals cover?
It covers anti-derivatives and indefinite integrals, the methods of substitution, partial fractions and integration by parts, integrals of special functions, definite integrals, the Fundamental Theorem of Calculus, evaluation by substitution, and the properties of definite integrals.
How many exercises are there in Chapter 7?
There are ten exercises (7.1 to 7.10) plus a Miscellaneous Exercise. Every numbered question of each, including the MCQs and the “prove that” items, is solved on this page.
What is the ILATE rule for integration by parts?
ILATE tells you which factor to take as the first function (the one to differentiate): Inverse trigonometric, Logarithmic, Algebraic, Trigonometric, Exponential — in that order of priority.
Are these Class 12 Maths Chapter 7 solutions free?
Yes. All solutions are free and follow the official NCERT Mathematics Part II textbook for the 2026–27 session, with answers verified against the book’s answer key.