Question :
Find the solution for x!
$\dfrac{\sqrt{x^2-4}}{x-2}\ge 0$
- For my own work, i found :
$x<-2 \quad \text{or}\quad x>2$
- On Wolfram Alpha app, i type this command
(sqrt(x^2 - 4))/(x-2)>=0
And give me the answer :
$x=-2 \quad \text{or}\quad x>2$
- On symbolab app, it gives me the answer :
$x\le-2 \quad \text{or}\quad x\ge2$
...........................................................
What is wrong? Please somebody help me, which one is true? Or what is the correct answer if they all are wrong. And how to do it? Cz i do with basic way for solving this inequality. Squaring, and define the domain.
The square root is always positive or $0$. So the denominator of the fraction $\dfrac{\sqrt{x^2-4}}{x-2}\ge 0$ is positive only when $x>2$ (when $x=2$ is impossible). For the numerator, you have to take the C.E. (or existance condition) so $x^2-4\geq 0$: this is true for $x\leq-2$ or $x\geq 2$. Combinig the two condition, I obtain: $x>2$.