bsaikrishna
Solve the inequality: sqrt(2x+3) > x
link to the source (example 5 in https://openlearn.open.ac.uk/mod/oucontent/view.php?id=398420§ion=2.2)I have done it as follows:
Leg1:
=> sqrt(2x+3) > x
=> 2x+3 > x^2
=> x^2 -2x -3 < 0
=> -1< x < 3
Leg 2:
2x+3 has to be positive
=> 2x+3 > 0
=> x > -3/2
Considering both the solution is -1< x < 3
But the answer is: [-3/2,3)
Where did I go wrong?
If we approach the way you propose:
Expression under the square root can not be negative: \(2x+3\geq{0}\) --> \(x\geq{-\frac{3}{2}}\). Notice that for \(-\frac{3}{2}\leq{x}<0\) LHS>0>RHS, so for this range the given inequality holds true.
Next, when you square both parts (squaring an inequality is a tricky thing) you'l get: \(x^2-2x-3<0\) --> \(-1<x<3\). Combining both ranges: \(-\frac{3}{2}\leq{0}<3\).
I'd personally find the range \(-\frac{3}{2}\leq{x}<0\) first and then consider the cases for \(x\geq{0}\). We can safely square both part of the inequality if we know that both parts of an inequality are non-negative (so our case) --> \(x^2-2x-3<0\) --> \(-1<x<3\), as we consider the range \(x\geq{0}\) then: \(0\leq{x}<{3}\). Combine two ranges: \(-\frac{3}{2}\leq{0}<3\).
GENERAL RULE:
A. We can raise both parts of an inequality to an even power if we know that both parts of an inequality are non-negative (the same for taking an even root of both sides of an inequality).For example:
\(2<4\) --> we can square both sides and write: \(2^2<4^2\);
\(0\leq{x}<{y}\) --> we can square both sides and write: \(x^2<y^2\);
But if either of side is negative then raising to even power doesn't always work.
For example: \(1>-2\) if we square we'll get \(1>4\) which is not right. So if given that \(x>y\) then we can not square both sides and write \(x^2>y^2\) if we are not certain that both \(x\) and \(y\) are non-negative.
B. We can always raise both parts of an inequality to an odd power (the same for taking an odd root of both sides of an inequality).For example:
\(-2<-1\) --> we can raise both sides to third power and write: \(-2^3=-8<-1=-1^3\) or \(-5<1\) --> \(-5^2=-125<1=1^3\);
\(x<y\) --> we can raise both sides to third power and write: \(x^3<y^3\).
Hope it helps.