Class 11 Maths NCERT Solutions Chapter 2 Miscellaneous Exercise | Boundless Maths
Miscellaneous Exercise · Class 11 Maths NCERT Solutions · Chapter 2

Class 11 Maths NCERT Solutions Chapter 2 Miscellaneous Exercise

Free, step-by-step Class 11 Maths NCERT Solutions for the Chapter 2 Miscellaneous Exercise — all 12 questions solved, pulling together function tests, domain and range, and the algebra of functions from across the whole chapter.

12Questions
Easy–HardDifficulty Mix
2026-27CBSE Syllabus

Class 11 Maths NCERT Solutions Chapter 2 Miscellaneous Exercise — All 12 Questions

1

The relation f is defined by f(x)=\begin{cases}x^2, & 0\le x\le3\\3x, & 3\le x\le10\end{cases} The relation g is defined by g(x)=\begin{cases}x^2, & 0\le x\le2\\3x, & 2\le x\le10\end{cases} Show that f is a function and g is not a function.

Medium +
Solution
Checking f

The two pieces of f meet at x = 3. Check both formulas agree there.

From x² at x = 3: f(3) = 3² = 9

From 3x at x = 3: f(3) = 3(3) = 9

Both pieces give the same value at the boundary, so every x in [0, 10] has exactly one image.

f is a function.
Checking g

The two pieces of g meet at x = 2. Check both formulas at that point.

From x² at x = 2: g(2) = 2² = 4

From 3x at x = 2: g(2) = 3(2) = 6

The two pieces disagree at x = 2, giving two different images (4 and 6) for the same input.

g is not a function.
2

If f(x)=x^2, find \dfrac{f(1.1)-f(1)}{1.1-1}.

Easy +
Solution

f(1.1) = (1.1)² = 1.21

f(1) = 1² = 1

(f(1.1) − f(1))/(1.1 − 1) = (1.21 − 1)/(0.1) = 0.21/0.1

= 2.1
3

Find the domain of the function f(x)=\dfrac{x^2+2x+1}{x^2-8x+12}.

Easy +
Solution

The function is undefined wherever the denominator is zero.

x² − 8x + 12 = (x − 6)(x − 2)

This is zero when x = 6 or x = 2.

Domain = R − {2, 6}
4

Find the domain and the range of the real function f defined by f(x)=\sqrt{x-1}.

Easy +
Solution

The expression under the square root must be non-negative: x − 1 ≥ 0 ⟹ x ≥ 1.

Domain = [1, ∞)

As x ranges over [1, ∞), x − 1 ranges over [0, ∞), so √(x − 1) ranges over [0, ∞).

Range = [0, ∞)
5

Find the domain and the range of the real function f defined by f(x)=|x-1|.

Easy +
Solution

The modulus is defined for every real number.

Domain = R

|x − 1| ≥ 0 always, and as x ranges over R, x − 1 ranges over R, so |x − 1| takes every value in [0, ∞).

Range = [0, ∞)
6

Let f=\left\{\left(x,\dfrac{x^2}{1+x^2}\right):x\in\mathbb{R}\right\} be a function from R into R. Determine the range of f.

Hard +
Solution

Let y = x²/(1 + x²). Rewrite it as:

y = \dfrac{x^2}{1+x^2} = \dfrac{(1+x^2)-1}{1+x^2} = 1-\dfrac{1}{1+x^2}

Since x² ≥ 0, we have 1 + x² ≥ 1, so 0 < 1/(1+x²) ≤ 1.

At x = 0: 1/(1+x²) = 1, so y = 0.

As x → ∞: 1/(1+x²) → 0, so y → 1, but y never actually reaches 1 (since 1+x² is never infinite).

Range = [0, 1)
7

Let f,g:\mathbb{R}\to\mathbb{R} be defined, respectively, by f(x)=x+1, g(x)=2x-3. Find f+g, f-g and \dfrac{f}{g}.

Medium +
Solution

(f + g)(x) = f(x) + g(x) = (x + 1) + (2x − 3) = 3x − 2

(f − g)(x) = f(x) − g(x) = (x + 1) − (2x − 3) = x + 1 − 2x + 3 = 4 − x

(f/g)(x) = f(x)/g(x) = (x + 1)/(2x − 3), defined for x ≠ 3/2

f + g = 3x − 2; f − g = 4 − x; f/g = (x+1)/(2x−3), x ≠ 3/2
8

Let f=\{(1,1),(2,3),(0,-1),(-1,-3)\} be a function from Z to Z defined by f(x)=ax+b, for some integers a, b. Determine a, b.

Medium +
Solution

From (0, −1): f(0) = a(0) + b = b = −1, so b = −1.

From (1, 1): f(1) = a(1) + b = a + b = 1 ⟹ a − 1 = 1 ⟹ a = 2.

Check against (2, 3): f(2) = 2(2) − 1 = 3 ✓

Check against (−1, −3): f(−1) = 2(−1) − 1 = −3 ✓

a = 2, b = −1
9

Let R be a relation from N to N defined by R=\{(a,b): a,b\in\mathbb{N} \text{ and } a=b^2\}. Are the following true? (i) (a,a)\in R, for all a\in\mathbb{N} (ii) (a,b)\in R implies (b,a)\in R (iii) (a,b)\in R, (b,c)\in R implies (a,c)\in R Justify your answer in each case.

Hard +
Solution
(i) (a,a) ∈ R for all a ∈ N?

This would require a = a², i.e. a(a − 1) = 0, so a = 0 or a = 1.

Take a = 2: (2,2) ∈ R would need 2 = 2² = 4, which is false.

False. Counter-example: a = 2, since 2 ≠ 2².
(ii) (a,b) ∈ R implies (b,a) ∈ R?

Take a = 4, b = 2, since 4 = 2². So (4,2) ∈ R.

Is (2,4) ∈ R? This needs 2 = 4² = 16, which is false.

False. Counter-example: (4,2) ∈ R but (2,4) ∉ R.
(iii) (a,b) ∈ R, (b,c) ∈ R implies (a,c) ∈ R?

Take c = 2, b = c² = 4, a = b² = 16.

(a,b) = (16,4) ∈ R, since 16 = 4². (b,c) = (4,2) ∈ R, since 4 = 2².

Is (a,c) = (16,2) ∈ R? This needs 16 = 2² = 4, which is false.

False. Counter-example: a = 16, b = 4, c = 2.
10

Let A=\{1,2,3,4\}, B=\{1,5,9,11,15,16\} and f=\{(1,5),(2,9),(3,1),(4,5),(2,11)\}. Are the following true? (i) f is a relation from A to B (ii) f is a function from A to B. Justify your answer in each case.

Medium +
Solution
(i) Is f a relation from A to B?

Every first element of f (1, 2, 3, 4, 2) belongs to A, and every second element (5, 9, 1, 5, 11) belongs to B.

True — f is a relation from A to B, since f ⊂ A × B.
(ii) Is f a function from A to B?

The first element 2 appears twice: (2,9) and (2,11), giving two different images for the same input.

False — f is not a function from A to B.
11

Let f be the subset of \mathbb{Z}\times\mathbb{Z} defined by f=\{(ab,\,a+b): a,b\in\mathbb{Z}\}. Is f a function from Z to Z? Justify your answer.

Hard +
Solution

Check whether the same first element (ab) can arise from different pairs (a,b), giving different values of a + b.

Take a = 1, b = 6: ab = 6, a + b = 7 → (6, 7) ∈ f

Take a = 2, b = 3: ab = 6, a + b = 5 → (6, 5) ∈ f

The same first element, 6, is paired with two different second elements, 7 and 5.

f is not a function from Z to Z, since the first element 6 does not have a unique image.
12

Let A=\{9,10,11,12,13\} and let f:A\to\mathbb{N} be defined by f(n)= the highest prime factor of n. Find the range of f.

Easy +
Solution

f(9): 9 = 3², highest prime factor = 3

f(10): 10 = 2 × 5, highest prime factor = 5

f(11): 11 is prime, highest prime factor = 11

f(12): 12 = 2² × 3, highest prime factor = 3

f(13): 13 is prime, highest prime factor = 13

Range = {3, 5, 11, 13}
Common Questions

Class 11 Maths NCERT Solutions Chapter 2 Miscellaneous Exercise — FAQs

How many questions are there in the Chapter 2 Miscellaneous Exercise?
The Miscellaneous Exercise for Chapter 2, Relations and Functions, has 12 questions, combining function tests, domain and range problems, and the algebra of functions from across the whole chapter.
How do you check if a piecewise relation is a function?
A piecewise relation is a function only if its pieces agree at every boundary point where the intervals meet. If the two formulas give different values at the shared boundary point, the relation assigns two different outputs to the same input, so it fails to be a function there.
Where can I find the official NCERT textbook for this chapter?
Relations and Functions is Chapter 2 of the NCERT Class 11 Mathematics textbook, published by the National Council of Educational Research and Training (NCERT) and prescribed by CBSE. You can download the official textbook PDF directly from ncert.nic.in, NCERT's official website — the solutions on this page follow the exercise exactly as it appears there.

Carry the formulas with you

One-page printable formula deck for every unit, including Relations and Functions.

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