Class 12 Maths NCERT Solutions Chapter 7 Ex 7.4 – Integrals Reducible to Standard Forms | Boundless Maths
Ex 7.4 Class 12 Maths NCERT Solutions

Class 12 Maths NCERT Solutions Chapter 7 Ex 7.4 – Integrals Reducible to Standard Forms

These Class 12 Maths NCERT Solutions Chapter 7 Ex 7.4 cover all 25 questions — integrals of particular functions using completing the square and splitting the numerator to match the six standard forms.

Every question in this exercise is really a pattern-matching exercise in disguise. NCERT gives you six standard integral formulae involving expressions like a² − x², x² + a², and their square-root versions — the entire skill here is manipulating the given integrand until it fits one of those six forms. When the denominator or the term under a square root is a quadratic, completing the square turns it into (x + k)² ± a constant, which matches directly. When the numerator is linear and the denominator is a quadratic (or its square root), splitting the numerator into a multiple of the denominator's derivative plus a constant separates the problem into an easy substitution part and a standard-formula part. The last two questions are MCQs that test the same skill under exam time pressure. This exercise is dense, but mastering it makes Ex 7.4-style questions some of the fastest marks available on the board paper.

25Questions
Medium–HardDifficulty Mix
2026-27CBSE Syllabus

Class 12 Maths NCERT Solutions Chapter 7 Ex 7.4 — All 25 Questions

1

Integrate: \dfrac{3x^2}{x^6+1}

Easy +
Solution

Write the denominator as (x^3)^2+1 and put t=x^3, so dt=3x^2\,dx.

The integral becomes \displaystyle\int \dfrac{dt}{t^2+1} = \tan^{-1}t.

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

Integrate: \dfrac{1}{\sqrt{1+4x^2}}

Easy +
Solution

Write the denominator as \sqrt{1+(2x)^2} and put t=2x, so dt=2\,dx.

The integral becomes \displaystyle\dfrac12\int \dfrac{dt}{\sqrt{t^2+1}} = \dfrac12\log\left|t+\sqrt{t^2+1}\right|.

\displaystyle\int \dfrac{1}{\sqrt{1+4x^2}}\,dx = \dfrac12\log\left|2x+\sqrt{1+4x^2}\right| + C
3

Integrate: \dfrac{1}{\sqrt{(2-x)^2+1}}

Easy +
Solution

Put t=2-x, so dt=-dx.

The integral becomes \displaystyle-\int \dfrac{dt}{\sqrt{t^2+1}} = -\log\left|t+\sqrt{t^2+1}\right|.

\displaystyle\int \dfrac{1}{\sqrt{(2-x)^2+1}}\,dx = -\log\left|(2-x)+\sqrt{(2-x)^2+1}\right| + C
4

Integrate: \dfrac{1}{\sqrt{9-25x^2}}

Easy +
Solution

Write the denominator as \sqrt{3^2-(5x)^2} and put t=5x, so dt=5\,dx.

The integral becomes \displaystyle\dfrac15\int \dfrac{dt}{\sqrt{3^2-t^2}} = \dfrac15\sin^{-1}\left(\dfrac{t}{3}\right).

\displaystyle\int \dfrac{1}{\sqrt{9-25x^2}}\,dx = \dfrac15\sin^{-1}\left(\dfrac{5x}{3}\right) + C
5

Integrate: \dfrac{3x}{1+2x^4}

Medium +
Solution

Put t=x^2, so dt=2x\,dx, i.e. 3x\,dx=\dfrac32\,dt. The denominator becomes 1+2t^2.

The integral becomes \displaystyle\dfrac32\int \dfrac{dt}{1+2t^2} = \dfrac32\cdot\dfrac12\int \dfrac{dt}{t^2+\frac12} = \dfrac34\cdot\sqrt{2}\,\tan^{-1}(\sqrt2\,t).

\displaystyle\int \dfrac{3x}{1+2x^4}\,dx = \dfrac{3\sqrt2}{4}\tan^{-1}(\sqrt2\,x^2) + C
6

Integrate: \dfrac{x^2}{1-x^6}

Medium +
Solution

Write the denominator as 1-(x^3)^2 and put t=x^3, so dt=3x^2\,dx.

The integral becomes \displaystyle\dfrac13\int \dfrac{dt}{1-t^2} = \dfrac13\cdot\dfrac12\log\left|\dfrac{1+t}{1-t}\right|.

\displaystyle\int \dfrac{x^2}{1-x^6}\,dx = \dfrac16\log\left|\dfrac{1+x^3}{1-x^3}\right| + C
7

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

Medium +
Solution

Split the fraction: \dfrac{x-1}{\sqrt{x^2-1}} = \dfrac{x}{\sqrt{x^2-1}} - \dfrac{1}{\sqrt{x^2-1}}.

For the first term, put u=x^2-1, du=2x\,dx: \displaystyle\int \dfrac{x}{\sqrt{x^2-1}}\,dx = \sqrt{x^2-1}.

For the second term, use the standard formula \displaystyle\int \dfrac{dx}{\sqrt{x^2-1}} = \log\left|x+\sqrt{x^2-1}\right| (subtracted).

\displaystyle\int \dfrac{x-1}{\sqrt{x^2-1}}\,dx = \sqrt{x^2-1} - \log\left|x+\sqrt{x^2-1}\right| + C
8

Integrate: \dfrac{x^2}{\sqrt{x^6+a^6}}

Medium +
Solution

Write a^6=(a^3)^2 and put t=x^3, so dt=3x^2\,dx.

The integral becomes \displaystyle\dfrac13\int \dfrac{dt}{\sqrt{t^2+(a^3)^2}} = \dfrac13\log\left|t+\sqrt{t^2+a^6}\right|.

\displaystyle\int \dfrac{x^2}{\sqrt{x^6+a^6}}\,dx = \dfrac13\log\left|x^3+\sqrt{x^6+a^6}\right| + C
9

Integrate: \dfrac{\sec^2 x}{\sqrt{\tan^2 x+4}}

Medium +
Solution

Put t=\tan x, so dt=\sec^2x\,dx.

The integral becomes \displaystyle\int \dfrac{dt}{\sqrt{t^2+4}} = \log\left|t+\sqrt{t^2+4}\right|.

\displaystyle\int \dfrac{\sec^2 x}{\sqrt{\tan^2 x+4}}\,dx = \log\left|\tan x+\sqrt{\tan^2 x+4}\right| + C
10

Integrate: \dfrac{1}{\sqrt{x^2+2x+2}}

Easy +
Solution

Complete the square: x^2+2x+2 = (x+1)^2+1.

Put t=x+1: \displaystyle\int \dfrac{dt}{\sqrt{t^2+1}} = \log\left|t+\sqrt{t^2+1}\right|.

\displaystyle\int \dfrac{1}{\sqrt{x^2+2x+2}}\,dx = \log\left|(x+1)+\sqrt{x^2+2x+2}\right| + C
11

Integrate: \dfrac{1}{9x^2+6x+5}

Medium +
Solution

Complete the square: 9x^2+6x+5 = 9\left(x+\dfrac13\right)^2+4.

Put t=x+\dfrac13: \displaystyle\int \dfrac{dt}{9t^2+4} = \dfrac19\int \dfrac{dt}{t^2+\frac49} = \dfrac16\tan^{-1}\left(\dfrac{3t}{2}\right).

\displaystyle\int \dfrac{1}{9x^2+6x+5}\,dx = \dfrac16\tan^{-1}\left(\dfrac{3x+1}{2}\right) + C
12

Integrate: \dfrac{1}{\sqrt{7-6x-x^2}}

Medium +
Solution

Complete the square: 7-6x-x^2 = 16-(x+3)^2.

Put t=x+3: \displaystyle\int \dfrac{dt}{\sqrt{16-t^2}} = \sin^{-1}\left(\dfrac{t}{4}\right).

\displaystyle\int \dfrac{1}{\sqrt{7-6x-x^2}}\,dx = \sin^{-1}\left(\dfrac{x+3}{4}\right) + C
13

Integrate: \dfrac{1}{\sqrt{(x-1)(x-2)}}

Medium +
Solution

Expand and complete the square: (x-1)(x-2)=x^2-3x+2 = \left(x-\dfrac32\right)^2-\dfrac14.

Put t=x-\dfrac32: \displaystyle\int \dfrac{dt}{\sqrt{t^2-\frac14}} = \log\left|t+\sqrt{t^2-\frac14}\right|.

\displaystyle\int \dfrac{1}{\sqrt{(x-1)(x-2)}}\,dx = \log\left|\left(x-\dfrac32\right)+\sqrt{(x-1)(x-2)}\right| + C
14

Integrate: \dfrac{1}{\sqrt{8+3x-x^2}}

Medium +
Solution

Complete the square: 8+3x-x^2 = \dfrac{41}{4}-\left(x-\dfrac32\right)^2.

Put t=x-\dfrac32: \displaystyle\int \dfrac{dt}{\sqrt{\left(\frac{\sqrt{41}}{2}\right)^2-t^2}} = \sin^{-1}\left(\dfrac{2t}{\sqrt{41}}\right).

\displaystyle\int \dfrac{1}{\sqrt{8+3x-x^2}}\,dx = \sin^{-1}\left(\dfrac{2x-3}{\sqrt{41}}\right) + C
15

Integrate: \dfrac{1}{\sqrt{(x-a)(x-b)}}

Medium +
Solution

Expand and complete the square: (x-a)(x-b) = \left(x-\dfrac{a+b}{2}\right)^2-\left(\dfrac{a-b}{2}\right)^2.

Put t=x-\dfrac{a+b}{2}: \displaystyle\int \dfrac{dt}{\sqrt{t^2-\left(\frac{a-b}{2}\right)^2}} = \log\left|t+\sqrt{t^2-\left(\frac{a-b}{2}\right)^2}\right|.

\displaystyle\int \dfrac{1}{\sqrt{(x-a)(x-b)}}\,dx = \log\left|\left(x-\dfrac{a+b}{2}\right)+\sqrt{(x-a)(x-b)}\right| + C
16

Integrate: \dfrac{4x+1}{\sqrt{2x^2+x-3}}

Medium +
Solution

Notice that \dfrac{d}{dx}(2x^2+x-3) = 4x+1 — exactly the numerator.

Put t=2x^2+x-3: \displaystyle\int \dfrac{dt}{\sqrt{t}} = 2\sqrt{t}.

\displaystyle\int \dfrac{4x+1}{\sqrt{2x^2+x-3}}\,dx = 2\sqrt{2x^2+x-3} + C
17

Integrate: \dfrac{x+2}{\sqrt{x^2-1}}

Medium +
Solution

Express x+2 = A\cdot\dfrac{d}{dx}(x^2-1)+B = A(2x)+B. Comparing coefficients: A=\dfrac12, B=2.

So \displaystyle\int \dfrac{x+2}{\sqrt{x^2-1}}\,dx = \dfrac12\int \dfrac{2x}{\sqrt{x^2-1}}\,dx + 2\int \dfrac{dx}{\sqrt{x^2-1}}.

Evaluate each: \dfrac12\cdot2\sqrt{x^2-1} = \sqrt{x^2-1}, and 2\log\left|x+\sqrt{x^2-1}\right|.

\displaystyle\int \dfrac{x+2}{\sqrt{x^2-1}}\,dx = \sqrt{x^2-1} + 2\log\left|x+\sqrt{x^2-1}\right| + C
18

Integrate: \dfrac{5x-2}{1+2x+3x^2}

Hard +
Solution

Express 5x-2 = A\cdot\dfrac{d}{dx}(3x^2+2x+1)+B = A(6x+2)+B. Comparing coefficients: 6A=5\Rightarrow A=\dfrac56, and 2A+B=-2\Rightarrow B=-\dfrac{11}{3}.

The first part gives \dfrac56\log(3x^2+2x+1).

For the second part, complete the square: 3x^2+2x+1 = 3\left(x+\dfrac13\right)^2+\dfrac23, so \displaystyle\int \dfrac{dx}{3x^2+2x+1} = \dfrac{1}{\sqrt2}\tan^{-1}\left(\dfrac{3x+1}{\sqrt2}\right).

Multiply by B=-\dfrac{11}{3}: -\dfrac{11}{3\sqrt2}\tan^{-1}\left(\dfrac{3x+1}{\sqrt2}\right) = -\dfrac{11\sqrt2}{6}\tan^{-1}\left(\dfrac{3x+1}{\sqrt2}\right).

\displaystyle\int \dfrac{5x-2}{1+2x+3x^2}\,dx = \dfrac56\log(3x^2+2x+1) - \dfrac{11\sqrt2}{6}\tan^{-1}\left(\dfrac{3x+1}{\sqrt2}\right) + C
19

Integrate: \dfrac{6x+7}{\sqrt{(x-5)(x-4)}}

Hard +
Solution

Write (x-5)(x-4)=x^2-9x+20. Express 6x+7 = A(2x-9)+B. Comparing coefficients: 2A=6\Rightarrow A=3, and -9A+B=7\Rightarrow B=34.

The first part gives 3\cdot2\sqrt{x^2-9x+20} = 6\sqrt{x^2-9x+20}.

For the second part, complete the square: x^2-9x+20 = \left(x-\dfrac92\right)^2-\dfrac14, so \displaystyle\int \dfrac{dx}{\sqrt{x^2-9x+20}} = \log\left|\left(x-\dfrac92\right)+\sqrt{x^2-9x+20}\right|.

Multiply by B=34.

\displaystyle\int \dfrac{6x+7}{\sqrt{(x-5)(x-4)}}\,dx = 6\sqrt{(x-5)(x-4)} + 34\log\left|\left(x-\dfrac92\right)+\sqrt{(x-5)(x-4)}\right| + C
20

Integrate: \dfrac{x+2}{\sqrt{4x-x^2}}

Medium +
Solution

Express x+2 = A(4-2x)+B. Comparing coefficients: -2A=1\Rightarrow A=-\dfrac12, and 4A+B=2\Rightarrow B=4.

The first part gives -\dfrac12\cdot2\sqrt{4x-x^2} = -\sqrt{4x-x^2}.

For the second part, complete the square: 4x-x^2 = 4-(x-2)^2, so \displaystyle\int \dfrac{dx}{\sqrt{4x-x^2}} = \sin^{-1}\left(\dfrac{x-2}{2}\right).

Multiply by B=4.

\displaystyle\int \dfrac{x+2}{\sqrt{4x-x^2}}\,dx = -\sqrt{4x-x^2} + 4\sin^{-1}\left(\dfrac{x-2}{2}\right) + C
21

Integrate: \dfrac{x+2}{\sqrt{x^2+2x+3}}

Medium +
Solution

Express x+2 = A(2x+2)+B. Comparing coefficients: 2A=1\Rightarrow A=\dfrac12, and 2A+B=2\Rightarrow B=1.

The first part gives \dfrac12\cdot2\sqrt{x^2+2x+3} = \sqrt{x^2+2x+3}.

For the second part, complete the square: x^2+2x+3 = (x+1)^2+2, so \displaystyle\int \dfrac{dx}{\sqrt{x^2+2x+3}} = \log\left|(x+1)+\sqrt{x^2+2x+3}\right|.

\displaystyle\int \dfrac{x+2}{\sqrt{x^2+2x+3}}\,dx = \sqrt{x^2+2x+3} + \log\left|(x+1)+\sqrt{x^2+2x+3}\right| + C
22

Integrate: \dfrac{x+3}{x^2-2x-5}

Hard +
Solution

Express x+3 = A(2x-2)+B. Comparing coefficients: 2A=1\Rightarrow A=\dfrac12, and -2A+B=3\Rightarrow B=4.

The first part gives \dfrac12\log|x^2-2x-5|.

For the second part, complete the square: x^2-2x-5=(x-1)^2-6, so \displaystyle\int \dfrac{dx}{(x-1)^2-6} = \dfrac{1}{2\sqrt6}\log\left|\dfrac{x-1-\sqrt6}{x-1+\sqrt6}\right|.

Multiply by B=4: 4\cdot\dfrac{1}{2\sqrt6} = \dfrac{2}{\sqrt6} = \dfrac{\sqrt6}{3}.

\displaystyle\int \dfrac{x+3}{x^2-2x-5}\,dx = \dfrac12\log|x^2-2x-5| + \dfrac{\sqrt6}{3}\log\left|\dfrac{x-1-\sqrt6}{x-1+\sqrt6}\right| + C
23

Integrate: \dfrac{5x+3}{\sqrt{x^2+4x+10}}

Medium +
Solution

Express 5x+3 = A(2x+4)+B. Comparing coefficients: 2A=5\Rightarrow A=\dfrac52, and 4A+B=3\Rightarrow B=-7.

The first part gives \dfrac52\cdot2\sqrt{x^2+4x+10} = 5\sqrt{x^2+4x+10}.

For the second part, complete the square: x^2+4x+10=(x+2)^2+6, so \displaystyle\int \dfrac{dx}{\sqrt{x^2+4x+10}} = \log\left|(x+2)+\sqrt{x^2+4x+10}\right|.

Multiply by B=-7.

\displaystyle\int \dfrac{5x+3}{\sqrt{x^2+4x+10}}\,dx = 5\sqrt{x^2+4x+10} - 7\log\left|(x+2)+\sqrt{x^2+4x+10}\right| + C
24

MCQ. \displaystyle\int \dfrac{dx}{x^2+2x+2} equals:   (A) x\tan^{-1}(x+1)+C   (B) \tan^{-1}(x+1)+C   (C) (x+1)\tan^{-1}x+C   (D) \tan^{-1}x+C

Easy +
Solution

Complete the square: x^2+2x+2=(x+1)^2+1.

Put t=x+1: \displaystyle\int \dfrac{dt}{t^2+1} = \tan^{-1}t.

Answer: (B) \tan^{-1}(x+1)+C
25

MCQ. \displaystyle\int \dfrac{dx}{\sqrt{9x-4x^2}} equals:   (A) \dfrac19\sin^{-1}\left(\dfrac{9x-8}{8}\right)+C   (B) \dfrac12\sin^{-1}\left(\dfrac{8x-9}{9}\right)+C   (C) \dfrac13\sin^{-1}\left(\dfrac{9x-8}{8}\right)+C   (D) \dfrac12\sin^{-1}\left(\dfrac{9x-8}{9}\right)+C

Medium +
Solution

Complete the square: 9x-4x^2 = 4\left[\left(\dfrac98\right)^2-\left(x-\dfrac98\right)^2\right], so \sqrt{9x-4x^2} = 2\sqrt{\left(\frac98\right)^2-\left(x-\frac98\right)^2}.

The integral becomes \displaystyle\dfrac12\int \dfrac{dt}{\sqrt{\left(\frac98\right)^2-t^2}} = \dfrac12\sin^{-1}\left(\dfrac{t}{9/8}\right) where t=x-\dfrac98, i.e. \dfrac12\sin^{-1}\left(\dfrac{8x-9}{9}\right).

Answer: (B) \dfrac12\sin^{-1}\left(\dfrac{8x-9}{9}\right)+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

Class 12 Maths NCERT Solutions Chapter 7 Ex 7.4 — FAQs

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

Ex 7.4 has 25 questions in total — 23 integrals of particular functions, followed by 2 MCQs.

What is the completing-the-square technique used for in Ex 7.4?

Many integrands in Ex 7.4 have a quadratic expression ax squared + bx + c in the denominator or under a square root. Completing the square rewrites this quadratic as (x + k) squared plus or minus a constant, which matches one of the six standard integral formulae involving a squared minus x squared, x squared plus a squared, and so on.

Where can I check these solutions against the official NCERT textbook?

The official NCERT Class 12 Maths textbook is available on the NCERT website, and every question in Ex 7.4 on this page follows the same numbering as the textbook.

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