Class 12 Maths NCERT Solutions Chapter 7 Ex 7.1 – Anti Derivatives & Indefinite Integrals | Boundless Maths
Ex 7.1 Class 12 Maths NCERT Solutions

Class 12 Maths NCERT Solutions Chapter 7 Ex 7.1 – Anti Derivatives & Indefinite Integrals

These Class 12 Maths NCERT Solutions Chapter 7 Ex 7.1 cover all 22 questions — finding anti derivatives by the method of inspection, and basic indefinite integrals using the standard formulae for integration.

This is the opening exercise of the Integrals chapter, so it eases you in gently before the heavier techniques later on. Questions 1–5 are solved purely by inspection — recognising which function's derivative matches the given expression, without applying any formula mechanically. From Question 6 onward, you'll apply the standard integration results directly to powers of x, exponential functions, and trigonometric expressions, including a couple of MCQs at the end that test whether you can work backward from a derivative condition to recover the original function. Getting comfortable here matters: every substitution, by-parts, and partial-fraction technique later in the chapter still rests on these basic formulae.

22Questions
Easy–MediumDifficulty Mix
2026-27CBSE Syllabus

Class 12 Maths NCERT Solutions Chapter 7 Ex 7.1 — All 22 Questions

1

Find an anti derivative (or integral) of the following function by the method of inspection: \sin 2x.

Easy +
Solution

We need a function whose derivative is \sin 2x. Recall \dfrac{d}{dx}(\cos 2x) = -2\sin 2x, so \sin 2x = \dfrac{d}{dx}\left(-\dfrac12\cos 2x\right).

Anti derivative: -\dfrac12\cos 2x
2

Find an anti derivative of \cos 3x by the method of inspection.

Easy +
Solution

We need a function whose derivative is \cos 3x. Recall \dfrac{d}{dx}(\sin 3x) = 3\cos 3x, so \cos 3x = \dfrac{d}{dx}\left(\dfrac13\sin 3x\right).

Anti derivative: \dfrac13\sin 3x
3

Find an anti derivative of e^{2x} by the method of inspection.

Easy +
Solution

Since \dfrac{d}{dx}(e^{2x}) = 2e^{2x}, we get e^{2x} = \dfrac{d}{dx}\left(\dfrac12 e^{2x}\right).

Anti derivative: \dfrac12 e^{2x}
4

Find an anti derivative of (ax+b)^2 by the method of inspection.

Easy +
Solution

Try \dfrac{(ax+b)^3}{3a} — by the chain rule, \dfrac{d}{dx}\left[\dfrac{(ax+b)^3}{3a}\right] = \dfrac{3(ax+b)^2\cdot a}{3a} = (ax+b)^2.

Anti derivative: \dfrac{(ax+b)^3}{3a}
5

Find an anti derivative of \sin 2x - 4e^{3x} by the method of inspection.

Easy +
Solution

As found in Q1, an anti derivative of \sin 2x is -\dfrac12\cos 2x.

Since \dfrac{d}{dx}(e^{3x}) = 3e^{3x}, an anti derivative of e^{3x} is \dfrac13 e^{3x}.

So an anti derivative of -4e^{3x} is -\dfrac43 e^{3x}.

Anti derivative: -\dfrac12\cos 2x - \dfrac43 e^{3x}
6

Find: \displaystyle\int (4e^{3x}+1)\,dx

Easy +
Solution

Splitting the integral using the sum rule and applying \int e^{ax}dx = \dfrac{e^{ax}}{a}, \int dx = x: 4\cdot\dfrac{e^{3x}}{3} + x = \dfrac43 e^{3x} + x.

\displaystyle\int (4e^{3x}+1)\,dx = \dfrac43 e^{3x} + x + C
7

Find: \displaystyle\int x^2\left(1-\dfrac{1}{x^2}\right)dx

Easy +
Solution

Expanding the integrand first: x^2\left(1-\dfrac{1}{x^2}\right) = x^2 - 1. Integrating term by term using \int x^n dx = \dfrac{x^{n+1}}{n+1} gives \displaystyle\int (x^2-1)\,dx = \dfrac{x^3}{3} - x.

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

Find: \displaystyle\int (ax^2+bx+c)\,dx

Easy +
Solution

Integrating each term separately using \int x^n dx = \dfrac{x^{n+1}}{n+1}:

\displaystyle\int ax^2\,dx = a\cdot\dfrac{x^3}{3},   \displaystyle\int bx\,dx = b\cdot\dfrac{x^2}{2},   \displaystyle\int c\,dx = cx.

\displaystyle\int (ax^2+bx+c)\,dx = \dfrac{ax^3}{3} + \dfrac{bx^2}{2} + cx + C
9

Find: \displaystyle\int (2x^2+e^x)\,dx

Easy +
Solution

Splitting and integrating term by term: \displaystyle\int 2x^2\,dx = \dfrac{2x^3}{3}, and \displaystyle\int e^x\,dx = e^x.

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

Find: \displaystyle\int \left(\sqrt{x}-\dfrac{1}{\sqrt{x}}\right)^2 dx

Medium +
Solution

Expanding the square first: \left(\sqrt{x}-\dfrac{1}{\sqrt{x}}\right)^2 = x - 2 + \dfrac{1}{x}.

Integrating term by term: \displaystyle\int x\,dx = \dfrac{x^2}{2}, \displaystyle\int 2\,dx = 2x, and \displaystyle\int \dfrac{1}{x}\,dx = \log|x|.

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

Find: \displaystyle\int \dfrac{x^3+5x^2-4}{x^2}\,dx

Medium +
Solution

Dividing each term in the numerator by x^2: \dfrac{x^3+5x^2-4}{x^2} = x + 5 - \dfrac{4}{x^2}.

Integrating term by term gives \dfrac{x^2}{2} + 5x, and since \int 4x^{-2}\,dx = -\dfrac{4}{x}, subtracting this term contributes +\dfrac{4}{x}.

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

Find: \displaystyle\int \dfrac{x^3+3x+4}{\sqrt{x}}\,dx

Medium +
Solution

Dividing each term by x^{1/2}: \dfrac{x^3+3x+4}{\sqrt{x}} = x^{5/2} + 3x^{1/2} + 4x^{-1/2}.

Integrating term by term using \int x^n dx = \dfrac{x^{n+1}}{n+1}: \displaystyle\int x^{5/2}dx = \dfrac{2}{7}x^{7/2}, \displaystyle\int 3x^{1/2}dx = 2x^{3/2}, \displaystyle\int 4x^{-1/2}dx = 8x^{1/2}.

\displaystyle\int \dfrac{x^3+3x+4}{\sqrt{x}}\,dx = \dfrac27 x^{7/2} + 2x^{3/2} + 8x^{1/2} + C
13

Find: \displaystyle\int \dfrac{x^3-x^2+x-1}{x-1}\,dx

Medium +
Solution

Factoring the numerator by grouping: x^3-x^2+x-1 = x^2(x-1)+1(x-1) = (x-1)(x^2+1). Cancelling the common factor (x-1) leaves x^2+1.

Integrating: \displaystyle\int (x^2+1)\,dx = \dfrac{x^3}{3} + x.

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

Find: \displaystyle\int (1-x)\sqrt{x}\,dx

Medium +
Solution

Expanding the integrand: (1-x)\sqrt{x} = x^{1/2} - x^{3/2}. Integrating term by term: \displaystyle\int x^{1/2}dx = \dfrac23 x^{3/2}, and \displaystyle\int x^{3/2}dx = \dfrac25 x^{5/2}.

\displaystyle\int (1-x)\sqrt{x}\,dx = \dfrac23 x^{3/2} - \dfrac25 x^{5/2} + C
15

Find: \displaystyle\int \sqrt{x}\,(3x^2+2x+3)\,dx

Medium +
Solution

Multiplying through by x^{1/2}: \sqrt{x}\,(3x^2+2x+3) = 3x^{5/2}+2x^{3/2}+3x^{1/2}.

Integrating term by term: \displaystyle\int 3x^{5/2}dx = \dfrac67 x^{7/2}, \displaystyle\int 2x^{3/2}dx = \dfrac45 x^{5/2}, \displaystyle\int 3x^{1/2}dx = 2x^{3/2}.

\displaystyle\int \sqrt{x}\,(3x^2+2x+3)\,dx = \dfrac67 x^{7/2} + \dfrac45 x^{5/2} + 2x^{3/2} + C
16

Find: \displaystyle\int (2x-3\cos x+e^x)\,dx

Easy +
Solution

Integrating term by term: \displaystyle\int 2x\,dx = x^2, \displaystyle\int 3\cos x\,dx = 3\sin x (so subtracting gives -3\sin x), and \displaystyle\int e^x\,dx = e^x.

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

Find: \displaystyle\int (2x^2-3\sin x+5\sqrt{x})\,dx

Easy +
Solution

Integrating term by term: \displaystyle\int 2x^2\,dx = \dfrac23 x^3.

\displaystyle\int 3\sin x\,dx = -3\cos x (so subtracting gives +3\cos x), and \displaystyle\int 5\sqrt{x}\,dx = \dfrac{10}{3}x^{3/2}.

\displaystyle\int (2x^2-3\sin x+5\sqrt{x})\,dx = \dfrac23 x^3 + 3\cos x + \dfrac{10}{3}x^{3/2} + C
18

Find: \displaystyle\int \sec x\,(\sec x+\tan x)\,dx

Medium +
Solution

Expanding the product: \sec x(\sec x+\tan x) = \sec^2 x + \sec x\tan x. Using the standard results \int \sec^2 x\,dx = \tan x and \int \sec x\tan x\,dx = \sec x gives the answer directly.

\displaystyle\int \sec x(\sec x+\tan x)\,dx = \tan x + \sec x + C
19

Find: \displaystyle\int \dfrac{\sec^2 x}{\text{cosec}^2 x}\,dx

Medium +
Solution

Rewriting in terms of sine and cosine: \dfrac{\sec^2 x}{\text{cosec}^2 x} = \dfrac{\sin^2 x}{\cos^2 x} = \tan^2 x.

Using the identity \tan^2 x = \sec^2 x - 1, \displaystyle\int \tan^2 x\,dx = \int(\sec^2 x - 1)\,dx = \tan x - x.

\displaystyle\int \dfrac{\sec^2 x}{\text{cosec}^2 x}\,dx = \tan x - x + C
20

Find: \displaystyle\int \dfrac{2-3\sin x}{\cos^2 x}\,dx

Medium +
Solution

Splitting the fraction: \dfrac{2-3\sin x}{\cos^2 x} = 2\sec^2 x - 3\sec x\tan x (since \dfrac{\sin x}{\cos x}\cdot\dfrac{1}{\cos x} = \tan x \sec x).

Integrating term by term using \int \sec^2 x\,dx = \tan x and \int \sec x\tan x\,dx = \sec x gives the answer.

\displaystyle\int \dfrac{2-3\sin x}{\cos^2 x}\,dx = 2\tan x - 3\sec x + C
21

MCQ. The anti derivative of \left(\sqrt{x}+\dfrac{1}{\sqrt{x}}\right) equals:   (A) \dfrac13 x^{1/3}+2x^{1/2}+C   (B) \dfrac23 x^{2/3}+\dfrac12 x^2+C   (C) \dfrac23 x^{3/2}+2x^{1/2}+C   (D) \dfrac32 x^{3/2}+\dfrac12 x^{1/2}+C

Easy +
Solution

Writing the integrand as powers of x: \sqrt{x}+\dfrac{1}{\sqrt{x}} = x^{1/2}+x^{-1/2}.

Integrating term by term using \int x^n dx = \dfrac{x^{n+1}}{n+1}: \displaystyle\int x^{1/2}dx = \dfrac23 x^{3/2}, and \displaystyle\int x^{-1/2}dx = 2x^{1/2}.

Answer: (C) \dfrac23 x^{3/2}+2x^{1/2}+C
22

MCQ. If \dfrac{d}{dx}f(x)=4x^3-\dfrac{3}{x^4} such that f(2)=0, then f(x) is:   (A) x^4+\dfrac{1}{x^3}-\dfrac{129}{8}   (B) x^3+\dfrac{1}{x^4}+\dfrac{129}{8}   (C) x^4+\dfrac{1}{x^3}+\dfrac{129}{8}   (D) x^3+\dfrac{1}{x^4}-\dfrac{129}{8}

Medium +
Solution

Integrating f'(x)=4x^3-3x^{-4} term by term: \displaystyle\int 4x^3\,dx = x^4, and since \int 3x^{-4}\,dx = -x^{-3}, subtracting this term gives +x^{-3}.

So f(x) = x^4+\dfrac{1}{x^3}+C for some constant C.  ...(1)

Using the given condition f(2)=0 in (1): 2^4+\dfrac{1}{2^3}+C=0 \Rightarrow 16+\dfrac18+C=0 \Rightarrow C=-\dfrac{129}{8}.

Answer: (A) f(x)=x^4+\dfrac{1}{x^3}-\dfrac{129}{8}

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.1 — FAQs

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

Ex 7.1 has 22 questions — the first 5 ask you to find an anti derivative by the method of inspection, questions 6 to 20 are direct indefinite integrals using standard formulae, and questions 21 and 22 are MCQs.

Why do we always add + C when writing an indefinite integral?

Because the derivative of any constant is zero, infinitely many functions share the same derivative — they all differ from each other by a constant. So the indefinite integral represents the entire family of anti derivatives, and C (the constant of integration) accounts for every member of that family.

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.1 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