KS15
Bunuel
KS15
Bunuel,
I have a doubt here.
For statement 1,
I took ((x – 2)^2- (\sqrt{2}) ^2> 0
Now, can we not take (a-b)(a+b)>0 seperately to find out the solution?
Thanks
Well yes but it will give the same answer.
Probably the easiest way to deal with the first statement would be to tests numbers or to take the square root from both sides:
\(|x-2|>\sqrt{2}\);
\(x-2>\sqrt{2}\) or \(-(x-2)>\sqrt{2}\)
\(x>2+\sqrt{2}\) or \(x<2-\sqrt{2}\)
Can you show this using the formula a^2-b^2 i.e (a-b)(a+b) and then solving? I know it is easy to solve using numbers but not able to get using this formula
Thanks
\((x – 2)^2 > 2\)
\((x – 2)^2 -2> 0\)
\((x – 2-\sqrt{2})(x – 2+\sqrt{2})> 0\).
For the product to be positive both multiples must have the same sign.
When both are positive:\(x – 2-\sqrt{2}> 0\) and \(x – 2+\sqrt{2}> 0\).
\(x > 2+\sqrt{2}\) and \(x > 2-\sqrt{2}\).
For both above to be true simultaneously, \(x > 2+\sqrt{2}\) should hold (so x must be more than the larger number).
When both are negative:\(x – 2-\sqrt{2}< 0\) and \(x – 2+\sqrt{2}< 0\).
\(x < 2+\sqrt{2}\) and \(x < 2-\sqrt{2}\).
For both above to be true simultaneously, \(x < 2-\sqrt{2}\) should hold (so x must be less than the smaller number).
So, \(x>2+\sqrt{2}\) or \(x<2-\sqrt{2}\).Hope it's clear.