KEVOS
ArticlesServicesCase studiesAboutContact
ArticlesServicesCase studiesAboutContact
← ArticlesAbsolute Value Equations and InequalitiesEngineering · Engineering MathematicsLesson 4/4← PrevNext →
GuidePublished 15 Aug 20264 min readBy Kevin Joginabsolute value equationsabsolute value inequalitiescase splittinginterval notation
On this page

Ask about this page

KEVOS AIAbsolute Value Equations and Inequalities

KEVOS knowledge first · trusted web sources when needed

Inequalities and Absolute Value

Absolute Value Equations and Inequalities

Splitting an absolute-value equation into two cases, and the two opposite shapes of solution that |x| < a and |x| > a produce.

Category Engineering / MathematicsStream Inequalities and Absolute ValueLevel CoreReading 5 minSource Week 4, pages 3-5

What this page covers

  • Solve an absolute-value equation by splitting into two cases
  • Solve |E| < a as a single interval
  • Solve |E| > a as a union of two intervals
  • Handle an equation with absolute values on both sides
On this page
  1. Equations: two cases
  2. Absolute values on both sides
  3. Inequalities: two opposite shapes
  4. Worked inequalities with an expression inside
  5. Degenerate cases
  6. Common mistakes
  7. Frequently asked questions

Equations: two cases

The rule
|E| = a (with a ≥ 0) ⇒ E = a or E = -aTwo points sit at distance a from zero, one either side

Worked example &mdash; the simplest case

Solve |x| = 3.

x = 3 or x = -3Source, Week 4, page 3
&minus;303

Two points, each 3 units from zero.

Worked example &mdash; no solution

Solve |x| = -3.

An absolute value is a distance and can never be negative. The source records simply: no solution. The solution set is ∅.

Worked example &mdash; a shifted centre

Solve |x + 5| = 3.

x + 5 = 3 or x + 5 = -3x = -2 or x = -8Source example, Week 4, page 3
&minus;8&minus;5&minus;2

Reading x + 5 as x - (-5): the two solutions lie 3 either side of -5.

Check

|-2 + 5| = 3 &#10003; and |-8 + 5| = |-3| = 3 &#10003;.

Absolute values on both sides

The rule
|A| = |B| ⇒ A = B or A = -BTwo quantities of equal size agree or oppose in sign

Worked example &mdash; the source's case

Solve |x - 4| = |3x + 1|.

The two cases
CaseEquationSolution
A = Bx - 4 = 3x + 1-2x = 5, so x = -52
A = -Bx - 4 = -(3x + 1)4x = 3, so x = 34

Source example, Week 4, page 4. Both are genuine solutions here; unlike radical equations, this case-splitting does not manufacture spurious ones, though checking remains cheap.

Check

At x = -52: |-132| = 132 and |-132| = 132 &#10003;. At x = 34: |-134| = 134 and |134| = 134 &#10003;.

Inequalities: two opposite shapes

The distance reading settles both cases without any algebra. The source phrases them exactly this way: for |x| < 3, x is closer to zero than 3; for |x| ≥ 3, x is further from zero than 3.

Less than: one interval
|E| < a ⇒ -a < E < aBoth conditions at once &mdash; an intersection
Greater than: two intervals
|E| > a ⇒ E < -a or E > aEither condition &mdash; a union

Worked example &mdash; |x| < 3

-3 < x < 3x ∈ (-3, 3)Source, Week 4, page 4
&minus;303

A single connected interval, both endpoints excluded.

The source writes it out as x > -3 and x < 3, which is the reading that keeps the conjunction visible.

Worked example &mdash; |x| ≥ 3

x ≤ -3 or x ≥ 3x ∈ (-∞, -3] ∪ [3, ∞)Source, Week 4, page 4
&minus;303

Two disjoint intervals. Solid endpoints, because the inequality admits equality.

The two shapes side by side
FormReadingConnectiveAnswer shape
|E| < aCloser to zero than aandOne interval
|E| > aFurther from zero than aorUnion of two

Worked inequalities with an expression inside

Worked example &mdash; |3x - 5| ≥ 9

A 'greater than' form, so two separate inequalities.

3x - 5 ≥ 9 or 3x - 5 ≤ -93x ≥ 14 or 3x ≤ -4x ≥ 143 or x ≤ -43Source example, Week 4, page 5
x ∈ (-∞, -43] ∪ [143, ∞)In interval notation

Worked example &mdash; a negative coefficient

Solve |3 - 5x| ≥ 9.

3 - 5x ≥ 9 or 3 - 5x ≤ -9-5x ≥ 6 or -5x ≤ -12x ≤ -65 or x ≥ 125Source example, Week 4, page 5
Both divisions reverse the sign

Dividing by -5 flips each inequality. Missing one of the two flips is the single most common error in this topic, and it produces an answer that looks plausible.

Check

Test x = 3, which the answer admits: |3 - 15| = 12 ≥ 9 &#10003;. Test x = 0, which it excludes: |3| = 3 ≥ 9 is false &#10003;.

Degenerate cases

When the right side is zero or negative
StatementSolutionReason
|E| = -a, a > 0∅A distance is never negative
|E| < -a, a > 0∅Same reason
|E| > -a, a > 0All xEvery absolute value exceeds a negative number
|E| = 0E = 0Only one point is at distance zero
|E| ≤ 0E = 0It cannot be less than zero
|E| ≥ 0All xAlways true

These take a moment to check and can save a page of unnecessary algebra. Always glance at the right-hand side before splitting into cases.

Common mistakes

Errors and checks
MistakeCorrectCheck
Giving one case for an equationThere are two|x| = 3 has two solutions
Using 'or' for |E| < aUse 'and'The solution is a single interval
Using 'and' for |E| > aUse 'or'The solution is a union
Reversing only one inequality after dividing by a negativeBoth reverseTest a value from inside the answer
|x - 4| = |3x + 1| giving only A = BAlso A = -BTwo cases, two solutions
Attempting |E| = -3No solutionCheck the right side's sign first

Frequently asked questions

Why does |x| < 3 give one interval but |x| > 3 give two?

Because 'closer to zero than 3' describes the single stretch between -3 and 3, whereas 'further from zero than 3' describes everything outside it &mdash; which is two separate pieces.

Do I use 'and' or 'or'?

'And' for <, because both conditions must hold at once and the solution is an intersection. 'Or' for >, because either suffices and the solution is a union.

What if the right side is negative?

|E| = -3 has no solution, since a distance is never negative. |E| < -3 has none either. But |E| > -3 is true for every x, since every absolute value exceeds a negative number.

How do I handle absolute values on both sides?

|A| = |B| means A = B or A = -B. Two cases, both solved normally. The source works |x - 4| = |3x + 1| this way.

Related pages

  • Absolute Value: Definition and Properties
  • Inequalities and Interval Notation
  • The Absolute Value Function and Its Graph
  • Sign Diagrams for Quadratic and Rational Inequalities

Source. Handwritten teaching notes, Week 4, pages 3-5.

This page is an original exposition prepared for the KEVOS® knowledge library. It restates, reorganises and verifies the mathematics of the supplied teaching notes; it is not a reproduction of them. Numerical values taken from the notes are identified as source examples and are not presented as engineering standards.

Continue learning

Absolute Value: Definition and PropertiesGuide · Engineering MathematicsSign Diagrams for Quadratic and Rational InequalitiesGuide · Engineering MathematicsInequalities and Interval NotationGuide · Engineering MathematicsThe Implied Domain of a FunctionGuide · Engineering Mathematics
KEVOS · Engineering, manufacturing and project improvement
ArticlesServicesCase studiesAboutContact
© 2026 KEVOS®