Q
MCQ
GIF
Let $[\cdot]$ denote the greatest integer function, and let $f(x) = \min\{\sqrt{2}\,x,\; x^2\}$.
Let $S = \{x \in (-2,2) :$ the function $g(x) = |x|\,[x^2]$ is discontinuous at $x\}$.
Then $\displaystyle\sum_{x \in S} f(x)$ equals
A) $2 - \sqrt{2}$
B) $2\sqrt{6} - 3\sqrt{2}$
C) $1 - \sqrt{2}$ ✓
D) $\sqrt{6} - 2\sqrt{2}$
1. Greatest Integer Function Discontinuity
$[x]$ is discontinuous at every integer $n$: the right limit is $n$ while the left limit is $n-1$. So $[x^2]$ is discontinuous wherever $x^2$ is an integer, i.e., at $x = 0, \pm1, \pm\sqrt{2}, \pm\sqrt{3}, \pm2, \ldots$ In any interval $(-a,a)$, these are finitely many points. Always list them and check each individually.
2. Product Continuity at Jump Points
If $h(x) = p(x) \cdot q(x)$ and $q(x)$ has a jump discontinuity at $x_0$ but $p(x_0) = 0$, then $h$ may still be continuous. At $x=0$: $|x| \to 0$ and $[x^2]$ jumps from $-1$ to $0$, but $|0| = 0$ suppresses the jump. Hence $g(x) = |x|[x^2]$ is continuous at $x=0$ even though $[x^2]$ jumps there.
3. Min of Two Functions
$f(x) = \min\{u(x), v(x)\}$ equals whichever is smaller. Find where $u(x) = v(x)$ (crossover point), then determine which is smaller on each side. Here $\sqrt{2}\,x = x^2 \Rightarrow x = 0$ or $x = \sqrt{2}$. For $0 < x < \sqrt{2}$: $x^2 < \sqrt{2}\,x$ so $f=x^2$. For $x > \sqrt{2}$: $\sqrt{2}\,x < x^2$ so $f = \sqrt{2}\,x$. For $x < 0$: $\sqrt{2}\,x < 0 < x^2$ so $f = \sqrt{2}\,x$.
4. Symmetric Cancellation Strategy
When $S$ has symmetric pairs $\{a, -a\}$, check if $f(a) + f(-a)$ simplifies. Here $f(\sqrt{3}) + f(-\sqrt{3}) = \sqrt{6} + (-\sqrt{6}) = 0$ and $f(\sqrt{2}) + f(-\sqrt{2}) = 2 + (-2) = 0$. Only the non-cancelling pair $f(1) + f(-1) = 1 + (-\sqrt{2})$ remains.
5. Counting Discontinuities in Open Intervals
Always work on the open interval carefully. $x = \pm2$ satisfy $x^2 = 4$ (integer), but $\pm2 \notin (-2,2)$ (open interval), so exclude them. $x=0$ is in the interval but g is continuous there. So $|S| = 6$: $\{-\sqrt{3}, -\sqrt{2}, -1, 1, \sqrt{2}, \sqrt{3}\}$. Careful boundary analysis prevents errors.
Q
When is [x²] discontinuous?
⌄
Whenever x² is an integer. In (-2,2): x = 0, ±1, ±√2, ±√3. At x=±2, not in open interval.
Q
Why is g continuous at x=0?
⌄
g(x) = |x|·[x²]. Near 0, [x²]=0 so g=0 from both sides. The factor |x|→0 kills the GIF jump.
S = {-√3, -√2, -1, 1, √2, √3}. Six points where g has a genuine jump (|x|≠0 at each point).
Q
How is f(x) = min{√2·x, x²} evaluated for x<0?
⌄
For x<0: √2·x is negative, x²>0. So min = √2·x. e.g., f(-1) = min{-√2, 1} = -√2.
Q
Why do √6 terms cancel?
⌄
f(√3)=√6 and f(-√3)=-√6. Sum = 0. Similarly f(√2)=2 and f(-√2)=-2. Sum = 0. Cancellation leaves 1-√2.
Q
How to evaluate f(1)?
⌄
f(1) = min{√2·1, 1²} = min{√2, 1} = 1 since √2≈1.414 > 1. So the parabola x² wins.
Q
How to evaluate f(√2)?
⌄
f(√2) = min{√2·√2, (√2)²} = min{2, 2} = 2. Both are equal at x=√2 (crossover point).
Q
Why is the final answer negative?
⌄
After cancellations, only f(1)+f(-1) = 1+(-√2) = 1-√2 ≈ -0.414 remains. Negative x values contribute negative f values.
Q
How to verify the answer is C and not A?
⌄
Option A: 2-√2 ≈ 0.586. Option C: 1-√2 ≈ -0.414. Our sum = 0+0+(1-√2) = 1-√2. Option C confirmed.
Q
What is the crossover between √2·x and x²?
⌄
Set √2·x = x²: x(x-√2) = 0, so x=0 or x=√2. For 0 < x < √2, x² < √2·x. For x > √2, x² > √2·x.