Mister Exam

Other calculators

sinx-3cosx<0 inequation

A inequation with variable

The solution

You have entered [src]
sin(x) - 3*cos(x) < 0
$$\sin{\left(x \right)} - 3 \cos{\left(x \right)} < 0$$
sin(x) - 3*cos(x) < 0
Detail solution
Given the inequality:
$$\sin{\left(x \right)} - 3 \cos{\left(x \right)} < 0$$
To solve this inequality, we must first solve the corresponding equation:
$$\sin{\left(x \right)} - 3 \cos{\left(x \right)} = 0$$
Solve:
Given the equation
$$\sin{\left(x \right)} - 3 \cos{\left(x \right)} = 0$$
transform:
$$\frac{\sin{\left(x \right)}}{\cos{\left(x \right)}} = 3$$
or
$$\tan{\left(x \right)} = 3$$
- this is the simplest trigonometric equation
This equation is transformed to
$$x = \pi n + \operatorname{atan}{\left(-3 \right)}$$
Or
$$x = \pi n - \operatorname{atan}{\left(3 \right)}$$
, where n - is a integer
$$x_{1} = \pi n - \operatorname{atan}{\left(3 \right)}$$
$$x_{1} = \pi n - \operatorname{atan}{\left(3 \right)}$$
This roots
$$x_{1} = \pi n - \operatorname{atan}{\left(3 \right)}$$
is the points with change the sign of the inequality expression.
First define with the sign to the leftmost point:
$$x_{0} < x_{1}$$
For example, let's take the point
$$x_{0} = x_{1} - \frac{1}{10}$$
=
$$\left(\pi n - \operatorname{atan}{\left(3 \right)}\right) + - \frac{1}{10}$$
=
$$\pi n - \operatorname{atan}{\left(3 \right)} - \frac{1}{10}$$
substitute to the expression
$$\sin{\left(x \right)} - 3 \cos{\left(x \right)} < 0$$
$$\sin{\left(\pi n - \operatorname{atan}{\left(3 \right)} - \frac{1}{10} \right)} - 3 \cos{\left(\pi n - \operatorname{atan}{\left(3 \right)} - \frac{1}{10} \right)} < 0$$
-sin(1/10 - pi*n + atan(3)) - 3*cos(1/10 - pi*n + atan(3)) < 0

but
-sin(1/10 - pi*n + atan(3)) - 3*cos(1/10 - pi*n + atan(3)) > 0

Then
$$x < \pi n - \operatorname{atan}{\left(3 \right)}$$
no execute
the solution of our inequality is:
$$x > \pi n - \operatorname{atan}{\left(3 \right)}$$
         _____  
        /
-------ο-------
       x1
Solving inequality on a graph
Rapid solution 2 [src]
[0, atan(3)) U (pi + atan(3), 2*pi]
$$x\ in\ \left[0, \operatorname{atan}{\left(3 \right)}\right) \cup \left(\operatorname{atan}{\left(3 \right)} + \pi, 2 \pi\right]$$
x in Union(Interval.Ropen(0, atan(3)), Interval.Lopen(atan(3) + pi, 2*pi))
Rapid solution [src]
Or(And(0 <= x, x < atan(3)), And(x <= 2*pi, pi + atan(3) < x))
$$\left(0 \leq x \wedge x < \operatorname{atan}{\left(3 \right)}\right) \vee \left(x \leq 2 \pi \wedge \operatorname{atan}{\left(3 \right)} + \pi < x\right)$$
((0 <= x)∧(x < atan(3)))∨((x <= 2*pi)∧(pi + atan(3) < x))