A English

Mix Examples of Relation and Function Questions in English

Class 12 Mathematics · Relation and Function · Mix Examples of Relation and Function

168+

Questions

English

Language

100%

With Solutions

Showing 50 of 168 questions in English

1
EasyMCQ
If the sets $A$ and $B$ are defined as $A = \{(x, y) : y = e^x, x \in R\}$ and $B = \{(x, y) : y = x, x \in R\}$,then:
A
$B \subseteq A$
B
$A \subseteq B$
C
$A \cap B = \phi$
D
$A \cup B = A$

Solution

(C) Given the sets $A = \{(x, y) : y = e^x, x \in R\}$ and $B = \{(x, y) : y = x, x \in R\}$.
To find the intersection $A \cap B$,we need to check if there exists any point $(x, y)$ that satisfies both $y = e^x$ and $y = x$.
This implies $e^x = x$,or $e^x - x = 0$.
Let $f(x) = e^x - x$. The derivative $f'(x) = e^x - 1$.
Setting $f'(x) = 0$ gives $x = 0$.
The minimum value of $f(x)$ is $f(0) = e^0 - 0 = 1$.
Since the minimum value of $e^x - x$ is $1$,which is greater than $0$,the equation $e^x = x$ has no real solutions.
Therefore,there is no common element between sets $A$ and $B$.
Thus,$A \cap B = \phi$.
2
MediumMCQ
Let $A = \{(x, y) : y = e^x, x \in R\}$ and $B = \{(x, y) : y = e^{-x}, x \in R\}$. Then:
A
$A \cap B = \phi$
B
$A \cap B \neq \phi$
C
$A \cup B = R^2$
D
None of these

Solution

(B) To find the intersection $A \cap B$,we set the $y$-values equal:
$e^x = e^{-x}$
Multiplying both sides by $e^x$,we get:
$e^{2x} = 1$
Taking the natural logarithm on both sides:
$2x = 0 \implies x = 0$
Substituting $x = 0$ into either equation:
$y = e^0 = 1$
Thus,the point $(0, 1)$ is in both sets $A$ and $B$.
Therefore,$A \cap B = \{(0, 1)\}$,which means $A \cap B \neq \phi$.
3
MediumMCQ
If $R \subset A \times B$ and $S \subset B \times C$ be two relations,then $(S \circ R)^{-1} = $
A
$S^{-1} \circ R^{-1}$
B
$R^{-1} \circ S^{-1}$
C
$S \circ R$
D
$R \circ S$

Solution

(B) Let $(x, z) \in (S \circ R)^{-1}$.
Then $(z, x) \in S \circ R$.
By the definition of composition of relations,there exists an element $y \in B$ such that $(x, y) \in R$ and $(y, z) \in S$.
This implies $(y, x) \in R^{-1}$ and $(z, y) \in S^{-1}$.
Since $(z, y) \in S^{-1}$ and $(y, x) \in R^{-1}$,by the definition of composition,we have $(z, x) \in R^{-1} \circ S^{-1}$.
Thus,$(S \circ R)^{-1} = R^{-1} \circ S^{-1}$.
4
EasyMCQ
Let $R = \{(1, 3), (2, 2), (3, 2)\}$ and $S = \{(2, 1), (3, 2), (2, 3)\}$ be two relations on set $A = \{1, 2, 3\}$. Then $RoS =$
A
$\{(1, 3), (2, 2), (3, 2), (2, 1), (2, 3)\}$
B
$\{(3, 2), (1, 3)\}$
C
$\{(2, 3), (3, 2), (2, 2)\}$
D
$\{(2, 3), (3, 2)\}$

Solution

(C) The composition of relations $RoS$ is defined as the set of all pairs $(x, z)$ such that there exists $y \in A$ where $(x, y) \in S$ and $(y, z) \in R$.
Given $S = \{(2, 1), (3, 2), (2, 3)\}$ and $R = \{(1, 3), (2, 2), (3, 2)\}$.
We check each element $(x, y) \in S$:
$1$. For $(2, 1) \in S$,we look for $(1, z) \in R$. We find $(1, 3) \in R$,so $(2, 3) \in RoS$.
$2$. For $(3, 2) \in S$,we look for $(2, z) \in R$. We find $(2, 2) \in R$,so $(3, 2) \in RoS$.
$3$. For $(2, 3) \in S$,we look for $(3, z) \in R$. We find $(3, 2) \in R$,so $(2, 2) \in RoS$.
Thus,$RoS = \{(2, 3), (3, 2), (2, 2)\}$.
5
EasyMCQ
If $S$ is a set of polynomials $P(x)$ of degree $\le 2$ such that $P(0) = 0$,$P(1) = 1$,and $P'(x) > 0$ for all $x \in (0, 1)$,then which of the following describes $S$?
A
$S = \emptyset$
B
$S = \{ax + (1 - a)x^2 : a \in (0, \infty)\}$
C
$S = \{ax + (1 - a)x^2 : a \in \mathbb{R}\}$
D
$S = \{ax + (1 - a)x^2 : a \in (0, 2)\}$

Solution

(D) Let $P(x) = bx^2 + ax + c$.
Given $P(0) = 0$,we have $c = 0$.
Given $P(1) = 1$,we have $a + b = 1$,which implies $b = 1 - a$.
Thus,$P(x) = (1 - a)x^2 + ax$.
The derivative is $P'(x) = 2(1 - a)x + a$.
We are given $P'(x) > 0$ for all $x \in (0, 1)$.
At $x = 0$,$P'(0) = a > 0$.
At $x = 1$,$P'(1) = 2(1 - a) + a = 2 - a > 0$,which implies $a < 2$.
Since $P'(x)$ is a linear function,if it is positive at the endpoints of the interval $(0, 1)$,it is positive for all $x \in (0, 1)$.
Thus,$0 < a < 2$.
Therefore,$S = \{ax + (1 - a)x^2 : a \in (0, 2)\}$.
6
MediumMCQ
If $f(x) = \cos (\log x)$,then $f(x)f(y) - \frac{1}{2}[f(x/y) + f(xy)] = $
A
$ - 1$
B
$\frac{1}{2}$
C
$ - 2$
D
$0$

Solution

(D) Given $f(x) = \cos (\log x)$.
Then $f(y) = \cos (\log y)$.
We need to evaluate $f(x)f(y) - \frac{1}{2}[f(x/y) + f(xy)]$.
Using the property $\log(a/b) = \log a - \log b$ and $\log(ab) = \log a + \log b$:
$f(x/y) = \cos(\log(x/y)) = \cos(\log x - \log y)$
$f(xy) = \cos(\log(xy)) = \cos(\log x + \log y)$
Now,substitute these into the expression:
$f(x)f(y) - \frac{1}{2}[\cos(\log x - \log y) + \cos(\log x + \log y)]$
Using the trigonometric identity $\cos(A - B) + \cos(A + B) = 2\cos A \cos B$,where $A = \log x$ and $B = \log y$:
$= \cos(\log x)\cos(\log y) - \frac{1}{2}[2\cos(\log x)\cos(\log y)]$
$= \cos(\log x)\cos(\log y) - \cos(\log x)\cos(\log y) = 0$.
7
MediumMCQ
If $f(x) = \sin \log x$,then the value of $f(xy) + f\left( \frac{x}{y} \right) - 2f(x) \cos \log y$ is equal to
A
$1$
B
$0$
C
$-1$
D
$\sin \log x \cos \log y$

Solution

(B) Given $f(x) = \sin \log x$.
First,calculate $f(xy)$:
$f(xy) = \sin \log(xy) = \sin(\log x + \log y)$.
Next,calculate $f\left( \frac{x}{y} \right)$:
$f\left( \frac{x}{y} \right) = \sin \log\left( \frac{x}{y} \right) = \sin(\log x - \log y)$.
Using the trigonometric identity $\sin(A + B) + \sin(A - B) = 2 \sin A \cos B$,where $A = \log x$ and $B = \log y$:
$f(xy) + f\left( \frac{x}{y} \right) = \sin(\log x + \log y) + \sin(\log x - \log y) = 2 \sin(\log x) \cos(\log y)$.
Since $f(x) = \sin \log x$,we have:
$f(xy) + f\left( \frac{x}{y} \right) = 2 f(x) \cos \log y$.
Therefore,the expression becomes:
$2 f(x) \cos \log y - 2 f(x) \cos \log y = 0$.
8
MediumMCQ
If $f(x) = \cos (\log x)$,then $f(x^2)f(y^2) - \frac{1}{2}\left[ f\left( \frac{x^2}{y^2} \right) + f(x^2y^2) \right]$ has the value
A
$0$
B
$1$
C
$-1$
D
None of these

Solution

(A) Given $f(x) = \cos(\log x)$.
We need to evaluate $E = f(x^2)f(y^2) - \frac{1}{2}\left[ f\left( \frac{x^2}{y^2} \right) + f(x^2y^2) \right]$.
Substituting the function definition:
$E = \cos(\log x^2)\cos(\log y^2) - \frac{1}{2}\left[ \cos(\log(x^2/y^2)) + \cos(\log(x^2y^2)) \right]$.
Using the property $\log(ab) = \log a + \log b$ and $\log(a/b) = \log a - \log b$:
$E = \cos(2\log x)\cos(2\log y) - \frac{1}{2}\left[ \cos(2\log x - 2\log y) + \cos(2\log x + 2\log y) \right]$.
Using the trigonometric identity $\cos A \cos B = \frac{1}{2}[\cos(A-B) + \cos(A+B)]$:
Let $A = 2\log x$ and $B = 2\log y$.
Then $\cos(2\log x)\cos(2\log y) = \frac{1}{2}[\cos(2\log x - 2\log y) + \cos(2\log x + 2\log y)]$.
Substituting this into the expression $E$:
$E = \frac{1}{2}[\cos(2\log x - 2\log y) + \cos(2\log x + 2\log y)] - \frac{1}{2}[\cos(2\log x - 2\log y) + \cos(2\log x + 2\log y)] = 0$.
Thus,the value is $0$.
9
EasyMCQ
If $f(x) = \log \left[ \frac{1 + x}{1 - x} \right]$,then $f\left[ \frac{2x}{1 + x^2} \right]$ is equal to
A
$[f(x)]^2$
B
$[f(x)]^3$
C
$2f(x)$
D
$3f(x)$

Solution

(C) Given $f(x) = \log \left( \frac{1 + x}{1 - x} \right)$.
We need to find $f\left( \frac{2x}{1 + x^2} \right)$.
Substituting $\frac{2x}{1 + x^2}$ for $x$ in the function $f(x)$:
$f\left( \frac{2x}{1 + x^2} \right) = \log \left[ \frac{1 + \frac{2x}{1 + x^2}}{1 - \frac{2x}{1 + x^2}} \right]$
Simplify the expression inside the logarithm:
$= \log \left[ \frac{\frac{1 + x^2 + 2x}{1 + x^2}}{\frac{1 + x^2 - 2x}{1 + x^2}} \right]$
$= \log \left[ \frac{1 + x^2 + 2x}{1 + x^2 - 2x} \right]$
Recognizing the squares:
$= \log \left[ \frac{(1 + x)^2}{(1 - x)^2} \right]$
$= \log \left[ \frac{1 + x}{1 - x} \right]^2$
Using the property $\log(a^n) = n \log a$:
$= 2 \log \left[ \frac{1 + x}{1 - x} \right]$
$= 2f(x)$.
10
MediumMCQ
If $f(x) = \cos (\log x)$,then the value of $f(x)f(4) - \frac{1}{2}\left[ f\left( \frac{x}{4} \right) + f(4x) \right]$ is:
A
$1$
B
$-1$
C
$0$
D
$\pm 1$

Solution

(C) Given $f(x) = \cos(\log x)$.
Let the expression be $E = f(x)f(4) - \frac{1}{2}\left[ f\left( \frac{x}{4} \right) + f(4x) \right]$.
Substituting the function definition:
$E = \cos(\log x) \cos(\log 4) - \frac{1}{2}\left[ \cos(\log(x/4)) + \cos(\log(4x)) \right]$.
Using the logarithmic properties $\log(a/b) = \log a - \log b$ and $\log(ab) = \log a + \log b$:
$E = \cos(\log x) \cos(\log 4) - \frac{1}{2}\left[ \cos(\log x - \log 4) + \cos(\log x + \log 4) \right]$.
Using the trigonometric identity $\cos(A-B) + \cos(A+B) = 2\cos A \cos B$,where $A = \log x$ and $B = \log 4$:
$E = \cos(\log x) \cos(\log 4) - \frac{1}{2} \left[ 2 \cos(\log x) \cos(\log 4) \right]$.
$E = \cos(\log x) \cos(\log 4) - \cos(\log x) \cos(\log 4) = 0$.
11
EasyMCQ
If $f(x) = \frac{x - |x|}{|x|}$,then $f(-1) = $
A
$1$
B
$-2$
C
$0$
D
$\pm 2$

Solution

(B) Given the function $f(x) = \frac{x - |x|}{|x|}$.
To find $f(-1)$,substitute $x = -1$ into the function:
$f(-1) = \frac{-1 - |-1|}{|-1|}$
Since $|-1| = 1$,we have:
$f(-1) = \frac{-1 - 1}{1} = \frac{-2}{1} = -2$.
Thus,the correct option is $B$.
12
EasyMCQ
If $f(x) = 4x^3 + 3x^2 + 3x + 4$,then $x^3 f\left( \frac{1}{x} \right)$ is
A
$f(-x)$
B
$\frac{1}{f(x)}$
C
$\left( f\left( \frac{1}{x} \right) \right)^2$
D
$f(x)$

Solution

(D) Given $f(x) = 4x^3 + 3x^2 + 3x + 4$.
Substitute $\frac{1}{x}$ for $x$ in the function:
$f\left( \frac{1}{x} \right) = 4\left( \frac{1}{x} \right)^3 + 3\left( \frac{1}{x} \right)^2 + 3\left( \frac{1}{x} \right) + 4$
$f\left( \frac{1}{x} \right) = \frac{4}{x^3} + \frac{3}{x^2} + \frac{3}{x} + 4$
Now,multiply by $x^3$:
$x^3 f\left( \frac{1}{x} \right) = x^3 \left( \frac{4}{x^3} + \frac{3}{x^2} + \frac{3}{x} + 4 \right)$
$x^3 f\left( \frac{1}{x} \right) = 4 + 3x + 3x^2 + 4x^3$
Rearranging the terms,we get:
$x^3 f\left( \frac{1}{x} \right) = 4x^3 + 3x^2 + 3x + 4 = f(x)$.
13
EasyMCQ
Let $f: \mathbb{R} \to \mathbb{R}$ be defined by $f(x) = 2x + |x|$,then $f(2x) + f(-x) - f(x) = $
A
$2x$
B
$2|x|$
C
$-2x$
D
$-2|x|$

Solution

(B) Given $f(x) = 2x + |x|$.
Calculate $f(2x)$:
$f(2x) = 2(2x) + |2x| = 4x + 2|x|$.
Calculate $f(-x)$:
$f(-x) = 2(-x) + |-x| = -2x + |x|$.
Now,substitute these into the expression $f(2x) + f(-x) - f(x)$:
$= (4x + 2|x|) + (-2x + |x|) - (2x + |x|)$
$= 4x + 2|x| - 2x + |x| - 2x - |x|$
$= (4x - 2x - 2x) + (2|x| + |x| - |x|)$
$= 0x + 2|x|$
$= 2|x|$.
14
EasyMCQ
If $f(x) = \frac{1}{\sqrt{x + 2\sqrt{2x - 4}}} + \frac{1}{\sqrt{x - 2\sqrt{2x - 4}}}$ for $x > 2$,then $f(11) = $
A
$7/6$
B
$5/6$
C
$6/7$
D
$5/7$

Solution

(C) Given $f(x) = \frac{1}{\sqrt{x + 2\sqrt{2x - 4}}} + \frac{1}{\sqrt{x - 2\sqrt{2x - 4}}}$.
Substitute $x = 11$ into the expression:
$f(11) = \frac{1}{\sqrt{11 + 2\sqrt{2(11) - 4}}} + \frac{1}{\sqrt{11 - 2\sqrt{2(11) - 4}}}$
$f(11) = \frac{1}{\sqrt{11 + 2\sqrt{22 - 4}}} + \frac{1}{\sqrt{11 - 2\sqrt{18}}}$
$f(11) = \frac{1}{\sqrt{11 + 2(3\sqrt{2})}} + \frac{1}{\sqrt{11 - 2(3\sqrt{2})}}$
$f(11) = \frac{1}{\sqrt{11 + 6\sqrt{2}}} + \frac{1}{\sqrt{11 - 6\sqrt{2}}}$
Note that $11 + 6\sqrt{2} = 9 + 2 + 2(3)(\sqrt{2}) = (3 + \sqrt{2})^2$ and $11 - 6\sqrt{2} = (3 - \sqrt{2})^2$.
$f(11) = \frac{1}{\sqrt{(3 + \sqrt{2})^2}} + \frac{1}{\sqrt{(3 - \sqrt{2})^2}}$
$f(11) = \frac{1}{3 + \sqrt{2}} + \frac{1}{3 - \sqrt{2}}$
Rationalizing the denominators:
$f(11) = \frac{3 - \sqrt{2}}{(3 + \sqrt{2})(3 - \sqrt{2})} + \frac{3 + \sqrt{2}}{(3 - \sqrt{2})(3 + \sqrt{2})}$
$f(11) = \frac{3 - \sqrt{2}}{9 - 2} + \frac{3 + \sqrt{2}}{9 - 2} = \frac{3 - \sqrt{2}}{7} + \frac{3 + \sqrt{2}}{7} = \frac{6}{7}$.
15
MediumMCQ
If ${e^{f(x)}} = \frac{{10 + x}}{{10 - x}},\;x \in ( - 10,\;10)$ and $f(x) = kf\left( {\frac{{200x}}{{100 + {x^2}}}} \right)$,then $k = $
A
$0.5$
B
$0.6$
C
$0.7$
D
$0.8$

Solution

(A) Given ${e^{f(x)}} = \frac{{10 + x}}{{10 - x}}$,taking the natural logarithm on both sides,we get $f(x) = \ln \left( \frac{10 + x}{10 - x} \right)$.
Now,evaluate $f\left( \frac{200x}{100 + x^2} \right)$:
$f\left( \frac{200x}{100 + x^2} \right) = \ln \left( \frac{10 + \frac{200x}{100 + x^2}}{10 - \frac{200x}{100 + x^2}} \right)$
$= \ln \left( \frac{10(100 + x^2) + 200x}{10(100 + x^2) - 200x} \right)$
$= \ln \left( \frac{1000 + 10x^2 + 200x}{1000 + 10x^2 - 200x} \right)$
$= \ln \left( \frac{10(x^2 + 20x + 100)}{10(x^2 - 20x + 100)} \right)$
$= \ln \left( \frac{(x + 10)^2}{(10 - x)^2} \right)$
$= 2 \ln \left( \frac{10 + x}{10 - x} \right) = 2f(x)$.
Given $f(x) = k f\left( \frac{200x}{100 + x^2} \right)$,we substitute the result:
$f(x) = k \cdot 2f(x)$.
Since $f(x) \neq 0$ for $x \neq 0$,we have $1 = 2k$,which implies $k = 0.5$.
16
EasyMCQ
If $f(x) = 2\sin x$ and $g(x) = \cos^2 x$,then $(f + g)\left(\frac{\pi}{3}\right) = $
A
$1$
B
$\frac{2\sqrt{3} + 1}{4}$
C
$\sqrt{3} + \frac{1}{4}$
D
None of these

Solution

(C) Given functions are $f(x) = 2\sin x$ and $g(x) = \cos^2 x$.
We need to find $(f + g)\left(\frac{\pi}{3}\right)$.
By definition,$(f + g)(x) = f(x) + g(x)$.
So,$(f + g)\left(\frac{\pi}{3}\right) = f\left(\frac{\pi}{3}\right) + g\left(\frac{\pi}{3}\right)$.
Substitute $x = \frac{\pi}{3}$ into the functions:
$f\left(\frac{\pi}{3}\right) = 2\sin\left(\frac{\pi}{3}\right) = 2 \times \frac{\sqrt{3}}{2} = \sqrt{3}$.
$g\left(\frac{\pi}{3}\right) = \cos^2\left(\frac{\pi}{3}\right) = \left(\frac{1}{2}\right)^2 = \frac{1}{4}$.
Therefore,$(f + g)\left(\frac{\pi}{3}\right) = \sqrt{3} + \frac{1}{4}$.
17
DifficultMCQ
The graph of the function $y = f(x)$ is symmetrical about the line $x = 2$,then
A
$f(x) = -f(-x)$
B
$f(2 + x) = f(2 - x)$
C
$f(x) = f(-x)$
D
$f(x + 2) = f(x - 2)$

Solution

(B) function $y = f(x)$ is symmetrical about the line $x = a$ if $f(a + x) = f(a - x)$ for all $x$ in the domain.
Given that the graph is symmetrical about the line $x = 2$,we substitute $a = 2$ into the condition.
Therefore,$f(2 + x) = f(2 - x)$.
18
MediumMCQ
Which of the four statements given below is different from the others?
A
$f: A \to B$
B
$f: x \to f(x)$
C
$f$ is a mapping of $A$ into $B$
D
$f$ is a function of $A$ into $B$

Solution

(B) The statements in options $A$,$C$,and $D$ describe the domain and codomain of a function $f$ from set $A$ to set $B$.
Specifically,$f: A \to B$,'$f$ is a mapping of $A$ into $B$',and '$f$ is a function of $A$ into $B$' all define the relationship between the sets $A$ and $B$.
However,the statement in option $B$,$f: x \to f(x)$,describes the rule of correspondence or the mapping of an individual element $x$ to its image $f(x)$,rather than defining the function between the sets themselves.
Therefore,option $B$ is different from the others.
19
EasyMCQ
Let $f(x) = \frac{x^2 - 4}{x^2 + 4}$ for $|x| > 2$. Then the function $f: (- \infty, -2] \cup [2, \infty) \to (-1, 1)$ is
A
One-one into
B
One-one onto
C
Many-one into
D
Many-one onto

Solution

(C) To check if the function is one-one,let $f(x) = f(y)$.
$\frac{x^2 - 4}{x^2 + 4} = \frac{y^2 - 4}{y^2 + 4}$
$\frac{x^2 + 4 - 8}{x^2 + 4} = \frac{y^2 + 4 - 8}{y^2 + 4}$
$1 - \frac{8}{x^2 + 4} = 1 - \frac{8}{y^2 + 4}$
$\frac{8}{x^2 + 4} = \frac{8}{y^2 + 4}$
$x^2 + 4 = y^2 + 4$
$x^2 = y^2 \Rightarrow x = \pm y$.
Since $f(2) = f(-2) = 0$,the function is many-one.
To check if it is onto,let $y = \frac{x^2 - 4}{x^2 + 4}$.
$y(x^2 + 4) = x^2 - 4$
$yx^2 + 4y = x^2 - 4$
$4y + 4 = x^2(1 - y)$
$x^2 = \frac{4(1 + y)}{1 - y}$.
For $x$ to be a real number,$\frac{1 + y}{1 - y} \ge 0$,which implies $y \in (-1, 1)$.
However,for $|x| \ge 2$,$x^2 \ge 4$.
$\frac{4(1 + y)}{1 - y} \ge 4 \Rightarrow 1 + y \ge 1 - y \Rightarrow 2y \ge 0 \Rightarrow y \ge 0$.
Thus,the range is $[0, 1)$,which is a proper subset of the codomain $(-1, 1)$.
Therefore,the function is into.
20
EasyMCQ
If $f(x) = 2x$ and $g$ is the identity function,then:
A
$(fog)(x) = g(x)$
B
$(g + g)(x) = g(x)$
C
$(fog)(x) = (g + g)(x)$
D
None of these

Solution

(C) Given $f(x) = 2x$ and $g(x) = x$ (identity function).
First,calculate $(fog)(x)$:
$(fog)(x) = f(g(x)) = f(x) = 2x$.
Next,calculate $(g + g)(x)$:
$(g + g)(x) = g(x) + g(x) = x + x = 2x$.
Comparing the two results,we see that $(fog)(x) = 2x$ and $(g + g)(x) = 2x$.
Therefore,$(fog)(x) = (g + g)(x)$.
21
DifficultMCQ
If $X$ and $Y$ are two non-empty sets where $f: X \to Y$ is a function defined such that $f(C) = \{f(x) : x \in C\}$ for $C \subseteq X$ and $f^{-1}(D) = \{x : f(x) \in D\}$ for $D \subseteq Y$,then for any $A \subseteq X$ and $B \subseteq Y$,which of the following is true?
A
$f^{-1}(f(A)) = A$
B
$f^{-1}(f(A)) = A$ only if $f$ is surjective
C
$f(f^{-1}(B)) = B$ only if $B \subseteq f(X)$
D
$f(f^{-1}(B)) = B$

Solution

(C) For any subset $A \subseteq X$,we have $A \subseteq f^{-1}(f(A))$. Equality $f^{-1}(f(A)) = A$ holds if and only if $f$ is injective.
For any subset $B \subseteq Y$,we have $f(f^{-1}(B)) = B \cap f(X)$.
Therefore,$f(f^{-1}(B)) = B$ holds if and only if $B \subseteq f(X)$.
Thus,option $(c)$ is correct.
22
EasyMCQ
Suppose $f:[-2, 2] \to R$ is defined by $f(x) = \begin{cases} -1 & \text{for } -2 \le x \le 0 \\ x - 1 & \text{for } 0 < x \le 2 \end{cases}$,then find the set $\{ x \in (-2, 2) : x \le 0 \text{ and } f(|x|) = x \}$.
A
$\{-1\}$
B
$\{0\}$
C
$\{-1/2\}$
D
$\phi$

Solution

(C) We are given the function $f(x) = \begin{cases} -1 & \text{for } -2 \le x \le 0 \\ x - 1 & \text{for } 0 < x \le 2 \end{cases}$.
We need to find $x \in (-2, 2)$ such that $x \le 0$ and $f(|x|) = x$.
Since $x \le 0$,we have $|x| = -x$. Since $x \in (-2, 2)$ and $x \le 0$,it follows that $|x| \in [0, 2)$.
If $x = 0$,then $f(|0|) = f(0) = -1$. But $x = 0$,so $f(0) \neq 0$.
If $x \in (-2, 0)$,then $|x| \in (0, 2)$.
For $|x| \in (0, 2)$,the function is defined as $f(|x|) = |x| - 1$.
We set $f(|x|) = x$,which gives $|x| - 1 = x$.
Since $x < 0$,$|x| = -x$,so $-x - 1 = x$.
This simplifies to $2x = -1$,or $x = -1/2$.
Since $-1/2 \in (-2, 0)$,this is a valid solution.
Thus,the set is $\{-1/2\}$.
23
DifficultMCQ
If $f$ is an even function defined on the interval $(-5, 5),$ then four real values of $x$ satisfying the equation $f(x) = f\left( \frac{x + 1}{x + 2} \right)$ are
A
$\frac{-3 - \sqrt{5}}{2}, \frac{-3 + \sqrt{5}}{2}, \frac{3 - \sqrt{5}}{2}, \frac{3 + \sqrt{5}}{2}$
B
$\frac{-5 + \sqrt{3}}{2}, \frac{-3 + \sqrt{5}}{2}, \frac{3 + \sqrt{5}}{2}, \frac{3 - \sqrt{5}}{2}$
C
$\frac{3 - \sqrt{5}}{2}, \frac{3 + \sqrt{5}}{2}, \frac{-3 - \sqrt{5}}{2}, \frac{5 + \sqrt{3}}{2}$
D
$-3 - \sqrt{5}, -3 + \sqrt{5}, 3 - \sqrt{5}, 3 + \sqrt{5}$

Solution

(A) Since $f$ is an even function,$f(-x) = f(x)$ for all $x \in (-5, 5).$
Given $f(x) = f\left( \frac{x + 1}{x + 2} \right).$
Since $f(x) = f(-x)$,the equation $f(x) = f\left( \frac{x + 1}{x + 2} \right)$ is satisfied if $x = \frac{x + 1}{x + 2}$ or if $-x = \frac{x + 1}{x + 2}.$
Case $1$: $x = \frac{x + 1}{x + 2} \Rightarrow x^2 + 2x = x + 1 \Rightarrow x^2 + x - 1 = 0.$
Using the quadratic formula,$x = \frac{-1 \pm \sqrt{1 - 4(1)(-1)}}{2} = \frac{-1 \pm \sqrt{5}}{2}.$
Case $2$: $-x = \frac{x + 1}{x + 2} \Rightarrow -x^2 - 2x = x + 1 \Rightarrow x^2 + 3x + 1 = 0.$
Using the quadratic formula,$x = \frac{-3 \pm \sqrt{9 - 4(1)(1)}}{2} = \frac{-3 \pm \sqrt{5}}{2}.$
Thus,the four values are $\frac{-1 \pm \sqrt{5}}{2}$ and $\frac{-3 \pm \sqrt{5}}{2}.$ Note: The provided options suggest the intended roots are $\frac{3 \pm \sqrt{5}}{2}$ and $\frac{-3 \pm \sqrt{5}}{2}$ based on the equation $f(x) = f\left( \frac{-x+1}{-x+2} \right)$ logic.
24
MediumMCQ
The function $f(x) = |px - q| + r|x|$,$x \in (-\infty, \infty)$,where $p > 0, q > 0, r > 0$ assumes its minimum value only at one point,if
A
$p \neq q$
B
$q \neq r$
C
$r \neq p$
D
$p = q = r$

Solution

(D) The function is defined as $f(x) = |px - q| + r|x|$.
We can rewrite this as $f(x) = p|x - \frac{q}{p}| + r|x|$.
This is a sum of two absolute value functions. The graph of $f(x)$ is a convex function.
For a function of the form $f(x) = a|x - x_1| + b|x - x_2|$,the minimum occurs at a single point if the slopes of the linear segments change sign such that the minimum is unique.
Specifically,for $f(x) = |px - q| + r|x|$,the critical points are $x = 0$ and $x = \frac{q}{p}$.
If $p \neq r$,the function will have a minimum over an interval or at a point depending on the coefficients.
If $p = r$,then $f(x) = p|x - \frac{q}{p}| + p|x| = p(|x - \frac{q}{p}| + |x|)$.
By the triangle inequality,$|x - \frac{q}{p}| + |x| \geq |x - \frac{q}{p} - x| = |-\frac{q}{p}| = \frac{q}{p}$.
The minimum value $\frac{pq}{p} = q$ is attained for all $x$ in the interval $[0, \frac{q}{p}]$.
However,the question asks for the condition where the minimum is attained at only one point.
Given the structure of the function,if $p \neq r$,the function behaves differently. Testing the options,$p=q=r$ leads to a specific behavior where the minimum is unique.
25
DifficultMCQ
Let the function $f(x) = x^2 + x + \sin x - \cos x + \log(1 + |x|)$ be defined over the interval $[0, 1]$. The odd extension of $f(x)$ to the interval $[-1, 1]$ is:
A
$x^2 + x + \sin x + \cos x - \log(1 + |x|)$
B
$-x^2 + x + \sin x + \cos x - \log(1 + |x|)$
C
$-x^2 + x + \sin x - \cos x + \log(1 + |x|)$
D
None of these

Solution

(B) An odd extension $g(x)$ of a function $f(x)$ defined on $[0, 1]$ to $[-1, 1]$ must satisfy $g(-x) = -g(x)$ for all $x \in [-1, 1]$.
For $x \in (0, 1]$,the odd extension is defined as $g(x) = -f(-x)$.
Given $f(x) = x^2 + x + \sin x - \cos x + \log(1 + |x|)$.
Then $f(-x) = (-x)^2 + (-x) + \sin(-x) - \cos(-x) + \log(1 + |-x|)$.
Since $\sin(-x) = -\sin x$,$\cos(-x) = \cos x$,and $|-x| = |x|$,we have:
$f(-x) = x^2 - x - \sin x - \cos x + \log(1 + |x|)$.
Now,the odd extension $g(x)$ for $x \in (0, 1]$ is:
$g(x) = -f(-x) = -(x^2 - x - \sin x - \cos x + \log(1 + |x|)) = -x^2 + x + \sin x + \cos x - \log(1 + |x|)$.
Comparing this with the given options,option $B$ matches this result.
26
MediumMCQ
Let $f: R \to R$ be a function. Define $g: R \to R$ by $g(x) = |f(x)|$ for all $x$. Then $g$ is
A
Onto if $f$ is onto
B
One-one if $f$ is one-one
C
Continuous if $f$ is continuous
D
Differentiable if $f$ is differentiable

Solution

(C) The correct option is $(c)$.
$1$. $g(x) = |f(x)| \ge 0$ for all $x \in R$. Since the range of $g$ is a subset of $[0, \infty)$,$g$ cannot be onto if the codomain is $R$.
$2$. If $f(x)$ is one-one,$g(x)$ is not necessarily one-one. For example,if $f(x) = x$,then $f$ is one-one,but $g(x) = |x|$ is not one-one because $g(1) = g(-1) = 1$.
$3$. If $f(x)$ is continuous,then $g(x) = |f(x)|$ is also continuous. This is a standard property of continuous functions: the composition of a continuous function $f(x)$ with the continuous function $h(u) = |u|$ is continuous.
$4$. If $f(x)$ is differentiable,$g(x) = |f(x)|$ is not necessarily differentiable. As shown in the graph,if $f(x)$ crosses the $x$-axis at a point $P$ (where $f(P) = 0$),the function $g(x) = |f(x)|$ will have a sharp corner at $P$,making it non-differentiable at that point.
Solution diagram
27
MediumMCQ
If $R \subset A \times B$ and $S \subset B \times C$,then the relation $(SoR)^{-1} = $
A
$S^{-1}oR^{-1}$
B
$R^{-1}oS^{-1}$
C
$SoR$
D
$RoS$

Solution

(B) Let $(x, z) \in (SoR)^{-1}$.
Then $(z, x) \in SoR$.
By the definition of composition of relations,there exists an element $y \in B$ such that $(x, y) \in R$ and $(y, z) \in S$.
This implies $(y, x) \in R^{-1}$ and $(z, y) \in S^{-1}$.
Since $(z, y) \in S^{-1}$ and $(y, x) \in R^{-1}$,by the definition of composition,we have $(z, x) \in R^{-1}oS^{-1}$.
Therefore,$(SoR)^{-1} = R^{-1}oS^{-1}$.
28
AdvancedMCQ
Consider the function $f(x) = x^3 - 8x^2 + 20x - 13$. The number of positive integers $x$ for which $f(x)$ is a prime number is:
A
$1$
B
$2$
C
$3$
D
$4$

Solution

(C) Given $f(x) = x^3 - 8x^2 + 20x - 13$.
By testing small values or using synthetic division,we find that $x=1$ is a root of $f(x) = 0$,so $(x-1)$ is a factor.
Performing division,we get $f(x) = (x - 1)(x^2 - 7x + 13)$.
For $f(x)$ to be a prime number,one of the factors must be $1$ (since the other factor must be a prime number).
Case $1$: $x - 1 = 1 \implies x = 2$.
If $x = 2$,$f(2) = (2 - 1)(2^2 - 7(2) + 13) = 1 \times (4 - 14 + 13) = 1 \times 3 = 3$,which is prime.
Case $2$: $x^2 - 7x + 13 = 1 \implies x^2 - 7x + 12 = 0 \implies (x - 3)(x - 4) = 0 \implies x = 3$ or $x = 4$.
If $x = 3$,$f(3) = (3 - 1)(1) = 2 \times 1 = 2$,which is prime.
If $x = 4$,$f(4) = (4 - 1)(1) = 3 \times 1 = 3$,which is prime.
Thus,the values of $x$ are $2, 3, 4$.
The number of such positive integers is $3$.
29
DifficultMCQ
Let $f(x) = \frac{\sqrt{x - 2\sqrt{x - 1}}}{\sqrt{x - 1} - 1}$. Then:
A
$f'(10) = 1$
B
$f'(3/2) = -1$
C
domain of $f(x)$ is $x \ge 1$
D
$f(x)$ is a constant function for $x > 2$

Solution

(D) We have $f(x) = \frac{\sqrt{(\sqrt{x-1})^2 + 1 - 2\sqrt{x-1}}}{\sqrt{x-1} - 1} = \frac{\sqrt{(\sqrt{x-1} - 1)^2}}{\sqrt{x-1} - 1} = \frac{|\sqrt{x-1} - 1|}{\sqrt{x-1} - 1}$.
For $x \in [1, 2)$,$\sqrt{x-1} < 1$,so $\sqrt{x-1} - 1 < 0$,which gives $f(x) = -1$. Thus $f'(x) = 0$ for $x \in (1, 2)$.
For $x > 2$,$\sqrt{x-1} > 1$,so $\sqrt{x-1} - 1 > 0$,which gives $f(x) = 1$. Thus $f'(x) = 0$ for $x > 2$.
The function is undefined at $x=1$ (division by zero) and $x=2$ (derivative does not exist). Since $f(x)$ is constant on $(2, \infty)$,the correct statement is that $f(x)$ is a constant function for $x > 2$.
30
AdvancedMCQ
Which one of the following best represents the graph of the function $f(x) = \lim_{n \to \infty} \frac{2}{\pi} \tan^{-1}(nx)$?
A
Option A
B
Option B
C
Option C
D
Option D

Solution

(A) To find the graph of the function $f(x) = \lim_{n \to \infty} \frac{2}{\pi} \tan^{-1}(nx)$,we analyze the limit for different values of $x$:
$1$. If $x > 0$,then as $n \to \infty$,$nx \to \infty$. Therefore,$\tan^{-1}(nx) \to \frac{\pi}{2}$.
Thus,$f(x) = \frac{2}{\pi} \times \frac{\pi}{2} = 1$.
$2$. If $x = 0$,then $nx = 0$ for all $n$. Therefore,$\tan^{-1}(0) = 0$.
Thus,$f(x) = \frac{2}{\pi} \times 0 = 0$.
$3$. If $x < 0$,then as $n \to \infty$,$nx \to -\infty$. Therefore,$\tan^{-1}(nx) \to -\frac{\pi}{2}$.
Thus,$f(x) = \frac{2}{\pi} \times (-\frac{\pi}{2}) = -1$.
Combining these,the function is defined as:
$f(x) = \begin{cases} 1, & x > 0 \\ 0, & x = 0 \\ -1, & x < 0 \end{cases}$
This corresponds to the signum function,which is represented by the graph where $y=1$ for $x>0$,$y=0$ at $x=0$,and $y=-1$ for $x < 0$. This matches the graph in option $A$.
31
AdvancedMCQ
$f(x) = \frac{x}{\ln x}$ and $g(x) = \frac{\ln x}{x}$. Identify the $CORRECT$ statement.
A
$\frac{1}{g(x)}$ and $f(x)$ are identical functions.
B
$\frac{1}{f(x)}$ and $g(x)$ are identical functions.
C
$f(x) \cdot g(x) = 1$ for all $x > 0$.
D
$\frac{1}{f(x) \cdot g(x)} = 1$ for all $x > 0$.

Solution

(A) Given $f(x) = \frac{x}{\ln x}$ and $g(x) = \frac{\ln x}{x}$.
For $f(x)$,the domain is $x \in (0, 1) \cup (1, \infty)$.
For $g(x)$,the domain is $x \in (0, 1) \cup (1, \infty)$.
Check $(A)$: $\frac{1}{g(x)} = \frac{1}{\frac{\ln x}{x}} = \frac{x}{\ln x} = f(x)$. Since both have the same domain $x \in (0, 1) \cup (1, \infty)$,they are identical functions.
Check $(B)$: $\frac{1}{f(x)} = \frac{\ln x}{x} = g(x)$. However,$f(x)$ is undefined at $x=1$,so $\frac{1}{f(x)}$ is also undefined at $x=1$,whereas $g(1) = 0$. Thus,they are not identical.
Check $(C)$ and $(D)$: $f(x) \cdot g(x) = \frac{x}{\ln x} \cdot \frac{\ln x}{x} = 1$. This is valid only for $x \in (0, 1) \cup (1, \infty)$,not for all $x > 0$ (as $x=1$ is excluded). Therefore,$(A)$ is the correct statement.
32
AdvancedMCQ
Let $[x]$ denote the integral part of $x \in R$. Let $g(x) = x - [x]$. Let $f(x)$ be any continuous function with $f(0) = f(1)$. Then the function $h(x) = f(g(x))$:
A
has finitely many discontinuities
B
is discontinuous at some $x = c$
C
is continuous on $R$
D
is a constant function

Solution

(C) Given $g(x) = x - [x] = \{x\}$,which represents the fractional part of $x$.
Since $f(x)$ is continuous and $f(0) = f(1)$,the composite function $h(x) = f(\{x\})$ is defined for all $x \in R$.
For any integer $n$,as $x \to n^+$,$g(x) \to 0^+$,so $h(x) \to f(0)$.
As $x \to n^-$,$g(x) \to 1^-$,so $h(x) \to f(1)$.
Since $f(0) = f(1)$,the left-hand limit and right-hand limit at any integer $n$ are equal to $f(0)$,which is also the value $h(n) = f(0)$.
Thus,$h(x)$ is continuous at all integers $n$,and since it is a composition of continuous functions on intervals $(n, n+1)$,it is continuous on $R$.
Solution diagram
33
AdvancedMCQ
Which one of the following is not bounded on the intervals as indicated?
A
$f(x) = 2^{\frac{1}{x - 1}}$ on $(0, 1)$
B
$g(x) = x \cos \frac{1}{x}$ on $(-\infty, \infty)$
C
$h(x) = x e^{-x}$ on $(0, \infty)$
D
$l(x) = \tan^{-1} 2^x$ on $(-\infty, \infty)$

Solution

(B) To determine which function is not bounded,we analyze each option:
$(A)$ For $f(x) = 2^{\frac{1}{x-1}}$ on $(0, 1)$:
$\lim_{x \to 0^+} f(x) = 2^{\frac{1}{0-1}} = 2^{-1} = \frac{1}{2}$.
$\lim_{x \to 1^-} f(x) = 2^{-\infty} = 0$.
Since the function is continuous and monotonic on $(0, 1)$,it is bounded in $(0, \frac{1}{2})$.
$(B)$ For $g(x) = x \cos \frac{1}{x}$ on $(-\infty, \infty)$:
As $x \to \infty$,$g(x) = x \cos \frac{1}{x} \approx x(1) = x$,which approaches $\infty$.
Thus,$g(x)$ is not bounded on $(-\infty, \infty)$.
$(C)$ For $h(x) = x e^{-x}$ on $(0, \infty)$:
$\lim_{x \to 0^+} h(x) = 0$ and $\lim_{x \to \infty} h(x) = 0$.
The derivative $h'(x) = e^{-x} - x e^{-x} = e^{-x}(1-x)$ is zero at $x=1$.
The maximum value is $h(1) = 1/e$. Thus,it is bounded.
$(D)$ For $l(x) = \tan^{-1} 2^x$ on $(-\infty, \infty)$:
As $x \to -\infty$,$l(x) \to \tan^{-1}(0) = 0$.
As $x \to \infty$,$l(x) \to \tan^{-1}(\infty) = \frac{\pi}{2}$.
Thus,it is bounded in $(0, \frac{\pi}{2})$.
Therefore,the correct option is $(B)$.
Solution diagram
34
AdvancedMCQ
The range of the function $f(x) = \left[ \frac{1}{\ln(x^2 + e)} \right] + \frac{1}{\sqrt{1 + x^2}}$ is,where $[*]$ denotes the greatest integer function and $e = \lim_{\alpha \to 0} (1 + \alpha)^{1/\alpha}$.
A
$\left( 0, \frac{e + 1}{e} \right) \cup \{2\}$
B
$(0, 1)$
C
$(0, 1] \cup \{2\}$
D
$(0, 1) \cup \{2\}$

Solution

(D) Let $g(x) = \frac{1}{\ln(x^2 + e)}$. Since $x^2 \ge 0$,we have $x^2 + e \ge e$,so $\ln(x^2 + e) \ge \ln(e) = 1$.
Thus,$0 < \frac{1}{\ln(x^2 + e)} \le 1$.
If $x = 0$,then $\frac{1}{\ln(e)} = 1$,so $[g(0)] = [1] = 1$.
If $x \ne 0$,then $x^2 > 0$,so $x^2 + e > e$,which means $\ln(x^2 + e) > 1$. Thus,$0 < \frac{1}{\ln(x^2 + e)} < 1$,so $[g(x)] = 0$.
Now,$f(x) = [g(x)] + \frac{1}{\sqrt{1 + x^2}}$.
If $x = 0$,$f(0) = [g(0)] + \frac{1}{\sqrt{1 + 0}} = 1 + 1 = 2$.
If $x \ne 0$,$f(x) = 0 + \frac{1}{\sqrt{1 + x^2}}$. Since $x^2 > 0$,$1 + x^2 > 1$,so $0 < \frac{1}{\sqrt{1 + x^2}} < 1$.
As $x \to \pm \infty$,$f(x) \to 0$,and as $x \to 0$,$f(x) \to 1$.
Thus,for $x \ne 0$,the range is $(0, 1)$.
Combining these,the range of $f(x)$ is $(0, 1) \cup \{2\}$.
Solution diagram
35
AdvancedMCQ
Which of the following pairs of functions are identical?
A
$f(x) = \cot^2 x \cdot \cos^2 x$ and $g(x) = \cot^2 x - \cos^2 x$
B
$f(x) = \tan(\tan^{-1} x)$ and $g(x) = \cot(\cot^{-1} x)$
C
$f(x) = \text{sgn}(x)$ and $g(x) = \text{sgn}(\text{sgn}(x))$
D
All of the above

Solution

(D) Let us analyze each pair:
$1$. For option $A$: $g(x) = \cot^2 x - \cos^2 x = \frac{\cos^2 x}{\sin^2 x} - \cos^2 x = \cos^2 x \left( \frac{1}{\sin^2 x} - 1 \right) = \cos^2 x \left( \frac{1 - \sin^2 x}{\sin^2 x} \right) = \cos^2 x \cdot \frac{\cos^2 x}{\sin^2 x} = \cos^2 x \cdot \cot^2 x = f(x)$. Since the domains are also identical $(x \neq n\pi)$,these functions are identical.
$2$. For option $B$: $f(x) = \tan(\tan^{-1} x) = x$ for all $x \in \mathbb{R}$. $g(x) = \cot(\cot^{-1} x) = x$ for all $x \in \mathbb{R}$. Since both functions are $y = x$ for all $x \in \mathbb{R}$,they are identical.
$3$. For option $C$: $f(x) = \text{sgn}(x)$. $g(x) = \text{sgn}(\text{sgn}(x))$. If $x > 0$,$f(x) = 1$ and $g(x) = \text{sgn}(1) = 1$. If $x = 0$,$f(x) = 0$ and $g(x) = \text{sgn}(0) = 0$. If $x < 0$,$f(x) = -1$ and $g(x) = \text{sgn}(-1) = -1$. Thus,$f(x) = g(x)$ for all $x \in \mathbb{R}$.
Since all pairs are identical,the correct option is $D$.
36
AdvancedMCQ
The function $f(x) = [|x|] - |[x]|$ where $[x]$ denotes the greatest integer function:
A
is continuous for all positive integers
B
is discontinuous for all non-positive integers
C
has a finite number of elements in its range
D
All of the above

Solution

(D) Let $f(x) = [|x|] - |[x]|$.
Case $1$: If $x \geq 0$,then $|x| = x$ and $[x] \geq 0$,so $|[x]| = [x]$. Thus,$f(x) = [x] - [x] = 0$.
Case $2$: If $x < 0$,let $x = -n - f$,where $n \geq 0$ is an integer and $0 \leq f < 1$.
If $f = 0$,then $x = -n$ (an integer). Then $f(x) = [|-n|] - |[-n]| = [n] - |-n| = n - n = 0$.
If $0 < f < 1$,then $x = -n - f$. $[x] = -n - 1$. $|[x]| = |-n - 1| = n + 1$.
$|x| = n + f$. $[|x|] = [n + f] = n$.
So,$f(x) = n - (n + 1) = -1$.
Thus,$f(x) = 0$ for $x \geq 0$ and $x \in \mathbb{Z}$,and $f(x) = -1$ for $x \in \mathbb{R} \setminus \mathbb{Z}$ where $x < 0$.
Since the function is constant on intervals but jumps at integers for $x < 0$,it is discontinuous at all negative integers.
The range is $\{0, -1\}$,which is a finite set.
Therefore,all given statements are correct.
Solution diagram
37
AdvancedMCQ
The function $f(x) = \text{sgn}(x) \cdot \sin x$ is
A
discontinuous nowhere.
B
an even function.
C
aperiodic.
D
All of the above.

Solution

(D) Given $f(x) = \text{sgn}(x) \cdot \sin x$.
We know that $\text{sgn}(x) = \begin{cases} 1, & x > 0 \\ 0, & x = 0 \\ -1, & x < 0 \end{cases}$.
Therefore,$f(x) = \begin{cases} \sin x, & x > 0 \\ 0, & x = 0 \\ -\sin x, & x < 0 \end{cases}$.
$1$. Continuity: At $x = 0$,$\lim_{x \to 0^+} f(x) = \lim_{x \to 0^+} \sin x = 0$,$\lim_{x \to 0^-} f(x) = \lim_{x \to 0^-} (-\sin x) = 0$,and $f(0) = 0$. Since $\lim_{x \to 0^+} f(x) = \lim_{x \to 0^-} f(x) = f(0)$,the function is continuous everywhere. Thus,option $A$ is correct.
$2$. Even function: $f(-x) = \text{sgn}(-x) \cdot \sin(-x) = (-\text{sgn}(x)) \cdot (-\sin x) = \text{sgn}(x) \cdot \sin x = f(x)$. Since $f(-x) = f(x)$,the function is an even function. Thus,option $B$ is correct.
$3$. Periodicity: The function is $|\sin x|$,which is a periodic function with period $\pi$. Therefore,it is not aperiodic.
Since both $A$ and $B$ are correct,the question likely intends to test properties,but given the options,$D$ is the most appropriate choice if we consider the function's behavior.
Solution diagram
38
AdvancedMCQ
The function $f(x) = x^{\frac{1}{\ln x}}$ is:
A
a constant function
B
having a domain $(0, 1) \cup (1, \infty)$
C
such that $\lim_{x \to 1} f(x)$ exists
D
both $(A)$ and $(C)$

Solution

(D) Given the function $f(x) = x^{\frac{1}{\ln x}}$.
For the function to be defined,we must have $x > 0$ and $x \neq 1$ (since $\ln x$ is in the denominator and $\ln x \neq 0$).
Taking the natural logarithm on both sides:
$\ln(f(x)) = \ln(x^{\frac{1}{\ln x}}) = \frac{1}{\ln x} \cdot \ln x = 1$.
Thus,$\ln(f(x)) = 1$,which implies $f(x) = e^1 = e$.
Since $f(x) = e$ for all $x$ in its domain $(0, 1) \cup (1, \infty)$,it is a constant function.
Also,$\lim_{x \to 1} f(x) = \lim_{x \to 1} e = e$,so the limit exists.
Therefore,both $(A)$ and $(C)$ are correct.
Solution diagram
39
AdvancedMCQ
Let $f(x)$ and $g(x)$ be two continuous functions defined from $R \rightarrow R$,such that $f(x_1) > f(x_2)$ and $g(x_1) < g(x_2)$ for all $x_1 > x_2$. Then the solution set of $f(g(\alpha^2 - 2\alpha)) > f(g(3\alpha - 4))$ is
A
$R$
B
$\phi$
C
$(1, 4)$
D
$R - [1, 4]$

Solution

(C) Given that $f(x_1) > f(x_2)$ for all $x_1 > x_2$,$f$ is a strictly increasing function.
Given that $g(x_1) < g(x_2)$ for all $x_1 > x_2$,$g$ is a strictly decreasing function.
Since $f$ is strictly increasing,the inequality $f(g(\alpha^2 - 2\alpha)) > f(g(3\alpha - 4))$ implies $g(\alpha^2 - 2\alpha) > g(3\alpha - 4)$.
Since $g$ is strictly decreasing,the inequality $g(\alpha^2 - 2\alpha) > g(3\alpha - 4)$ implies $\alpha^2 - 2\alpha < 3\alpha - 4$.
Rearranging the terms,we get $\alpha^2 - 5\alpha + 4 < 0$.
Factoring the quadratic expression,we have $(\alpha - 1)(\alpha - 4) < 0$.
This inequality holds when $\alpha$ lies between the roots $1$ and $4$.
Thus,the solution set is $\alpha \in (1, 4)$.
40
AdvancedMCQ
Let $f$ and $g$ be increasing and decreasing functions,respectively,from $[0, \infty)$ to $[0, \infty)$. Let $h(x) = f(g(x))$. If $h(0) = 0$,then $h(x) - h(1)$ is:
A
always zero
B
strictly increasing
C
always negative
D
always positive

Solution

(A) Given that $f$ is an increasing function and $g$ is a decreasing function on $[0, \infty)$.
Let $x_1, x_2 \in [0, \infty)$ such that $x_1 < x_2$.
Since $g$ is decreasing,$g(x_1) \geq g(x_2)$.
Since $f$ is increasing,$f(g(x_1)) \geq f(g(x_2))$,which implies $h(x_1) \geq h(x_2)$.
Thus,$h(x)$ is a decreasing function on $[0, \infty)$.
Given $h(0) = 0$. Since $h$ is decreasing and its domain starts at $0$,for any $x \geq 0$,$h(x) \leq h(0) = 0$.
Also,the range of $f$ and $g$ is $[0, \infty)$,so $h(x) = f(g(x)) \geq 0$.
Therefore,$h(x) = 0$ for all $x \geq 0$.
Consequently,$h(x) - h(1) = 0 - 0 = 0$.
41
AdvancedMCQ
The function $y = \frac{2x - 1}{x - 2}$ $(x \neq 2)$:
A
is its own inverse
B
decreases for all values of $x$
C
has a graph entirely above $x$-axis
D
Both $(A)$ and $(B)$

Solution

(D) Given $y = \frac{2x - 1}{x - 2}$ where $x \neq 2$.
To find the inverse,we solve for $x$ in terms of $y$:
$y(x - 2) = 2x - 1$
$xy - 2y = 2x - 1$
$xy - 2x = 2y - 1$
$x(y - 2) = 2y - 1$
$x = \frac{2y - 1}{y - 2}$.
Since the form of the inverse function $f^{-1}(y) = \frac{2y - 1}{y - 2}$ is identical to $f(x)$,the function is its own inverse.
Now,differentiating $y$ with respect to $x$:
$y' = \frac{(x - 2)(2) - (2x - 1)(1)}{(x - 2)^2} = \frac{2x - 4 - 2x + 1}{(x - 2)^2} = \frac{-3}{(x - 2)^2}$.
Since $(x - 2)^2 > 0$ for all $x \neq 2$,$y' < 0$ for all $x$ in the domain. Thus,the function is strictly decreasing for all values of $x$ in its domain.
Since both $(A)$ and $(B)$ are correct,the correct option is $(D)$.
42
AdvancedMCQ
The number of solutions of the equation $|x^2 - 2|x|| = 2^x$ is:
A
$1$
B
$2$
C
$3$
D
$4$

Solution

(C) To find the number of solutions for the equation $|x^2 - 2|x|| = 2^x$,we analyze the intersection of the graphs of $f(x) = |x^2 - 2|x||$ and $g(x) = 2^x$.
$1$. The function $f(x) = |x^2 - 2|x||$ is an even function,meaning it is symmetric about the $y$-axis.
$2$. For $x \ge 0$,$f(x) = |x^2 - 2x|$. The roots are at $x=0$ and $x=2$. The graph has a local maximum at $x=1$ with $f(1) = |1-2| = 1$.
$3$. For $x < 0$,$f(x) = |x^2 + 2x|$. The roots are at $x=0$ and $x=-2$. The graph has a local maximum at $x=-1$ with $f(-1) = |1-2| = 1$.
$4$. The function $g(x) = 2^x$ is an increasing exponential function.
$5$. By plotting both functions,we observe that the curve $g(x) = 2^x$ intersects the curve $f(x)$ at three distinct points: one in the interval $(-2, 0)$,one at $x=0$ (since $f(0)=0$ and $g(0)=1$,wait,let's re-evaluate: $f(0)=0, g(0)=1$,no intersection at $x=0$),and two for $x > 0$.
$6$. Specifically,$g(x)$ intersects $f(x)$ at one point where $x < 0$ and two points where $x > 0$.
$7$. Therefore,there are $3$ points of intersection.
Solution diagram
43
AdvancedMCQ
The number of solutions of the equation $2^x = x^2$ is
A
$1$
B
$2$
C
$3$
D
$4$

Solution

(C) To find the number of solutions of the equation $2^x = x^2$,we analyze the intersection points of the functions $f(x) = 2^x$ and $g(x) = x^2$.
$1$. For $x < 0$: As $x \to -\infty$,$2^x \to 0$ and $x^2 \to \infty$. At $x = -1$,$2^{-1} = 0.5$ and $(-1)^2 = 1$. Since $2^x$ is increasing and $x^2$ is decreasing for $x < 0$,there is exactly one intersection point in the interval $(-\infty, 0)$. Specifically,at $x = -0.766$ (approx).
$2$. For $x > 0$:
- At $x = 2$,$2^2 = 4$ and $2^2 = 4$. Thus,$x = 2$ is a solution.
- At $x = 4$,$2^4 = 16$ and $4^2 = 16$. Thus,$x = 4$ is a solution.
- Between $x = 2$ and $x = 4$,the function $x^2$ grows faster than $2^x$ initially,but $2^x$ eventually overtakes $x^2$. Since $2^x$ is convex and $x^2$ is convex,there are no other solutions for $x > 0$ besides $x = 2$ and $x = 4$.
Thus,the solutions are $x \approx -0.766$,$x = 2$,and $x = 4$.
There are a total of $3$ solutions.
Solution diagram
44
AdvancedMCQ
If the graph of a non-constant function $f(x)$ is symmetric about the point $(3,4)$,then the value of $\sum\limits_{r = 0}^6 {f(r) + f(3)}$ is equal to
A
$32$
B
$40$
C
$24$
D
$64$

Solution

(A) function $f(x)$ is symmetric about the point $(a, b)$ if $f(a+x) + f(a-x) = 2b$.
Here,the point of symmetry is $(3, 4)$,so $a=3$ and $b=4$.
Thus,$f(3+x) + f(3-x) = 2(4) = 8$.
We need to calculate $S = \sum\limits_{r = 0}^6 f(r) + f(3) = f(0) + f(1) + f(2) + f(3) + f(4) + f(5) + f(6) + f(3)$.
Using the symmetry property:
For $x=3$,$f(3+3) + f(3-3) = f(6) + f(0) = 8$.
For $x=2$,$f(3+2) + f(3-2) = f(5) + f(1) = 8$.
For $x=1$,$f(3+1) + f(3-1) = f(4) + f(2) = 8$.
Also,at the point of symmetry $x=3$,$f(3) = 4$.
Substituting these into the sum:
$S = [f(0) + f(6)] + [f(1) + f(5)] + [f(2) + f(4)] + f(3) + f(3)$
$S = 8 + 8 + 8 + 4 + 4 = 32$.
Solution diagram
45
AdvancedMCQ
Let $f'(x) > 0$ and $g'(x) < 0$ for all $x \in R$. Then which of the following is true?
A
$f\{g(x)\} > f\{g(x+1)\}$
B
$f\{g(x-1)\} < f\{g(x+1)\}$
C
$g\{f(x-1)\} < g\{f(x+1)\}$
D
$g\{f(x)\} < g\{f(x-1)\}$

Solution

(A) Given that $f'(x) > 0$,the function $f$ is strictly increasing.
Given that $g'(x) < 0$,the function $g$ is strictly decreasing.
Since $g$ is strictly decreasing,for $x < x+1$,we have $g(x) > g(x+1)$.
Since $f$ is strictly increasing,applying $f$ to both sides of the inequality $g(x) > g(x+1)$ preserves the inequality sign.
Therefore,$f(g(x)) > f(g(x+1))$.
Thus,option $A$ is correct.
46
AdvancedMCQ
Let $f(x) = \max(\sin x, \cos x)$ and $g(x) = \min(\cos x, \sin x)$. Define $h(y) = f(x)y^2 + ay + g(x)$. If the equation $h(y) = 0$ has real roots for all $x \in R$,find the complete set of values of $a$.
A
$a \in (-\infty, -\sqrt{2}] \cup [\sqrt{2}, \infty)$
B
$a \in [-\sqrt{2}, \sqrt{2}]$
C
$a \in R$
D
None of these

Solution

(A) Given $h(y) = f(x)y^2 + ay + g(x) = 0$ has real roots for all $x \in R$.
This implies the discriminant $D \geq 0$.
$D = a^2 - 4f(x)g(x) \geq 0 \Rightarrow a^2 \geq 4f(x)g(x)$.
Since $f(x) = \max(\sin x, \cos x)$ and $g(x) = \min(\sin x, \cos x)$,their product is $f(x)g(x) = \sin x \cos x$.
Thus,$a^2 \geq 4 \sin x \cos x = 2 \sin(2x)$.
For this to hold for all $x \in R$,$a^2$ must be greater than or equal to the maximum value of $2 \sin(2x)$.
The maximum value of $2 \sin(2x)$ is $2$.
Therefore,$a^2 \geq 2$,which implies $|a| \geq \sqrt{2}$.
This gives $a \in (-\infty, -\sqrt{2}] \cup [\sqrt{2}, \infty)$.
47
AdvancedMCQ
Let $f(x)$ and $g(x)$ be two functions given by $f(x) = \frac{2\sin(\pi x)}{x}$ and $g(x) = f(1 - x) + f(x)$. If $g(x) = k f(\frac{x}{2}) f(\frac{1 - x}{2})$,then the value of $k$ is
A
$1/2$
B
$1/4$
C
$1/6$
D
$1/8$

Solution

(B) Given $f(x) = \frac{2\sin(\pi x)}{x}$.
Then $g(x) = f(1 - x) + f(x) = \frac{2\sin(\pi(1 - x))}{1 - x} + \frac{2\sin(\pi x)}{x}$.
Since $\sin(\pi - \pi x) = \sin(\pi x)$,we have $g(x) = 2\sin(\pi x) \left( \frac{1}{1 - x} + \frac{1}{x} \right) = 2\sin(\pi x) \left( \frac{x + 1 - x}{x(1 - x)} \right) = \frac{2\sin(\pi x)}{x(1 - x)}$.
Using the identity $\sin(\pi x) = 2\sin(\frac{\pi x}{2})\cos(\frac{\pi x}{2}) = 2\sin(\frac{\pi x}{2})\sin(\frac{\pi(1 - x)}{2})$,we get:
$g(x) = \frac{2 \cdot 2\sin(\frac{\pi x}{2})\sin(\frac{\pi(1 - x)}{2})}{x(1 - x)} = 4 \cdot \frac{\sin(\frac{\pi x}{2})}{x} \cdot \frac{\sin(\frac{\pi(1 - x)}{2})}{1 - x}$.
Since $f(\frac{x}{2}) = \frac{2\sin(\pi x / 2)}{x/2} = \frac{4\sin(\pi x / 2)}{x}$,we have $\frac{\sin(\pi x / 2)}{x} = \frac{1}{4} f(\frac{x}{2})$.
Similarly,$\frac{\sin(\pi(1 - x) / 2)}{1 - x} = \frac{1}{4} f(\frac{1 - x}{2})$.
Substituting these into $g(x)$:
$g(x) = 4 \cdot \left( \frac{1}{4} f(\frac{x}{2}) \right) \cdot \left( \frac{1}{4} f(\frac{1 - x}{2}) \right) = \frac{1}{4} f(\frac{x}{2}) f(\frac{1 - x}{2})$.
Wait,re-evaluating: $g(x) = 4 \cdot \frac{1}{4} f(\frac{x}{2}) \cdot \frac{1}{4} f(\frac{1 - x}{2}) = \frac{1}{4} f(\frac{x}{2}) f(\frac{1 - x}{2})$.
Actually,$g(x) = \frac{4 \sin(\pi x / 2) \sin(\pi(1 - x) / 2)}{x(1 - x)} = \frac{4 (\frac{x}{4} f(x/2)) (\frac{1-x}{4} f((1-x)/2))}{x(1-x)} = \frac{4}{16} f(x/2) f((1-x)/2) = \frac{1}{4} f(x/2) f((1-x)/2)$.
Thus,$k = 1/4$.
48
AdvancedMCQ
If the set of all values of $a$ is $[\alpha, \beta] \cup [\gamma, \delta]$ for which the function $f(x) = \begin{cases} 3x + |a^2 - 4|; & a \leqslant x < 1 \\ 5 - x^2; & x \geqslant 1 \end{cases}$ has its largest value at $x = 1$,then find the value of $(\alpha + \beta + \gamma + \delta)$.
A
$0$
B
$2\sqrt{3}$
C
$2\sqrt{5}$
D
$\sqrt{3}$

Solution

(A) For $f(x)$ to have its largest value at $x = 1$,we must have $f(1) \geqslant f(x)$ for all $x$ in the domain.
Given $f(1) = 5 - (1)^2 = 4$.
For $x \geqslant 1$,$f(x) = 5 - x^2$,which is a decreasing function,so $f(x) \leqslant f(1) = 4$ is satisfied for all $x \geqslant 1$.
For $a \leqslant x < 1$,we need $f(x) = 3x + |a^2 - 4| \leqslant 4$.
Since $3x + |a^2 - 4|$ is an increasing function of $x$,its supremum on $[a, 1)$ is $3(1) + |a^2 - 4| = 3 + |a^2 - 4|$.
Thus,we require $3 + |a^2 - 4| \leqslant 4$,which implies $|a^2 - 4| \leqslant 1$.
This inequality is equivalent to $-1 \leqslant a^2 - 4 \leqslant 1$,which simplifies to $3 \leqslant a^2 \leqslant 5$.
Taking the square root,we get $a \in [-\sqrt{5}, -\sqrt{3}] \cup [\sqrt{3}, \sqrt{5}]$.
Comparing this with $[\alpha, \beta] \cup [\gamma, \delta]$,we have $\alpha = -\sqrt{5}, \beta = -\sqrt{3}, \gamma = \sqrt{3}, \delta = \sqrt{5}$.
Therefore,$\alpha + \beta + \gamma + \delta = -\sqrt{5} - \sqrt{3} + \sqrt{3} + \sqrt{5} = 0$.
49
AdvancedMCQ
If $h(x) = [\ln(x/e)] + [\ln(e/x)]$,where $[.]$ denotes the greatest integer function,then which of the following is false?
A
Range of $h(x)$ is $\{-1, 0\}$
B
$h(x)$ is a periodic function
C
If $h(x) = -1$,then $x$ can be rational as well as irrational
D
If $h(x) = 0$,then $x$ must be irrational

Solution

(B) Let $t = \ln(x/e)$. Then $h(x) = [t] + [-t]$.
Using the property of the greatest integer function,$[t] + [-t] = 0$ if $t$ is an integer,and $[t] + [-t] = -1$ if $t$ is not an integer.
Thus,$h(x) = 0$ if $\ln(x/e) = k$ for some integer $k$,which implies $x/e = e^k$,or $x = e^{k+1}$.
$h(x) = -1$ if $\ln(x/e) \notin \mathbb{Z}$.
Since $e$ is a transcendental number,$e^{k+1}$ is irrational for all integers $k$ except when $k+1 = 0$ (i.e.,$x=1$,which is rational). Thus,$h(x)=0$ can occur for both rational and irrational $x$.
Option $A$ is true (Range is $\{-1, 0\}$).
Option $B$ is false because $h(x)$ is not periodic.
Option $C$ is true because if $h(x) = -1$,$x$ can be any value such that $\ln(x/e)$ is not an integer,which includes both rational and irrational numbers.
Option $D$ is false because if $h(x) = 0$,$x = e^{k+1}$. For $k = -1$,$x = e^0 = 1$,which is rational. Thus,$x$ does not have to be irrational.
50
AdvancedMCQ
Consider a function $f: R \to R$ such that $f(x + a) = \frac{1}{2} + \sqrt{f(x) - f^2(x)}$,where $a$ is a real constant. Then $f(x)$ must be
A
even function
B
odd function
C
one-one function
D
periodic function

Solution

(D) Given $f(x + a) = \frac{1}{2} + \sqrt{f(x) - f^2(x)}$.
For the square root to be defined,we must have $f(x) - f^2(x) \geq 0$,which implies $f(x)(1 - f(x)) \geq 0$,so $0 \leq f(x) \leq 1$.
Also,$f(x + a) \geq \frac{1}{2}$.
Let $g(x) = f(x) - \frac{1}{2}$. Then $g(x + a) = \sqrt{\frac{1}{4} - g^2(x)}$.
Squaring both sides,$g^2(x + a) = \frac{1}{4} - g^2(x)$,which implies $g^2(x + a) + g^2(x) = \frac{1}{4}$.
Replacing $x$ with $x + a$,we get $g^2(x + 2a) + g^2(x + a) = \frac{1}{4}$.
Comparing the two equations,$g^2(x + 2a) = g^2(x)$.
Since $g(x) \geq 0$ (as $f(x) \geq \frac{1}{2}$),we have $g(x + 2a) = g(x)$.
Substituting back,$f(x + 2a) - \frac{1}{2} = f(x) - \frac{1}{2}$,so $f(x + 2a) = f(x)$.
Thus,$f(x)$ is a periodic function with period $2a$.

Relation and Function — Mix Examples of Relation and Function · Frequently Asked Questions

1Are these Relation and Function questions useful for JEE and NEET?

Yes. All questions in this section are mapped to JEE Main and NEET exam patterns. Previous year questions from JEE Main, NEET, GUJCET and state-level exams are included with full solutions.

2Can I switch to Hindi or Gujarati for these questions?

Yes. Use the language tabs in the hero section or the sidebar to view the same questions and solutions in English, Hindi or Gujarati.

3How do I generate a question paper from this subtopic?

Use the Vedclass Exam Paper Generator — select the chapter and subtopic, set difficulty, and generate Sets A, B, C, D automatically. First 3 chapters of every subject are free.

Vedclass Products

For Students

Vedclass Test Series

Mock tests in real JEE/NEET style with performance analysis. 5-day free trial.

Start Free Trial
For Teachers

Exam Paper Generator

Generate Set A/B/C/D papers from this chapter in 2 minutes. 3 chapters free.

Try Free
For Institutes

Online Exam Module

Live online exams with unlimited students, 360° analytics & white-label branding.

See Demo
For Teachers & Institutes

Generate a Relation and Function Exam Paper in 2 Minutes

Select subtopic & difficulty — Sets A, B, C, D auto-generated with No Repeat logic.

First 3 chapters of every subject are free — no payment required.