Mister Exam

Other calculators

sin(t)>=0 inequation

A inequation with variable

The solution

You have entered [src]
sin(t) >= 0
$$\sin{\left(t \right)} \geq 0$$
sin(t) >= 0
Detail solution
Given the inequality:
$$\sin{\left(t \right)} \geq 0$$
To solve this inequality, we must first solve the corresponding equation:
$$\sin{\left(t \right)} = 0$$
Solve:
Given the equation
$$\sin{\left(t \right)} = 0$$
- this is the simplest trigonometric equation
with the change of sign in 0

We get:
$$\sin{\left(t \right)} = 0$$
This equation is transformed to
$$t = 2 \pi n + \operatorname{asin}{\left(0 \right)}$$
$$t = 2 \pi n - \operatorname{asin}{\left(0 \right)} + \pi$$
Or
$$t = 2 \pi n$$
$$t = 2 \pi n + \pi$$
, where n - is a integer
$$t_{1} = 2 \pi n$$
$$t_{2} = 2 \pi n + \pi$$
$$t_{1} = 2 \pi n$$
$$t_{2} = 2 \pi n + \pi$$
This roots
$$t_{1} = 2 \pi n$$
$$t_{2} = 2 \pi n + \pi$$
is the points with change the sign of the inequality expression.
First define with the sign to the leftmost point:
$$t_{0} \leq t_{1}$$
For example, let's take the point
$$t_{0} = t_{1} - \frac{1}{10}$$
=
$$2 \pi n + - \frac{1}{10}$$
=
$$2 \pi n - \frac{1}{10}$$
substitute to the expression
$$\sin{\left(t \right)} \geq 0$$
$$\sin{\left(2 \pi n - \frac{1}{10} \right)} \geq 0$$
sin(-1/10 + 2*pi*n) >= 0

but
sin(-1/10 + 2*pi*n) < 0

Then
$$t \leq 2 \pi n$$
no execute
one of the solutions of our inequality is:
$$t \geq 2 \pi n \wedge t \leq 2 \pi n + \pi$$
         _____  
        /     \  
-------•-------•-------
       t1      t2
Solving inequality on a graph
Rapid solution [src]
Or(And(0 <= t, t <= pi), t = 2*pi)
$$\left(0 \leq t \wedge t \leq \pi\right) \vee t = 2 \pi$$
(t = 2*pi))∨((0 <= t)∧(t <= pi)
Rapid solution 2 [src]
[0, pi] U {2*pi}
$$t\ in\ \left[0, \pi\right] \cup \left\{2 \pi\right\}$$
t in Union(FiniteSet(2*pi), Interval(0, pi))