Study Vault
All PostsFlashcardsResourcesAI ChatBlog
  1. Home
  2. /↳All Posts
  3. /↳Add Math
  4. /↳Inequalities
Study VaultStudy Vault

Free, comprehensive study notes for CSEC students.

matthewlloydw@gmail.com

Navigate

  • Home
  • All Posts
  • Flashcards
  • Resources
  • AI Chat

Community

  • Contributors
  • Changelog
  • Suggest a Feature
  • My Suggestions
  • Bookmarks

Mathematics and Science

  • Mathematics
  • Additional Mathematics
  • Biology
  • Chemistry
  • Physics

Arts and Humanities

  • Caribbean History
  • Geography

Business and Human Development Studies

  • Principles of Accounts
  • Principles of Business
  • Economics

Modern Languages

  • English A (Language)
  • English B (Literature)
  • French
  • Spanish

Technical Studies and Creative Arts

  • Electrical & Electronic Technology
  • Information Technology

© 2026 Matthew Williams. Made with other contributors for all.

Additional Mathematics

Inequalities

PDF
Matthew Williams
|May 16, 2026|7 min read
InequalitiesPaper 01Paper 02Quadratic InequalitiesRational InequalitiesSection 1

Solving quadratic inequalities and rational inequalities with linear factors using algebraic and graphical methods, with set-builder and interval notation.

The CSEC syllabus focuses on two types of inequality beyond the linear work covered in General Mathematics: quadratic inequalities and rational inequalities with linear factors. Both are solved by the same underlying strategy: find critical values, then determine the sign of the expression in each region.

The Key Idea: Sign Analysis

An inequality like f(x)>0f(x) > 0f(x)>0 asks where the expression f(x)f(x)f(x) is positive. The sign of f(x)f(x)f(x) can only change at points where f(x)=0f(x) = 0f(x)=0 or where f(x)f(x)f(x) is undefined. These are the critical values. Between consecutive critical values, the sign is constant, so you only need to test one point per region.

Quadratic Inequalities

Method:

  1. Rearrange so the right side is zero.
  2. Solve ax2+bx+c=0ax^2 + bx + c = 0ax2+bx+c=0 to find the critical values (the roots of the equality).
  3. State the critical values, then sketch the parabola with those roots marked on the x-axis. Shade the region the inequality describes.
  4. Read off the solution and write it in set builder notation.

For a>0a > 0a>0 (upward parabola) with critical values α<β\alpha < \betaα<β: the expression is negative between the roots and positive outside them. For a<0a < 0a<0 the regions reverse.

Example

Solve x2−x−6<0x^2 - x - 6 < 0x2−x−6<0.

Solve: (x−3)(x+2)=0(x - 3)(x + 2) = 0(x−3)(x+2)=0

Critical values: x=−2x = -2x=−2, x=3x = 3x=3

Sketch: parabola opens upward (a=1>0a = 1 > 0a=1>0). It lies below the x-axis between the roots, so shade that region.

{x∈R:−2<x<3}\lbrace x \in \mathbb{R} : -2 < x < 3 \rbrace{x∈R:−2<x<3}

Example

Solve x2−9≥0x^2 - 9 \geq 0x2−9≥0.

Solve: (x−3)(x+3)=0(x - 3)(x + 3) = 0(x−3)(x+3)=0

Critical values: x=−3x = -3x=−3, x=3x = 3x=3

Sketch: parabola opens upward. It lies above (or on) the x-axis outside the roots, so shade those two outer regions. Endpoints are included because the inequality is ≥\geq≥.

{x∈R:x≤−3}∪{x∈R:x≥3}\lbrace x \in \mathbb{R} : x \leq -3 \rbrace \cup \lbrace x \in \mathbb{R} : x \geq 3 \rbrace{x∈R:x≤−3}∪{x∈R:x≥3}

Using a Sign Diagram

A sign diagram tracks the sign of each factor across every region. It is especially clear when the expression is already in factorised form.

Example

Solve (x+1)(x−4)≤0(x + 1)(x - 4) \leq 0(x+1)(x−4)≤0.

Critical values: x=−1x = -1x=−1, x=4x = 4x=4

Regionx+1x + 1x+1x−4x - 4x−4Product
x<−1x < -1x<−1−-−−-−+++
−1<x<4-1 < x < 4−1<x<4+++−-−−-−
x>4x > 4x>4+++++++++

The product is ≤0\leq 0≤0 in the middle region. Both endpoints satisfy the equality, so they are included.

{x∈R:−1≤x≤4}\lbrace x \in \mathbb{R} : -1 \leq x \leq 4 \rbrace{x∈R:−1≤x≤4}

Exam Tip

Never multiply both sides by just the denominator to clear a fraction — its sign depends on xxx, so the inequality direction may flip. Multiply by the denominator squared instead: a square is always positive, so the direction never changes.

Rational Inequalities with Linear Factors

The syllabus specifies inequalities of the form ax+bcx+d>0\dfrac{ax + b}{cx + d} > 0cx+dax+b​>0 (or ≥0\geq 0≥0, <0< 0<0, ≤0\leq 0≤0).

Method: multiply both sides by (cx+d)2(cx + d)^2(cx+d)2. Because a square is always positive, the inequality direction does not change. This turns the rational inequality into a quadratic:

ax+bcx+d⪌0  ⟹  (ax+b)(cx+d)⪌0\frac{ax + b}{cx + d} \gtreqqless 0 \implies (ax + b)(cx + d) \gtreqqless 0cx+dax+b​⪌0⟹(ax+b)(cx+d)⪌0

Solve the resulting quadratic inequality using the parabola method. At the end, exclude any xxx that makes the original denominator zero — the fraction is undefined there even if the quadratic would include it.

Example

Solve x−1x+2>0\dfrac{x - 1}{x + 2} > 0x+2x−1​>0.

Multiply both sides by (x+2)2(x + 2)^2(x+2)2:

(x−1)(x+2)>0(x - 1)(x + 2) > 0(x−1)(x+2)>0

Roots: x=1x = 1x=1 and x=−2x = -2x=−2. The parabola opens upward (a>0a > 0a>0), so the expression is positive outside the roots.

Solution from the quadratic: x<−2x < -2x<−2 or x>1x > 1x>1.

Exclude x=−2x = -2x=−2 (denominator zero, fraction undefined). Both regions already exclude it, so no adjustment is needed.

{x∈R:x<−2}∪{x∈R:x>1}\lbrace x \in \mathbb{R} : x < -2 \rbrace \cup \lbrace x \in \mathbb{R} : x > 1 \rbrace{x∈R:x<−2}∪{x∈R:x>1}

Example

Solve 2x+3x−5≤0\dfrac{2x + 3}{x - 5} \leq 0x−52x+3​≤0.

Multiply both sides by (x−5)2(x - 5)^2(x−5)2:

(2x+3)(x−5)≤0(2x + 3)(x - 5) \leq 0(2x+3)(x−5)≤0

Roots: x=−32x = -\dfrac{3}{2}x=−23​ and x=5x = 5x=5. The parabola opens upward, so the expression is ≤0\leq 0≤0 between the roots.

Solution from the quadratic: −32≤x≤5-\dfrac{3}{2} \leq x \leq 5−23​≤x≤5.

Exclude x=5x = 5x=5 (denominator zero). Change the right endpoint to open.

{x∈R:−32≤x<5}\left\lbrace x \in \mathbb{R} : -\frac{3}{2} \leq x < 5 \right\rbrace{x∈R:−23​≤x<5}

Notation Reference

Set builder notation (standard form for exam solutions):

SituationSet builder form
Connected range, strict{x∈R:a<x<b}\lbrace x \in \mathbb{R} : a < x < b \rbrace{x∈R:a<x<b}
Connected range, closed{x∈R:a≤x≤b}\lbrace x \in \mathbb{R} : a \leq x \leq b \rbrace{x∈R:a≤x≤b}
Mixed endpoints{x∈R:a≤x<b}\lbrace x \in \mathbb{R} : a \leq x < b \rbrace{x∈R:a≤x<b}
Two separate ranges{x∈R:x<a}∪{x∈R:x>b}\lbrace x \in \mathbb{R} : x < a \rbrace \cup \lbrace x \in \mathbb{R} : x > b \rbrace{x∈R:x<a}∪{x∈R:x>b}

The symbol ∈\in∈ means "is a member of" and R\mathbb{R}R denotes the set of real numbers.

Interval notation (alternative, also acceptable):

NotationMeaning
(a,b)(a, b)(a,b)a<x<ba < x < ba<x<b
[a,b][a, b][a,b]a≤x≤ba \leq x \leq ba≤x≤b
[a,b)[a, b)[a,b)a≤x<ba \leq x < ba≤x<b
(−∞,a)(-\infty, a)(−∞,a)x<ax < ax<a
A∪BA \cup BA∪Bxxx satisfies AAA or BBB
Remember

Endpoint inclusion: a critical value is included (closed boundary, ≤\leq≤ or ≥\geq≥) when the inequality is not strict and the expression is defined there. It is excluded (open boundary) when the inequality is strict, or when it is a denominator-zero point (fraction undefined).

Previous in syllabus order
Quadratic Functions and Equations
Next in syllabus order
Surds, Indices, and Logarithms