Skip to main content

Inequalities

An inequality states that one expression is greater than or less than another. Inequalities arise naturally 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, bb, and 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 > 0, then a2>b2a^2 > b^2 and 1a<1b\dfrac{1}{a} < \dfrac{1}{b}.
  • If a>ba > b and c>dc > d, then a+c>b+da + c > b + d.
  • If a>b>0a > b > 0 and c>d>0c > d > 0, then ac>bdac > bd.
Examples
  • 3>1    3+5>1+53 > 1 \implies 3 + 5 > 1 + 5, i.e., 8>68 > 6.
  • 4>24 > 2 and 3>0    4×3>2×33 > 0 \implies 4 \times 3 > 2 \times 3, i.e., 12>612 > 6.
  • 5>25 > 2 and 3<0    5×(3)<2×(3)-3 < 0 \implies 5 \times (-3) < 2 \times (-3), i.e., 15<6-15 < -6.
  • 7>5>2    7>27 > 5 > 2 \implies 7 > 2 (transitivity).
  • 3>2>0    9>43 > 2 > 0 \implies 9 > 4 and 13<12\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 < c, where 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 3x7>53x - 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 < 0, or 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 x25x+6>0x^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 > 0, the 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 > 3, i.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 > 0, the parabola opens upward. The expression is non-positive between the roots.

Solution: 1x31 \leq x \leq 3, i.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 < 0, the 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 > 2, i.e., (,12)(2,)\left(-\infty, -\dfrac{1}{2}\right) \cup (2, \infty).

Absolute Value Inequalities

The absolute value of a real number xx, denoted 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 0, then x<c|x| < c has no solution (\varnothing).
  • If c<0c < 0, then 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 x3<5|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 72x8  or  2x62x \leq -8 \;\mathrm{ or }\; 2x \geq 6x4  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 xx, the 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 xx, it 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 xx satisfying x24x+3<0x^2 - 4x + 3 < 0 and 2x1>32x - 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 < 3, i.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 3, i.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 < -2, i.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 < 0, and a=1>0a = 1 > 0).

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

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


Wrap-up Questions
  1. Question: Solve the inequality 2x13x+24+1\dfrac{2x - 1}{3} \leq \dfrac{x + 2}{4} + 1.
Details

Answer Multiply through by 1212 (the LCM of 33 and 44, which is positive so the inequality sign is preserved):

4(2x1)3(x+2)+124(2x - 1) \leq 3(x + 2) + 128x43x+6+128x - 4 \leq 3x + 6 + 125x22    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.
Details

Answer Factorize: (x3)20(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.
Details

Answer From x23x10<0x^2 - 3x - 10 < 0: (x5)(x+2)<0    2<x<5(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 < 5, i.e., (12,5)\left(-\dfrac{1}{2}, 5\right).

  1. Question: Solve 3x5<7|3x - 5| < 7.
Answer
7<3x5<7-7 < 3x - 5 < 72<3x<12-2 < 3x < 1223<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.
Details

Answer This 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.5, the 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 > 0, the 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?
Details

Answer For two distinct real roots, the discriminant must satisfy Δ>0\Delta > 0:

Δ=(2k)24(1)(k+6)=4k24k24>0\Delta = (2k)^2 - 4(1)(k + 6) = 4k^2 - 4k - 24 > 0k2k6>0k^2 - k - 6 > 0

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

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

Solution: k<2k < -2 or k>3k > 3, i.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 3, and x>0x > 0.
Details

Answer From x25x+40x^2 - 5x + 4 \leq 0: (x1)(x4)0    1x4(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?
Details

Answer We need h(t)>17h(t) > 17:

5t2+20t+2>17-5t^2 + 20t + 2 > 175t2+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.
Details

Answer First note that x1x \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: [2,1)[2,)[-2, 1) \cup [2, \infty).

  1. Question: Solve x23x+1<3|x^2 - 3x + 1| < 3.
Answer
3<x23x+1<3-3 < x^2 - 3x + 1 < 3

Split into two inequalities:

Left inequality: x23x+1>3    x23x+4>0x^2 - 3x + 1 > -3 \implies x^2 - 3x + 4 > 0.

Discriminant: Δ=916=7<0\Delta = 9 - 16 = -7 < 0. Since a=1>0a = 1 > 0, this is always true.

Right inequality: x23x+1<3    x23x2<0x^2 - 3x + 1 < 3 \implies x^2 - 3x - 2 < 0.

Roots: x=3±9+82=3±172x = \dfrac{3 \pm \sqrt{9 + 8}}{2} = \dfrac{3 \pm \sqrt{17}}{2}.

Since a=1>0a = 1 > 0, the expression is negative between the roots:

3172<x<3+172\frac{3 - \sqrt{17}}{2} < x < \frac{3 + \sqrt{17}}{2}

Since the left inequality imposes no restriction, the solution is:

Solution: (3172,  3+172)\left(\dfrac{3 - \sqrt{17}}{2},\; \dfrac{3 + \sqrt{17}}{2}\right).


tip

Diagnostic Test Ready to test your understanding of Inequalities? The diagnostic test 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 Diagnostic Guide 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=2x = -2, x=1x = -1, x=1x = 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, clearly 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 0, i.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 < 0, i.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 < 0, which 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 xx, we 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: x22x150x^2 - 2x - 15 \leq 0, x14|x - 1| \leq 4, x>0x > 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 < 4, i.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 xx, find 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 -2, which is not in [2,3][2, 3] anyway.

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