Class 12 Maths NCERT Solutions Chapter 7 Ex 7.6 – Integration by Parts | Boundless Maths
Ex 7.6 Class 12 Maths NCERT Solutions

Class 12 Maths NCERT Solutions Chapter 7 Ex 7.6 – Integration by Parts

Chapter 7 Ex 7.6 covers integration by parts — all 24 questions solved step by step, using the ILATE rule to pick the first function, the e^x[f(x)+f'(x)] shortcut, and a double integration-by-parts trick for products involving e^{2x}.

The hardest part of this exercise is rarely the integration itself — it's picking which function to differentiate first. ILATE (Inverse trig, Logarithmic, Algebraic, Trigonometric, Exponential) gives you that order of priority, and getting it backwards usually turns a two-line solution into a dead end. Questions 1–15 are direct applications building comfort with the rule, including the special case where the "second function" is just 1 (Q4, Q13). From Q16 onward, watch for the pattern e^x[f(x)+f'(x)], which integrates in one step to e^x f(x) without any further work — several questions are built specifically to test whether you can spot it instead of grinding through integration by parts twice. The final MCQs check both skills together.

24Questions
Medium–HardDifficulty Mix
2026-27CBSE Syllabus

Chapter 7 Ex 7.6 Solutions — All 24 Questions

1

Integrate by parts: x\sin x

Easy +
Solution

Take u=x,\,dv=\sin x\,dx\Rightarrow du=dx,\,v=-\cos x. By parts: \displaystyle\int x\sin x\,dx = -x\cos x + \int \cos x\,dx.

\displaystyle\int x\sin x\,dx = -x\cos x + \sin x + C
2

Integrate by parts: x\sin 3x

Easy +
Solution

Take u=x,\,dv=\sin3x\,dx\Rightarrow du=dx,\,v=-\dfrac{\cos3x}{3}. By parts: \displaystyle\int x\sin3x\,dx = -\dfrac{x\cos3x}{3} + \dfrac13\int \cos3x\,dx.

\displaystyle\int x\sin3x\,dx = -\dfrac{x\cos3x}{3} + \dfrac{\sin3x}{9} + C
3

Integrate by parts: x^2 e^x

Medium +
Solution

Take u=x^2,\,dv=e^x\,dx\Rightarrow du=2x\,dx,\,v=e^x: \displaystyle\int x^2e^x\,dx = x^2e^x - 2\int xe^x\,dx. Apply integration by parts once more to \int xe^x\,dx, giving xe^x-e^x.

\displaystyle\int x^2e^x\,dx = e^x(x^2-2x+2) + C
4

Integrate by parts: x\log x

Easy +
Solution

Take u=\log x,\,dv=x\,dx\Rightarrow du=\dfrac{1}{x}dx,\,v=\dfrac{x^2}{2}. By parts: \displaystyle\int x\log x\,dx = \dfrac{x^2}{2}\log x - \int \dfrac{x}{2}\,dx.

\displaystyle\int x\log x\,dx = \dfrac{x^2}{2}\log x - \dfrac{x^2}{4} + C
5

Integrate by parts: x\log 2x

Easy +
Solution

Take u=\log2x,\,dv=x\,dx; since \dfrac{d}{dx}\log2x=\dfrac{1}{x} as well, the same computation as Q4 applies.

\displaystyle\int x\log2x\,dx = \dfrac{x^2}{2}\log2x - \dfrac{x^2}{4} + C
6

Integrate by parts: x^2\log x

Easy +
Solution

Take u=\log x,\,dv=x^2\,dx\Rightarrow du=\dfrac{1}{x}dx,\,v=\dfrac{x^3}{3}. By parts: \displaystyle\int x^2\log x\,dx = \dfrac{x^3}{3}\log x - \int \dfrac{x^2}{3}\,dx.

\displaystyle\int x^2\log x\,dx = \dfrac{x^3}{3}\log x - \dfrac{x^3}{9} + C
7

Integrate by parts: x\sin^{-1}x

Hard +
Solution

Take u=\sin^{-1}x,\,dv=x\,dx\Rightarrow du=\dfrac{1}{\sqrt{1-x^2}}dx,\,v=\dfrac{x^2}{2}: \displaystyle\int x\sin^{-1}x\,dx = \dfrac{x^2}{2}\sin^{-1}x - \dfrac12\int \dfrac{x^2}{\sqrt{1-x^2}}\,dx — call this integral (1).

Rewrite (1) using \dfrac{x^2}{\sqrt{1-x^2}} = \dfrac{1}{\sqrt{1-x^2}}-\sqrt{1-x^2}, which gives (1) = \dfrac12\sin^{-1}x - \dfrac{x}{2}\sqrt{1-x^2}.

\displaystyle\int x\sin^{-1}x\,dx = \dfrac{x^2}{2}\sin^{-1}x + \dfrac{x}{4}\sqrt{1-x^2} - \dfrac14\sin^{-1}x + C
8

Integrate by parts: x\tan^{-1}x

Medium +
Solution

Take u=\tan^{-1}x,\,dv=x\,dx\Rightarrow du=\dfrac{1}{1+x^2}dx,\,v=\dfrac{x^2}{2}: \displaystyle\int x\tan^{-1}x\,dx = \dfrac{x^2}{2}\tan^{-1}x - \dfrac12\int \dfrac{x^2}{1+x^2}\,dx.

Since \dfrac{x^2}{1+x^2}=1-\dfrac{1}{1+x^2}, the remaining integral is x-\tan^{-1}x.

\displaystyle\int x\tan^{-1}x\,dx = \dfrac{x^2}{2}\tan^{-1}x - \dfrac{x}{2} + \dfrac12\tan^{-1}x + C
9

Integrate by parts: x\cos^{-1}x

Hard +
Solution

Take u=\cos^{-1}x,\,dv=x\,dx\Rightarrow du=-\dfrac{1}{\sqrt{1-x^2}}dx,\,v=\dfrac{x^2}{2}: \displaystyle\int x\cos^{-1}x\,dx = \dfrac{x^2}{2}\cos^{-1}x + \dfrac12\int \dfrac{x^2}{\sqrt{1-x^2}}\,dx.

As in Q7, this integral equals \dfrac12\sin^{-1}x-\dfrac{x}{2}\sqrt{1-x^2}.

\displaystyle\int x\cos^{-1}x\,dx = \dfrac{x^2}{2}\cos^{-1}x - \dfrac{x}{4}\sqrt{1-x^2} + \dfrac14\sin^{-1}x + C
10

Integrate by parts: (\sin^{-1}x)^2

Hard +
Solution

Take u=(\sin^{-1}x)^2,\,dv=dx\Rightarrow du=\dfrac{2\sin^{-1}x}{\sqrt{1-x^2}}dx,\,v=x: \displaystyle\int (\sin^{-1}x)^2\,dx = x(\sin^{-1}x)^2 - 2\int \dfrac{x\sin^{-1}x}{\sqrt{1-x^2}}\,dx — call the remaining integral (1).

For (1), substitute t=\sin^{-1}x so x=\sin t: (1)=\displaystyle\int t\sin t\,dt = -t\cos t+\sin t = -\sin^{-1}x\sqrt{1-x^2}+x.

\displaystyle\int (\sin^{-1}x)^2\,dx = x(\sin^{-1}x)^2 + 2\sqrt{1-x^2}\,\sin^{-1}x - 2x + C
11

Integrate by parts: \dfrac{x\cos^{-1}x}{\sqrt{1-x^2}}

Medium +
Solution

Take u=\cos^{-1}x and dv=\dfrac{x}{\sqrt{1-x^2}}dx, so v=-\sqrt{1-x^2} and du=-\dfrac{1}{\sqrt{1-x^2}}dx.

By parts: \displaystyle\int \dfrac{x\cos^{-1}x}{\sqrt{1-x^2}}\,dx = -\sqrt{1-x^2}\,\cos^{-1}x - \int 1\,dx.

\displaystyle\int \dfrac{x\cos^{-1}x}{\sqrt{1-x^2}}\,dx = -\sqrt{1-x^2}\,\cos^{-1}x - x + C
12

Integrate by parts: x\sec^2 x

Medium +
Solution

Take u=x,\,dv=\sec^2x\,dx\Rightarrow du=dx,\,v=\tan x. By parts: \displaystyle\int x\sec^2x\,dx = x\tan x - \int \tan x\,dx.

\displaystyle\int x\sec^2x\,dx = x\tan x + \log|\cos x| + C
13

Integrate by parts: \tan^{-1}x

Easy +
Solution

Take u=\tan^{-1}x,\,dv=dx\Rightarrow du=\dfrac{1}{1+x^2}dx,\,v=x. By parts: \displaystyle\int \tan^{-1}x\,dx = x\tan^{-1}x - \int \dfrac{x}{1+x^2}\,dx.

\displaystyle\int \tan^{-1}x\,dx = x\tan^{-1}x - \dfrac12\log(1+x^2) + C
14

Integrate by parts: x(\log x)^2

Medium +
Solution

Take u=(\log x)^2,\,dv=x\,dx\Rightarrow du=\dfrac{2\log x}{x}dx,\,v=\dfrac{x^2}{2}: \displaystyle\int x(\log x)^2\,dx = \dfrac{x^2}{2}(\log x)^2 - \int x\log x\,dx.

From Q4, \displaystyle\int x\log x\,dx = \dfrac{x^2}{2}\log x - \dfrac{x^2}{4}.

\displaystyle\int x(\log x)^2\,dx = \dfrac{x^2}{2}(\log x)^2 - \dfrac{x^2}{2}\log x + \dfrac{x^2}{4} + C
15

Integrate by parts: (x^2+1)\log x

Medium +
Solution

Split into \displaystyle\int x^2\log x\,dx + \int \log x\,dx.

From Q6, the first is \dfrac{x^3}{3}\log x - \dfrac{x^3}{9}; the second is the standard result x\log x-x (via u=\log x,\,dv=dx).

\displaystyle\int (x^2+1)\log x\,dx = \dfrac{x^3}{3}\log x - \dfrac{x^3}{9} + x\log x - x + C
16

Integrate by parts: e^x(\sin x+\cos x)

Easy +
Solution

This matches the shortcut form e^x[f(x)+f'(x)] with f(x)=\sin x, since f'(x)=\cos x, so \displaystyle\int e^x[f(x)+f'(x)]\,dx = e^xf(x)+C applies directly.

\displaystyle\int e^x(\sin x+\cos x)\,dx = e^x\sin x + C
17

Integrate by parts: \dfrac{xe^x}{(1+x)^2}

Medium +
Solution

Write x=(1+x)-1, so \dfrac{x}{(1+x)^2} = \dfrac{1}{1+x} - \dfrac{1}{(1+x)^2} — this matches f(x)+f'(x) with f(x)=\dfrac{1}{1+x}.

\displaystyle\int \dfrac{xe^x}{(1+x)^2}\,dx = \dfrac{e^x}{1+x} + C
18

Integrate by parts: e^x\left(\dfrac{1+\sin x}{1+\cos x}\right)

Hard +
Solution

Using half-angle identities, \dfrac{1+\sin x}{1+\cos x} = \dfrac12\sec^2\left(\dfrac{x}{2}\right)+\tan\left(\dfrac{x}{2}\right) — this matches f(x)+f'(x) with f(x)=\tan\left(\dfrac{x}{2}\right).

\displaystyle\int e^x\left(\dfrac{1+\sin x}{1+\cos x}\right)dx = e^x\tan\left(\dfrac{x}{2}\right) + C
19

Integrate by parts: e^x\left(\dfrac{1}{x}-\dfrac{1}{x^2}\right)

Easy +
Solution

This matches f(x)+f'(x) directly with f(x)=\dfrac{1}{x}, since f'(x)=-\dfrac{1}{x^2}.

\displaystyle\int e^x\left(\dfrac{1}{x}-\dfrac{1}{x^2}\right)dx = \dfrac{e^x}{x} + C
20

Integrate by parts: \dfrac{(x-3)e^x}{(x-1)^3}

Medium +
Solution

Write x-3=(x-1)-2, so \dfrac{x-3}{(x-1)^3} = \dfrac{1}{(x-1)^2} - \dfrac{2}{(x-1)^3} — matches f(x)+f'(x) with f(x)=\dfrac{1}{(x-1)^2}.

\displaystyle\int \dfrac{(x-3)e^x}{(x-1)^3}\,dx = \dfrac{e^x}{(x-1)^2} + C
21

Integrate by parts: e^{2x}\sin x

Hard +
Solution

Let I=\displaystyle\int e^{2x}\sin x\,dx. Taking u=\sin x,\,dv=e^{2x}dx: I = \dfrac{e^{2x}}{2}\sin x - \dfrac12\int e^{2x}\cos x\,dx — call the remaining integral J.

Apply integration by parts again to J with u=\cos x,\,dv=e^{2x}dx: J = \dfrac{e^{2x}}{2}\cos x + \dfrac12 I.

Substituting back gives \dfrac54 I = \dfrac{e^{2x}}{2}\sin x - \dfrac{e^{2x}}{4}\cos x.

\displaystyle\int e^{2x}\sin x\,dx = \dfrac{e^{2x}}{5}(2\sin x-\cos x) + C
22

Integrate by parts: \sin^{-1}\left(\dfrac{2x}{1+x^2}\right)

Hard +
Solution

Substituting x=\tan\theta gives \dfrac{2x}{1+x^2}=\sin2\theta, so \sin^{-1}\left(\dfrac{2x}{1+x^2}\right)=2\tan^{-1}x over the relevant domain, reducing the integral to 2\displaystyle\int \tan^{-1}x\,dx.

From Q13, this is 2\left[x\tan^{-1}x-\dfrac12\log(1+x^2)\right].

\displaystyle\int \sin^{-1}\left(\dfrac{2x}{1+x^2}\right)dx = 2x\tan^{-1}x - \log(1+x^2) + C
23

MCQ. \displaystyle\int x^2e^{x^3}\,dx equals:   (A) \dfrac13 e^{x^3}+C   (B) \dfrac13 e^{x^2}+C   (C) \dfrac12 e^{x^3}+C   (D) \dfrac12 e^{x^2}+C

Easy +
Solution

Put t=x^3, so dt=3x^2\,dx: the integral becomes \dfrac13\displaystyle\int e^t\,dt = \dfrac13 e^t.

Answer: (A) \dfrac13 e^{x^3}+C
24

MCQ. \displaystyle\int e^x\sec x(1+\tan x)\,dx equals:   (A) e^x\cos x+C   (B) e^x\sec x+C   (C) e^x\sin x+C   (D) e^x\tan x+C

Easy +
Solution

Expand: \sec x(1+\tan x) = \sec x+\sec x\tan x — matches f(x)+f'(x) with f(x)=\sec x.

Answer: (B) e^x\sec x+C

Know exactly which chapters are costing you marks

1000+ solved CBSE PYQs, unlimited AI-generated practice for your weak areas, and a chapter-wise Performance Report — not just for this chapter, but your entire syllabus.

Explore it →
Common Questions

FAQs: Chapter 7 Ex 7.6

How many questions are there in Class 12 Maths Chapter 7 Ex 7.6?

Exercise 7.6 has 24 questions in total — 22 integrals solved using integration by parts, followed by 2 MCQs.

What technique does Chapter 7 Ex 7.6 test?

It tests integration by parts, the technique for integrating a product of two functions. The ILATE rule (Inverse trig, Logarithmic, Algebraic, Trigonometric, Exponential) helps decide which function to differentiate first, and several questions also use the e^x[f(x)+f'(x)] shortcut or a double integration-by-parts trick.

Where can I find the official NCERT textbook for this exercise?

The official NCERT Class 12 Maths textbook, including Chapter 7 (Integrals) and Exercise 7.6, is available for free at ncert.nic.in.

Carry the formulas with you

One-page printable Formula Cards for every unit, including Integrals.

Get the Formula Cards →
Expert CBSE Coaching · Class 9–12