Inequality involving Square Root

2.6k Views Asked by At

$\sqrt{3x-x^2}<4-x$

I know I can't simply square both sides of an inequality. I have narrowed down the possible values of x => x belongs to [0,3] because the expression inside the square root cannot be negative. (Ignoring imaginary numbers)

And strangely enough, that is the given solution! => x belongs to [0,3]

Is the solution correct? And how? Doesn't the RHS matter?

2

There are 2 best solutions below

1
On BEST ANSWER

As you said, $x \in [0,3]$. Now if $x \in [0,3]$ the square root is well defined, and hence we have $0 \leq \sqrt {3x-x^{2}}< 4-x$. (You can square both sides since the square function is strictly increasing on $[0, \infty]$ Now squaring both sides we get $3x-x^{2}< x^{2}-8x+16$ hence $2x^{2}-11x+16>0$ but the discriminant of $2x^{2}-11x+16$ is strictly negative, and since the leading term $2>0$ then $2x^{2}-11x+16>0$ for all $x \in [0,3]$. Hence $[0,3]$ is the solution set.

1
On

Your solution is correct.

The RHS matters, but in this case it just isn't any more restrictive on $x$ than the root is.