40% off

Ends 15 Aug

Lock in £90

Solution of Linear and Quadratic Inequalities

Updated July 2026

Solution of linear and quadratic inequalities

The most important things to be aware of when dealing with inequalities is that they do NOT behave quite the same way as equations with equal signs. With inequalities you can add and subtract on both sides as much as you want, but you cannot multiply and divide both sides [or raise both sides to an even power, or apply certain functions to both sides] without first checking that what you are multiplying or dividing by is positive and/or preserves the inequality.

Here are a few examples:

  • 7<5-7 < 5 is true but multiply both sides by 1-1 to get 7<57 < -5 which is clearly false.
  • 2<1-2 < -1 is true but squaring both sides gives 4<14 < 1 which is clearly false.
  • 2<1-2 < -1 is true and cubing both sides gives 8<1-8 < -1 which is also true.
  • 8<4-8 < -4 is true but dividing both sides by 2-2 gives 4<14 < 1 which is clearly false.
  • 30<6030 < 60 is true but cos30<cos60\cos 30 < \cos 60 is false while sin30<sin60\sin 30 < \sin 60 is true.

In general, when dealing with inequalities, it is important to make sure that the way you are manipulating them does not turn a true statement into a false one or generate extra [incorrect] solutions if you are dealing with algebra.

Let's have a look at several examples to illustrate the sorts of things you need to think about as you solve inequalities:

Example 1

Solve 3x+2x+53x + 2 \leq x + 5.

We can answer this by simple rearranging:

3xx523x - x \leq 5 - 2

2x32x \leq 3

x32x \leq \frac{3}{2}

Example 2

Solve x2+5x+60x^2 + 5x + 6 \geq 0.

We will solve this using graph and some algebra.

First, we factorise the left-hand side:

(x+2)(x+3)0(x + 2)(x + 3) \geq 0

Then we roughly sketch the quadratics and find out what xx values make the graph sit above the xx-axis [that is 0\geq 0]:

img-7.jpeg

And from the diagram we can see the solution must be x3x \leq -3 or x2x \geq -2.

Example 3

Solve:

2x+5x+3>1\frac{2x + 5}{x + 3} > 1

It is very tempting [but not a good strategy] to multiply both side of this expression by x+3x + 3. However, as x+3x + 3 is negative for some values of xx the inequality sign will then be the wrong way around for some values of xx and lead to a slight mess. Instead, we need to adjust our algebraic approach slightly and the best thing to do is to multiply both sides by (x+3)2(x + 3)^2 which we know is always positive for all real xx values and so it will not affect the inequality sign:

2x+5x+3×(x+3)2>1×(x+3)2\frac{2x + 5}{x + 3} \times (x + 3)^2 > 1 \times (x + 3)^2

Giving [note we rearrange rather than multiply out as we have a common factor we can extract]:

(2x+5)(x+3)(x+3)2>0(2x + 5)(x + 3) - (x + 3)^2 > 0

And on simplifying

(x+3)(2x+5x3)>0(x + 3)(2x + 5 - x - 3) > 0

(x+3)(x+2)>0(x + 3)(x + 2) > 0

Which is solved as in example 2 above.

Make sure you are familiar with various techniques for solving inequalities – there are lots of ways of approaching things and you might have learnt some that we have not mentioned above – the main approaches tend to be via algebra and graphs or via using number lines.

As an aside, it is useful to know how to write ranges correctly, particularly as it is common to see incorrect expressions.

Let's look at a couple of howlers:

1<x<51 < x < -5

in this case, it is clear what is meant but we tend to read strings of inequalities as a single 'sentence' and this expression is really two separate statements scrunched together [it is presumably meant to be '1 < x or x < -5']. It is, of course, ok to write things like -3 < x < 5 as the whole expression makes sense, and it is true also that -3 < 5.

Here is another one:

2<x and x<4-2 < x \text{ and } x < -4

this is [presumably] incorrect as there are no xx values that satisfy both -2 < xx and x<4x < -4 [look at how 'and' is used in the Notes on Logic and Proof that we have written for TMUA paper 2]. Here, it would have been better to write either: '-2 < xx or x<4x < -4' and perhaps even better 'x<4x < -4 or 2<x-2 < x' and sometimes just 'x<4x < -4, 2<x-2 < x'. Our preference would be to use 'or'.

Let's now turn to look at inequalities involving the modulus sign. We will use some sketches in this section, but we will postpone a detailed look at modulus graph sketching until later.

We start by looking at a simple modulus function. We are going to look at:

y=x3.y = |x - 3|.

Recall first that x3|x - 3| means 'the positive value of x3x - 3. So when x=5x = 5 then y=2y = 2 and when x=4x = -4 then y=7y = 7.

We can sketch this:

img-8.jpeg

But the best way to think about the meaning of x3|x - 3| is as a measure of the [positive] distance of xx from 3 on the number line. Keep this idea in mind as we look at some inequalities involving the modulus.

Let's start by solving the inequality:

x3<x5|x - 3| < |x - 5|

We can solve this graphically by sketching both y=x3y = |x - 3| and y=x5y = |x - 5| and working out for which xx values the graph of y=x3y = |x - 3| is below [or the yy values are less than] the graph of y=x5y = |x - 5|:

img-9.jpeg

And from the diagram, we see that the xx values that make the inequality correct [or true] are x<4x < 4.

Another way of thinking of the inequality x3<x5|x - 3| < |x - 5| is asking what are the xx values that are closer to 3 than they are to 5. And a little thought leads rapidly to the solution x<4x < 4.

How might we use these ideas to solve slightly more complicated inequalities? For instance, what about the inequality 2x4<x+2|2x - 4| < |x + 2| which we can rewrite as 2x2<x+22|x - 2| < |x + 2|. We can solve this with a sketch.

img-10.jpeg

The inequality asks for the xx values for which the graph of 2x4|2x - 4| sits 'below' [less than] the graph of x+2|x + 2| and this gives 23<x<6\frac{2}{3} < x < 6.

It is worth spending a moment to look at how we found the values 23\frac{2}{3} and 6 from the graphs. If you are not sure of how we get some of the equations here, you should read the section on modulus graph sketching later in these notes.

To find the value 23\frac{2}{3} we use the sketch to guide us as it tells us we need to solve x+2=(2x4)x + 2 = -(2x - 4) where the minus sign arises because we are looking at the 'flipped' part of y=2x4y = |2x - 4|. And to find the value 6 we solve 2x4=x+22x - 4 = x + 2.

Or we can think about it as before as asking when is twice the distance of xx from 2 less than the distance of xx from 2-2. A little thought [more than before] gives us the answer: 23<x<6\frac{2}{3} < x < 6.

Comment

There is a wide range of inequalities we could look at in the TMUA/ESAT. What is important is that you understand what inequalities are, and that you have a set of techniques to solve them – relying just on algorithms for solving without understanding is dangerous and limiting. We have looked at a few inequalities above and also looked at some [but not all] techniques for solving them.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.