Why this function is undefined at $x=0$ and $x=5$

203 Views Asked by At

According to my understanding, the domain of $\sqrt{x}$ is $x \ge 0$. If this is correct, shouldn't the domain of the function $$\frac{1}{(x^2-5x)^{1/4}}$$ be $x \le 0$ or $x\ge 5$ instead of $x<0$ or $x>5$? What am I getting wrong? (the answer is $x<0$ or $x>5$).

1

There are 1 best solutions below

4
On BEST ANSWER

Note that for

$$f(x)=\sqrt{\frac1{g(x)}}$$

we need also that $$g(x)\neq 0$$

Thus in this case we have

$$x^2-5x>0 \implies x(x-5)>0 \implies x <0 \quad x>5$$