Find the domain of the function f(x) = 1 √(|x| - x) — JEE Mathematics
Find the domain of the function $f(x) = \frac{1}{\sqrt{|x| - x}}$.
1 Answer
VAVidaara Admin
✓ Vidaara Team
✓ Accepted
· 1mo ago
▲ 29
For the function to be real and defined:
- The expression inside the square root must be non-negative: $|x| - x \ge 0$.
- The denominator cannot be zero: $|x| - x \ne 0$.
Combining these, we get:
$$|x| - x > 0 \implies |x| > x$$
Let's evaluate this inequality:
- If $x \ge 0$, then $|x| = x$, so $x > x$ is false.
- If $x < 0$, then $|x| = -x$. Since $x$ is negative, $-x$ is positive, so $-x > x$ is true.
Thus, the condition holds true for all negative real numbers.
Domain $= (-\infty, 0)$.
Answer: $(-\infty, 0)$
Log in to post your own answer or join the discussion.
Discussion (3)
V
Underrated solution. The way you set it up makes it almost obvious.
SP
Is there a faster shortcut for this in the actual exam? Time is tight.
R
Brilliant explanation, the substitution step is what I kept missing.