Mister Exam

Other calculators

cost>-√3/2 inequation

A inequation with variable

The solution

You have entered [src]
            ___ 
         -\/ 3  
cos(t) > -------
            2   
$$\cos{\left(t \right)} > \frac{\left(-1\right) \sqrt{3}}{2}$$
cos(t) > -sqrt(3)/2
Rapid solution [src]
  /   /            5*pi\     /7*pi              \\
Or|And|0 <= x, x < ----|, And|---- < x, x < 2*pi||
  \   \             6  /     \ 6                //
$$\left(0 \leq x \wedge x < \frac{5 \pi}{6}\right) \vee \left(\frac{7 \pi}{6} < x \wedge x < 2 \pi\right)$$
((0 <= x)∧(x < 5*pi/6))∨((7*pi/6 < x)∧(x < 2*pi))
Rapid solution 2 [src]
    5*pi     7*pi       
[0, ----) U (----, 2*pi)
     6        6         
$$x\ in\ \left[0, \frac{5 \pi}{6}\right) \cup \left(\frac{7 \pi}{6}, 2 \pi\right)$$
x in Union(Interval.Ropen(0, 5*pi/6), Interval.open(7*pi/6, 2*pi))