Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Linear Inequalities






One Direction, One Boundary, One Ray

A linear inequality in one variable is solved by the same operations that solve a linear equation — with one additional rule. Dividing or multiplying by a negative number flips the direction of the comparison. That single rule is the only point of divergence, and once it is internalized, every first-degree inequality reduces to a statement of the form x<cx < c or x>cx > c, whose solution is a ray on the number line. The boundary point is always the solution of the corresponding equation, and the inequality determines which side of it to shade.



Definition and Standard Form

A linear inequality in one variable is any inequality that can be written as

ax+b<0ax + b < 0


(or with >>, \leq, or \geq in place of <<), where aa and bb are real constants and a0a \neq 0. The variable xx appears only to the first power — no squares, no roots, no xx in a denominator.

The solution is always a ray: a half-line beginning at one point and extending to infinity in one direction. The boundary point is x=bax = -\frac{b}{a}, the solution of the corresponding linear equation ax+b=0ax + b = 0. The inequality symbol determines which side of this boundary the solution occupies and whether the boundary itself is included.

Not every linear inequality arrives in standard form. The inequality 3x7>2x+53x - 7 > 2x + 5 is linear because, after collecting terms, it reduces to x12>0x - 12 > 0. Recognition is the same as for equations: if the variable appears only to the first power with no compositions, the inequality is linear regardless of its initial presentation.

Solving with the Properties of Inequality

Two properties govern the manipulation of linear inequalities, directly paralleling the properties used for equations.

The addition property states that adding or subtracting the same quantity on both sides preserves the direction of the inequality. If x5>3x - 5 > 3, then adding 55 to both sides gives x>8x > 8. The direction >> is unchanged.

The multiplication property has two cases. Multiplying or dividing by a positive number preserves the direction: from 3x213x \leq 21, dividing by 33 gives x7x \leq 7. Multiplying or dividing by a negative number reverses the direction: from 2x8-2x \leq 8, dividing by 2-2 gives x4x \geq -4. The inequality flips from \leq to \geq.

The reversal is the entire difference between solving equations and solving inequalities. Every other step — collecting terms, distributing, clearing fractions — is mechanically identical. Missing the flip when dividing by a negative is the single most common error, and it produces the exact complement of the correct solution: the wrong half of the number line.

Worked Examples

A single-step inequality requires one operation. The inequality 3x>123x > 12 is solved by dividing both sides by 33 (positive, no flip): x>4x > 4. The solution in interval notation is (4,)(4, \infty).

A multi-step inequality demands the same sequence as a multi-step equation. Consider 4x72x+114x - 7 \leq 2x + 11. Subtract 2x2x from both sides: 2x7112x - 7 \leq 11. Add 77: 2x182x \leq 18. Divide by 22: x9x \leq 9. The solution is (,9](-\infty, 9].

An inequality requiring a direction flip: 2x+5>13-2x + 5 > 13. Subtract 55: 2x>8-2x > 8. Divide by 2-2 and reverse the inequality: x<4x < -4. The solution is (,4)(-\infty, -4).

A more involved example: 53(2x+1)4x85 - 3(2x + 1) \geq 4x - 8. Distribute: 56x34x85 - 6x - 3 \geq 4x - 8. Simplify the left: 26x4x82 - 6x \geq 4x - 8. Add 6x6x: 210x82 \geq 10x - 8. Add 88: 1010x10 \geq 10x. Divide by 1010: 1x1 \geq x, or equivalently x1x \leq 1. The solution is (,1](-\infty, 1].

Graphing the Solution

The solution to a linear inequality is represented on the number line by marking the boundary point and shading the appropriate direction.

For x>4x > 4: place an open dot at 44 (excluded because the inequality is strict) and shade to the right. The interval is (4,)(4, \infty).

For x9x \leq 9: place a solid dot at 99 (included because the inequality is non-strict) and shade to the left. The interval is (,9](-\infty, 9].

The boundary point is always the solution of the corresponding equation. The inequality 4x72x+114x - 7 \leq 2x + 11 has the boundary at x=9x = 9, the solution of 4x7=2x+114x - 7 = 2x + 11. The inequality symbol tells which side to shade, and whether the dot is solid or open.

This connection is not a coincidence. The equation ax+b=0ax + b = 0 identifies the single value where the two sides of the inequality are equal. On one side of that value, ax+bax + b is positive; on the other, it is negative. The inequality selects the appropriate side.

Compound Linear Inequalities

A compound inequality joins two linear inequalities into a single condition. The conjunction (AND) and disjunction (OR) produce fundamentally different solution sets.

A three-part chain like 3<2x+17-3 < 2x + 1 \leq 7 is a conjunction: both 3<2x+1-3 < 2x + 1 and 2x+172x + 1 \leq 7 must hold. Operations are applied to all three parts simultaneously. Subtract 11: 4<2x6-4 < 2x \leq 6. Divide by 22: 2<x3-2 < x \leq 3. The solution is the half-open interval (2,3](-2, 3].

A disjunction like x+3<1x + 3 < -1 or x+3>5x + 3 > 5 requires solving each part independently. From the first: x<4x < -4. From the second: x>2x > 2. The solution is the union (,4)(2,)(-\infty, -4) \cup (2, \infty) — two separate rays with a gap between them.

The choice between AND and OR depends on the problem's structure. Conjunctions narrow the solution set by requiring both conditions; the result is the intersection of two rays, which is either a bounded interval or empty. Disjunctions broaden it by accepting either condition; the result is the union of two rays, which is either two separate rays or the entire line.

Inequalities with Fractions and Decimals

Fractional coefficients are handled exactly as in linear equations: multiply every term on both sides by the least common denominator to clear all fractions. The critical requirement is that the LCD must be positive, which it always is when the denominators are numerical constants.

Consider x3x+24>1\frac{x}{3} - \frac{x + 2}{4} > 1. The LCD of 33 and 44 is 1212. Multiplying every term by 1212:

4x3(x+2)>124x - 3(x + 2) > 12


Distributing and collecting:

4x3x6>124x - 3x - 6 > 12

x6>12x - 6 > 12

x>18x > 18


The solution is (18,)(18, \infty). The multiplication by 1212 is safe because 12>012 > 0, so the direction is preserved.

Decimal coefficients are cleared in the same way, by multiplying by the appropriate power of 1010. The inequality 0.4x1.50.1x+30.4x - 1.5 \leq 0.1x + 3 becomes 4x15x+304x - 15 \leq x + 30 after multiplying by 1010, which simplifies to 3x453x \leq 45 and then x15x \leq 15.

If the variable appeared in a denominator, the inequality would no longer be linear — it would be a rational inequality, requiring sign analysis rather than simple clearing.

Special Cases

When the variable terms cancel during simplification, the inequality reduces to a comparison between two constants. The result is either universally true or universally false.

An always-true inequality arises when the remaining statement is valid. The inequality 2(x+4)>2x+32(x + 4) > 2x + 3 distributes to 2x+8>2x+32x + 8 > 2x + 3. Subtracting 2x2x gives 8>38 > 3, which holds regardless of xx. Every real number satisfies the original inequality, and the solution set is (,)(-\infty, \infty).

A never-true inequality arises when the remaining statement is false. The inequality 5(x1)5x95(x - 1) \leq 5x - 9 distributes to 5x55x95x - 5 \leq 5x - 9. Subtracting 5x5x gives 59-5 \leq -9, which fails for every xx. The solution set is empty — no real number satisfies the inequality.

These cases parallel the identity and contradiction outcomes in linear equations. The mechanism is the same: the variable disappears, and the truth or falsity of the resulting constant statement determines whether the solution set is everything or nothing.

Literal Inequalities

A literal inequality contains multiple variables, and the task is to isolate one variable in terms of the others. The procedure follows the same rules as numerical inequalities, but with an added complication: when dividing by a variable, its sign may not be known.

Consider solving ax+b>cax + b > c for xx. Subtracting bb gives ax>cbax > c - b. To divide by aa, the sign of aa matters. If a>0a > 0, the direction is preserved: x>cbax > \frac{c - b}{a}. If a<0a < 0, the direction reverses: x<cbax < \frac{c - b}{a}. Both cases must be stated, because without knowing aa, neither can be discarded.

This case-splitting does not arise in numerical inequalities, where the coefficient's sign is always visible. In literal inequalities, the answer is often conditional: the solution takes one form when a parameter is positive and another when it is negative. Stating both cases explicitly is not optional — omitting one produces an answer that is wrong half the time.

The same caution applies to multiplying by a variable expression whose sign is unknown. This is why, in more complex inequalities, sign analysis replaces direct manipulation: it avoids the need to know the sign of any expression in advance.