RankLab
Back to Concepts
MathsMediumClass 11

Sets Functions — Domain Range Composition

Sets Relations Functions

38

JEE Qs

10%

Hard

75

min

Systematically identify and apply all domain restrictions, especially for composite functions, before attempting to determine the range.

🧮 Key Formulas

(f o g)(x) = f(g(x))
Domain(f +/- g) = Domain(f) intersect Domain(g)
Domain(f * g) = Domain(f) intersect Domain(g)
Domain(f / g) = Domain(f) intersect Domain(g) intersect {x | g(x) != 0}
If y = sqrt(f(x)), then f(x) >= 0
If y = 1/f(x), then f(x) != 0
If y = log_b(f(x)), then f(x) > 0, b > 0, b != 1
If y = sin^-1(f(x)) or y = cos^-1(f(x)), then -1 <= f(x) <= 1
Domain(f o g) = {x in Domain(g) | g(x) in Domain(f)}

✅ Key Points for JEE

  • 1To find the domain, identify all restrictions: denominator not zero, argument of square root non-negative, argument of logarithm positive, argument of inverse sine/cosine between -1 and 1.
  • 2For a composite function (f o g)(x), first find the domain of g(x), then ensure that the range of g(x) is a valid subset of the domain of f(x).
  • 3Range can be found by (a) analyzing graphs, (b) expressing x in terms of y (if invertible) and finding domain of inverse, or (c) using calculus (monotonicity, extrema) on the function's domain.
  • 4Always determine the domain of the function before attempting to find its range, as the domain limits the possible output values.
  • 5Memorize the standard domains and ranges of common elementary functions (polynomial, rational, exponential, logarithmic, trigonometric, inverse trigonometric).

⚠️ Common Mistakes

  • Failing to consider all domain restrictions simultaneously, especially when multiple conditions apply (e.g., nested functions or functions with both square roots and denominators).
  • Incorrectly determining the domain of a composite function (f o g)(x) by only considering the domain of g(x) or only the domain of f(x) without linking them.
  • Finding the range without considering the actual domain of the function, leading to a broader range than correct (e.g., range of x^2 for x in [1,2] is not [0,inf)).

NCERT Chapters

  • Class 11 Maths Ch 2: Relations and Functions