Sales Toll Free No: 1-800-481-2338

Solving Inequalities

Top

Inequality literally means "not equal". An inequality is defined as the expression that instead of having equality sign, contains less than or greater than signs. The objective of solving inequality is to find the possible values of unknown variables. There are basically two types of inequalities:

  1. Strict Inequalities: An equation with "less than" or "greater than" symbol is known as strict inequalities. For example: $a > 5$ means that "a" is strictly greater than 5 and it cannot be less than or equal to 5. Similarly, $b < 0$ means that "b" is strictly less than 0 and it cannot be greater than or equal to 0.
  2. Not-strict Inequalities: An equation with "less than or equal to" or "greater than or equal to" symbol is known as not-strict inequalities. For example: $x \geq 10$ means that "x" can at least be 10. i.e. either 10 or greater than 10. Similarly, $y \leq 8$ means that "y" can at most be 8 i.e. either 8 or less than 8.
Few examples of inequalities are given below:
  • $a - 2 < 5$
  • $3s - 7 > 18$
  • $2(x - 1) \geq 3x$
  • $4x + 1 \leq 2(x - 3)$

Rules for Solving Inequalities

Back to Top
There are some rules to be followed while solving inequalities. These rules are as follows:

Rule 1:
Flip the inequality sign while switching sides
Whenever we switch the sides of inequality equation, we replace $>$ by $<$ sign and vice versa. Similarly, replace $\geq $ by $\leq $ and vice versa. This rule can be explained as:
$4 < 5 - y$
If we change side, then
$5 - y > 4$
We changed sign of inequality $<$ to $>$.
Rule 2: Addition and Subtraction Operation
Whenever addition or subtraction operation is performed on an inequality equation, we must add or subtract same number on both the sides.
We can explain it by an example:
$a - 2 > 5$
To solve this inequality, we add 2 on both the sides:
$a - 2 + 2 > 5 + 2$
$a > 7$.
Rule 3: Multiplication and Division Operation
Whenever multiplication or division is performed, it must be done on both the sides. If we multiply or divide by a positive number on both the sides, the inequality sign remains the same. On the other hand, if we multiply or divide by negative number on both the sides, the inequality signs flips.

Solving Linear Inequalities

Back to Top
Linear inequalities are similar to linear equations with "less than ($< $)", "greater than ($>$)", "less than or equal to ($\leq $)", or "greater than or equal to ($\geq $)" sign. Linear inequalities are solved in the same manner as linear equations are solved. But, the rules of solving inequalities should be kept in mind and followed while solving linear inequalities.

Let us assume one example:
$x - 4 > 1$
Adding 4 on both the sides, we get
$x - 4 + 4 > 1 + 4$
$x > 5$

Solving Multi-Step Inequalities

Back to Top
Multi-step inequalities are those which involve various steps. While solving them, we need to follow the same rules of solving inequalities, as well as the order of operation. Let us take an example:
$-6(5y - 7) > 5y + 25$

First, we solve the bracket:
$-30y + 42 > 5y + 25$

Subtract 5y on both sides:
$-30y + 42 - 5y > 5y + 25 - 5y$
$-35y + 42 > 25$

Subtract 42 on both sides:
$-35y + 42 - 42 > 25 - 42$
$-35y > -17$

Dividing by -35
$y < 0.49$

Solving Compound Inequalities

Back to Top
Compound inequality is a combination of two inequalities which are joined together by logical operators and or or.
Compound Inequality with "and":
It represents "intersection" i.e. for the compound inequality with "and" to be true, both the inequalities must be true separately.
Compound Inequality with "or":
It represents "union" i.e. for the compound inequality with "or" to be true, at least one of the two inequalities must be true.

Solved Examples

Question 1: Solve $3x - 5 > 10 \text{or} -2x - 1 > 9$
Solution:
We can solve both the equations simultaneously with "or" operator in between.
$3x - 5 + 5 > 10 + 5 \text{or} -2x - 1 + 1 > 9 + 1$
$3x > 15 \text{or} - 2x > 10$
$x > 5 \text{or} x < -5$
This compound inequality looks at number line as below:
Solving Compound Inequalities
This can also be written in interval notation as:
$(-\infty ,-5)\bigcup (5,\infty )$

Question 2: Solve $x + 3 \geq 5$ and $2x - 1 \leq 7$.
Solution:
$x + 3 - 3 \geq 5 - 3$ and $2x - 1 + 1 \leq 7 + 1$
$x \geq 2$ and $2x \leq 8$
$x \geq 2$ and $x \leq 4$.
This inequality is shown on number line as below:
Solving Compound Inequalities Examples
This can be written in interval notation as:
$\left [2,4 \right ]$

Solving Polynomial Inequalities

Back to Top
Polynomial inequality contains polynomial with an inequality sign. Following steps should be followed while solving polynomial inequalities:
Step 1: Equate polynomial to zero and find all the zeros of it.
Step 2: Now, divide the number line into intervals according to the roots.
Step 3: The values of a polynomial can only be either positive or negative between two roots. So, choose any point among these intervals and evaluate whether the result is greater than zero or less than zero. This process is called sign analysis.
Step 4: Now, determine the intervals which satisfy given inequality.
Step 5: Draw those intervals on number line.

Solving Quadratic Inequalities

Back to Top
An equation of the form $ax^{2} + bx + c = 0$ is known as quadratic equation. A quadratic equation with "inequality" sign in place of "equals" sign, is referred as quadratic inequality.
The process of solving quadratic inequalities is the same as that of solving polynomial inequalities.

Solved Example

Question: Solve$x^{2} + 2x - 3 \geq 0$
Solution:
Step 1: Find the roots of quadratic equation by equating it to zero.
$x^{2} + 2x - 3 = 0$
$x^{2} + 3x - x - 3 = 0$
$(x - 1)(x + 3) = 0$
$x = 1, x = -3$

Step 2: Now, the number line is divided into three intervals based on the roots as shown below:
$[-\infty ,-3], [-3,1], [1,\infty]$

Step 3:
Choose any point among these intervals and determine whether the result is greater than zero or less than zero. This process is called sign analysis.
Here, we substitute x = - 4, x = 0 and x = 2 in $f(x) = x^{2} + 2x - 3$.
$f(-4) = (-4)^{2} + 2(-4) - 3$
$ = 5 > 0$
$f(0) = (0)^{2} + 2(0) - 3$
$ = -3 < 0$
$f(2) = (2)^{2} + 2(2) - 3$
$ = 5 > 0$

Step 4:
Now, find the intervals which satisfies the given inequality.
In example, inequality is "greater than or equal to" which is satisfied by the intervals $(-\infty ,-3)$ and $(1,\infty )$
The following graph shows above interval on number line:
Solving Quadratic Inequalities
We may write this in interval notation as $[-\infty ,-3] \bigcup [1,\infty ]$.

Solving Inequalities by Graphing

Back to Top
We shall consider following two simple examples to understand the graphical representation of inequalities:

Solved Examples

Question 1: Solve $x + 3 \geq 0$
Solve the given inequality and determine the value of x.
Solution:
$x + 3 \geq 0$
$x + 3 - 3 \geq 0 - 3$
$x \geq - 3$
It means that x is either -3 or greater than -3. Therefore, it represents the following interval:
$[-3,\infty ]$ which is left closed interval.
To graph this interval, we need to draw number line and then, draw a closed circle at -3. In this way, we get the following graph:
Solving Inequalities by Graphing

Question 2: $x - 2 < 0$
Solve the given inequity and determine the value of x.
Solution:
$x - 2 + 2 < 0 + 2$
$x < 2$
It means that, x is strictly less than 2. Therefore, it represents the interval $(-\infty,2)$ which is an open interval.
To graph this interval, we need to draw number line and then, draw an open circle at 2. In this way, we get the following graph:
Solving Inequalities by Graphing Examples

Solving Absolute Value Inequalities

Back to Top
An equation of the form $\left | x \right | = k$ is called an absolute value equation. An absolute value inequality has inequality sign in place of "equals" sign.

There are two types of patterns in solving absolute value inequalities.
Absolute value inequality with $< or \leq$ sign: An absolute value inequality with $< or \leq $ sign is to solved by using the following pattern:

For k > 0
Solving Absolute Value Inequalities
Absolute value inequality with $> or \geq $ sign: An absolute value inequality with $> or \geq $ sign is to solved by using the following pattern:

For k > 0
Solve Absolute Value Inequalities

Solving Radical Inequalities

Back to Top
An inequality with expression within the radical is known as radical inequality. To solve a radical inequality, we make the radical vanish and then, follow above described rules of inequality. An example is shown below:

Solved Example

Question: Solve $\sqrt{7x + 5} \geq 2$
Solution:
$\left \{\sqrt{7x + 5} \right \}^{2} \geq (2)^{2}$  (squaring both the sides)
$7x + 5 \geq 4$
$7x + 5 - 5 \geq 4 - 5$
$7x \geq -1$
$x \geq - $$\frac{1}{7}$

Solving Inequalities Examples

Back to Top
Few examples based on inequalities are discussed below:

Solved Examples

Question 1: Solve $3x + 8 > 2x - 7$
Solution:
$3x + 8 > 2x - 7$
$3x + 8 - 2x > 2x - 7 - 2x$
$x + 8 > -7$
$x + 8 - 8 > -7 - 8$
$x > -15$

Question 2: Solve $7t - 5 \leq 8$
Solution:
$7t - 5 \leq 8$
$7t - 5 + 5 \leq 8 + 5$
$7t \leq 13$
$t \leq $$\frac{13}{7}$