Skip to content

Inequalities

An inequality states that one expression is greater than or less than another. Inequalities arise when finding the domain and range of functions, and are closely related to quadratic functions through their graphical interpretation.

Inequality Rules

Basic Properties

Let aa, bbAnd cc be real numbers. The following properties hold for inequalities:

Addition property:

A>b    a+c>b+cA > b \implies a + c > b + c

Adding the same quantity to both sides preserves the inequality.

Multiplication by a positive number:

A>b,  c>0    ac>bcA > b,\; c > 0 \implies ac > bc

Multiplication by a negative number (reversal):

A>b,  c<0    ac<bcA > b,\; c < 0 \implies ac < bc

This is the most important rule to remember: multiplying or dividing both sides by a negative Number reverses the inequality sign.

Transitivity

A>bandb>c    a>cA > b \mathrm{ and } b > c \implies a > c

Other Properties

  • If a>b>0a > b > 0Then a2>b2a^2 > b^2 and 1a<1b\dfrac{1}{a} < \dfrac{1}{b}.
  • If a>ba > b and c>dc > dThen a+c>b+da + c > b + d.
  • If a>b>0a > b > 0 and c>d>0c > d > 0Then ac>bdac > bd.
Examples- $3 > 1 \implies 3 + 5 > 1 + 5$I.e., $8 > 6$. - $4 > 2$ and $3 > 0 \implies 4 \times 3 > 2 \times 3$I.e., $12 > 6$. - $5 > 2$ and $-3 < 0 \implies 5 \times (-3) < 2 \times (-3)$I.e., $-15 < -6$. - $7 > 5 > 2 \implies 7 > 2$ (transitivity). - $3 > 2 > 0 \implies 9 > 4$ and $\dfrac{1}{3} < \dfrac{1}{2}$.

Linear Inequalities

Solving Linear Inequalities

A linear inequality has the form ax+b>cax + b > c or ax+b<cax + b < cWhere a0a \neq 0. The solution Procedure mirrors that of linear equations, with one critical exception: when multiplying or Dividing by a negative number, the inequality sign must be reversed.

General method:

  1. Collect like terms on each side.
  2. Isolate the variable by performing the same operation on both sides.
  3. Reverse the inequality sign if multiplying or dividing by a negative number.

Number Line Representation

The solution of a linear inequality in one variable is an interval, which can be represented on a Number line:

  • An open circle (\circ) indicates a strict inequality (<< or >>).
  • A closed circle (\bullet) indicates an inclusive inequality (\leq or \geq).
Examples- Solve $3x - 7 > 5$: 3x>12    x>43x > 12 \implies x > 4

The solution set is (4,)(4, \infty).

  • Solve 2x+3x42x + 3 \leq x - 4:
2xx43    x72x - x \leq -4 - 3 \implies x \leq -7

The solution set is (,7](-\infty, -7].

  • Solve 2x+6<10-2x + 6 < 10:
2x<4    x>2-2x < 4 \implies x > -2

Note the reversal of the inequality sign when dividing by 2-2. The solution set is (2,)(-2, \infty).

  • Solve 5(x2)3x+45(x - 2) \geq 3x + 4:
5x103x+4    2x14    x75x - 10 \geq 3x + 4 \implies 2x \geq 14 \implies x \geq 7

The solution set is [7,)[7, \infty).

Quadratic Inequalities

A quadratic inequality has the form ax2+bx+c>0ax^2 + bx + c > 0, ax2+bx+c<0ax^2 + bx + c < 0Or their non-strict Variants, where a0a \neq 0. Solving quadratic inequalities relies on understanding the graph of the Corresponding quadratic function f(x)=ax2+bx+cf(x) = ax^2 + bx + c.

Graphical Interpretation

The graph of f(x)=ax2+bx+cf(x) = ax^2 + bx + c is a parabola. The solution of f(x)>0f(x) > 0 corresponds to the xx-values where the parabola lies above the xx-axis, and f(x)<0f(x) < 0 corresponds to where the Parabola lies below the xx-axis.

The discriminant Δ=b24ac\Delta = b^2 - 4ac determines the number of Intersections with the xx-axis:

ConditionParabola and xx-axisax2+bx+c>0ax^2 + bx + c > 0 (for a>0a > 0)
Δ>0\Delta > 0Two distinct intersections at x=α,βx = \alpha, \betax<αx < \alpha or x>βx > \beta
Δ=0\Delta = 0One intersection at x=αx = \alphaxαx \neq \alpha (all real xx except α\alpha)
Δ<0\Delta < 0No intersectionAll real xx (always true)

Solving Method

Using factorization:

  1. Bring all terms to one side so the inequality is in the form ax2+bx+c0ax^2 + bx + c \gtrless 0.
  2. Factorize (or use the quadratic formula) to find the roots.
  3. Draw a sign diagram to determine the sign of the expression in each interval.

Sign diagram method:

  1. Find the roots of ax2+bx+c=0ax^2 + bx + c = 0.
  2. Mark the roots on a number line, dividing the real line into intervals.
  3. Test the sign of the expression in each interval.
  4. Select the intervals satisfying the inequality.
Examples- Solve $x^2 - 5x + 6 > 0$:

Factorize: (x2)(x3)>0(x-2)(x-3) > 0.

Roots are x=2x = 2 and x=3x = 3. Since a=1>0a = 1 > 0The parabola opens upward.

Sign diagram:

X(,2)(2,3)(3,)(x2)++(x3)+(x2)(x3)++\begin{array}{c|ccc} X & (-\infty, 2) & (2, 3) & (3, \infty) \\ \hline (x-2) & - & + & + \\ (x-3) & - & - & + \\ \hline (x-2)(x-3) & + & - & + \end{array}

Solution: x<2x < 2 or x>3x > 3I.e., (,2)(3,)(-\infty, 2) \cup (3, \infty).

  • Solve x2+4x30-x^2 + 4x - 3 \geq 0:

Multiply both sides by 1-1 (reverse inequality): x24x+30x^2 - 4x + 3 \leq 0.

Factorize: (x1)(x3)0(x-1)(x-3) \leq 0.

Since a=1>0a = 1 > 0The parabola opens upward. The expression is non-positive between the roots.

Solution: 1x31 \leq x \leq 3I.e., [1,3][1, 3].

  • Solve x2+2x+5<0x^2 + 2x + 5 < 0:

Discriminant: Δ=420=16<0\Delta = 4 - 20 = -16 < 0.

Since a=1>0a = 1 > 0 and Δ<0\Delta < 0The parabola is always above the xx-axis.

Solution: \varnothing (no solution).

  • Solve 2x23x2>02x^2 - 3x - 2 > 0:

Factorize: (2x+1)(x2)>0(2x + 1)(x - 2) > 0.

Roots: x=12x = -\dfrac{1}{2} and x=2x = 2.

Sign diagram:

X(,12)(12,2)(2,)(2x+1)++(x2)+(2x+1)(x2)++\begin{array}{c|ccc} X & \left(-\infty, -\tfrac{1}{2}\right) & \left(-\tfrac{1}{2}, 2\right) & (2, \infty) \\ \hline (2x+1) & - & + & + \\ (x-2) & - & - & + \\ \hline (2x+1)(x-2) & + & - & + \end{array}

Solution: x<12x < -\dfrac{1}{2} or x>2x > 2I.e., (,12)(2,)\left(-\infty, -\dfrac{1}{2}\right) \cup (2, \infty).

Absolute Value Inequalities

The absolute value of a real number xxDenoted x|x|Represents its distance from zero on the Number line. This geometric interpretation is the key to solving absolute value inequalities.

Fundamental Forms

x<a|x| < a (where a>0a > 0):

Geometrically, xx is within distance aa from zero.

x<a    a<x<a|x| < a \iff -a < x < a

x>a|x| > a (where a>0a > 0):

Geometrically, xx is more than distance aa from zero.

x>a    x<a  or  x>a|x| > a \iff x < -a \;\mathrm{ or }\; x > a

General Forms

ax+b<c|ax + b| < c (where c>0c > 0):

ax+b<c    c<ax+b<c|ax + b| < c \iff -c < ax + b < c

This is equivalent to a system of two linear inequalities, which can be solved simultaneously.

ax+b>c|ax + b| > c (where c>0c > 0):

ax+b>c    ax+b<c  or  ax+b>c|ax + b| > c \iff ax + b < -c \;\mathrm{ or }\; ax + b > c

This gives two separate linear inequalities, each solved independently.

Special Cases

  • If c0c \leq 0Then x<c|x| < c has no solution (\varnothing).
  • If c<0c < 0Then x>c|x| > c is true for all real xx (R\mathbb{R}).
  • xa|x| \geq a and xa|x| \leq a follow the same patterns with non-strict inequality signs.
Examples- Solve $|x - 3| < 5$: 5<x3<5    2<x<8-5 < x - 3 < 5 \implies -2 < x < 8

Solution: (2,8)(-2, 8).

  • Solve 2x+17|2x + 1| \geq 7:
2x+17  or  2x+172x + 1 \leq -7 \;\mathrm{ or }\; 2x + 1 \geq 7 2x8  or  2x62x \leq -8 \;\mathrm{ or }\; 2x \geq 6 X4  or  x3X \leq -4 \;\mathrm{ or }\; x \geq 3

Solution: (,4][3,)(-\infty, -4] \cup [3, \infty).

  • Solve 3x6>0|3x - 6| > 0:
3x60    x23x - 6 \neq 0 \implies x \neq 2

Solution: R{2}\mathbb{R} \setminus \{2\}.

  • Solve x24<5|x^2 - 4| < 5:
5<x24<5    1<x2<9-5 < x^2 - 4 < 5 \implies -1 < x^2 < 9

Since x20x^2 \geq 0 for all real xxThe left inequality 1<x2-1 < x^2 is always satisfied.

From x2<9x^2 < 9: 3<x<3-3 < x < 3.

Solution: (3,3)(-3, 3).

  • Solve x+21|x + 2| \leq -1:

Since x+20|x + 2| \geq 0 for all real xxIt can never be 1\leq -1.

Solution: \varnothing.

Systems of Inequalities

A system of inequalities requires finding the set of values that satisfy all inequalities Simultaneously. The solution set of the system is the intersection of the solution sets of the Individual inequalities.

Method for Systems of Linear Inequalities

  1. Solve each inequality separately.
  2. Find the intersection of all solution sets.
  3. Represent the combined solution on a number line or using interval notation.

Systems Involving Quadratic and Absolute Value Inequalities

The same principle applies: solve each inequality independently, then take the intersection of all Solution sets.

Examples- Find all $x$ satisfying $x^2 - 4x + 3 < 0$ and $2x - 1 > 3$:

From x24x+3<0x^2 - 4x + 3 < 0: (x1)(x3)<0    1<x<3(x-1)(x-3) < 0 \implies 1 < x < 3.

From 2x1>32x - 1 > 3: 2x>4    x>22x > 4 \implies x > 2.

Intersection: 2<x<32 < x < 3I.e., (2,3)(2, 3).

  • Find all xx satisfying x13|x - 1| \leq 3 and x290x^2 - 9 \leq 0:

From x13|x - 1| \leq 3: 3x13    2x4-3 \leq x - 1 \leq 3 \implies -2 \leq x \leq 4.

From x290x^2 - 9 \leq 0: (x3)(x+3)0    3x3(x-3)(x+3) \leq 0 \implies -3 \leq x \leq 3.

Intersection: 2x3-2 \leq x \leq 3I.e., [2,3][-2, 3].

  • Find all xx satisfying x22x8>0x^2 - 2x - 8 > 0 and x+1<6|x + 1| < 6:

From x22x8>0x^2 - 2x - 8 > 0: (x4)(x+2)>0    x<2(x-4)(x+2) > 0 \implies x < -2 or x>4x > 4.

From x+1<6|x + 1| < 6: 6<x+1<6    7<x<5-6 < x + 1 < 6 \implies -7 < x < 5.

Intersection: 7<x<2-7 < x < -2I.e., (7,2)(-7, -2).

(Note: the second branch x>4x > 4 from the quadratic has no overlap with x<5x < 5 beyond (4,5)(4, 5)But x>4x > 4 and x<5x < 5 gives 4<x<54 < x < 5. The full intersection is (7,2)(4,5)(-7, -2) \cup (4, 5).)

  • Find all xx satisfying x2+1>0x^2 + 1 > 0 and x3<0x - 3 < 0:

From x2+1>0x^2 + 1 > 0: always true (discriminant Δ=4<0\Delta = -4 < 0And a=1>0a = 1 > 0).

From x3<0x - 3 < 0: x<3x < 3.

Intersection: (,3)(-\infty, 3).


Wrap-up Questions1. **Question:** Solve the inequality $\dfrac{2x - 1}{3} \leq \dfrac{x + 2}{4} + 1$. ### DetailsAnswerMultiply through by $12$ (the LCM of $3$ and $4$Which is positive so the inequality sign is preserved): 4(2x1)3(x+2)+124(2x - 1) \leq 3(x + 2) + 12 8x43x+6+128x - 4 \leq 3x + 6 + 12 5x22    x2255x \leq 22 \implies x \leq \frac{22}{5}

Solution: (,225]\left(-\infty, \dfrac{22}{5}\right].

  1. Question: Solve x26x+90x^2 - 6x + 9 \geq 0.
AnswerFactorize: $(x - 3)^2 \geq 0$.

Since (x3)20(x - 3)^2 \geq 0 for all real xx (a square is always non-negative), the solution is all Real numbers.

Solution: R\mathbb{R}.

  1. Question: Find the range of xx for which x23x10<0x^2 - 3x - 10 < 0 and 2x+1>02x + 1 > 0 both hold.
AnswerFrom $x^2 - 3x - 10 < 0$: $(x - 5)(x + 2) < 0 \implies -2 < x < 5$.

From 2x+1>02x + 1 > 0: x>12x > -\dfrac{1}{2}.

Intersection: 12<x<5-\dfrac{1}{2} < x < 5I.e., (12,5)\left(-\dfrac{1}{2}, 5\right).

  1. Question: Solve 3x5<7|3x - 5| < 7.
Answer$$ -7 < 3x - 5 < 7 $$ 2<3x<12-2 < 3x < 12 23<x<4-\frac{2}{3} < x < 4

Solution: (23,4)\left(-\dfrac{2}{3}, 4\right).

  1. Question: Solve 2x+3x2+2|2x + 3| \geq x^2 + 2.
AnswerThis inequality combines absolute value and quadratic expressions. Consider two cases.

Case 1: 2x+302x + 3 \geq 0 (i.e., x32x \geq -\dfrac{3}{2}), so 2x+3=2x+3|2x + 3| = 2x + 3:

2x+3x2+2    x22x102x + 3 \geq x^2 + 2 \implies x^2 - 2x - 1 \leq 0

Roots: x=2±4+42=1±2x = \dfrac{2 \pm \sqrt{4 + 4}}{2} = 1 \pm \sqrt{2}.

So 12x1+21 - \sqrt{2} \leq x \leq 1 + \sqrt{2}.

Combined with x32x \geq -\dfrac{3}{2}: max ⁣(12,  32)x1+2\max\!\left(1 - \sqrt{2},\; -\dfrac{3}{2}\right) \leq x \leq 1 + \sqrt{2}.

Since 120.414>32=1.51 - \sqrt{2} \approx -0.414 > -\dfrac{3}{2} = -1.5The constraint is 12x1+21 - \sqrt{2} \leq x \leq 1 + \sqrt{2}.

Case 2: 2x+3<02x + 3 < 0 (i.e., x<32x < -\dfrac{3}{2}), so 2x+3=(2x+3)|2x + 3| = -(2x + 3):

2x3x2+2    x2+2x+50-2x - 3 \geq x^2 + 2 \implies x^2 + 2x + 5 \leq 0

Discriminant: Δ=420=16<0\Delta = 4 - 20 = -16 < 0. Since a=1>0a = 1 > 0The expression is always positive. No Solution in this case.

Solution: [12,  1+2][1 - \sqrt{2},\; 1 + \sqrt{2}].

  1. Question: For what values of kk does the quadratic equation x2+2kx+k+6=0x^2 + 2kx + k + 6 = 0 have two Distinct real roots?
AnswerFor two distinct real roots, the [discriminant](1_functions.mdx#discriminant) must satisfy $\Delta > 0$: Δ=(2k)24(1)(k+6)=4k24k24>0\Delta = (2k)^2 - 4(1)(k + 6) = 4k^2 - 4k - 24 > 0 K2k6>0K^2 - k - 6 > 0

Factorize: (k3)(k+2)>0(k - 3)(k + 2) > 0.

Since a=1>0a = 1 > 0The parabola opens upward. The expression is positive outside the roots.

Solution: k<2k < -2 or k>3k > 3I.e., (,2)(3,)(-\infty, -2) \cup (3, \infty).

  1. Question: Solve the system of inequalities x25x+40x^2 - 5x + 4 \leq 0, x23|x - 2| \leq 3And x>0x > 0.
AnswerFrom $x^2 - 5x + 4 \leq 0$: $(x-1)(x-4) \leq 0 \implies 1 \leq x \leq 4$.

From x23|x - 2| \leq 3: 3x23    1x5-3 \leq x - 2 \leq 3 \implies -1 \leq x \leq 5.

From x>0x > 0: x(0,)x \in (0, \infty).

Intersection of all three:

  • From the first: [1,4][1, 4].
  • From the second: [1,5][-1, 5].
  • From the third: (0,)(0, \infty).

Combined: [1,4][1, 4].

Solution: [1,4][1, 4].

  1. Question: A ball is thrown upward from a height of 22 m with an initial velocity of 2020 M/s. The height hh (in metres) after tt seconds is given by h(t)=5t2+20t+2h(t) = -5t^2 + 20t + 2. During what Time interval is the ball at a height greater than 1717 m?
AnswerWe need $h(t) > 17$: 5t2+20t+2>17-5t^2 + 20t + 2 > 17 5t2+20t15>0-5t^2 + 20t - 15 > 0

Divide by 5-5 (reverse inequality):

T24t+3<0T^2 - 4t + 3 < 0

Factorize: (t1)(t3)<0    1<t<3(t - 1)(t - 3) < 0 \implies 1 < t < 3.

The ball is above 1717 m during the interval (1,3)(1, 3) seconds.

  1. Question: Solve x24x10\dfrac{x^2 - 4}{x - 1} \geq 0.
AnswerFirst note that $x \neq 1$ (the denominator cannot be zero).

Factorize the numerator: (x2)(x+2)x10\dfrac{(x-2)(x+2)}{x-1} \geq 0.

Critical points: x=2x = -2, x=1x = 1, x=2x = 2.

Sign diagram:

X(,2)(2,1)(1,2)(2,)(x2)+(x+2)+++(x1)++(x2)(x+2)x1++\begin{array}{c|cccc} X & (-\infty, -2) & (-2, 1) & (1, 2) & (2, \infty) \\ \hline (x-2) & - & - & - & + \\ (x+2) & - & + & + & + \\ (x-1) & - & - & + & + \\ \hline \dfrac{(x-2)(x+2)}{x-1} & - & + & - & + \end{array}

The expression is 0\geq 0 when 2x<1-2 \leq x < 1 or x2x \geq 2.

(Note: x=2x = -2 is included because the numerator is zero there; x=1x = 1 is excluded; x=2x = 2 is Included.)

Solution: $ contains the hardest questions within the DSE specification for this topic, each with a full worked solution.

Unit tests probe edge cases and common misconceptions. Integration tests combine Inequalities with other DSE mathematics topics to test synthesis under exam conditions.

See for instructions on self-marking and building a personal test matrix.


Rational Inequalities

Method

To solve f(x)g(x)>0\dfrac{f(x)}{g(x)} > 0 (or ,<,\geq, <, \leq):

  1. Find the zeros of f(x)f(x) and g(x)g(x) (the critical points).
  2. Note that g(x)0g(x) \neq 0 — these points are always excluded.
  3. Construct a sign diagram across all intervals defined by the critical points.
  4. Select intervals satisfying the inequality.
  5. Include critical points from the numerator (where f(x)=0f(x) = 0) only for \geq or \leq.

Worked Example

Solve x23x+2x+10\dfrac{x^2 - 3x + 2}{x + 1} \leq 0.

Solution

Factor: (x1)(x+2)x+10\dfrac{(x - 1)(x + 2)}{x + 1} \leq 0.

Critical points: x = -2$$x = -1$$x = 1. Note x1x \neq -1.

Interval(,2)(-\infty, -2)(2,1)(-2, -1)(1,1)(-1, 1)(1,)(1, \infty)
Sign-++-++

The expression is 0\leq 0 when x2x \leq -2 or 1<x1-1 < x \leq 1.

Solution: (,2](1,1](-\infty, -2] \cup (-1, 1].


DSE Exam Technique

Showing Working

For inequality problems in DSE Paper 1:

  1. When solving quadratic inequalities, always find the roots and sketch the parabola or draw a sign chart.
  2. When multiplying or dividing by a negative, explicitly state that the inequality sign reverses.
  3. For rational inequalities, identify points where the denominator is zero and exclude them.
  4. For system of inequalities, draw each solution on a number line and identify the intersection.

Significant Figures

Exact answers are preferred. If an approximate numerical answer is required, use 3 significant figures.

Common DSE Question Types

  1. Quadratic inequalities with parameters (find the range of a parameter).
  2. Absolute value inequalities (split into cases).
  3. Rational inequalities (sign diagram method).
  4. Systems of inequalities (intersection of solution sets).
  5. Inequalities involving the discriminant (condition for real roots).

Additional Worked Examples

Worked Example: Inequality with quadratic and absolute value

Solve x24x+3<3x5|x^2 - 4x + 3| < 3x - 5.

Solution

The RHS must be positive: 3x5>0    x>533x - 5 > 0 \implies x > \dfrac{5}{3}.

Case 1: x24x+30x^2 - 4x + 3 \geq 0I.e., (x1)(x3)0    x1(x-1)(x-3) \geq 0 \implies x \leq 1 or x3x \geq 3.

Combined with x>53x > \dfrac{5}{3}: x3x \geq 3.

The inequality becomes x24x+3<3x5    x27x+8<0x^2 - 4x + 3 < 3x - 5 \implies x^2 - 7x + 8 < 0.

Roots: x=7±49322=7±172x = \dfrac{7 \pm \sqrt{49 - 32}}{2} = \dfrac{7 \pm \sqrt{17}}{2}.

71721.44\dfrac{7 - \sqrt{17}}{2} \approx 1.44 and 7+1725.56\dfrac{7 + \sqrt{17}}{2} \approx 5.56.

Intersection with x3x \geq 3: 3x<7+1723 \leq x < \dfrac{7 + \sqrt{17}}{2}.

Case 2: x24x+3<0x^2 - 4x + 3 < 0I.e., 1<x<31 < x < 3.

Combined with x>53x > \dfrac{5}{3}: 53<x<3\dfrac{5}{3} < x < 3.

The inequality becomes (x24x+3)<3x5    x2+4x3<3x5    x2+x+2<0    x2x2>0-(x^2 - 4x + 3) < 3x - 5 \implies -x^2 + 4x - 3 < 3x - 5 \implies -x^2 + x + 2 < 0 \implies x^2 - x - 2 > 0.

(x2)(x+1)>0    x<1(x - 2)(x + 1) > 0 \implies x < -1 or x>2x > 2.

Intersection with 53<x<3\dfrac{5}{3} < x < 3: 2<x<32 < x < 3.

Combined solution: 2<x<7+1722 < x < \dfrac{7 + \sqrt{17}}{2}.

Worked Example: Quadratic inequality with parameter

Find the range of mm such that mx2+(m1)x+m>0mx^2 + (m - 1)x + m > 0 for all real xx.

Solution

Case 1: m=0m = 0. The inequality becomes x>0    x<0-x > 0 \implies x < 0Which is not true for all real xx. Reject.

Case 2: m0m \neq 0. For mx2+(m1)x+m>0mx^2 + (m-1)x + m > 0 for all real xxWe need m>0m > 0 and Δ<0\Delta < 0:

Δ=(m1)24m2=m22m+14m2=3m22m+1<0\Delta = (m - 1)^2 - 4m^2 = m^2 - 2m + 1 - 4m^2 = -3m^2 - 2m + 1 < 0

3m2+2m1>0    (3m1)(m+1)>0    m<1  or  m>133m^2 + 2m - 1 > 0 \implies (3m - 1)(m + 1) > 0 \implies m < -1 \;\text{or}\; m > \dfrac{1}{3}

Combined with m>0m > 0: m>13m > \dfrac{1}{3}.

Worked Example: System with three inequalities

Solve the system: x^2 - 2x - 15 \leq 0$$|x - 1| \leq 4$$x > 0.

Solution

From x22x150x^2 - 2x - 15 \leq 0: (x5)(x+3)0    3x5(x - 5)(x + 3) \leq 0 \implies -3 \leq x \leq 5.

From x14|x - 1| \leq 4: 4x14    3x5-4 \leq x - 1 \leq 4 \implies -3 \leq x \leq 5.

From x>0x > 0: x(0,)x \in (0, \infty).

Intersection: (0,5](0, 5].


DSE Exam-Style Questions

DSE Practice 1. Solve 2x1x+31\dfrac{2x - 1}{x + 3} \geq 1.

Solution

2x1x+310    2x1x3x+30    x4x+30\frac{2x - 1}{x + 3} - 1 \geq 0 \implies \frac{2x - 1 - x - 3}{x + 3} \geq 0 \implies \frac{x - 4}{x + 3} \geq 0

Critical points: x=3x = -3 (excluded) and x=4x = 4 (included).

Interval(,3)(-\infty, -3)(3,4)(-3, 4)(4,)(4, \infty)
Sign++-++

Solution: (,3)[4,)(-\infty, -3) \cup [4, \infty).

DSE Practice 2. Find the range of kk for which kx22kx+3>0kx^2 - 2kx + 3 > 0 for all real xx.

Solution

Case k=0k = 0: 3>03 > 0 for all real xx. So k=0k = 0 works.

Case k0k \neq 0: Need k>0k > 0 and Δ<0\Delta < 0:

Δ=4k212k=4k(k3)<0    0<k<3\Delta = 4k^2 - 12k = 4k(k - 3) < 0 \implies 0 < k < 3

Combined with k=0k = 0: the answer is 0k<30 \leq k < 3.

DSE Practice 3. Solve 2x3>x+1|2x - 3| > |x + 1|.

Solution

Square both sides (both sides non-negative):

(2x3)2>(x+1)2    4x212x+9>x2+2x+1(2x - 3)^2 > (x + 1)^2 \implies 4x^2 - 12x + 9 > x^2 + 2x + 1

3x214x+8>0    (3x2)(x4)>03x^2 - 14x + 8 > 0 \implies (3x - 2)(x - 4) > 0

Solution: x<23x < \dfrac{2}{3} or x>4x > 4.

DSE Practice 4. Find all real values of xx satisfying x22x8<0x^2 - 2|x| - 8 < 0.

Solution

Let t=x0t = |x| \geq 0: t22t8<0    (t4)(t+2)<0    2<t<4t^2 - 2t - 8 < 0 \implies (t - 4)(t + 2) < 0 \implies -2 < t < 4.

Since t0t \geq 0: 0t<40 \leq t < 4I.e., x<4    4<x<4|x| < 4 \implies -4 < x < 4.

DSE Practice 5. Given that x2+2(k+1)x+9>0x^2 + 2(k + 1)x + 9 > 0 for all real xxFind the range of kk.

Solution

Δ<0\Delta < 0: 4(k+1)236<0    (k+1)2<9    3<k+1<3    4<k<24(k + 1)^2 - 36 < 0 \implies (k + 1)^2 < 9 \implies -3 < k + 1 < 3 \implies -4 < k < 2.

DSE Practice 6. Solve the inequality x2x6x240\dfrac{x^2 - x - 6}{x^2 - 4} \leq 0.

Solution

x2x6x24=(x3)(x+2)(x2)(x+2)=x3x2\frac{x^2 - x - 6}{x^2 - 4} = \frac{(x - 3)(x + 2)}{(x - 2)(x + 2)} = \frac{x - 3}{x - 2}

For x2x \neq -2.

x3x20\dfrac{x - 3}{x - 2} \leq 0: 2<x32 < x \leq 3.

But x2x \neq -2Which is not in [2,3][2, 3] anyway.

Solution: (2,3](2, 3].

Common Pitfalls

  • Forgetting to flip the inequality when multiplying/dividing by a negative. This is the single most common error.

  • Including excluded values from the domain. For f(x)g(x)0\frac{f(x)}{g(x)} \geq 0, values where g(x)=0g(x) = 0 are excluded even though the inequality is non-strict.

  • Wrong quadratic inequality solution. For ax2+bx+c>0ax^2 + bx + c > 0 with a>0a > 0 and Δ<0\Delta < 0, the solution is all real numbers, not “no solution.”

  • Always identify the domain before solving inequalities involving fractions or square roots.

  • Use sign charts for rational and polynomial inequalities — plot critical values and test intervals.

  • When multiplying by a variable, split into cases based on sign, or use the fact that fg>0\frac{f}{g} > 0 is equivalent to fg>0fg > 0 (with g0g \neq 0).

  • A quadratic ax2+bx+cax^2 + bx + c is always positive iff a>0a > 0 and Δ<0\Delta < 0.

Worked Examples

Example 1: Quadratic inequality with parameter

Problem. Find all values of kk for which x2+2kx+k+8>0x^2 + 2kx + k + 8 > 0 for all real xx.

Solution. For the quadratic to be always positive with leading coefficient 1>01 > 0: Δ<0\Delta < 0. (2k)24(1)(k+8)<0    4k24k32<0    k2k8<0(2k)^2 - 4(1)(k+8) < 0 \implies 4k^2 - 4k - 32 < 0 \implies k^2 - k - 8 < 0

Roots: k=1±1+322=1±332k = \frac{1 \pm \sqrt{1 + 32}}{2} = \frac{1 \pm \sqrt{33}}{2}

Solution: 1332<k<1+332\frac{1 - \sqrt{33}}{2} < k < \frac{1 + \sqrt{33}}{2}.

\blacksquare

Example 2: Rational inequality

Problem. Solve x1x240\dfrac{x - 1}{x^2 - 4} \leq 0.

Solution. Domain: x±2x \neq \pm 2.

Critical values: x=2,  1,  2x = -2,\; 1,\; 2.

Sign chart:

Interval(,2)(-\infty, -2)(2,1)(-2, 1)(1,2)(1, 2)(2,)(2, \infty)
x1x - 1--++++
(x2)(x+2)(x-2)(x+2)++--++
Quotient-++-++

The quotient 0\leq 0 on (,2)[1,2)(-\infty, -2) \cup [1, 2). Note x=1x = 1 is included (numerator =0= 0), but x=±2x = \pm 2 are excluded.

\blacksquare

Cross-References

TopicSiteLink
[Equations and Inequalities]A-LevelView
[Equations and Inequalities]DSEView

======= 3. Misreading the question, particularly with “hence’ vs ‘hence or otherwise’ — the former requires using previous work.

  1. Forgetting to check that solutions satisfy the original equation (especially with squaring both sides or dividing by variables).

    Stashed changes:docs/docs_dse/Maths/compulsory/inequalities.md

Summary

The key principles covered in this topic are linked in the sub-pages above. Focus on understanding the definitions, applying the formulas or frameworks, and evaluating strengths and limitations of each approach.