Inverse Function Existence and Computation
A function f: A to B has an inverse f^(-1): B to A if and only if f is bijective. To find f^(-1): write y = f(x), solve for x in terms of y, then swap x and y. The composition f^(-1)(f(x)) = x for all x in A and f(f^(-1)(y)) = y for all y in B. If f is one-one but not onto, restrict the codomain to range(f) to obtain a bijection.
Inverse function questions test both the existence condition (bijectivity check) and the computation. JEE often gives a function and asks for its inverse, or asks for which values of a parameter the inverse exists.
Domain, Range, and Composite Functions
The domain of a function is the set of all valid inputs. For composite functions g(f(x)), the domain consists of all x in dom(f) such that f(x) is in dom(g). The range of a composite function is a subset of the range of the outer function. Key domain rules: square root requires nonneg argument, log requires positive argument, denominator must be nonzero.
Domain and range problems are guaranteed in JEE. The domain of composite functions is a common trap where students forget the intermediate domain restriction. Floor function (greatest integer function) domain/range questions are also frequently tested.