Equations and Inequalities Board Coverage
Board Paper Notes AQA Paper 1 Simultaneous equations, inequalities Edexcel P1 Linear and quadratic simultaneous equations OCR (A) Paper 1 Set notation for solutions CIE (9709) P1 Simultaneous equations, inequalities
1. Linear Simultaneous Equations
We consider systems of two equations in two unknowns. The standard methods are substitution and
elimination.
Theorem. The system
a 1 x + b 1 y = c 1 a 2 x + b 2 y = c 2 \begin{aligned}
a_1 x + b_1 y &= c_1 \\
a_2 x + b_2 y &= c_2
\end{aligned} a 1 x + b 1 y a 2 x + b 2 y = c 1 = c 2
has:
A unique solution if a 1 b 2 − a 2 b 1 ≠ 0 a_1 b_2 - a_2 b_1 \neq 0 a 1 b 2 − a 2 b 1 = 0 (the lines are not parallel);
No solution if a 1 b 2 − a 2 b 1 = 0 a_1 b_2 - a_2 b_1 = 0 a 1 b 2 − a 2 b 1 = 0 and the equations are inconsistent (parallel distinct
lines);
Infinitely many solutions if a 1 b 2 − a 2 b 1 = 0 a_1 b_2 - a_2 b_1 = 0 a 1 b 2 − a 2 b 1 = 0 and the equations are consistent
(coincident lines).
Proof. By elimination. Multiply the first equation by b 2 b_2 b 2 and the second by b 1 b_1 b 1 :
a 1 b 2 x + b 1 b 2 y = c 1 b 2 a 2 b 1 x + b 1 b 2 y = c 2 b 1 \begin{aligned}
a_1 b_2 x + b_1 b_2 y &= c_1 b_2 \\
a_2 b_1 x + b_1 b_2 y &= c_2 b_1
\end{aligned} a 1 b 2 x + b 1 b 2 y a 2 b 1 x + b 1 b 2 y = c 1 b 2 = c 2 b 1
Subtracting: ( a 1 b 2 − a 2 b 1 ) x = c 1 b 2 − c 2 b 1 (a_1 b_2 - a_2 b_1)x = c_1 b_2 - c_2 b_1 ( a 1 b 2 − a 2 b 1 ) x = c 1 b 2 − c 2 b 1 .
If a 1 b 2 − a 2 b 1 ≠ 0 a_1 b_2 - a_2 b_1 \neq 0 a 1 b 2 − a 2 b 1 = 0 , we obtain a unique x x x . Similarly for y y y .
If a 1 b 2 − a 2 b 1 = 0 a_1 b_2 - a_2 b_1 = 0 a 1 b 2 − a 2 b 1 = 0 , then either c 1 b 2 − c 2 b 1 = 0 c_1 b_2 - c_2 b_1 = 0 c 1 b 2 − c 2 b 1 = 0 (infinitely many solutions) or
c 1 b 2 − c 2 b 1 ≠ 0 c_1 b_2 - c_2 b_1 \neq 0 c 1 b 2 − c 2 b 1 = 0 (no solution). ■ \blacksquare ■
Intuition. The quantity a 1 b 2 − a 2 b 1 a_1 b_2 - a_2 b_1 a 1 b 2 − a 2 b 1 is the determinant of the coefficient matrix.
Geometrically, two lines in the plane either intersect (unique solution), are parallel but distinct
(no solution), or coincide (infinitely many solutions).
Details
Example
Solve:
3 x + 2 y = 12 − − − ( 1 ) 5 x − 3 y = 1 − − − ( 2 ) \begin{aligned}
3x + 2y &= 12 \quad \mathrm{--- (1)} \\
5x - 3y &= 1 \quad \mathrm{--- (2)}
\end{aligned} 3 x + 2 y 5 x − 3 y = 12 − − − ( 1 ) = 1 − − − ( 2 ) Multiply (1) by 3 and (2) by 2:
9 x + 6 y = 36 10 x − 6 y = 2 \begin{aligned}
9x + 6y &= 36 \\
10x - 6y &= 2
\end{aligned} 9 x + 6 y 10 x − 6 y = 36 = 2 Add: 19 x = 38 19x = 38 19 x = 38 , so x = 2 x = 2 x = 2 .
Substitute into (1): 6 + 2 y = 12 6 + 2y = 12 6 + 2 y = 12 , so y = 3 y = 3 y = 3 .
Solution: x = 2 x = 2 x = 2 , y = 3 y = 3 y = 3 .
2. Linear-Quadratic Simultaneous Equations
When one equation is linear and the other is quadratic (or of higher degree), we use
substitution .
Method.
From the linear equation, express one variable in terms of the other.
Substitute into the quadratic equation.
Solve the resulting quadratic.
Back-substitute to find both variables.
The discriminant of the resulting quadratic determines the number of intersection points.
Details
Example
Solve:
y = 2 x − 1 x 2 + y 2 = 25 \begin{aligned}
y &= 2x - 1 \\
x^2 + y^2 &= 25
\end{aligned} y x 2 + y 2 = 2 x − 1 = 25 Substitute y = 2 x − 1 y = 2x - 1 y = 2 x − 1 into x 2 + y 2 = 25 x^2 + y^2 = 25 x 2 + y 2 = 25 :
x 2 + ( 2 x − 1 ) 2 = 25 x 2 + 4 x 2 − 4 x + 1 = 25 5 x 2 − 4 x − 24 = 0 \begin{aligned}
x^2 + (2x - 1)^2 &= 25 \\
x^2 + 4x^2 - 4x + 1 &= 25 \\
5x^2 - 4x - 24 &= 0
\end{aligned} x 2 + ( 2 x − 1 ) 2 x 2 + 4 x 2 − 4 x + 1 5 x 2 − 4 x − 24 = 25 = 25 = 0 x = ◆ L B ◆ 4 ± 16 + 480 ◆ R B ◆◆ L B ◆ 10 ◆ R B ◆ = ◆ L B ◆ 4 ± 496 ◆ R B ◆◆ L B ◆ 10 ◆ R B ◆ = ◆ L B ◆ 4 ± 4 31 ◆ R B ◆◆ L B ◆ 10 ◆ R B ◆ = ◆ L B ◆ 2 ± 2 31 ◆ R B ◆◆ L B ◆ 5 ◆ R B ◆ x = \frac◆LB◆4 \pm \sqrt{16 + 480}◆RB◆◆LB◆10◆RB◆ = \frac◆LB◆4 \pm \sqrt{496}◆RB◆◆LB◆10◆RB◆ = \frac◆LB◆4 \pm 4\sqrt{31}◆RB◆◆LB◆10◆RB◆ = \frac◆LB◆2 \pm 2\sqrt{31}◆RB◆◆LB◆5◆RB◆ x = L ◆ B ◆4 ± 16 + 480 ◆ R B ◆◆ L B ◆10◆ R B ◆ = L ◆ B ◆4 ± 496 ◆ R B ◆◆ L B ◆10◆ R B ◆ = L ◆ B ◆4 ± 4 31 ◆ R B ◆◆ L B ◆10◆ R B ◆ = L ◆ B ◆2 ± 2 31 ◆ R B ◆◆ L B ◆5◆ R B ◆
Δ = 496 > 0 \Delta = 496 > 0 Δ = 496 > 0 , so the line intersects the circle at two points.
tip
quadratic in both variables, which is harder to solve.
3. Algebraic Inequalities
3.1 Linear Inequalities
The rules for manipulating inequalities are the same as for equations, with one crucial exception.
Theorem (Order-Reversing Property). If a < b a < b a < b and c < 0 c < 0 c < 0 , then a c > b c ac > bc a c > b c .
Proof. From a < b a < b a < b , we have b − a > 0 b - a > 0 b − a > 0 . Since c < 0 c < 0 c < 0 and b − a > 0 b - a > 0 b − a > 0 : c ( b − a ) < 0 c(b - a) < 0 c ( b − a ) < 0 (product
of positive and negative). So c b − c a < 0 cb - ca < 0 c b − c a < 0 , giving c a > c b ca > cb c a > c b . ■ \blacksquare ■
Corollary. Multiplying or dividing both sides of an inequality by a negative number reverses the
inequality.
warning
multiplying/dividing by a negative number. Always check the sign of the multiplier before
proceeding.
3.2 Quadratic Inequalities
See Quadratics , Section 6.
3.3 Inequalities Involving Fractions
When an inequality involves fractions, multiply through by the square of the denominator (which is
always non-negative, so the inequality direction is preserved) or use a sign chart.
Details
Example
Solve
2 x − 1 x + 3 ≥ 1 \frac{2x - 1}{x + 3} \geq 1 x + 3 2 x − 1 ≥ 1 .
2 x − 1 x + 3 − 1 ≥ 0 2 x − 1 − ( x + 3 ) x + 3 ≥ 0 x − 4 x + 3 ≥ 0 \begin{aligned}
\frac{2x - 1}{x + 3} - 1 &\geq 0 \\
\frac{2x - 1 - (x + 3)}{x + 3} &\geq 0 \\
\frac{x - 4}{x + 3} &\geq 0
\end{aligned} x + 3 2 x − 1 − 1 x + 3 2 x − 1 − ( x + 3 ) x + 3 x − 4 ≥ 0 ≥ 0 ≥ 0 Critical values: x = 4 x = 4 x = 4 (zero of numerator) and x = − 3 x = -3 x = − 3 (zero of denominator, undefined).
Sign chart:
Interval x − 4 x - 4 x − 4 x + 3 x + 3 x + 3 Quotient x < − 3 x < -3 x < − 3 − - − − - − + + + − 3 < x < 4 -3 < x < 4 − 3 < x < 4 − - − + + + − - − x > 4 x > 4 x > 4 + + + + + + + + +
The quotient is ≥ 0 \geq 0 ≥ 0 when x < − 3 x < -3 x < − 3 or x ≥ 4 x \geq 4 x ≥ 4 .
Solution: x ∈ ( − ∞ , − 3 ) ∪ [ 4 , ∞ ) x \in (-\infty, -3) \cup [4, \infty) x ∈ ( − ∞ , − 3 ) ∪ [ 4 , ∞ ) .
4. Graphical Inequalities
4.1 Regions Defined by Inequalities
To represent a x + b y + c ≥ 0 ax + by + c \geq 0 a x + b y + c ≥ 0 graphically:
Draw the line a x + b y + c = 0 ax + by + c = 0 a x + b y + c = 0 .
Test a point not on the line (usually the origin).
If the point satisfies the inequality, shade the region containing it.
If the point does not satisfy the inequality, shade the other region.
Use a solid line for ≥ \geq ≥ or ≤ \leq ≤ , and a dashed line for > > > or < < < .
4.2 Systems of Inequalities
When multiple inequalities define a region, the solution is the intersection of all individual
regions.
Details
Example
Shade the region defined by:
x + y ≤ 6 x ≥ 0 y ≥ 0 y ≥ 2 x \begin{aligned}
x + y &\leq 6 \\
x &\geq 0 \\
y &\geq 0 \\
y &\geq 2x
\end{aligned} x + y x y y ≤ 6 ≥ 0 ≥ 0 ≥ 2 x This defines a polygon bounded by the lines x + y = 6 x + y = 6 x + y = 6 , x = 0 x = 0 x = 0 , y = 0 y = 0 y = 0 , and y = 2 x y = 2x y = 2 x . The
vertices are ( 0 , 0 ) (0, 0) ( 0 , 0 ) , ( 0 , 6 ) (0, 6) ( 0 , 6 ) , and the intersection of x + y = 6 x + y = 6 x + y = 6 with y = 2 x y = 2x y = 2 x : 3 x = 6 3x = 6 3 x = 6 ,
x = 2 x = 2 x = 2 , y = 4 y = 4 y = 4 . So the third vertex is ( 2 , 4 ) (2, 4) ( 2 , 4 ) .
5. Rigorous Treatment of Inequality Manipulation
5.1 Transitive Property
If a < b a < b a < b and b < c b < c b < c , then a < c a < c a < c .
Proof. b − a > 0 b - a > 0 b − a > 0 and c − b > 0 c - b > 0 c − b > 0 . Adding: ( c − b ) + ( b − a ) = c − a > 0 (c - b) + (b - a) = c - a > 0 ( c − b ) + ( b − a ) = c − a > 0 . So a < c a < c a < c .
■ \blacksquare ■
5.2 Addition Preserves Order
If a < b a < b a < b and c < d c < d c < d , then a + c < b + d a + c < b + d a + c < b + d .
Proof. b − a > 0 b - a > 0 b − a > 0 and d − c > 0 d - c > 0 d − c > 0 . Adding: ( b − a ) + ( d − c ) = ( b + d ) − ( a + c ) > 0 (b - a) + (d - c) = (b + d) - (a + c) > 0 ( b − a ) + ( d − c ) = ( b + d ) − ( a + c ) > 0 . So
a + c < b + d a + c < b + d a + c < b + d . ■ \blacksquare ■
5.3 Multiplication by Positive Preserves Order
If a < b a < b a < b and c > 0 c > 0 c > 0 , then a c < b c ac < bc a c < b c .
Proof. b − a > 0 b - a > 0 b − a > 0 and c > 0 c > 0 c > 0 . Product: c ( b − a ) > 0 c(b - a) > 0 c ( b − a ) > 0 , so c b − c a > 0 cb - ca > 0 c b − c a > 0 , giving a c < b c ac < bc a c < b c .
■ \blacksquare ■
5.4 Reciprocals Reverse Order (for Positive Numbers)
If 0 < a < b 0 < a < b 0 < a < b , then 1 a > 1 b \frac{1}{a} > \frac{1}{b} a 1 > b 1 .
Proof. Since a , b > 0 a, b > 0 a , b > 0 and a < b a < b a < b : 1 a − 1 b = b − a a b \frac{1}{a} - \frac{1}{b} = \frac{b - a}{ab} a 1 − b 1 = ab b − a . Since
b − a > 0 b - a > 0 b − a > 0 and a b > 0 ab > 0 ab > 0 , the result is positive. So 1 a > 1 b \frac{1}{a} > \frac{1}{b} a 1 > b 1 . ■ \blacksquare ■
Intuition. Consider a = 2 a = 2 a = 2 , b = 4 b = 4 b = 4 . Then 1 2 > 1 4 \frac{1}{2} > \frac{1}{4} 2 1 > 4 1 . The smaller the positive
number, the larger its reciprocal — like how slicing a cake into more pieces makes each piece
smaller.
6. Polynomial Equations
6.1 The Factor Theorem
Theorem (Factor Theorem). If f ( a ) = 0 f(a) = 0 f ( a ) = 0 , then ( x − a ) (x - a) ( x − a ) is a factor of f ( x ) f(x) f ( x ) .
Proof. By polynomial division, for any polynomial f ( x ) f(x) f ( x ) and constant a a a , there exist a quotient
polynomial Q ( x ) Q(x) Q ( x ) and a constant remainder R R R such that:
f ( x ) = ( x − a ) Q ( x ) + R f(x) = (x - a)Q(x) + R f ( x ) = ( x − a ) Q ( x ) + R
Setting x = a x = a x = a : f ( a ) = ( a − a ) Q ( a ) + R = R f(a) = (a - a)Q(a) + R = R f ( a ) = ( a − a ) Q ( a ) + R = R .
If f ( a ) = 0 f(a) = 0 f ( a ) = 0 , then R = 0 R = 0 R = 0 , so f ( x ) = ( x − a ) Q ( x ) f(x) = (x - a)Q(x) f ( x ) = ( x − a ) Q ( x ) . Hence ( x − a ) (x - a) ( x − a ) divides f ( x ) f(x) f ( x ) exactly.
■ \blacksquare ■
6.2 The Remainder Theorem
Theorem (Remainder Theorem). When a polynomial f ( x ) f(x) f ( x ) is divided by ( x − a ) (x - a) ( x − a ) , the remainder
equals f ( a ) f(a) f ( a ) .
Proof. From the division identity f ( x ) = ( x − a ) Q ( x ) + R f(x) = (x - a)Q(x) + R f ( x ) = ( x − a ) Q ( x ) + R , substituting x = a x = a x = a gives f ( a ) = R f(a) = R f ( a ) = R .
■ \blacksquare ■
The remainder theorem provides a quick way to evaluate f ( a ) f(a) f ( a ) : perform polynomial division of f ( x ) f(x) f ( x )
by ( x − a ) (x - a) ( x − a ) and read off the constant remainder, avoiding full expansion.
6.3 Factorisation Using the Factor Theorem
The systematic approach:
Find a root a a a by testing small integer values (try factors of the constant term).
Confirm ( x − a ) (x - a) ( x − a ) is a factor via f ( a ) = 0 f(a) = 0 f ( a ) = 0 .
Divide to obtain a quotient of lower degree.
Repeat on the quotient until fully factorised.
Details
Example
Fully factorise
f ( x ) = x 3 − 6 x 2 + 11 x − 6 f(x) = x^3 - 6x^2 + 11x - 6 f ( x ) = x 3 − 6 x 2 + 11 x − 6 .
Test integer values of f ( x ) f(x) f ( x ) :
f ( 1 ) = 1 − 6 + 11 − 6 = 0 f(1) = 1 - 6 + 11 - 6 = 0 f ( 1 ) = 1 − 6 + 11 − 6 = 0 . So ( x − 1 ) (x - 1) ( x − 1 ) is a factor.
Divide x 3 − 6 x 2 + 11 x − 6 x^3 - 6x^2 + 11x - 6 x 3 − 6 x 2 + 11 x − 6 by ( x − 1 ) (x - 1) ( x − 1 ) :
x 3 − 6 x 2 + 11 x − 6 = ( x − 1 ) ( x 2 − 5 x + 6 ) = ( x − 1 ) ( x − 2 ) ( x − 3 ) x^3 - 6x^2 + 11x - 6 = (x - 1)(x^2 - 5x + 6) = (x - 1)(x - 2)(x - 3) x 3 − 6 x 2 + 11 x − 6 = ( x − 1 ) ( x 2 − 5 x + 6 ) = ( x − 1 ) ( x − 2 ) ( x − 3 )
Details
Example
Fully factorise
f ( x ) = 2 x 3 + x 2 − 5 x + 2 f(x) = 2x^3 + x^2 - 5x + 2 f ( x ) = 2 x 3 + x 2 − 5 x + 2 .
By the rational root theorem, possible rational roots are factors of 2 divided by factors of 2:
± 1 , ± 2 , ± 1 2 \pm 1, \pm 2, \pm \frac{1}{2} ± 1 , ± 2 , ± 2 1 .
f ( 1 ) = 2 + 1 − 5 + 2 = 0 f(1) = 2 + 1 - 5 + 2 = 0 f ( 1 ) = 2 + 1 − 5 + 2 = 0 . So ( x − 1 ) (x - 1) ( x − 1 ) is a factor.
Divide by ( x − 1 ) (x - 1) ( x − 1 ) :
2 x 3 + x 2 − 5 x + 2 = ( x − 1 ) ( 2 x 2 + 3 x − 2 ) 2x^3 + x^2 - 5x + 2 = (x - 1)(2x^2 + 3x - 2) 2 x 3 + x 2 − 5 x + 2 = ( x − 1 ) ( 2 x 2 + 3 x − 2 )
Factorise the quadratic: 2 x 2 + 3 x − 2 = ( 2 x − 1 ) ( x + 2 ) 2x^2 + 3x - 2 = (2x - 1)(x + 2) 2 x 2 + 3 x − 2 = ( 2 x − 1 ) ( x + 2 ) .
So f ( x ) = ( x − 1 ) ( 2 x − 1 ) ( x + 2 ) f(x) = (x - 1)(2x - 1)(x + 2) f ( x ) = ( x − 1 ) ( 2 x − 1 ) ( x + 2 ) .
When searching for roots, test the factors of the constant term first. For
f ( x ) = x n + ⋯ + c f(x) = x^n + \cdots + c f ( x ) = x n + ⋯ + c , the possible rational roots are ± 1 , ± 2 , … \pm 1, \pm 2, \ldots ± 1 , ± 2 , … (factors of c c c ).
7. Systems of Three Linear Equations
7.1 Gaussian Elimination
For a system of three equations in three unknowns, the elimination method extends naturally:
Use the first equation to eliminate one variable from equations 2 and 3.
Use the resulting pair of equations (now in two variables) to eliminate a second variable.
Back-substitute to recover all three variables.
This process is known as Gaussian elimination . It can be systematised using augmented matrices
and three elementary row operations: swapping rows, multiplying a row by a non-zero constant, and
adding a multiple of one row to another.
A 3x3 system may have a unique solution, no solution, or infinitely many solutions, depending on the
determinant of the coefficient matrix (analogous to the 2x2 case in Section 1).
7.2 Cramer's Rule for 3x3 Systems
For the system:
a 1 x + b 1 y + c 1 z = d 1 a 2 x + b 2 y + c 2 z = d 2 a 3 x + b 3 y + c 3 z = d 3 \begin{aligned}
a_1 x + b_1 y + c_1 z &= d_1 \\
a_2 x + b_2 y + c_2 z &= d_2 \\
a_3 x + b_3 y + c_3 z &= d_3
\end{aligned} a 1 x + b 1 y + c 1 z a 2 x + b 2 y + c 2 z a 3 x + b 3 y + c 3 z = d 1 = d 2 = d 3
define the coefficient determinant:
D = ∣ a 1 b 1 c 1 a 2 b 2 c 2 a 3 b 3 c 3 ∣ D = \begin{vmatrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{vmatrix} D = a 1 a 2 a 3 b 1 b 2 b 3 c 1 c 2 c 3
If D ≠ 0 D \neq 0 D = 0 , the unique solution is:
x = D x D , y = D y D , z = D z D x = \frac{D_x}{D}, \quad y = \frac{D_y}{D}, \quad z = \frac{D_z}{D} x = D D x , y = D D y , z = D D z
where D x D_x D x is formed by replacing the first column of D D D with ( d 1 , d 2 , d 3 ) T (d_1, d_2, d_3)^T ( d 1 , d 2 , d 3 ) T , D y D_y D y by
replacing the second column, and D z D_z D z by replacing the third.
7.3 3x3 Determinant Expansion
The determinant of a 3x3 matrix expands along the first row as:
∣ a 1 b 1 c 1 a 2 b 2 c 2 a 3 b 3 c 3 ∣ = a 1 ∣ b 2 c 2 b 3 c 3 ∣ − b 1 ∣ a 2 c 2 a 3 c 3 ∣ + c 1 ∣ a 2 b 2 a 3 b 3 ∣ \begin{vmatrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{vmatrix} = a_1 \begin{vmatrix} b_2 & c_2 \\ b_3 & c_3 \end{vmatrix} - b_1 \begin{vmatrix} a_2 & c_2 \\ a_3 & c_3 \end{vmatrix} + c_1 \begin{vmatrix} a_2 & b_2 \\ a_3 & b_3 \end{vmatrix} a 1 a 2 a 3 b 1 b 2 b 3 c 1 c 2 c 3 = a 1 b 2 b 3 c 2 c 3 − b 1 a 2 a 3 c 2 c 3 + c 1 a 2 a 3 b 2 b 3
Each 2x2 minor evaluates as ∣ p q r s ∣ = p s − q r \begin{vmatrix} p & q \\ r & s \end{vmatrix} = ps - qr p r q s = p s − q r .
Details
Worked Example
Solve:
x + 2 y − z = 3 − − − ( 1 ) 2 x − y + z = 1 − − − ( 2 ) x + y + 2 z = 8 − − − ( 3 ) \begin{aligned}
x + 2y - z &= 3 \quad \mathrm{--- (1)} \\
2x - y + z &= 1 \quad \mathrm{--- (2)} \\
x + y + 2z &= 8 \quad \mathrm{--- (3)}
\end{aligned} x + 2 y − z 2 x − y + z x + y + 2 z = 3 − − − ( 1 ) = 1 − − − ( 2 ) = 8 − − − ( 3 ) Step 1: Eliminate x x x from (2) and (3).
(2) − - − 2 × \times × (1): − 5 y + 3 z = − 5 -5y + 3z = -5 − 5 y + 3 z = − 5 --- (4)
(3) − - − (1): − y + 3 z = 5 -y + 3z = 5 − y + 3 z = 5 --- (5)
Step 2: Eliminate y y y from (5).
(4) − - − 5 × \times × (5): ( − 5 y + 3 z ) − 5 ( − y + 3 z ) = − 5 − 25 (-5y + 3z) - 5(-y + 3z) = -5 - 25 ( − 5 y + 3 z ) − 5 ( − y + 3 z ) = − 5 − 25
− 5 y + 3 z + 5 y − 15 z = − 30 -5y + 3z + 5y - 15z = -30 − 5 y + 3 z + 5 y − 15 z = − 30
− 12 z = − 30 -12z = -30 − 12 z = − 30 , so z = 5 2 z = \frac{5}{2} z = 2 5 .
Step 3: Back-substitute into (5):
− y + 3 ⋅ 5 2 = 5 ⟹ − y + 15 2 = 5 ⟹ y = 5 2 -y + 3 \cdot \frac{5}{2} = 5 \implies -y + \frac{15}{2} = 5 \implies y = \frac{5}{2} − y + 3 ⋅ 2 5 = 5 ⟹ − y + 2 15 = 5 ⟹ y = 2 5 .
Step 4: Back-substitute into (1):
x + 2 ⋅ 5 2 − 5 2 = 3 ⟹ x + 5 2 = 3 ⟹ x = 1 2 x + 2 \cdot \frac{5}{2} - \frac{5}{2} = 3 \implies x + \frac{5}{2} = 3 \implies x = \frac{1}{2} x + 2 ⋅ 2 5 − 2 5 = 3 ⟹ x + 2 5 = 3 ⟹ x = 2 1 .
Solution: x = 1 2 , y = 5 2 , z = 5 2 x = \frac{1}{2}, \; y = \frac{5}{2}, \; z = \frac{5}{2} x = 2 1 , y = 2 5 , z = 2 5 .
8. Modulus Inequalities
∣ f ( x ) ∣ < a |f(x)| \lt a ∣ f ( x ) ∣ < a (with a > 0 a \gt 0 a > 0 ) is equivalent to − a < f ( x ) < a -a \lt f(x) \lt a − a < f ( x ) < a .
∣ f ( x ) ∣ > a |f(x)| \gt a ∣ f ( x ) ∣ > a (with a > 0 a \gt 0 a > 0 ) is equivalent to f ( x ) < − a f(x) \lt -a f ( x ) < − a or f ( x ) > a f(x) \gt a f ( x ) > a .
∣ f ( x ) ∣ < g ( x ) |f(x)| \lt g(x) ∣ f ( x ) ∣ < g ( x ) requires g ( x ) > 0 g(x) \gt 0 g ( x ) > 0 and is equivalent to − g ( x ) < f ( x ) < g ( x ) -g(x) \lt f(x) \lt g(x) − g ( x ) < f ( x ) < g ( x ) .
∣ f ( x ) ∣ > g ( x ) |f(x)| \gt g(x) ∣ f ( x ) ∣ > g ( x ) is equivalent to f ( x ) < − g ( x ) f(x) \lt -g(x) f ( x ) < − g ( x ) or f ( x ) > g ( x ) f(x) \gt g(x) f ( x ) > g ( x ) .
8.2 Methods
Two principal approaches:
Case analysis: Split into f ( x ) ≥ 0 f(x) \geq 0 f ( x ) ≥ 0 and f ( x ) < 0 f(x) \lt 0 f ( x ) < 0 , replacing ∣ f ( x ) ∣ |f(x)| ∣ f ( x ) ∣ with f ( x ) f(x) f ( x ) or
− f ( x ) -f(x) − f ( x ) respectively. Solve each case and take the union.
Squaring: Since ∣ f ( x ) ∣ 2 = f ( x ) 2 |f(x)|^2 = f(x)^2 ∣ f ( x ) ∣ 2 = f ( x ) 2 , the inequality ∣ f ( x ) ∣ < g ( x ) |f(x)| \lt g(x) ∣ f ( x ) ∣ < g ( x ) becomes
f ( x ) 2 < g ( x ) 2 f(x)^2 \lt g(x)^2 f ( x ) 2 < g ( x ) 2 provided g ( x ) ≥ 0 g(x) \geq 0 g ( x ) ≥ 0 . This is often cleaner when both sides are
non-negative.
Details
Example
Solve
∣ 2 x − 1 ∣ < x + 3 |2x - 1| \lt x + 3 ∣2 x − 1∣ < x + 3 .
Since ∣ 2 x − 1 ∣ ≥ 0 |2x - 1| \geq 0 ∣2 x − 1∣ ≥ 0 , we require x + 3 > 0 x + 3 \gt 0 x + 3 > 0 , i.e. x > − 3 x \gt -3 x > − 3 .
Case 1: 2 x − 1 ≥ 0 2x - 1 \geq 0 2 x − 1 ≥ 0 , i.e. x ≥ 1 2 x \geq \frac{1}{2} x ≥ 2 1 .
Then ∣ 2 x − 1 ∣ = 2 x − 1 |2x - 1| = 2x - 1 ∣2 x − 1∣ = 2 x − 1 , so 2 x − 1 < x + 3 2x - 1 \lt x + 3 2 x − 1 < x + 3 , giving x < 4 x \lt 4 x < 4 .
Combined with x ≥ 1 2 x \geq \frac{1}{2} x ≥ 2 1 : 1 2 ≤ x < 4 \frac{1}{2} \leq x \lt 4 2 1 ≤ x < 4 .
Case 2: 2 x − 1 < 0 2x - 1 \lt 0 2 x − 1 < 0 , i.e. x < 1 2 x \lt \frac{1}{2} x < 2 1 .
Then ∣ 2 x − 1 ∣ = 1 − 2 x |2x - 1| = 1 - 2x ∣2 x − 1∣ = 1 − 2 x , so 1 − 2 x < x + 3 1 - 2x \lt x + 3 1 − 2 x < x + 3 , giving − 2 < 3 x -2 \lt 3x − 2 < 3 x , i.e. x > − 2 3 x \gt -\frac{2}{3} x > − 3 2 .
Combined with x < 1 2 x \lt \frac{1}{2} x < 2 1 : − 2 3 < x < 1 2 -\frac{2}{3} \lt x \lt \frac{1}{2} − 3 2 < x < 2 1 .
Solution: − 2 3 < x < 4 -\frac{2}{3} \lt x \lt 4 − 3 2 < x < 4 .
Details
Example
Solve
∣ x 2 − 4 ∣ > 5 |x^2 - 4| \gt 5 ∣ x 2 − 4∣ > 5 .
Case 1: x 2 − 4 ≥ 0 x^2 - 4 \geq 0 x 2 − 4 ≥ 0 , i.e. ∣ x ∣ ≥ 2 |x| \geq 2 ∣ x ∣ ≥ 2 .
Then x 2 − 4 > 5 x^2 - 4 \gt 5 x 2 − 4 > 5 , giving x 2 > 9 x^2 \gt 9 x 2 > 9 , so x > 3 x \gt 3 x > 3 or x < − 3 x \lt -3 x < − 3 .
Case 2: x 2 − 4 < 0 x^2 - 4 \lt 0 x 2 − 4 < 0 , i.e. − 2 < x < 2 -2 \lt x \lt 2 − 2 < x < 2 .
Then − ( x 2 − 4 ) > 5 -(x^2 - 4) \gt 5 − ( x 2 − 4 ) > 5 , giving 4 − x 2 > 5 4 - x^2 \gt 5 4 − x 2 > 5 , i.e. x 2 < − 1 x^2 \lt -1 x 2 < − 1 .
No real solution from this case.
Solution: x < − 3 x \lt -3 x < − 3 or x > 3 x \gt 3 x > 3 .
warning
inequality ∣ f ( x ) ∣ < g ( x ) |f(x)| \lt g(x) ∣ f ( x ) ∣ < g ( x ) only makes sense when g ( x ) > 0 g(x) \gt 0 g ( x ) > 0 , and squaring preserves the
direction since a < b a \lt b a < b implies a 2 < b 2 a^2 \lt b^2 a 2 < b 2 for a , b ≥ 0 a, b \geq 0 a , b ≥ 0 .
9. Absolute Value (Modulus) Properties
9.1 Squaring Identity
Proposition. ∣ x ∣ 2 = x 2 |x|^2 = x^2 ∣ x ∣ 2 = x 2 for all real x x x .
Proof. If x ≥ 0 x \geq 0 x ≥ 0 , then ∣ x ∣ = x |x| = x ∣ x ∣ = x , so ∣ x ∣ 2 = x 2 |x|^2 = x^2 ∣ x ∣ 2 = x 2 .
If x < 0 x \lt 0 x < 0 , then ∣ x ∣ = − x |x| = -x ∣ x ∣ = − x , so ∣ x ∣ 2 = ( − x ) 2 = x 2 |x|^2 = (-x)^2 = x^2 ∣ x ∣ 2 = ( − x ) 2 = x 2 .
In both cases ∣ x ∣ 2 = x 2 |x|^2 = x^2 ∣ x ∣ 2 = x 2 . ■ \blacksquare ■
9.2 Multiplicativity of Modulus
Theorem. ∣ a b ∣ = ∣ a ∣ ∣ b ∣ |ab| = |a||b| ∣ ab ∣ = ∣ a ∣∣ b ∣ for all real a a a and b b b .
Proof. Exhaustive case analysis on the signs of a a a and b b b :
a ≥ 0 , b ≥ 0 a \geq 0, \; b \geq 0 a ≥ 0 , b ≥ 0 : ∣ a b ∣ = a b = ∣ a ∣ ⋅ ∣ b ∣ |ab| = ab = |a| \cdot |b| ∣ ab ∣ = ab = ∣ a ∣ ⋅ ∣ b ∣ .
a ≥ 0 , b < 0 a \geq 0, \; b \lt 0 a ≥ 0 , b < 0 : a b < 0 ab \lt 0 ab < 0 , so ∣ a b ∣ = − ( a b ) = a ( − b ) = ∣ a ∣ ⋅ ∣ b ∣ |ab| = -(ab) = a(-b) = |a| \cdot |b| ∣ ab ∣ = − ( ab ) = a ( − b ) = ∣ a ∣ ⋅ ∣ b ∣ .
a < 0 , b ≥ 0 a \lt 0, \; b \geq 0 a < 0 , b ≥ 0 : a b < 0 ab \lt 0 ab < 0 , so ∣ a b ∣ = − ( a b ) = ( − a ) b = ∣ a ∣ ⋅ ∣ b ∣ |ab| = -(ab) = (-a)b = |a| \cdot |b| ∣ ab ∣ = − ( ab ) = ( − a ) b = ∣ a ∣ ⋅ ∣ b ∣ .
a < 0 , b < 0 a \lt 0, \; b \lt 0 a < 0 , b < 0 : a b > 0 ab \gt 0 ab > 0 , so ∣ a b ∣ = a b = ( − a ) ( − b ) = ∣ a ∣ ⋅ ∣ b ∣ |ab| = ab = (-a)(-b) = |a| \cdot |b| ∣ ab ∣ = ab = ( − a ) ( − b ) = ∣ a ∣ ⋅ ∣ b ∣ .
In all four cases, ∣ a b ∣ = ∣ a ∣ ∣ b ∣ |ab| = |a||b| ∣ ab ∣ = ∣ a ∣∣ b ∣ . ■ \blacksquare ■
9.3 Triangle Inequality
Theorem (Triangle Inequality). For all real a a a and b b b :
∣ a + b ∣ ≤ ∣ a ∣ + ∣ b ∣ |a + b| \leq |a| + |b| ∣ a + b ∣ ≤ ∣ a ∣ + ∣ b ∣
Proof. We split into cases based on the signs of a a a and b b b .
Case 1: a ≥ 0 , b ≥ 0 a \geq 0, \; b \geq 0 a ≥ 0 , b ≥ 0 .
Then a + b ≥ 0 a + b \geq 0 a + b ≥ 0 , so ∣ a + b ∣ = a + b = ∣ a ∣ + ∣ b ∣ |a + b| = a + b = |a| + |b| ∣ a + b ∣ = a + b = ∣ a ∣ + ∣ b ∣ . Equality holds.
Case 2: a ≥ 0 , b < 0 a \geq 0, \; b \lt 0 a ≥ 0 , b < 0 .
Sub-case (i): a + b ≥ 0 a + b \geq 0 a + b ≥ 0 . Then ∣ a + b ∣ = a + b |a + b| = a + b ∣ a + b ∣ = a + b . Since b < 0 b \lt 0 b < 0 implies b < − b = ∣ b ∣ b \lt -b = |b| b < − b = ∣ b ∣ :
∣ a + b ∣ = a + b < a + ∣ b ∣ = ∣ a ∣ + ∣ b ∣ |a + b| = a + b \lt a + |b| = |a| + |b| ∣ a + b ∣ = a + b < a + ∣ b ∣ = ∣ a ∣ + ∣ b ∣
Sub-case (ii): a + b < 0 a + b \lt 0 a + b < 0 . Then ∣ a + b ∣ = − ( a + b ) = − a − b |a + b| = -(a + b) = -a - b ∣ a + b ∣ = − ( a + b ) = − a − b . Since a ≥ 0 a \geq 0 a ≥ 0 implies
− a ≤ a = ∣ a ∣ -a \leq a = |a| − a ≤ a = ∣ a ∣ :
∣ a + b ∣ = − a + ( − b ) = − a + ∣ b ∣ ≤ ∣ a ∣ + ∣ b ∣ |a + b| = -a + (-b) = -a + |b| \leq |a| + |b| ∣ a + b ∣ = − a + ( − b ) = − a + ∣ b ∣ ≤ ∣ a ∣ + ∣ b ∣
Case 3: a < 0 , b ≥ 0 a \lt 0, \; b \geq 0 a < 0 , b ≥ 0 . Symmetric to Case 2 (swap a a a and b b b ).
Case 4: a < 0 , b < 0 a \lt 0, \; b \lt 0 a < 0 , b < 0 .
Then a + b < 0 a + b \lt 0 a + b < 0 , so ∣ a + b ∣ = − ( a + b ) = ( − a ) + ( − b ) = ∣ a ∣ + ∣ b ∣ |a + b| = -(a + b) = (-a) + (-b) = |a| + |b| ∣ a + b ∣ = − ( a + b ) = ( − a ) + ( − b ) = ∣ a ∣ + ∣ b ∣ . Equality holds.
In all cases, ∣ a + b ∣ ≤ ∣ a ∣ + ∣ b ∣ |a + b| \leq |a| + |b| ∣ a + b ∣ ≤ ∣ a ∣ + ∣ b ∣ . ■ \blacksquare ■
Intuition. On the number line, going from the origin to a + b a + b a + b directly covers at most as much
distance as going from the origin to a a a and then from a a a to a + b a + b a + b .
10. Problem Set
Problem 1. Solve the simultaneous equations 3 x + y = 13 3x + y = 13 3 x + y = 13 and x 2 + y 2 = 25 x^2 + y^2 = 25 x 2 + y 2 = 25 .
Details
Solution
From (1):
y = 13 − 3 x y = 13 - 3x y = 13 − 3 x . Substitute into (2):
x 2 + ( 13 − 3 x ) 2 = 25 x 2 + 169 − 78 x + 9 x 2 = 25 10 x 2 − 78 x + 144 = 0 5 x 2 − 39 x + 72 = 0 \begin{aligned}
x^2 + (13 - 3x)^2 &= 25 \\
x^2 + 169 - 78x + 9x^2 &= 25 \\
10x^2 - 78x + 144 &= 0 \\
5x^2 - 39x + 72 &= 0
\end{aligned} x 2 + ( 13 − 3 x ) 2 x 2 + 169 − 78 x + 9 x 2 10 x 2 − 78 x + 144 5 x 2 − 39 x + 72 = 25 = 25 = 0 = 0 x = ◆ L B ◆ 39 ± 1521 − 1440 ◆ R B ◆◆ L B ◆ 10 ◆ R B ◆ = ◆ L B ◆ 39 ± 81 ◆ R B ◆◆ L B ◆ 10 ◆ R B ◆ = ◆ L B ◆ 39 ± 9 ◆ R B ◆◆ L B ◆ 10 ◆ R B ◆ x = \frac◆LB◆39 \pm \sqrt{1521 - 1440}◆RB◆◆LB◆10◆RB◆ = \frac◆LB◆39 \pm \sqrt{81}◆RB◆◆LB◆10◆RB◆ = \frac◆LB◆39 \pm 9◆RB◆◆LB◆10◆RB◆ x = L ◆ B ◆39 ± 1521 − 1440 ◆ R B ◆◆ L B ◆10◆ R B ◆ = L ◆ B ◆39 ± 81 ◆ R B ◆◆ L B ◆10◆ R B ◆ = L ◆ B ◆39 ± 9◆ R B ◆◆ L B ◆10◆ R B ◆
x = 48 10 = 24 5 x = \frac{48}{10} = \frac{24}{5} x = 10 48 = 5 24 : y = 13 − 72 5 = 65 − 72 5 = − 7 5 y = 13 - \frac{72}{5} = \frac{65 - 72}{5} = -\frac{7}{5} y = 13 − 5 72 = 5 65 − 72 = − 5 7 .
x = 30 10 = 3 x = \frac{30}{10} = 3 x = 10 30 = 3 : y = 13 − 9 = 4 y = 13 - 9 = 4 y = 13 − 9 = 4 .
Solutions: ( 3 , 4 ) (3, 4) ( 3 , 4 ) and ( 24 5 , − 7 5 ) \left(\frac{24}{5}, -\frac{7}{5}\right) ( 5 24 , − 5 7 ) .
If you get this wrong, revise: Linear-quadratic simultaneous equations
Problem 2. Solve 3 x − 1 > 2 x + 1 \frac{3}{x - 1} > \frac{2}{x + 1} x − 1 3 > x + 1 2 .
Details
Solution
3 x − 1 − 2 x + 1 > 0 \frac{3}{x - 1} - \frac{2}{x + 1} > 0 x − 1 3 − x + 1 2 > 0
3 ( x + 1 ) − 2 ( x − 1 ) ( x − 1 ) ( x + 1 ) > 0 \frac{3(x + 1) - 2(x - 1)}{(x - 1)(x + 1)} > 0 ( x − 1 ) ( x + 1 ) 3 ( x + 1 ) − 2 ( x − 1 ) > 0
3 x + 3 − 2 x + 2 ( x − 1 ) ( x + 1 ) > 0 \frac{3x + 3 - 2x + 2}{(x - 1)(x + 1)} > 0 ( x − 1 ) ( x + 1 ) 3 x + 3 − 2 x + 2 > 0
x + 5 ( x − 1 ) ( x + 1 ) > 0 \frac{x + 5}{(x - 1)(x + 1)} > 0 ( x − 1 ) ( x + 1 ) x + 5 > 0
Critical values: x = − 5 , − 1 , 1 x = -5, -1, 1 x = − 5 , − 1 , 1 .
Sign chart:
Interval x + 5 x + 5 x + 5 x − 1 x - 1 x − 1 x + 1 x + 1 x + 1 Quotient x < − 5 x < -5 x < − 5 − - − − - − − - − − - − − 5 < x < − 1 -5 < x < -1 − 5 < x < − 1 + + + − - − − - − + + + − 1 < x < 1 -1 < x < 1 − 1 < x < 1 + + + − - − + + + − - − x > 1 x > 1 x > 1 + + + + + + + + + + + +
Solution: − 5 < x < − 1 -5 < x < -1 − 5 < x < − 1 or x > 1 x > 1 x > 1 .
If you get this wrong, revise: Inequalities involving fractions
Problem 3. Show that the simultaneous equations x + 2 y = 1 x + 2y = 1 x + 2 y = 1 and 2 x + 4 y = 3 2x + 4y = 3 2 x + 4 y = 3 have no solution.
Details
Solution
From (1):
x = 1 − 2 y x = 1 - 2y x = 1 − 2 y . Substitute into (2):
2 ( 1 − 2 y ) + 4 y = 3 ⟹ 2 − 4 y + 4 y = 3 ⟹ 2 = 3 2(1 - 2y) + 4y = 3 \implies 2 - 4y + 4y = 3 \implies 2 = 3 2 ( 1 − 2 y ) + 4 y = 3 ⟹ 2 − 4 y + 4 y = 3 ⟹ 2 = 3
This is a contradiction, so there is no solution.
Alternatively: a 1 b 2 − a 2 b 1 = 1 × 4 − 2 × 2 = 0 a_1 b_2 - a_2 b_1 = 1 \times 4 - 2 \times 2 = 0 a 1 b 2 − a 2 b 1 = 1 × 4 − 2 × 2 = 0 , so the lines are parallel. Since
c 1 ⋅ 2 ≠ c 2 ⋅ 1 c_1 \cdot 2 \neq c_2 \cdot 1 c 1 ⋅ 2 = c 2 ⋅ 1 (2 ≠ 3 2 \neq 3 2 = 3 ), they are distinct parallel lines.
If you get this wrong, revise: Linear simultaneous equations
Problem 4. Solve the inequality x 2 − 2 x − 15 ≤ 0 x^2 - 2x - 15 \leq 0 x 2 − 2 x − 15 ≤ 0 .
Details
Solution
( x − 5 ) ( x + 3 ) ≤ 0 (x - 5)(x + 3) \leq 0 ( x − 5 ) ( x + 3 ) ≤ 0 .
The parabola opens upwards. It is ≤ 0 \leq 0 ≤ 0 between and including the roots:
− 3 ≤ x ≤ 5 -3 \leq x \leq 5 − 3 ≤ x ≤ 5
If you get this wrong, revise: Quadratic inequalities
Problem 5. Solve the inequality 1 x ≤ 1 x − 2 \frac{1}{x} \leq \frac{1}{x - 2} x 1 ≤ x − 2 1 .
Details
Solution
1 x − 1 x − 2 ≤ 0 \frac{1}{x} - \frac{1}{x - 2} \leq 0 x 1 − x − 2 1 ≤ 0
( x − 2 ) − x x ( x − 2 ) ≤ 0 \frac{(x - 2) - x}{x(x - 2)} \leq 0 x ( x − 2 ) ( x − 2 ) − x ≤ 0
− 2 x ( x − 2 ) ≤ 0 \frac{-2}{x(x - 2)} \leq 0 x ( x − 2 ) − 2 ≤ 0
2 x ( x − 2 ) ≥ 0 \frac{2}{x(x - 2)} \geq 0 x ( x − 2 ) 2 ≥ 0
Critical values: x = 0 x = 0 x = 0 , x = 2 x = 2 x = 2 .
Sign chart for x ( x − 2 ) x(x - 2) x ( x − 2 ) :
Interval x x x x − 2 x - 2 x − 2 Product x < 0 x < 0 x < 0 − - − − - − + + + 0 < x < 2 0 < x < 2 0 < x < 2 + + + − - − − - − x > 2 x > 2 x > 2 + + + + + + + + +
So 2 x ( x − 2 ) ≥ 0 \frac{2}{x(x-2)} \geq 0 x ( x − 2 ) 2 ≥ 0 when x < 0 x < 0 x < 0 or x > 2 x > 2 x > 2 .
Solution: x ∈ ( − ∞ , 0 ) ∪ ( 2 , ∞ ) x \in (-\infty, 0) \cup (2, \infty) x ∈ ( − ∞ , 0 ) ∪ ( 2 , ∞ ) .
If you get this wrong, revise: Reciprocals reverse order
Problem 6. Find the vertices of the region defined by x ≥ 0 x \geq 0 x ≥ 0 , y ≥ 0 y \geq 0 y ≥ 0 , 2 x + y ≤ 8 2x + y \leq 8 2 x + y ≤ 8 ,
and x + 2 y ≤ 8 x + 2y \leq 8 x + 2 y ≤ 8 .
Details
Solution
Intersection of
2 x + y = 8 2x + y = 8 2 x + y = 8 and
x + 2 y = 8 x + 2y = 8 x + 2 y = 8 :
Multiply first by 2: 4 x + 2 y = 16 4x + 2y = 16 4 x + 2 y = 16 . Subtract: 3 x = 8 3x = 8 3 x = 8 , x = 8 3 x = \frac{8}{3} x = 3 8 .
y = 8 − 2 ⋅ 8 3 = 24 − 16 3 = 8 3 y = 8 - 2 \cdot \frac{8}{3} = \frac{24 - 16}{3} = \frac{8}{3} y = 8 − 2 ⋅ 3 8 = 3 24 − 16 = 3 8 .
Vertices: ( 0 , 0 ) (0, 0) ( 0 , 0 ) , ( 4 , 0 ) (4, 0) ( 4 , 0 ) , ( 0 , 4 ) (0, 4) ( 0 , 4 ) , and ( 8 3 , 8 3 ) \left(\frac{8}{3}, \frac{8}{3}\right) ( 3 8 , 3 8 ) .
If you get this wrong, revise: Graphical inequalities
Problem 7. Prove that if a > b > 0 a > b > 0 a > b > 0 , then a 2 > b 2 a^2 > b^2 a 2 > b 2 .
Details
Solution
Since
a > b > 0 a > b > 0 a > b > 0 , we have
a − b > 0 a - b > 0 a − b > 0 and
a + b > 0 a + b > 0 a + b > 0 .
a 2 − b 2 = ( a − b ) ( a + b ) a^2 - b^2 = (a - b)(a + b) a 2 − b 2 = ( a − b ) ( a + b ) .
Both factors are positive, so their product is positive: a 2 − b 2 > 0 a^2 - b^2 > 0 a 2 − b 2 > 0 , hence a 2 > b 2 a^2 > b^2 a 2 > b 2 .
■ \blacksquare ■
If you get this wrong, revise: Rigorous treatment
Problem 8. Solve the inequality ∣ 2 x − 3 ∣ ≤ 5 |2x - 3| \leq 5 ∣2 x − 3∣ ≤ 5 .
Details
Solution
∣ 2 x − 3 ∣ ≤ 5 |2x - 3| \leq 5 ∣2 x − 3∣ ≤ 5 means
− 5 ≤ 2 x − 3 ≤ 5 -5 \leq 2x - 3 \leq 5 − 5 ≤ 2 x − 3 ≤ 5 .
Adding 3: − 2 ≤ 2 x ≤ 8 -2 \leq 2x \leq 8 − 2 ≤ 2 x ≤ 8 .
Dividing by 2: − 1 ≤ x ≤ 4 -1 \leq x \leq 4 − 1 ≤ x ≤ 4 .
If you get this wrong, revise: Modulus function
Problem 9. Given that x 2 + p x + q = 0 x^2 + px + q = 0 x 2 + p x + q = 0 has roots α \alpha α and β \beta β , and
α + β = 6 \alpha + \beta = 6 α + β = 6 and α β = 8 \alpha\beta = 8 α β = 8 , find p p p and q q q .
Details
Solution
By Viète's formulas (sum and product of roots):
− p = 6 -p = 6 − p = 6 and
q = 8 q = 8 q = 8 .
So p = − 6 p = -6 p = − 6 , q = 8 q = 8 q = 8 .
Verification: x 2 − 6 x + 8 = ( x − 2 ) ( x − 4 ) = 0 x^2 - 6x + 8 = (x - 2)(x - 4) = 0 x 2 − 6 x + 8 = ( x − 2 ) ( x − 4 ) = 0 , giving roots 2 2 2 and 4 4 4 with sum 6 6 6 and product
8 8 8 . ✓
If you get this wrong, revise: Quadratics
Problem 10. Solve x 4 − 5 x 2 + 4 = 0 x^4 - 5x^2 + 4 = 0 x 4 − 5 x 2 + 4 = 0 by treating it as a quadratic in x 2 x^2 x 2 .
Details
Solution
Let
u = x 2 u = x^2 u = x 2 . Then
u 2 − 5 u + 4 = 0 u^2 - 5u + 4 = 0 u 2 − 5 u + 4 = 0 .
( u − 1 ) ( u − 4 ) = 0 (u - 1)(u - 4) = 0 ( u − 1 ) ( u − 4 ) = 0
u = 1 u = 1 u = 1 or u = 4 u = 4 u = 4 .
x 2 = 1 ⟹ x = ± 1 x^2 = 1 \implies x = \pm 1 x 2 = 1 ⟹ x = ± 1 .
x 2 = 4 ⟹ x = ± 2 x^2 = 4 \implies x = \pm 2 x 2 = 4 ⟹ x = ± 2 .
Solutions: x = − 2 , − 1 , 1 , 2 x = -2, -1, 1, 2 x = − 2 , − 1 , 1 , 2 .
If you get this wrong, revise: Quadratic formula
Problem 11. Given that ( x − 2 ) (x - 2) ( x − 2 ) is a factor of f ( x ) = x 3 + a x 2 + b x − 12 f(x) = x^3 + ax^2 + bx - 12 f ( x ) = x 3 + a x 2 + b x − 12 , and f ( 1 ) = − 6 f(1) = -6 f ( 1 ) = − 6 ,
find a a a and b b b . Hence fully factorise f ( x ) f(x) f ( x ) .
Details
Solution
Since
( x − 2 ) (x - 2) ( x − 2 ) is a factor,
f ( 2 ) = 0 f(2) = 0 f ( 2 ) = 0 by the factor theorem:
f ( 2 ) = 8 + 4 a + 2 b − 12 = 4 a + 2 b − 4 = 0 ⟹ 2 a + b = 2 − − − ( i ) f(2) = 8 + 4a + 2b - 12 = 4a + 2b - 4 = 0 \implies 2a + b = 2 \quad \mathrm{--- (i)} f ( 2 ) = 8 + 4 a + 2 b − 12 = 4 a + 2 b − 4 = 0 ⟹ 2 a + b = 2 − − − ( i )
Also f ( 1 ) = − 6 f(1) = -6 f ( 1 ) = − 6 :
f ( 1 ) = 1 + a + b − 12 = a + b − 11 = − 6 ⟹ a + b = 5 − − − ( i i ) f(1) = 1 + a + b - 12 = a + b - 11 = -6 \implies a + b = 5 \quad \mathrm{--- (ii)} f ( 1 ) = 1 + a + b − 12 = a + b − 11 = − 6 ⟹ a + b = 5 − − − ( ii )
Subtracting (i) from (ii): − a = 3 -a = 3 − a = 3 , so a = − 3 a = -3 a = − 3 .
From (ii): b = 5 − ( − 3 ) = 8 b = 5 - (-3) = 8 b = 5 − ( − 3 ) = 8 .
So f ( x ) = x 3 − 3 x 2 + 8 x − 12 f(x) = x^3 - 3x^2 + 8x - 12 f ( x ) = x 3 − 3 x 2 + 8 x − 12 .
Divide by ( x − 2 ) (x - 2) ( x − 2 ) : f ( x ) = ( x − 2 ) ( x 2 − x + 6 ) f(x) = (x - 2)(x^2 - x + 6) f ( x ) = ( x − 2 ) ( x 2 − x + 6 ) .
The discriminant of x 2 − x + 6 x^2 - x + 6 x 2 − x + 6 is Δ = 1 − 24 = − 23 < 0 \Delta = 1 - 24 = -23 \lt 0 Δ = 1 − 24 = − 23 < 0 , so no further real factorisation
is possible.
f ( x ) = ( x − 2 ) ( x 2 − x + 6 ) f(x) = (x - 2)(x^2 - x + 6) f ( x ) = ( x − 2 ) ( x 2 − x + 6 )
If you get this wrong, revise: Polynomial equations
Problem 12. Solve the system of equations:
x + y + z = 6 2 x − y + z = 3 x + 2 y − z = 5 \begin{aligned}
x + y + z &= 6 \\
2x - y + z &= 3 \\
x + 2y - z &= 5
\end{aligned} x + y + z 2 x − y + z x + 2 y − z = 6 = 3 = 5
Details
Solution
Step 1: Eliminate
z z z .
(2) − - − (1): x − 2 y = − 3 x - 2y = -3 x − 2 y = − 3 --- (4)
(1) + + + (3): 2 x + 3 y = 11 2x + 3y = 11 2 x + 3 y = 11 --- (5)
Step 2: Solve (4) and (5) simultaneously.
From (4): x = 2 y − 3 x = 2y - 3 x = 2 y − 3 . Substitute into (5):
2 ( 2 y − 3 ) + 3 y = 11 ⟹ 7 y − 6 = 11 ⟹ y = 17 7 2(2y - 3) + 3y = 11 \implies 7y - 6 = 11 \implies y = \frac{17}{7} 2 ( 2 y − 3 ) + 3 y = 11 ⟹ 7 y − 6 = 11 ⟹ y = 7 17
x = 2 ⋅ 17 7 − 3 = 34 − 21 7 = 13 7 x = 2 \cdot \frac{17}{7} - 3 = \frac{34 - 21}{7} = \frac{13}{7} x = 2 ⋅ 7 17 − 3 = 7 34 − 21 = 7 13
Step 3: Find z z z from (1):
z = 6 − x − y = 6 − 13 7 − 17 7 = 42 − 30 7 = 12 7 z = 6 - x - y = 6 - \frac{13}{7} - \frac{17}{7} = \frac{42 - 30}{7} = \frac{12}{7} z = 6 − x − y = 6 − 7 13 − 7 17 = 7 42 − 30 = 7 12
Solution: x = 13 7 , y = 17 7 , z = 12 7 x = \frac{13}{7}, \; y = \frac{17}{7}, \; z = \frac{12}{7} x = 7 13 , y = 7 17 , z = 7 12 .
If you get this wrong, revise: Systems of three linear equations
Problem 13. Solve ∣ x 2 − 3 x + 1 ∣ ≥ 2 |x^2 - 3x + 1| \geq 2 ∣ x 2 − 3 x + 1∣ ≥ 2 .
Details
Solution
Case 1: x 2 − 3 x + 1 ≥ 0 x^2 - 3x + 1 \geq 0 x 2 − 3 x + 1 ≥ 0 , i.e.
x ≤ ◆ L B ◆ 3 − 5 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ x \leq \frac◆LB◆3 - \sqrt{5}◆RB◆◆LB◆2◆RB◆ x ≤ L ◆ B ◆3 − 5 ◆ R B ◆◆ L B ◆2◆ R B ◆ or
x ≥ ◆ L B ◆ 3 + 5 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ x \geq \frac◆LB◆3 + \sqrt{5}◆RB◆◆LB◆2◆RB◆ x ≥ L ◆ B ◆3 + 5 ◆ R B ◆◆ L B ◆2◆ R B ◆ .
Then x 2 − 3 x + 1 ≥ 2 x^2 - 3x + 1 \geq 2 x 2 − 3 x + 1 ≥ 2 , giving x 2 − 3 x − 1 ≥ 0 x^2 - 3x - 1 \geq 0 x 2 − 3 x − 1 ≥ 0 .
Roots: x = ◆ L B ◆ 3 ± 13 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ x = \frac◆LB◆3 \pm \sqrt{13}◆RB◆◆LB◆2◆RB◆ x = L ◆ B ◆3 ± 13 ◆ R B ◆◆ L B ◆2◆ R B ◆ .
So x ≤ ◆ L B ◆ 3 − 13 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ x \leq \frac◆LB◆3 - \sqrt{13}◆RB◆◆LB◆2◆RB◆ x ≤ L ◆ B ◆3 − 13 ◆ R B ◆◆ L B ◆2◆ R B ◆ or x ≥ ◆ L B ◆ 3 + 13 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ x \geq \frac◆LB◆3 + \sqrt{13}◆RB◆◆LB◆2◆RB◆ x ≥ L ◆ B ◆3 + 13 ◆ R B ◆◆ L B ◆2◆ R B ◆ .
Since 13 > 5 \sqrt{13} \gt \sqrt{5} 13 > 5 , the condition x 2 − 3 x + 1 ≥ 0 x^2 - 3x + 1 \geq 0 x 2 − 3 x + 1 ≥ 0 is automatically satisfied by
these ranges.
Case 2: x 2 − 3 x + 1 < 0 x^2 - 3x + 1 \lt 0 x 2 − 3 x + 1 < 0 , i.e. ◆ L B ◆ 3 − 5 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ < x < ◆ L B ◆ 3 + 5 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ \frac◆LB◆3 - \sqrt{5}◆RB◆◆LB◆2◆RB◆ \lt x \lt \frac◆LB◆3 + \sqrt{5}◆RB◆◆LB◆2◆RB◆ L ◆ B ◆3 − 5 ◆ R B ◆◆ L B ◆2◆ R B ◆ < x < L ◆ B ◆3 + 5 ◆ R B ◆◆ L B ◆2◆ R B ◆ .
Then − ( x 2 − 3 x + 1 ) ≥ 2 -(x^2 - 3x + 1) \geq 2 − ( x 2 − 3 x + 1 ) ≥ 2 , giving x 2 − 3 x + 3 ≤ 0 x^2 - 3x + 3 \leq 0 x 2 − 3 x + 3 ≤ 0 .
Discriminant: Δ = 9 − 12 = − 3 < 0 \Delta = 9 - 12 = -3 \lt 0 Δ = 9 − 12 = − 3 < 0 . Since the parabola opens upward, x 2 − 3 x + 3 > 0 x^2 - 3x + 3 \gt 0 x 2 − 3 x + 3 > 0
for all real x x x . No solution from this case.
Solution: x ≤ ◆ L B ◆ 3 − 13 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ x \leq \frac◆LB◆3 - \sqrt{13}◆RB◆◆LB◆2◆RB◆ x ≤ L ◆ B ◆3 − 13 ◆ R B ◆◆ L B ◆2◆ R B ◆ or x ≥ ◆ L B ◆ 3 + 13 ◆ R B ◆◆ L B ◆ 2 ◆ R B ◆ x \geq \frac◆LB◆3 + \sqrt{13}◆RB◆◆LB◆2◆RB◆ x ≥ L ◆ B ◆3 + 13 ◆ R B ◆◆ L B ◆2◆ R B ◆ .
If you get this wrong, revise: Modulus inequalities
Problem 14. Find the area of the region defined by x ≥ 0 x \geq 0 x ≥ 0 , y ≥ 0 y \geq 0 y ≥ 0 , 3 x + 2 y ≤ 12 3x + 2y \leq 12 3 x + 2 y ≤ 12 ,
and x + y ≥ 3 x + y \geq 3 x + y ≥ 3 .
Details
Solution
The region is bounded by four lines. Find the vertices:
( 0 , 3 ) (0, 3) ( 0 , 3 ) : intersection of x = 0 x = 0 x = 0 and x + y = 3 x + y = 3 x + y = 3 .
( 0 , 6 ) (0, 6) ( 0 , 6 ) : intersection of x = 0 x = 0 x = 0 and 3 x + 2 y = 12 3x + 2y = 12 3 x + 2 y = 12 .
( 4 , 0 ) (4, 0) ( 4 , 0 ) : intersection of y = 0 y = 0 y = 0 and 3 x + 2 y = 12 3x + 2y = 12 3 x + 2 y = 12 .
( 3 , 0 ) (3, 0) ( 3 , 0 ) : intersection of y = 0 y = 0 y = 0 and x + y = 3 x + y = 3 x + y = 3 .
The region is a trapezoid. Using the shoelace formula with vertices ( 0 , 3 ) , ( 0 , 6 ) , ( 4 , 0 ) , ( 3 , 0 ) (0, 3), (0, 6), (4, 0), (3, 0) ( 0 , 3 ) , ( 0 , 6 ) , ( 4 , 0 ) , ( 3 , 0 )
in order:
A r e a = 1 2 ∣ ∑ i x i y i + 1 − ∑ i y i x i + 1 ∣ \mathrm{Area} = \frac{1}{2}\left| \sum_{i} x_i y_{i+1} - \sum_{i} y_i x_{i+1} \right| Area = 2 1 ∣ ∑ i x i y i + 1 − ∑ i y i x i + 1 ∣
= 1 2 ∣ ( 0 ⋅ 6 + 0 ⋅ 0 + 4 ⋅ 0 + 3 ⋅ 3 ) − ( 3 ⋅ 0 + 6 ⋅ 4 + 0 ⋅ 3 + 0 ⋅ 0 ) ∣ = \frac{1}{2}\left| (0 \cdot 6 + 0 \cdot 0 + 4 \cdot 0 + 3 \cdot 3) - (3 \cdot 0 + 6 \cdot 4 + 0 \cdot 3 + 0 \cdot 0) \right| = 2 1 ∣ ( 0 ⋅ 6 + 0 ⋅ 0 + 4 ⋅ 0 + 3 ⋅ 3 ) − ( 3 ⋅ 0 + 6 ⋅ 4 + 0 ⋅ 3 + 0 ⋅ 0 ) ∣
= 1 2 ∣ 9 − 24 ∣ = 15 2 = \frac{1}{2}\left| 9 - 24 \right| = \frac{15}{2} = 2 1 ∣ 9 − 24 ∣ = 2 15
If you get this wrong, revise: Graphical inequalities
Problem 15. Solve the simultaneous equations x 2 + x y = 10 x^2 + xy = 10 x 2 + x y = 10 and y 2 + x y = 15 y^2 + xy = 15 y 2 + x y = 15 .
Details
Solution
Key insight: add and subtract the equations.
Adding: x 2 + 2 x y + y 2 = 25 x^2 + 2xy + y^2 = 25 x 2 + 2 x y + y 2 = 25 , so ( x + y ) 2 = 25 (x + y)^2 = 25 ( x + y ) 2 = 25 .
This gives x + y = 5 x + y = 5 x + y = 5 or x + y = − 5 x + y = -5 x + y = − 5 .
Subtracting: y 2 − x 2 = 5 y^2 - x^2 = 5 y 2 − x 2 = 5 , so ( y − x ) ( y + x ) = 5 (y - x)(y + x) = 5 ( y − x ) ( y + x ) = 5 .
Case 1: x + y = 5 x + y = 5 x + y = 5 .
Then ( y − x ) ( 5 ) = 5 (y - x)(5) = 5 ( y − x ) ( 5 ) = 5 , giving y − x = 1 y - x = 1 y − x = 1 .
From x + y = 5 x + y = 5 x + y = 5 and y − x = 1 y - x = 1 y − x = 1 : adding gives 2 y = 6 2y = 6 2 y = 6 , so y = 3 y = 3 y = 3 , x = 2 x = 2 x = 2 .
Case 2: x + y = − 5 x + y = -5 x + y = − 5 .
Then ( y − x ) ( − 5 ) = 5 (y - x)(-5) = 5 ( y − x ) ( − 5 ) = 5 , giving y − x = − 1 y - x = -1 y − x = − 1 .
From x + y = − 5 x + y = -5 x + y = − 5 and y − x = − 1 y - x = -1 y − x = − 1 : adding gives 2 y = − 6 2y = -6 2 y = − 6 , so y = − 3 y = -3 y = − 3 , x = − 2 x = -2 x = − 2 .
Verification: ( 2 , 3 ) (2, 3) ( 2 , 3 ) : 4 + 6 = 10 4 + 6 = 10 4 + 6 = 10 ✓ and 9 + 6 = 15 9 + 6 = 15 9 + 6 = 15 ✓.
( − 2 , − 3 ) (-2, -3) ( − 2 , − 3 ) : 4 + 6 = 10 4 + 6 = 10 4 + 6 = 10 ✓ and 9 + 6 = 15 9 + 6 = 15 9 + 6 = 15 ✓.
Solutions: ( 2 , 3 ) (2, 3) ( 2 , 3 ) and ( − 2 , − 3 ) (-2, -3) ( − 2 , − 3 ) .
If you get this wrong, revise: Simultaneous equations
Diagnostic Test
Ready to test your understanding of Equations and Inequalities ? The diagnostic test contains the hardest questions within the A-Level specification for this topic, each with a full worked solution.
Unit tests probe edge cases and common misconceptions. Integration tests combine Equations and Inequalities with other pure mathematics topics to test synthesis under exam conditions.
See Diagnostic Guide for instructions on self-marking and building a personal test matrix.