Exams › JEE Advanced › Maths
Correct answer: (1/2)*(1 + sqrt(1 + 4*log₂(x)))
y = 2^(x² - x) => log₂(y) = x² - x => x² - x - log₂(y) = 0. Quadratic root: x = (1 +/- sqrt(1 + 4*log₂(y)))/2. Since domain is x >= 1 we take the + root. Replacing y by x: f⁻¹(x) = (1/2)*(1 + sqrt(1 + 4*log₂(x))).