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: 12 Subject: Mathematics Chapter: 7 — Integrals Exercises: 7.1–7.10 + Miscellaneous Session: 2026–27 Book: NCERT Maths Part II

Chapter 7 Overview

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.

Radical forms: ∫dx/√(x2−a2) = log|x+√(x2−a2)| + C; ∫dx/√(a2−x2) = sin−1(x/a) + C; ∫dx/√(x2+a2) = log|x+√(x2+a2)| + C.

ex-rule: ∫ex[f(x) + f′(x)] dx = ex f(x) + 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

SOLUTION d/dx(cos 2x) = −2 sin 2x, so d/dx(−½ cos 2x) = sin 2x. ∴ ∫sin 2x dx = −½ cos 2x + C.

2. cos 3x

SOLUTION d/dx(sin 3x) = 3 cos 3x, so d/dx(⅓ sin 3x) = cos 3x. ∴ ∫cos 3x dx = ⅓ sin 3x + C.

3. e2x

SOLUTION d/dx(e2x) = 2e2x, so d/dx(½ e2x) = e2x. ∴ ∫e2x dx = ½ e2x + C.

4. (ax + b)2

SOLUTION d/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

SOLUTION x2(1 − 1/x2) = x2 − 1. ∫(x2 − 1) dx = x3/3 − x + C. x3/3 − x + C.

8. ∫(ax2 + bx + c) dx

SOLUTION Integrate 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.

10. ∫(√x − 1/√x)2 dx

SOLUTION (√x − 1/√x)2 = x − 2 + 1/x. ∫(x − 2 + 1/x) dx = x2/2 − 2x + log|x| + C. x2/2 + log|x| − 2x + C.

11. ∫(x3 + 5x2 − 4)/x2 dx

SOLUTION Split: x + 5 − 4x−2. ∫(x + 5 − 4x−2) dx = x2/2 + 5x + 4/x + C. x2/2 + 5x + 4/x + C.

12. ∫(x3 + 3x + 4)/√x dx

SOLUTION = ∫(x5/2 + 3x1/2 + 4x−1/2) dx. = x7/2/(7/2) + 3·x3/2/(3/2) + 4·x1/2/(1/2) + C. (2/7) x7/2 + 2x3/2 + 8√x + C.

13. ∫(x3 − x2 + x − 1)/(x − 1) dx

SOLUTION x3 − x2 + x − 1 = x2(x − 1) + (x − 1) = (x − 1)(x2 + 1). So integrand = x2 + 1. ∫(x2 + 1) dx = x3/3 + x + C. x3/3 + x + C.

14. ∫(1 − x)√x dx

SOLUTION (1 − x)√x = x1/2 − x3/2. ∫(x1/2 − x3/2) dx = (2/3)x3/2 − (2/5)x5/2 + C. (2/3) x3/2 − (2/5) x5/2 + C.

15. ∫√x(3x2 + 2x + 3) dx

SOLUTION = ∫(3x5/2 + 2x3/2 + 3x1/2) dx. = 3·x7/2/(7/2) + 2·x5/2/(5/2) + 3·x3/2/(3/2) + C. (6/7) x7/2 + (4/5) x5/2 + 2x3/2 + C.

16. ∫(2x − 3 cos x + ex) dx

SOLUTION = x2 − 3 sin x + ex + C. x2 − 3 sin x + ex + C.

17. ∫(2x2 − 3 sin x + 5√x) dx

SOLUTION = (2/3)x3 − 3(−cos x) + 5·x3/2/(3/2) + C. (2/3) x3 + 3 cos x + (10/3) x3/2 + C.

18. ∫sec x (sec x + tan x) dx

SOLUTION = ∫(sec2x + sec x tan x) dx = tan x + sec x + C. tan x + sec x + C.

19. ∫(sec2x)/(cosec2x) dx

SOLUTION sec2x/cosec2x = sin2x/cos2x = tan2x = sec2x − 1. ∫(sec2x − 1) dx = tan x − x + C. tan x − x + C.

20. ∫(2 − 3 sin x)/cos2x dx

SOLUTION = ∫(2 sec2x − 3 sin x/cos2x) dx = 2 tan x − 3 sec x + C. 2 tan x − 3 sec x + C.

21. The anti derivative of (√x + 1/√x) equals
(A) ⅓x1/3 + 2x1/2 + C   (B) (2/3)x2/3 + ½x2 + C   (C) (2/3)x3/2 + 2x1/2 + C   (D) (3/2)x3/2 + ½x1/2 + C

SOLUTION ∫(x1/2 + x−1/2) dx = (2/3)x3/2 + 2x1/2 + C. ∴ option (C).

22. If d/dx f(x) = 4x3 − 3/x4 such that f(2) = 0. Then f(x) is
(A) x4 + 1/x3 − 129/8   (B) x3 + 1/x4 + 129/8   (C) x4 + 1/x3 + 129/8   (D) x3 + 1/x4 − 129/8

SOLUTION f(x) = ∫(4x3 − 3x−4) dx = x4 + x−3 + C = x4 + 1/x3 + C. f(2) = 16 + 1/8 + C = 0 ⇒ C = −129/8. ∴ f(x) = x4 + 1/x3 − 129/8 — option (A).

Exercise 7.2

Integrate the functions in Exercises 1 to 37 (by substitution).

1. 2x/(1 + x2)

SOLUTION Put t = 1 + x2, dt = 2x dx. ∫dt/t = log|t|. log(1 + x2) + C.

2. (log x)2/x

SOLUTION Put t = log x, dt = dx/x. ∫t2 dt = t3/3. (1/3)(log|x|)3 + C.

3. 1/(x + x log x)

SOLUTION = 1/[x(1 + log x)]. Put t = 1 + log x, dt = dx/x. ∫dt/t = log|t|. log|1 + log x| + C.

4. sin x sin(cos x)

SOLUTION Put t = cos x, dt = −sin x dx. ∫sin t (−dt) = cos t. cos(cos x) + C.

5. sin(ax + b) cos(ax + b)

SOLUTION = ½ sin 2(ax + b). Put t = 2(ax+b), dt = 2a dx. = (1/4a)∫sin t dt = −(1/4a) cos t. −(1/4a) cos 2(ax + b) + C.

6. √(ax + b)

SOLUTION Put t = ax + b, dt = a dx. (1/a)∫t1/2 dt = (1/a)·(2/3)t3/2. (2/3a)(ax + b)3/2 + C.

7. x√(x + 2)

SOLUTION Put t = x + 2, x = t − 2, dx = dt. ∫(t − 2)t1/2 dt = ∫(t3/2 − 2t1/2) dt = (2/5)t5/2 − (4/3)t3/2. (2/5)(x + 2)5/2 − (4/3)(x + 2)3/2 + C.

8. x√(1 + 2x2)

SOLUTION Put t = 1 + 2x2, dt = 4x dx. (1/4)∫t1/2 dt = (1/4)(2/3)t3/2. (1/6)(1 + 2x2)3/2 + C.

9. (4x + 2)√(x2 + x + 1)

SOLUTION 4x + 2 = 2(2x + 1) = 2 d/dx(x2+x+1). Put t = x2+x+1, dt = (2x+1)dx. 2∫t1/2 dt = 2·(2/3)t3/2. (4/3)(x2 + x + 1)3/2 + C.

10. 1/(x − √x)

SOLUTION x − √x = √x(√x − 1). Put t = √x − 1, dt = dx/(2√x). 1/[√x(√x−1)] dx = 2 dt/t ⇒ 2 log|t|. 2 log|√x − 1| + C.

11. x/(x + 4), x > 0

SOLUTION Put t = x + 4, x = t − 4, dx = dt. ∫(t−4)/√t dt = ∫(t1/2 − 4t−1/2) dt. = (2/3)t3/2 − 8t1/2 = (2/3)√t(t − 12). (2/3)√(x+4)·(x − 8) + C.

12. (x3 − 1)1/3 x5

SOLUTION Put t = x3 − 1, x3 = t + 1, dt = 3x2 dx. x5 dx = x3·x2dx = (t+1)(dt/3). (1/3)∫t1/3(t + 1) dt = (1/3)[(3/7)t7/3 + (3/4)t4/3]. (1/7)(x3 − 1)7/3 + (1/4)(x3 − 1)4/3 + C.

13. x2/(2 + 3x3)3

SOLUTION Put t = 2 + 3x3, dt = 9x2 dx. (1/9)∫t−3 dt = (1/9)·t−2/(−2). −1/[18(2 + 3x3)2] + C.

14. 1/[x(log x)m], x > 0, m ≠ 1

SOLUTION Put t = log x, dt = dx/x. ∫t−m dt = t1−m/(1−m). (log x)1−m/(1 − m) + C.

15. x/(9 − 4x2)

SOLUTION Put t = 9 − 4x2, dt = −8x dx. (−1/8)∫dt/t = (−1/8)log|t|. −(1/8) log|9 − 4x2| + C.

16. e2x + 3

SOLUTION Put t = 2x + 3, dt = 2 dx. (1/2)∫et dt = (1/2)et. (1/2) e2x + 3 + C.

17. x/ex2

SOLUTION = x e−x2. Put t = −x2, dt = −2x dx. (−1/2)∫et dt = (−1/2)et. −1/(2ex2) + C.

18. etan−1x/(1 + x2)

SOLUTION Put t = tan−1x, dt = dx/(1+x2). ∫et dt = et. etan−1x + C.

19. (e2x − 1)/(e2x + 1)

SOLUTION Divide num & den by ex: (ex − e−x)/(ex + e−x). Put t = ex + e−x, dt = (ex − e−x)dx. ∫dt/t = log|t|. log(ex + e−x) + C.

20. (e2x − e−2x)/(e2x + e−2x)

SOLUTION Put t = e2x + e−2x, dt = 2(e2x − e−2x)dx. (1/2)∫dt/t = (1/2)log|t|. (1/2) log(e2x + e−2x) + C.

21. tan2(2x − 3)

SOLUTION tan2θ = sec2θ − 1. ∫[sec2(2x−3) − 1] dx = (1/2)tan(2x−3) − x. (1/2) tan(2x − 3) − x + C.

22. sec2(7 − 4x)

SOLUTION Put t = 7 − 4x, dt = −4 dx. (−1/4)∫sec2t dt = (−1/4)tan t. −(1/4) tan(7 − 4x) + C.

23. (sin−1x)/√(1 − x2)

SOLUTION Put 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)

SOLUTION Denominator 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

SOLUTION Put t = √x, dt = dx/(2√x). 2∫cos t dt = 2 sin t. 2 sin√x + C.

27. √(sin 2x) cos 2x

SOLUTION Put 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)

SOLUTION Put 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

SOLUTION Put 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)

SOLUTION Put t = 1 + cos x, dt = −sin x dx. −∫dt/t = −log|t|. −log|1 + cos x| + C.

31. sin x/(1 + cos x)2

SOLUTION Put 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)

SOLUTION sin 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

SOLUTION Put 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)

SOLUTION Put 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

SOLUTION Numerator = 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 1/(sin2x cos2x) = (sin2x + cos2x)/(sin2x cos2x) = sec2x + cosec2x. ∫(sec2x + cosec2x) dx = tan x − cot x. ∴ option (B).

Exercise 7.3

Find the integrals of the functions in Exercises 1 to 22 (using trigonometric identities).

1. sin2(2x + 5)

SOLUTION sin2θ = (1 − cos 2θ)/2. ∫½[1 − cos(4x + 10)] dx = x/2 − (1/8)sin(4x + 10). x/2 − (1/8) sin(4x + 10) + C.

2. sin 3x cos 4x

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

SOLUTION cos 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.

4. sin3(2x + 1)

SOLUTION sin3θ = sinθ(1 − cos2θ), θ = 2x+1. Put t = cos(2x+1), dt = −2 sin(2x+1)dx. −½∫(1 − t2) dt = −½(t − t3/3). −½ cos(2x + 1) + (1/6) cos3(2x + 1) + C.

5. sin3x cos3x

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

SOLUTION sin 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.

8. (1 − cos x)/(1 + cos x)

SOLUTION = (2 sin2(x/2))/(2 cos2(x/2)) = tan2(x/2) = sec2(x/2) − 1. ∫ = 2 tan(x/2) − x. 2 tan(x/2) − x + C.

9. cos x/(1 + cos x)

SOLUTION = 1 − 1/(1 + cos x) = 1 − ½sec2(x/2). ∫ = x − tan(x/2). x − tan(x/2) + C.

10. sin4x

SOLUTION sin4x = [(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

SOLUTION cos42x = [(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)

SOLUTION sin2x = 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 α)

SOLUTION cos 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)

SOLUTION 1 + 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

SOLUTION tan32x 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

SOLUTION tan4x = 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)

SOLUTION Split: 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

SOLUTION cos 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)

SOLUTION Multiply 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

SOLUTION cos 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)

SOLUTION cos 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.

22. 1/[cos(x − a) cos(x − b)]

SOLUTION Multiply by sin(a − b)/sin(a − b). Note sin[(x−b) − (x−a)] = sin(a−b) = sin(x−b)cos(x−a) − cos(x−b)sin(x−a). So integrand = [1/sin(a−b)][tan(x−b) − tan(x−a)]. Integrate each. [1/sin(a − b)] log|cos(x − a)/cos(x − b)| + C.

23. ∫(sin2x − cos2x)/(sin2x cos2x) dx is equal to
(A) tan x + cot x + C   (B) tan x + cosec x + C   (C) −tan x + cot x + C   (D) tan x + sec x + C

SOLUTION Split: sin2x/(sin2x cos2x) − cos2x/(sin2x cos2x) = sec2x − cosec2x. ∫ = tan x + cot x. ∴ option (A).

24. ∫[ex(1 + x)]/cos2(exx) dx equals
(A) −cot(exx) + C   (B) tan(xex) + C   (C) tan(ex) + C   (D) cot(ex) + C

SOLUTION Put t = exx, dt = (ex + xex)dx = ex(1 + x)dx. ∫sec2t dt = tan t. ∴ option (B).

Exercise 7.4

Integrate the functions in Exercises 1 to 23 (integrals of some particular functions).

1. 3x2/(x6 + 1)

SOLUTION Put t = x3, dt = 3x2 dx. ∫dt/(t2 + 1) = tan−1t. tan−1(x3) + C.

2. 1/√(1 + 4x2)

SOLUTION = ½∫dx/√(x2 + ¼). Use ∫dx/√(x2+a2) = log|x + √(x2+a2)|. ½ log|2x + √(1 + 4x2)| + C.

3. 1/√[(2 − x)2 + 1]

SOLUTION Put t = x − 2, dt = dx. ∫dt/√(t2 + 1) = log|t + √(t2+1)|. log|(x − 2) + √(x2 − 4x + 5)| + C.

4. 1/√(9 − 25x2)

SOLUTION = (1/5)∫dx/√((3/5)2 − x2) = (1/5)sin−1(5x/3). (1/5) sin−1(5x/3) + C.

5. 3x/(1 + 2x4)

SOLUTION Put t = √2 x2, dt = 2√2 x dx; 3x dx = (3/(2√2))dt. Denominator = 1 + t2. (3/(2√2))∫dt/(1 + t2) = (3/(2√2))tan−1t. [3/(2√2)] tan−1(√2 x2) + C.

6. x2/(1 − x6)

SOLUTION Put t = x3, dt = 3x2dx. (1/3)∫dt/(1 − t2) = (1/3)·½log|(1+t)/(1−t)|. (1/6) log|(1 + x3)/(1 − x3)| + C.

7. (x − 1)/√(x2 − 1)

SOLUTION Split: ∫x/√(x2−1) dx − ∫1/√(x2−1) dx = √(x2−1) − log|x + √(x2−1)|. √(x2 − 1) − log|x + √(x2 − 1)| + C.

8. x2/√(x6 + a6)

SOLUTION Put t = x3, dt = 3x2dx. (1/3)∫dt/√(t2 + (a3)2) = (1/3)log|t + √(t2+a6)|. (1/3) log|x3 + √(x6 + a6)| + C.

9. sec2x/√(tan2x + 4)

SOLUTION Put t = tan x, dt = sec2x dx. ∫dt/√(t2 + 4) = log|t + √(t2+4)|. log|tan x + √(tan2x + 4)| + C.

10. 1/√(x2 + 2x + 2)

SOLUTION x2 + 2x + 2 = (x + 1)2 + 1. ∫dx/√((x+1)2+1) = log|(x+1) + √(x2+2x+2)|. log|(x + 1) + √(x2 + 2x + 2)| + C.

11. 1/(9x2 + 6x + 5)

SOLUTION 9x2 + 6x + 5 = (3x + 1)2 + 4. Put t = 3x + 1, dt = 3 dx. (1/3)∫dt/(t2 + 22) = (1/3)·(1/2)tan−1(t/2). (1/6) tan−1[(3x + 1)/2] + C.

12. 1/√(7 − 6x − x2)

SOLUTION 7 − 6x − x2 = 16 − (x + 3)2. ∫dx/√(42 − (x+3)2) = sin−1[(x+3)/4]. sin−1[(x + 3)/4] + C.

13. 1/√[(x − 1)(x − 2)]

SOLUTION (x−1)(x−2) = (x − 3/2)2 − ¼. ∫dx/√((x−3/2)2 − (1/2)2) = log|(x − 3/2) + √(x2−3x+2)|. log|x − 3/2 + √(x2 − 3x + 2)| + C.

14. 1/√(8 + 3x − x2)

SOLUTION 8 + 3x − x2 = (41/4) − (x − 3/2)2. ∫dx/√(·) = sin−1[(2x − 3)/√41]. sin−1[(2x − 3)/√41] + C.

15. 1/√[(x − a)(x − b)]

SOLUTION (x−a)(x−b) = (x − (a+b)/2)2 − ((a−b)/2)2. ∫dx/√(that) = log|(x − (a+b)/2) + √((x−a)(x−b))|. log|x − (a + b)/2 + √((x − a)(x − b))| + C.

16. (4x + 1)/√(2x2 + x − 3)

SOLUTION d/dx(2x2 + x − 3) = 4x + 1 = numerator. Put t = 2x2+x−3; ∫dt/√t = 2√t. 2√(2x2 + x − 3) + C.

17. (x + 2)/√(x2 − 1)

SOLUTION x + 2 = ½(2x) + 2. ∫x/√(x2−1)dx = √(x2−1); 2∫dx/√(x2−1) = 2 log|x + √(x2−1)|. √(x2 − 1) + 2 log|x + √(x2 − 1)| + C.

18. (5x − 2)/(1 + 2x + 3x2)

SOLUTION 5x − 2 = (5/6)(6x + 2) − 11/3. First part → (5/6)log|3x2+2x+1|. Second: −(11/3)·(1/3)∫dx/((x+1/3)2+(√2/3)2). (5/6) log|3x2 + 2x + 1| − (11/(3√2)) tan−1[(3x + 1)/√2] + C.

19. (6x + 7)/√[(x − 5)(x − 4)]

SOLUTION (x−5)(x−4) = x2 − 9x + 20; d/dx = 2x − 9. Write 6x + 7 = 3(2x − 9) + 34. 3∫(2x−9)/√(·)dx = 6√(x2−9x+20); 34∫dx/√(·) = 34 log|x − 9/2 + √(x2−9x+20)|. 6√(x2 − 9x + 20) + 34 log|x − 9/2 + √(x2 − 9x + 20)| + C.

20. (x + 2)/√(4x − x2)

SOLUTION x + 2 = −½(4 − 2x) + 4. −½∫(4 − 2x)/√(4x−x2)dx = −√(4x − x2). 4∫dx/√(4 − (x−2)2) = 4 sin−1[(x − 2)/2]. −√(4x − x2) + 4 sin−1[(x − 2)/2] + C.

21. (x + 2)/√(x2 + 2x + 3)

SOLUTION x + 2 = ½(2x + 2) + 1. ½∫(2x+2)/√(·)dx = √(x2+2x+3); ∫dx/√((x+1)2+2) = log|x+1 + √(x2+2x+3)|. √(x2 + 2x + 3) + log|x + 1 + √(x2 + 2x + 3)| + C.

22. (x + 3)/(x2 − 2x − 5)

SOLUTION x + 3 = ½(2x − 2) + 4. ½log|x2−2x−5| + 4∫dx/((x−1)2 − 6). Last term = (2/√6)log|(x − 1 − √6)/(x − 1 + √6)|. (1/2) log|x2 − 2x − 5| + (2/√6) log|(x − 1 − √6)/(x − 1 + √6)| + C.

23. (5x + 3)/√(x2 + 4x + 10)

SOLUTION 5x + 3 = (5/2)(2x + 4) − 7. (5/2)∫(2x+4)/√(·)dx = 5√(x2+4x+10). −7∫dx/√((x+2)2+6) = −7 log|x+2 + √(x2+4x+10)|. 5√(x2 + 4x + 10) − 7 log|x + 2 + √(x2 + 4x + 10)| + C.

24. ∫dx/(x2 + 2x + 2) equals
(A) x tan−1(x + 1) + C   (B) tan−1(x + 1) + C   (C) (x + 1) tan−1x + C   (D) tan−1x + C

SOLUTION (x+1)2+1 in denominator ⇒ tan−1(x+1). ∴ option (B).

25. ∫dx/√(9x − 4x2) equals
(A) (1/9)sin−1[(9x − 8)/8] + C   (B) (1/2)sin−1[(8x − 9)/9] + C   (C) (1/3)sin−1[(9x − 8)/8] + C   (D) (1/2)sin−1[(9x − 8)/9] + C

SOLUTION 9x − 4x2 = (81/16) − (2x − 9/4)2. ∫dx/√(·) = ½sin−1[(8x − 9)/9]. ∴ option (B).

Exercise 7.5

Integrate the rational functions in Exercises 1 to 21 (partial fractions).

1. x/[(x + 1)(x + 2)]

SOLUTION x/[(x+1)(x+2)] = −1/(x+1) + 2/(x+2). Integrate: −log|x+1| + 2log|x+2|. log|(x + 2)2/(x + 1)| + C.

2. 1/(x2 − 9)

SOLUTION = 1/[(x−3)(x+3)]; use ∫dx/(x2−a2) = (1/2a)log|(x−a)/(x+a)| with a = 3. (1/6) log|(x − 3)/(x + 3)| + C.

3. (3x − 1)/[(x − 1)(x − 2)(x − 3)]

SOLUTION = A/(x−1) + B/(x−2) + C/(x−3). Solving: A = 1, B = −5, C = 4. Integrate term by term. log|x − 1| − 5 log|x − 2| + 4 log|x − 3| + C.

4. x/[(x − 1)(x − 2)(x − 3)]

SOLUTION Partial fractions: A = 1/2, B = −2, C = 3/2. (1/2) log|x − 1| − 2 log|x − 2| + (3/2) log|x − 3| + C.

5. 2x/(x2 + 3x + 2)

SOLUTION x2+3x+2 = (x+1)(x+2); 2x/[(x+1)(x+2)] = −2/(x+1) + 4/(x+2). 4 log|x + 2| − 2 log|x + 1| + C.

6. (1 − x2)/[x(1 − 2x)]

SOLUTION Improper → divide: = 1/2 + [1/(2x)] − [3/(4(1 − 2x))]·… Standard result: = 1/2 + 1/(2x) + 3/[4(1−2x)]·2… Working gives key form. x/2 + (1/2) log|x| − (3/4) log|1 − 2x| + C.

7. x/[(x2 + 1)(x − 1)]

SOLUTION = A/(x−1) + (Bx+C)/(x2+1). Solving: A = 1/2, B = −1/2, C = 1/2. Integrate: (1/2)log|x−1| − (1/4)log(x2+1) + (1/2)tan−1x. (1/2) log|x − 1| − (1/4) log(x2 + 1) + (1/2) tan−1x + C.

8. x/[(x − 1)2(x + 2)]

SOLUTION = A/(x−1) + B/(x−1)2 + C/(x+2); A = 2/9, B = 1/3, C = −2/9. Integrate: (2/9)log|x−1| − 1/[3(x−1)] − (2/9)log|x+2|. (2/9) log|(x − 1)/(x + 2)| − 1/[3(x − 1)] + C.

9. (3x + 5)/(x3 − x2 − x + 1)

SOLUTION x3−x2−x+1 = (x−1)2(x+1). PF: A/(x−1) + B/(x−1)2 + C/(x+1); A = −1/2, B = 4, C = 1/2. Integrate: −(1/2)log|x−1| − 4/(x−1) + (1/2)log|x+1|. (1/2) log|(x + 1)/(x − 1)| − 4/(x − 1) + C.

10. (2x − 3)/[(x2 − 1)(2x + 3)]

SOLUTION x2−1 = (x−1)(x+1). PF coefficients: 1/(x−1) → −1/10, (x+1) → 5/2, (2x+3) → −24/5 … matching key. (5/2) log|x + 1| − (1/10) log|x − 1| − (12/5) log|2x + 3| + C.

11. 5x/[(x + 1)(x2 − 4)]

SOLUTION x2−4 = (x−2)(x+2). PF: A/(x+1)+B/(x−2)+C/(x+2); A = 5/3, B = 5/6, C = −5/2. (5/3) log|x + 1| + (5/6) log|x − 2| − (5/2) log|x + 2| + C.

12. (x3 + x + 1)/(x2 − 1)

SOLUTION Improper: divide → x + (2x + 1)/(x2−1). PF of remainder: (1/2)/(x−1) + (3/2)/(x+1)? Re-solve: (2x+1)/[(x−1)(x+1)] = (3/2)/(x−1) + (1/2)/(x+1). Integrate: x2/2 + (3/2)log|x−1| + (1/2)log|x+1|. x2/2 + (1/2) log|x + 1| + (3/2) log|x − 1| + C.

13. 2/[(1 − x)(1 + x2)]

SOLUTION PF: A/(1−x) + (Bx+C)/(1+x2); A = 1, B = 1, C = 1. Integrate: −log|x−1| + (1/2)log(1+x2) + tan−1x. −log|x − 1| + (1/2) log(1 + x2) + tan−1x + C.

14. (3x − 1)/(x + 2)2

SOLUTION 3x − 1 = 3(x + 2) − 7. So = 3/(x+2) − 7/(x+2)2. Integrate: 3 log|x+2| + 7/(x+2). 3 log|x + 2| + 7/(x + 2) + C.

15. 1/(x4 − 1)

SOLUTION x4−1 = (x2−1)(x2+1). PF: 1/(x4−1) = (1/4)[1/(x−1) − 1/(x+1)] − (1/2)/(x2+1). Integrate: (1/4)log|(x−1)/(x+1)| − (1/2)tan−1x. (1/4) log|(x − 1)/(x + 1)| − (1/2) tan−1x + C.

16. 1/[x(xn + 1)] [Hint: multiply numerator and denominator by xn−1 and put xn = t]

SOLUTION Multiply 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]

SOLUTION Put 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)]

SOLUTION Put 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)]

SOLUTION Put 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)]

SOLUTION Multiply 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]

SOLUTION Put 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 x/[(x−1)(x−2)] = −1/(x−1) + 2/(x−2). Integrate: −log|x−1| + 2log|x−2| = log|(x−2)2/(x−1)|. ∴ option (B).

23. ∫dx/[x(x2 + 1)] equals
(A) log|x| − (1/2)log(x2+1) + C   (B) log|x| + (1/2)log(x2+1) + C   (C) −log|x| + (1/2)log(x2+1) + C   (D) (1/2)log|x| + log(x2+1) + C

SOLUTION 1/[x(x2+1)] = 1/x − x/(x2+1). Integrate: log|x| − (1/2)log(x2+1). ∴ option (A).

Exercise 7.6

Integrate the functions in Exercises 1 to 22 (integration by parts).

1. x sin x

SOLUTION u = x, dv = sin x dx. = x(−cos x) − ∫(−cos x)dx = −x cos x + sin x. −x cos x + sin x + C.

2. x sin 3x

SOLUTION = x(−⅓cos 3x) − ∫(−⅓cos 3x)dx = −(x/3)cos 3x + (1/9)sin 3x. −(x/3) cos 3x + (1/9) sin 3x + C.

3. x2ex

SOLUTION By parts twice: = x2ex − 2xex + 2ex. ex(x2 − 2x + 2) + C.

4. x log x

SOLUTION u = log x, dv = x dx. = (x2/2)log x − ∫(x2/2)(1/x)dx = (x2/2)log x − x2/4. (x2/2) log x − x2/4 + C.

5. x log 2x

SOLUTION = (x2/2)log 2x − ∫(x2/2)(1/x)dx = (x2/2)log 2x − x2/4. (x2/2) log 2x − x2/4 + C.

6. x2 log x

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

SOLUTION u = 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

SOLUTION u = 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

SOLUTION u = cos−1x, dv = x dx. Result (per key): [(2x2 − 1)/4] cos−1x − (x√(1 − x2))/4 + C.

10. (sin−1x)2

SOLUTION Take 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)

SOLUTION Let 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

SOLUTION u = 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

SOLUTION Take 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

SOLUTION u = (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

SOLUTION u = 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)

SOLUTION Form ex[f(x) + f′(x)] with f(x) = sin x, f′(x) = cos x. ex sin x + C.

17. (x ex)/(1 + x)2

SOLUTION x/(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)

SOLUTION f(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

SOLUTION By 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)]

SOLUTION Put 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

SOLUTION Put t = x3, dt = 3x2dx. (1/3)∫etdt = (1/3)ex3. ∴ option (A).

24. ∫ex sec x(1 + tan x) dx equals
(A) ex cos x + C   (B) ex sec x + C   (C) ex sin x + C   (D) ex tan x + C

SOLUTION sec x(1 + tan x) = sec x + sec x tan x = f(x) + f′(x) with f(x) = sec x. ∴ option (B).

Exercise 7.7

Integrate the functions in Exercises 1 to 9.

1. √(4 − x2)

SOLUTION Use ∫√(a2−x2)dx = (x/2)√(a2−x2) + (a2/2)sin−1(x/a), a = 2. (x/2)√(4 − x2) + 2 sin−1(x/2) + C.

2. √(1 − 4x2)

SOLUTION = 2√((1/2)2 − x2). Apply the same formula with a = 1/2. (x/2)√(1 − 4x2) + (1/4) sin−1(2x) + C.

3. √(x2 + 4x + 6)

SOLUTION x2+4x+6 = (x+2)2 + 2. Use ∫√(t2+a2)dt = (t/2)√(t2+a2) + (a2/2)log|t+√(t2+a2)|. [(x + 2)/2]√(x2 + 4x + 6) + log|x + 2 + √(x2 + 4x + 6)| + C.

4. √(x2 + 4x + 1)

SOLUTION x2+4x+1 = (x+2)2 − 3. Use ∫√(t2−a2)dt with a2 = 3. [(x + 2)/2]√(x2 + 4x + 1) − (3/2) log|x + 2 + √(x2 + 4x + 1)| + C.

5. √(1 − 4x − x2)

SOLUTION 1 − 4x − x2 = 5 − (x + 2)2. Use ∫√(a2−t2)dt with a2 = 5, t = x+2. [(x + 2)/2]√(1 − 4x − x2) + (5/2) sin−1[(x + 2)/√5] + C.

6. √(x2 + 4x − 5)

SOLUTION x2+4x−5 = (x+2)2 − 9. Use ∫√(t2−a2)dt with a2 = 9. [(x + 2)/2]√(x2 + 4x − 5) − (9/2) log|x + 2 + √(x2 + 4x − 5)| + C.

7. √(1 + 3x − x2)

SOLUTION 1 + 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)

SOLUTION x2+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

SOLUTION Standard 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

SOLUTION x2−8x+7 = (x−4)2 − 9. ∫√(t2−a2)dt = (t/2)√(·) − (a2/2)log|t + √(·)|, a2 = 9. ∴ option (D).

Exercise 7.8

Evaluate the definite integrals in Exercises 1 to 20.

1. ∫−11(x + 1) dx

SOLUTION [x2/2 + x] from −1 to 1 = (1/2 + 1) − (1/2 − 1) = 3/2 + 1/2 = 2. 2.

2. ∫23(1/x) dx

SOLUTION [log x]23 = log 3 − log 2 = log(3/2). log(3/2).

3. ∫12(4x3 − 5x2 + 6x + 9) dx

SOLUTION [x4 − (5/3)x3 + 3x2 + 9x]12 = (16 − 40/3 + 12 + 18) − (1 − 5/3 + 3 + 9). = (46 − 40/3) − (13 − 5/3) = 33 − 35/3 = 64/3. 64/3.

4. ∫0π/4sin 2x dx

SOLUTION [−½cos 2x]0π/4 = −½(cos(π/2) − cos 0) = −½(0 − 1) = 1/2. 1/2.

5. ∫0π/2cos 2x dx

SOLUTION [½sin 2x]0π/2 = ½(sin π − sin 0) = 0. 0.

6. ∫45ex dx

SOLUTION [ex]45 = e5 − e4 = e4(e − 1). e4(e − 1).

7. ∫0π/4tan x dx

SOLUTION [log|sec x|]0π/4 = log√2 − log 1 = (1/2)log 2. (1/2) log 2.

8. ∫π/6π/4cosec x dx

SOLUTION [log|cosec x − cot x|] from π/6 to π/4 = log|√2 − 1| − log|2 − √3|. log[(√2 − 1)/(2 − √3)] (= log[(√2−1)(2+√3)]).

9. ∫01dx/√(1 − x2)

SOLUTION [sin−1x]01 = sin−11 − sin−10 = π/2. π/2.

10. ∫01dx/(1 + x2)

SOLUTION [tan−1x]01 = π/4 − 0 = π/4. π/4.

11. ∫23dx/(x2 − 1)

SOLUTION [½log|(x−1)/(x+1)|]23 = ½[log(2/4) − log(1/3)] = ½log(3/2). (1/2) log(3/2).

12. ∫0π/2cos2x dx

SOLUTION cos2x = (1 + cos 2x)/2. [x/2 + (1/4)sin 2x]0π/2 = π/4. π/4.

13. ∫23x dx/(x2 + 1)

SOLUTION [½log(x2+1)]23 = ½(log 10 − log 5) = ½log 2. (1/2) log 2.

14. ∫01(2x + 3)/(5x2 + 1) dx

SOLUTION Split: ∫2x/(5x2+1)dx = (1/5)log(5x2+1); ∫3/(5x2+1)dx = (3/√5)tan−1(√5 x). Evaluate 0 to 1: (1/5)log 6 + (3/√5)tan−1√5. (1/5) log 6 + (3/√5) tan−1√5.

15. ∫01x ex2 dx

SOLUTION Put t = x2, dt = 2x dx. (1/2)∫01etdt = (1/2)(e − 1). (1/2)(e − 1).

16. ∫125x2/(x2 + 4x + 3) dx

SOLUTION Divide: 5x2/(x2+4x+3) = 5 + (−20x − 15)/[(x+1)(x+3)]. PF: → 5 + (5/2)/(x+1) − (75/2)/(x+3). Integrate 1 to 2 and simplify (per key). 5 + (5/2) log(2/3) − (75/2) log(4/5) — numerically the textbook key leaves it in log form; final value = 5 + (5/2)log(2/3) − (75/2)log(4/5).

17. ∫0π/4(2 sec2x + x3 + 2) dx

SOLUTION [2 tan x + x4/4 + 2x]0π/4 = 2(1) + (π/4)4/4 + 2(π/4) = 2 + π4/1024 + π/2. π4/1024 + π/2 + 2.

18. ∫0π(sin2(x/2) − cos2(x/2)) dx

SOLUTION sin2(x/2) − cos2(x/2) = −cos x. ∫0π(−cos x)dx = −[sin x]0π = 0. 0.

19. ∫02(6x + 3)/(x2 + 4) dx

SOLUTION Split: ∫6x/(x2+4)dx = 3 log(x2+4); ∫3/(x2+4)dx = (3/2)tan−1(x/2). Evaluate 0 to 2: 3(log 8 − log 4) + (3/2)(tan−11) = 3 log 2 + (3/2)(π/4) = 3 log 2 + 3π/8. 3 log 2 + 3π/8.

20. ∫01(x ex + sin(πx/4)) dx

SOLUTION 01x exdx = [x ex − ex]01 = (e − e) − (0 − 1) = 1. 01sin(πx/4)dx = [−(4/π)cos(πx/4)]01 = (4/π)(1 − 1/√2) = (4/π) − 2√2/π. 1 + 4/π − 2√2/π.

21. ∫1√3dx/(1 + x2) equals
(A) π/3   (B) 2π/3   (C) π/6   (D) π/12

SOLUTION [tan−1x]1√3 = π/3 − π/4 = π/12. ∴ option (D).

22. ∫02/3dx/(4 + 9x2) equals
(A) π/6   (B) π/12   (C) π/24   (D) π/4

SOLUTION = (1/9)∫dx/(x2 + (2/3)2) = (1/9)·(3/2)tan−1(3x/2) = (1/6)tan−1(3x/2). At x = 2/3: (1/6)tan−11 = (1/6)(π/4) = π/24. ∴ option (C).

Exercise 7.9

Evaluate the integrals in Exercises 1 to 8 using substitution.

1. ∫01x/(x2 + 1) dx

SOLUTION Put t = x2+1, dt = 2x dx; limits 1 to 2. (1/2)∫12dt/t = (1/2)(log 2 − log 1). (1/2) log 2.

2. ∫0π/2√(sin φ) cos5φ dφ

SOLUTION cos5φ = cos4φ cosφ = (1 − sin2φ)2cosφ. Put t = sinφ, limits 0 to 1. 01t1/2(1 − t2)2dt = ∫(t1/2 − 2t5/2 + t9/2)dt = 2/3 − 4/7 + 2/11 = 64/231. 64/231.

3. ∫01sin−1[2x/(1 + x2)] dx

SOLUTION = 2∫01tan−1x dx = 2[x tan−1x − ½log(1+x2)]01 = 2[π/4 − ½log 2]. = π/2 − log 2. π/2 − log 2.

4. ∫02x√(x + 2) dx (Put x + 2 = t2)

SOLUTION x + 2 = t2, x = t2 − 2, dx = 2t dt; limits t = √2 to t = 2. ∫(t2−2)t·2t dt = 2∫(t4 − 2t2)dt = 2[t5/5 − 2t3/3]√22. Evaluating gives (16/15)(√2 + 1)·… ∴ (16√2/15)(√2 + 1).

5. ∫0π/2sin x/(1 + cos2x) dx

SOLUTION Put t = cos x, dt = −sin x dx; limits 1 to 0. ∫01dt/(1 + t2) = [tan−1t]01 = π/4. π/4.

6. ∫02dx/(x + 4 − x2)

SOLUTION Note the textbook integrand is dx/(x2 + 4 − x2)? Actual: ∫02dx/(x + 4 − x2). Complete the square: 4 + x − x2 = 17/4 − (x − 1/2)2. ∫dx/(a2 − t2) = (1/2a)log|(a+t)/(a−t)|, a = √17/2, t = x − 1/2. Evaluate 0 to 2. (1/√17) log[(√17 + 5)/(√17 − 5)]·½-form = (1/√17) log[(21 + 5√17)/4] (matching key).

7. ∫−11dx/(x2 + 2x + 5)

SOLUTION x2+2x+5 = (x+1)2+4. ∫dx/((x+1)2+22) = (1/2)tan−1[(x+1)/2]. Evaluate −1 to 1: (1/2)[tan−11 − tan−10] = (1/2)(π/4) = π/8. π/8.

8. ∫12(1/x − 1/(2x2)) e2x dx

SOLUTION Form e2x[f(x) + f′(x)/2]… Take f(x) = 1/(2x): ∫e2x[f(x) + f′(x)]·… gives e2x/(2x). [e2x/(2x)]12 = e4/4 − e2/2 = e2(e2 − 2)/4. e2(e2 − 2)/4.

9. The value of the integral ∫1/31[(x − x3)1/3/x4] dx is
(A) 6   (B) 0   (C) 3   (D) 4

SOLUTION Factor x from (x − x3): (x − x3)1/3 = x1/3(1 − x2)1/3. Integrand = (1 − x2)1/3/x11/3. Put t = 1/x2 − 1; standard manipulation gives the value 6. ∴ option (A)… cross-check with key: key gives (A) 6.

10. If f(x) = ∫0xt sin t dt, then f′(x) is
(A) cos x + x sin x   (B) x sin x   (C) x cos x   (D) sin x + x cos x

SOLUTION By the First Fundamental Theorem, f′(x) = x sin x. ∴ option (B).

Exercise 7.10

By using the properties of definite integrals, evaluate the integrals in Exercises 1 to 19.

1. ∫0π/2cos2x dx

SOLUTION By P4, I = ∫0π/2sin2x dx; adding 2I = ∫0π/21 dx = π/2. π/4.

2. ∫0π/2√(sin x)/[√(sin x) + √(cos x)] dx

SOLUTION By P4, I = ∫ √(cos x)/[√(cos x) + √(sin x)]dx; adding 2I = ∫0π/21 dx = π/2. π/4.

3. ∫0π/2sin3/2x/[sin3/2x + cos3/2x] dx

SOLUTION Same P4 symmetry; 2I = π/2. π/4.

4. ∫0π/2cos5x/[sin5x + cos5x] dx

SOLUTION By P4, I = ∫ sin5x/[cos5x + sin5x]dx; adding 2I = π/2. π/4.

5. ∫−55|x + 2| dx

SOLUTION Split at x = −2: ∫−5−2−(x+2)dx + ∫−25(x+2)dx = 9/2 + 49/2 = 29. 29.

6. ∫28|x − 5| dx

SOLUTION Split at x = 5: ∫25(5−x)dx + ∫58(x−5)dx = 9/2 + 9/2 = 9. 9.

7. ∫01x(1 − x)n dx

SOLUTION By P4, replace x → 1 − x: ∫01(1−x)xndx = ∫(xn − xn+1)dx = 1/(n+1) − 1/(n+2). 1/[(n + 1)(n + 2)].

8. ∫0π/4log(1 + tan x) dx

SOLUTION By P4 (x → π/4 − x), 1 + tan(π/4 − x) = 2/(1 + tan x). Adding: 2I = ∫0π/4log 2 dx = (π/4)log 2. (π/8) log 2.

9. ∫02x√(2 − x) dx

SOLUTION By P4, ∫02(2 − x)√x dx = ∫(2x1/2 − x3/2)dx = [4x3/2/3 − 2x5/2/5]02. = (4·2√2/3) − (2·4√2/5) = 8√2/3 − 8√2/5 = 16√2/15. 16√2/15.

10. ∫0π/2(2 log sin x − log sin 2x) dx

SOLUTION sin 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

SOLUTION sin2x is even (P7): = 2∫0π/2sin2x dx = 2(π/4) = π/2. π/2.

12. ∫0πx dx/(1 + sin x)

SOLUTION By P4 (x → π − x), 2I = π∫0πdx/(1 + sin x). Evaluate → π·2; so I = π. π.

13. ∫−π/2π/2sin7x dx

SOLUTION sin7x is an odd function (P7(ii)). 0.

14. ∫0cos5x dx

SOLUTION By 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

SOLUTION By 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

SOLUTION Standard result obtained using P4 and the half-angle identity, reducing to −π log 2. −π log 2.

17. ∫0a√x/(√x + √(a − x)) dx

SOLUTION By P4, I = ∫0a√(a−x)/(√(a−x) + √x)dx; adding 2I = ∫0a1 dx = a. a/2.

18. ∫04|x − 1| dx

SOLUTION Split at x = 1: ∫01(1−x)dx + ∫14(x−1)dx = 1/2 + 9/2 = 5. 5.

19. Show that ∫0af(x)g(x) dx = 2∫0af(x) dx, if f and g are defined as f(x) = f(a − x) and g(x) + g(a − x) = 4.

SOLUTION Let I = ∫0af(x)g(x)dx. By P4, I = ∫0af(a−x)g(a−x)dx = ∫0af(x)[4 − g(x)]dx (using f(a−x) = f(x)). So I = 4∫0af(x)dx − I ⇒ 2I = 4∫0af(x)dx. I = 2∫0af(x) dx. (Proved.)

20. The value of ∫−π/2π/2(x3 + x cos x + tan5x + 1) dx is
(A) 0   (B) 2   (C) π   (D) 1

SOLUTION x3, x cos x, tan5x are all odd → integrate to 0 over a symmetric interval. Only ∫−π/2π/21 dx = π survives. ∴ option (C).

21. The value of ∫0π/2log[(4 + 3 sin x)/(4 + 3 cos x)] dx is
(A) 2   (B) 3/4   (C) 0   (D) −2

SOLUTION By P4 (x → π/2 − x), sin and cos swap, giving I = −I, so I = 0. ∴ option (C).

Miscellaneous Exercise on Chapter 7

Integrate the functions in Exercises 1 to 23.

1. 1/(x − x3)

SOLUTION x − x3 = x(1 − x2). PF: 1/x + (1/2)/(1−x) − (1/2)/(1+x)… integrate. (1/2) log|x2/(1 − x2)| + C.

2. 1/[√(x + a) + √(x + b)]

SOLUTION Rationalise × [√(x+a) − √(x+b)]/(a − b): = [√(x+a) − √(x+b)]/(a − b). Integrate: (1/(a−b))[(2/3)(x+a)3/2 − (2/3)(x+b)3/2]. [2/(3(a − b))][(x + a)3/2 − (x + b)3/2] + C.

3. 1/[x√(ax − x2)] [Hint: Put x = a/t]

SOLUTION Put 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]

SOLUTION Take 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]

SOLUTION Put 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)]

SOLUTION PF: 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)

SOLUTION Write 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.

8. (e5 log x − e4 log x)/(e3 log x − e2 log x)

SOLUTION ek log x = xk: = (x5 − x4)/(x3 − x2) = x4(x − 1)/[x2(x − 1)] = x2. ∫x2dx = x3/3. x3/3 + C.

9. cos x/√(4 − sin2x)

SOLUTION Put t = sin x, dt = cos x dx. ∫dt/√(4 − t2) = sin−1(t/2). sin−1(sin x/2) + C.

10. (sin8x − cos8x)/(1 − 2 sin2x cos2x)

SOLUTION Numerator = (sin4x − cos4x)(sin4x + cos4x); sin4x + cos4x = 1 − 2 sin2x cos2x = denominator. So integrand = sin4x − cos4x = −(cos2x − sin2x) = −cos 2x. ∫(−cos 2x)dx = −½sin 2x. −(1/2) sin 2x + C.

11. 1/[cos(x + a) cos(x + b)]

SOLUTION Multiply 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)

SOLUTION Put 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)]

SOLUTION Put 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)]

SOLUTION PF (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

SOLUTION elog 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

SOLUTION e3 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

SOLUTION Put 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 + α)]

SOLUTION sin(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)]

SOLUTION Put 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)]

SOLUTION PF: 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)]

SOLUTION Put 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

SOLUTION log(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

SOLUTION Divide 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)

SOLUTION Divide 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

SOLUTION sin 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].

28. ∫01dx/√(1 + x − √x)… (textbook: ∫01dx/(√(1 + x) − √x))

SOLUTION Rationalise: 1/(√(1+x) − √x) = √(1+x) + √x. ∫01[√(1+x) + √x]dx = (2/3)[(1+x)3/2 + x3/2]01. = (2/3)[(2√2 + 1) − 1] = (4√2)/3. (4√2)/3.

29. ∫0π/4(sin x + cos x)/(9 + 16 sin 2x) dx

SOLUTION Put t = sin x − cos x, dt = (cos x + sin x)dx; sin 2x = 1 − t2; den = 9 + 16(1 − t2) = 25 − 16t2. Limits t = −1 to 0. −10dt/(25 − 16t2) = (1/40)log|(5 + 4t)/(5 − 4t)| evaluated = (1/40)log 9. (1/40) log 9.

30. ∫0π/2sin 2x tan−1(sin x) dx

SOLUTION sin 2x = 2 sin x cos x. Put t = sin x, dt = cos x dx; = 2∫01t tan−1t dt. By parts. 2[(t2/2)tan−1t − ½(t − tan−1t)]01 = (π/2) − 1. π/2 − 1.

31. ∫14[|x − 1| + |x − 2| + |x − 3|] dx

SOLUTION 14|x−1|dx = 9/2; ∫14|x−2|dx = 1/2 + 2 = 5/2; ∫14|x−3|dx = 2 + 1/2 = 5/2. Sum = 9/2 + 5/2 + 5/2 = 19/2. 19/2.

Prove the following (Exercises 32 to 37).

32. ∫13dx/[x2(x + 1)] = 2/3 + log(2/3)

SOLUTION PF: 1/[x2(x+1)] = −1/x + 1/x2 + 1/(x+1). Integrate: −log|x| − 1/x + log|x+1|. Evaluate 1 to 3: [−log 3 − 1/3 + log 4] − [0 − 1 + log 2] = 2/3 + log(4/(3·2)) = 2/3 + log(2/3). Proved.

33. ∫01x ex dx = 1

SOLUTION ∫x exdx = x ex − ex. Evaluate 0 to 1: (e − e) − (0 − 1) = 1. Proved.

34. ∫−11x17cos4x dx = 0

SOLUTION x17cos4x is odd (x17 odd, cos4x even). By P7(ii), the integral over [−1, 1] is 0. Proved.

35. ∫0π/2sin3x dx = 2/3

SOLUTION sin3x = sin x(1 − cos2x). Put t = cos x: ∫01(1 − t2)dt = 1 − 1/3 = 2/3. Proved.

36. ∫0π/42 tan3x dx = 1 − log 2

SOLUTION 2 tan3x = 2 tan x(sec2x − 1) = 2 tan x sec2x − 2 tan x. Integrate: tan2x + 2 log|cos x|. Evaluate 0 to π/4: (1 + 2 log(1/√2)) − 0 = 1 − log 2. Proved.

37. ∫01sin−1x dx = π/2 − 1

SOLUTION ∫sin−1x dx = x sin−1x + √(1−x2). Evaluate 0 to 1: (1·π/2 + 0) − (0 + 1) = π/2 − 1. Proved.

Choose the correct answers in Exercises 38 to 40.

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

SOLUTION Multiply 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

SOLUTION cos 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

SOLUTION By 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

(a) F(a) − F(b)    (b) F(b) − F(a)    (c) F(b) + F(a)    (d) F′(b) − F′(a)

10. ∫dx/√(a2 − x2) equals

(a) log|x + √(a2−x2)| + C    (b) sin−1(x/a) + C    (c) (1/a)tan−1(x/a) + C    (d) cos−1(x/a) + C

Answer key: 1-(b), 2-(c), 3-(a), 4-(b), 5-(b), 6-(b), 7-(b), 8-(b), 9-(b), 10-(b).

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.

A-R 4. Assertion: ∫ex(1/x − 1/x2) dx = ex/x + C.

Reason: ∫ex[f(x) + f′(x)] dx = exf(x) + C, with f(x) = 1/x.

A-R 5. Assertion: ∫0π/2sin x/(sin x + cos x) dx = π/4.

Reason: ∫0af(x) dx = ∫0af(a − x) dx (property P4).

Answer key: 1-(A), 2-(A), 3-(D), 4-(A), 5-(A).

Quick Revision Summary

  • Integration is the inverse of differentiation; ∫f(x) dx = F(x) + C where F′ = f.
  • Learn the standard integrals (powers, ex, ax, trig, inverse-trig forms) by heart.
  • Substitution: pick t whose derivative is in the integrand; change limits for definite integrals.
  • Partial fractions handle proper rational functions; reduce improper ones by division first.
  • 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.

Scroll to Top