Find all real numbers x such that
1<x^2<4
1 < x² < 4
=> x² > 1 and x² <4
=> x² - 1 > 0 and x² - 4 < 0
=> (x-1)(x+1) > 0 and (x-2)(x+2) < 0
For inequality (x-1)(x+1) > 0
By wavy curve rule
x < -1 or x > 1
=> x
For inequality (x-2)(x+2) < 0
By wavy curve rule
-2 < x < 2 => x
So the solution is intersection of the sets and (-2,2)
So the real numbers x (-2,-1) U (1,2) satisfy the inequality 1< x²<4
Comments