Exams › JEE Main › Maths › Relations and Functions
334 questions with worked solutions.
Q1. Given f(x)=(x(x-p))/(q-p)+(x(x-q))/(p-q), where p≠ q, determine the value of f(p)+f(q).
Answer: f(p+q)
Combining the terms, f(x) = x(x-p)/(q-p) + x(x-q)/(p-q) simplifies to f(x) = x. Hence f(p)+f(q) = p+q = f(p+q).
Answer: -f(x)
The given functional equation can be manipulated by substituting specific values for x and y, revealing that f(2a-x) is indeed the negative of f(x). This relationship holds due to the symmetry and properties of the function as defined by the equation.
Q3. The set of all real values of x for which the function f(x)=(3)/(4-x²)+log₁₀(x³-x) is defined is:
Answer: (-1,0)∪(1,2)∪(2,∞)
The term 3/(4-x^2) requires x != +/-2, and log10(x^3-x) requires x^3-x = x(x-1)(x+1) > 0, i.e. x in (-1,0) U (1,inf). Removing x = 2 gives the domain (-1,0) U (1,2) U (2,inf).
Answer: None of these
Integer solutions of x^2+y^2=9 are (0,+/-3) and (+/-3,0). The relation set, its domain {-3,0,3}, and its range {-3,0,3} are all stated correctly. Since none of statements (a)-(c) is false, the false-statement answer is 'None of these'.
Q5. If f(x)=√(1+x²), then which of the following statements is true?
Answer: f(xy)≤ f(x) f(y)
f(x)f(y)=sqrt((1+x^2)(1+y^2))=sqrt(1+x^2+y^2+x^2y^2), while f(xy)=sqrt(1+x^2y^2). Since x^2+y^2>=0, we always have f(xy) <= f(x)f(y).
Q6. For the function f(x)=√(x-√(1-x²)), what is its domain?
Answer: [1/√(2),1]
Require 1-x^2 >= 0 so x in [-1,1], and x - sqrt(1-x^2) >= 0 means x >= sqrt(1-x^2), which forces x >= 0 and x^2 >= 1-x^2, i.e. x >= 1/sqrt(2). Combining gives the domain [1/sqrt(2), 1].
Answer: 1/2010
With f(x)=x/(1-x), iterating gives x_n = a/(1 - n*a). Setting x_2009 = a/(1 - 2009a) = 1 gives a = 1 - 2009a, so 2010a = 1 and a = 1/2010.
Q8. Find the domain of the function f(x)=log₂ (-log_(1/2)(1+1/x^(1/4))-1).
Answer: (0, 1)
The function involves a logarithm, which requires its argument to be positive. The inner logarithm, -log_(1/2)(1+1/x^(1/4))-1, must also be positive, leading to constraints on the values of x. Analyzing these conditions reveals that the valid domain is (0, 1), where the expression remains defined.
Q9. Find the domain of the function f(x)=1/√(x²−3x+2).
Answer: (-∞, 1) ∪ (2, ∞)
The function is undefined where the expression under the square root is non-positive, which occurs at the roots of the quadratic equation x²−3x+2=0. The roots are x=1 and x=2, leading to the intervals where the function is defined: (-∞, 1) and (2, ∞).
Q10. For the function f(x) = ln((x² + e)/(x² + 1)), what is the set of all possible values of f(x)?
Answer: (0, 1]
The function f(x) is the natural logarithm of a fraction that approaches 1 as x approaches infinity, resulting in f(x) approaching 0, but never reaching it. The logarithm of 1 is 0, and since the fraction is always greater than 1 for all x, the function can take values just above 0 up to and including 1.
Answer: (7n(n+1))/(2)
The additive (Cauchy) relation with f(1)=7 gives f(r)=7r. Then sum_{r=1}^n f(r) = 7(1+2+...+n) = 7n(n+1)/2.
Q12. Given that f(x) = (x−1)/(x+1), what is the value of f(2x)?
Answer: (3f(x)+1)/(f(x)+3)
Let y = f(x) = (x-1)/(x+1), so x = (1+y)/(1-y). Then f(2x) = (2x-1)/(2x+1). Substituting and simplifying gives f(2x) = (3y+1)/(y+3) = (3f(x)+1)/(f(x)+3).
Q13. Find the set of all real x for which the function f(x)=exp(√(5x-3-2x²)) is defined.
Answer: [1,3/2]
The function f(x) is defined when the expression inside the square root, 5x - 3 - 2x², is non-negative. Solving the inequality leads to the interval [1, 3/2], where the function is valid.
Q14. Given that f(x+y)=f(x)+2y²+kxy, and that f(a)=2 and f(b)=8, the function f(x) must be of the form
Answer: 2x²
Put x=0: f(y)=f(0)+2y^2, so f(x)=2x^2+c, and matching the cross term gives k=4. The leading coefficient is therefore 2, so f(x)=x^2 cannot be correct; the standard form is f(x)=2x^2.
Answer: None of these
R = {(x,y): |x^2-y^2|<16} on {1..5} contains 19 ordered pairs (e.g. (1,1),(1,2),(1,3),(1,4),(2,1)...,(4,5),(5,4),(5,5)). None of the small listed sets equals R, so the answer is 'None of these'.
Q16. Which of the following relations does NOT define a function?
Answer: h = {(n, 1/n) | n ∈ I}
The relation h does not define a function because it is not defined for all integers; specifically, it is undefined for n = 0, which leads to a division by zero. A function must have a unique output for every input in its domain.
Answer: R is a subset of A × B
A relation R from set A to set B is by definition a subset of the Cartesian product A x B. Hence R is a subset of A x B.
Answer: symmetric but neither reflexive nor transitive
A line is not perpendicular to itself (not reflexive); a⊥b implies b⊥a (symmetric); a⊥b and b⊥c make a parallel to c, not perpendicular (not transitive). So R is symmetric but neither reflexive nor transitive.
Q19. Which of the following functions has a graph that is symmetric about the y-axis?
Answer: None of these
Option (a) sin[log(x+sqrt(x^2+1))] uses the odd function sinh^-1(x), so it is odd. Option (b) has an even numerator over an odd denominator (x^3 + x^4 cot x is odd), giving an odd function. Option (c) is Cauchy's equation forcing f(0)=0 and f(-x)=-f(x), odd. None is even, so answer is None of these.
Answer: m is at least n
A reflexive relation requires that every element in the set A is related to itself, which means there must be at least n ordered pairs corresponding to the n elements in A. Therefore, the total number of ordered pairs m must be at least n.
Answer: one-one and into
The function f(x) is one-one because it assigns different outputs for different inputs, distinguishing between rational and irrational numbers. It is into because it does not cover all possible real numbers as outputs, specifically missing some values that could be produced by either case.
Answer: f∘g = I_A and g∘f = I_B
Computing f(g(x)) = x and g(f(x)) = x. Since f:B->A and g:A->B, f o g maps A->A so f o g = I_A, and g o f maps B->B so g o f = I_B.
Answer: 2a
The relation given for f(x + a) indicates that the function's value at x + a is determined by its value at x, suggesting a repetitive behavior. By substituting x with x + a in the original equation, it can be shown that f(x + 2a) returns to f(x), confirming that the function is periodic with a period of 2a.
Answer: Both (a) and (b)
Let n=[x]. Then f = [x]^2 + [x+1] - 3 = n^2 + (n+1) - 3 = n^2 + n - 2 = (n+2)(n-1). This is 0 when n=-2 or n=1, i.e. for all x in [-2,-1) or [1,2): infinitely many values. The function is also many-one and into. Both (a) and (b) hold.
Q25. Let X = {x1, x2, x3} and Y = {x1, x2, x3, x4, x5}. Which of the following relations is reflexive?
Answer: R1 = {(x1, x1), (x2, x2), (x3, x3)}
X has three elements x1,x2,x3, so a reflexive relation on X must contain (x1,x1),(x2,x2),(x3,x3) and be a subset of X×X. R={(x1,x1),(x2,x2),(x3,x3)} satisfies this. The option with (x4,x4) is not even a relation on X since x4∉X.
Answer: f(x) = sin² x, g(x) = √x
The correct option is consistent because when substituting g(f(x)) with f(x) = sin² x and g(x) = √x, we get g(f(x)) = g(sin² x) = √(sin² x) = |sin x|, which matches the given condition. Additionally, |f(g(x))| with these functions results in |f(√x)| = |sin²(√x)|, which aligns with the second condition.
Q27. Let f: R → R be given by f(x) = (x - m)/(x - n), where m and n are distinct real numbers. Then
Answer: f is injective but not surjective
The function f(x) = (x - m)/(x - n) is injective because it is a rational function with a unique output for each input, as long as x is not equal to n (where it is undefined). However, it is not surjective because it cannot take the value 1, which is the horizontal asymptote as x approaches infinity.
Answer: (-e, -1)
The function f is defined for inputs in the interval (0,1), so we need to determine where the expressions e^x and ln|x| fall within this range. The expression e^x is in (0,1) when x is in the interval (-∞, 0), and ln|x| is in (0,1) when |x| is in (1,e), which corresponds to x being in the intervals (-e, -1) and (1, e). Therefore, the only overlap that satisfies both conditions is (-e, -1).
Q29. Let f(x) = x/(x - 1). Then the 19-fold composition (f ∘ f ∘... ∘ f)(x) is equal to:
Answer: x/(x - 1)
f(f(x)) = (x/(x-1))/((x/(x-1))-1) = x, so f composed with itself is the identity. Since 19 is odd, the 19-fold composition equals f(x) = x/(x-1).
Q30. Which of the following functions is one-one?
Answer: f: [0, ∞) → R, f(x) = x² + 4x - 5
On [0,inf) the function f(x)=x^2+4x-5 has derivative 2x+4>0, so it is strictly increasing and hence one-one. The other options each fail: x^2-4x+3 has its vertex at x=2 inside (0,inf); e^x+e^-x is even; ln(x^2+x+1) has its minimum at x=-1/2, all making them many-one.
Q31. Find the inverse function of f(x) = (2/3) · (10^x - 10^-x)/(10^x + 10^-x).
Answer: (1/2) log10((2 + 3x)/(2 - 3x))
The correct option is right because it accurately represents the inverse of the given function, which involves manipulating the original function's expression to isolate x and express it in terms of y, leading to the logarithmic form that matches the structure of option B.
Answer: both injective and surjective
Odd n give f=(n-1)/2 = 0,1,2,... (all non-negative integers); even n give f=-n/2 = -1,-2,... (all negative integers). Together they hit every integer with no repeats, so f is a bijection (both injective and surjective).
Q33. For the function f(x) = (ax + b)/(cx + d), the composition f(f(x)) equals x when:
Answer: d = -a
For f(x)=(ax+b)/(cx+d), f is an involution (f(f(x))=x) exactly when its trace vanishes, a+d=0, i.e. d=-a. Substituting d=-a indeed gives f(f(x))=x, whereas a=b=c=d=1 gives the constant 1.
Answer: f is neither injective nor surjective
The function f is neither injective nor surjective because it does not produce unique outputs for every input (indicating it is not injective) and it does not cover all possible real numbers as outputs (indicating it is not surjective).
Answer: Assertion-1 is true, Assertion-2 is false.
f(g(x)) = sin(x^2) and g(f(x)) = (sin x)^2, which are not equal, so Assertion-1 is true. Assertion-2 claims they are always equal, which is false. So A-1 true, A-2 false.
Answer: f(x) is differentiable on R
The functional equation given implies that f is a linear function, and since it is differentiable at 0 with a defined derivative, it must be differentiable everywhere on R.
Answer: f(x) is continuous for all real x
An additive function f(x+y)=f(x)+f(y) that is continuous at a single point (x=0) is continuous on all of R (in fact f(x)=cx). So f is continuous for all real x.
Answer: at every integer except 1
f(x) = [x]^2 - [x^2]. At an integer n, f(n)=0. For x slightly above/below an integer the value jumps (e.g. at x=0 the left limit is 1 but f(0)=0). Checking each integer, the left and right limits both equal f only at x=1, so f is discontinuous at every integer except 1.
Q39. If the function g is the inverse of f and the derivative of f is f'(x) = sin x, then what is g'(x)?
Answer: cosec{g(x)}
The derivative of the inverse function g can be found using the formula g'(x) = 1/f'(g(x)). Since f'(x) = sin x, we have g'(x) = 1/sin(g(x)), which simplifies to cosec(g(x)).
Answer: injective but not surjective
f(g(x)) = 2*((x-1/2)/(x-1)) - 1 = (2x-1-(x-1))/(x-1) = x/(x-1). This Mobius map is one-to-one (injective) but its range is R\{1}, so it is not surjective onto R: injective but not surjective.
Q41. Find the set of all real x for which the function f(x) = 3/(4 - x²) + log10(x³ - x) is defined.
Answer: (-1,0) ∪ (1,2) ∪ (2,∞)
The function f(x) is defined when the denominator of the rational part is non-zero and the argument of the logarithm is positive. The term 4 - x² must not equal zero, leading to x ≠ ±2, and x³ - x must be greater than zero, which is satisfied in the intervals (-1,0) and (1,2) ∪ (2,∞). Thus, the correct option includes all these intervals.
Answer: 7n(n+1)/2
The function f is additive, meaning it can be expressed in the form f(x) = cx for some constant c. Given that f(1) = 7, we find c = 7, leading to f(x) = 7x. The sum A3_(r=1)ⁿ f(r) becomes A3_(r=1)ⁿ 7r, which simplifies to 7(n(n+1)/2) using the formula for the sum of the first n integers.
Answer: 330
From f(x+y)=f(x)+f(y)+xy we get 2a = 1 so a=1/2 and c=0; then a+b+c=3 gives b=5/2, so f(n)=n^2/2 + 5n/2. Sum for n=1..10 = (1/2)(385) + (5/2)(55) = 192.5 + 137.5 = 330.
Answer: g(y)=(y-3)/(4)
The correct option is right because to find the inverse of the function f(x) = 4x + 3, we need to solve for x in terms of y. Rearranging the equation gives y - 3 = 4x, which simplifies to x = (y - 3)/4, thus the inverse function is g(y) = (y - 3)/4.
Answer: T is an equivalence relation but S is not
S = {(x,y): y=x+1} is not reflexive (no x satisfies x=x+1), so it is not an equivalence relation. T = {(x,y): x-y is an integer} is reflexive, symmetric and transitive, so T is an equivalence relation but S is not.
Answer: Statement-1 is true, Statement-2 is true. Statement-2 is not a correct explanation for Statement-1.
f is increasing, so f(x)=f^-1(x) reduces to f(x)=x: (x+1)^2-1=x -> x^2+x=0 -> x=0,-1, so St-1 is true. f is also a bijection onto its range [-1,inf), so St-2 is true, but being a bijection does not by itself produce the specific solution set, so it is not the correct explanation.
Q47. For real x, let f(x)=x³+5x+1, then
Answer: f is one-one and onto R
f'(x)=3x^2+5>0 for all x, so f is strictly increasing and hence one-one. Being an odd-degree polynomial it ranges over all of R, so it is onto. Therefore f is both one-one and onto.
Answer: S is an equivalence relation but R is not an equivalence relation
S: m/n ~ p/q iff qm=pn means m/n=p/q, i.e. ordinary equality of rationals -> reflexive, symmetric, transitive, so S is an equivalence relation. R: x=w*y for rational w fails symmetry: (0,5) is in R (0=0*5) but (5,0) is not (5=w*0 impossible), so R is not an equivalence relation. Correct: S is an equivalence relation but R is not.
Answer: Statement-1 is true, Statement-2 is false.
A={(x,y): x-y is an integer} is reflexive (x-x=0), symmetric and transitive, so Statement-1 is true. Statement-2 as written is not a valid equivalence relation, so Statement-1 true, Statement-2 false is the correct choice.
Answer: Statement-1 is correct, Statement-2 is correct; Statement-2 correctly explains Statement-1.
f is increasing on x>=1, so f(x)=f^-1(x) reduces to f(x)=x: (x-1)^2+1=x -> x^2-3x+2=0 -> x=1,2, giving solution set {1,2}. The inverse is indeed f^-1(x)=1+sqrt(x-1) for x>=1, and that one-to-one/onto property is exactly why the equation collapses to f(x)=x. So Statement-1 and Statement-2 are both correct and Statement-2 correctly explains Statement-1.