P1.2.5 - Linear and quadratic inequalities

P1.2.5 - Linear and quadratic inequalities

An inequality asks for all values that make a statement true, not just a single value that balances two sides. In this lesson you will solve linear and quadratic inequalities in one variable, express answers with correct and, or, or set notation, and interpret inequalities using graphs. The central idea is that critical values split the number line into regions where an expression is positive, negative, above another graph, or below another graph.

Inequalities describe solution sets

Solving an equation usually finds particular values. Solving an inequality finds a set of values. For example, the solution of

5x4>2x+85x-4>2x+8

is not one number. It is every value of x for which the left side is greater than the right side.

The safest way to solve a linear inequality is to use equation-style steps, but remember the sign rule.

Adding or subtracting the same expression keeps the inequality direction. Multiplying or dividing by a negative number reverses it.

Worked example: solve

73x19.7-3x\leq 19.

Subtract 7 from both sides:

3x12.-3x\leq 12.

Now divide by -3. Since this is a negative number, reverse the inequality:

x4.x\geq -4.

So the solution set is all real x such that x >= -4. In set notation:

{x:x4}.\{x:x\geq -4\}.

Do not rush the final line. The answer x <= -4 would solve a different problem.

Inequalities describe solution sets Continued

An interval such as

1<x5-1<x\leq 5

means x > -1 and x <= 5. Both conditions must be true at the same time. A disjoint answer such as

x<2orx>3x<-2\quad\text{or}\quad x>3

means either interval works. In set notation this is

{x:x<2}{x:x>3}.\{x:x<-2\}\cup\{x:x>3\}.

The word and matches an overlap or bounded interval. The word or matches separate intervals.

Use roots to split a quadratic inequality

A quadratic inequality is easiest to understand from the graph of the corresponding quadratic function. The roots are the boundary values where the expression is exactly zero. Between and outside those roots, the expression has a constant sign.

[DIAGRAM: asset_name: Lesson p1.2.5: Solve and interpret linear and quadratic inequalities - diagram 01; asset_slug: p1_2_5_solve_linear_and_quadratic_inequalities_in_a_single_variable_and_interpret_such_inequalities_graphically__diagram_01; recommended_method: drawn_math; description: Draw the graph of f(x)=(x+2)(x-3) with x-intercepts -2 and 3, plus a number line underneath showing the strict solution to f(x)>0 as x<-2 or x>3. Use open endpoint circles at -2 and 3 and label the positive and negative regions directly.]
Diagram

Worked example: solve

x2x6>0.x^2-x-6>0.

First factorise:

x2x6=(x3)(x+2).x^2-x-6=(x-3)(x+2).

Find the boundary values by solving the equation:

(x3)(x+2)=0(x-3)(x+2)=0

so

x=3orx=2.x=3\quad\text{or}\quad x=-2.

The quadratic y=x2x6y=x^2-x-6 opens upwards, so it is above the x-axis outside its two roots and below the x-axis between them. The inequality asks for > 0, so we choose the outside intervals.

Therefore

x<2orx>3.x<-2\quad\text{or}\quad x>3.

In set notation:

{x:x<2}{x:x>3}.\{x:x<-2\}\cup\{x:x>3\}.

Notice that the roots are not included because the inequality is strict. If the question had used >= 0, the answer would have included x = -2 and x = 3.

Use roots to split a quadratic inequality Continued

If the coefficient of x2x^2 is negative, the graph opens downwards. You can still use exactly the same method: find the boundary values, sketch the shape, and choose where the graph is above or below the axis. A quick sketch is more reliable than trying to memorise a rule.

Reduce brackets and fractions safely

Edexcel includes inequalities with brackets and fractions when they reduce to linear or quadratic inequalities. Brackets usually just need expansion. Fractions need more care because multiplying or dividing by an expression containing x may change the sign depending on the value of x.

Worked example with brackets: solve

(x1)(x+4)6.(x-1)(x+4)\geq 6.

Expand and collect all terms on one side:

x2+3x46x^2+3x-4\geq 6

so

x2+3x100.x^2+3x-10\geq 0.

Factorise:

(x+5)(x2)0.(x+5)(x-2)\geq 0.

The roots are -5 and 2. The quadratic opens upwards, so it is non-negative outside the roots:

x5orx2.x\leq -5\quad\text{or}\quad x\geq 2.

Now consider a fraction. For

3x<2,\frac{3}{x}<2,

you must not multiply by x, because x might be positive or negative. Instead multiply by x2x^2, which is positive for every allowed value x0x\neq 0:

3x<2\frac{3}{x}<2

becomes

3x<2x2,x0.3x<2x^2,\quad x\neq 0.

Now rearrange:

2x23x>02x^2-3x>0

so

x(2x3)>0.x(2x-3)>0.

The critical values are 00 and 32\frac32. The product is positive outside these values, giving

x<0orx>32.x<0\quad\text{or}\quad x>\frac32.

The condition x0x\neq 0 is already respected because the inequality is strict and the interval does not include 0.

Reduce brackets and fractions safely Continued

The important habit is this: if the sign of the multiplier is not known, do not divide or multiply by it directly. Rearrange to a standard inequality or multiply by a quantity whose sign is guaranteed.

Interpret curve below line inequalities

The inequality

px2+qx+r<ax+bpx^2+qx+r<ax+b

can be read in two equivalent ways:

  • algebraically, move everything to one side and solve a quadratic inequality;
  • graphically, find the values of x for which the curve y=px2+qx+ry=px^2+qx+r is below the line y=ax+by=ax+b.

[DIAGRAM: asset_name: Lesson p1.2.5: Solve and interpret linear and quadratic inequalities - diagram 02; asset_slug: p1_2_5_solve_linear_and_quadratic_inequalities_in_a_single_variable_and_interpret_such_inequalities_graphically__diagram_02; recommended_method: drawn_math; description: Draw the curve y=x^2-2x-3 and the dashed line y=x+1 on the same axes. Mark their intersections at x=-1 and x=4, shade the vertical x-range where the curve lies below the line, and label the answer -1<x<4.]
Diagram

Worked example: solve

x22x3<x+1.x^2-2x-3<x+1.

Move all terms to the left:

x23x4<0.x^2-3x-4<0.

Factorise:

(x4)(x+1)<0.(x-4)(x+1)<0.

The critical values are 1-1 and 44. The quadratic opens upwards, so it is negative between the roots:

1<x<4.-1<x<4.

Graphically, these are exactly the x-values for which the curve y=x22x3y=x^2-2x-3 is below the line y=x+1y=x+1. The intersection points are boundaries; the strict inequality means they are not included.

Explain It Back

Use this as a self-explanation check after the section above. It is for diagnosing what you can already explain, not for learning new material from scratch.

This is a common place to confuse below the line with negative. The curve can be below the line even when both y-values are positive. The comparison is between two graphs, so subtracting one side from the other creates the single expression whose sign you test.

Represent inequalities graphically

So far, most graphs have helped us solve inequalities in one variable. Edexcel also expects you to represent inequalities such as

y>x+1y>x+1

and

y>ax2+bx+cy>ax^2+bx+c

as shaded regions in the coordinate plane.

[DIAGRAM: asset_name: Lesson p1.2.5: Solve and interpret linear and quadratic inequalities - diagram 03; asset_slug: p1_2_5_solve_linear_and_quadratic_inequalities_in_a_single_variable_and_interpret_such_inequalities_graphically__diagram_03; recommended_method: drawn_math; description: Draw two side-by-side coordinate panels. Left panel: dashed boundary line y=x+1 with the region above shaded and labelled y>x+1. Right panel: solid boundary parabola y=x^2-2x-2 with the region above shaded and labelled y>=x^2-2x-2. Include direct labels for dotted boundary, solid boundary, and shade above.]
Diagram

The boundary is the graph you would get by replacing the inequality sign with =. Then:

  • use a dotted boundary for strict inequalities < or >;
  • use a solid boundary for inclusive inequalities <= or >=;
  • shade above the boundary for y > ... or y >= ...;
  • shade below the boundary for y < ... or y <= ....

If you are unsure which side to shade, test a point not on the boundary. For y>x+1y>x+1, try (0,0)(0,0):

0>0+10>0+1

is false, so the side containing the origin is not the solution region. The other side is shaded.

Represent inequalities graphically Continued

For one-variable answers, use number-line language: x < a, c < x < d, or unions of intervals. For two-variable graphical inequalities, use shaded regions in the plane. Both are solution sets; they just live in different spaces.