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
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).
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 .
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.
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 = 4 ± 16 + 480 10 = 4 ± 496 10 = 4 ± 4 31 10 = 2 ± 2 31 5 x = \frac{4 \pm \sqrt{16 + 480}}{10} = \frac{4 \pm \sqrt{496}}{10} = \frac{4 \pm 4\sqrt{31}}{10} = \frac{2 \pm 2\sqrt{31}}{5} x = 10 4 ± 16 + 480 = 10 4 ± 496 = 10 4 ± 4 31 = 5 2 ± 2 31
Δ = 496 > 0 \Delta = 496 > 0 Δ = 496 > 0 So the line intersects the circle at two points.
Tip: Tip Quadratic in both variables, which is harder to solve.
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.
multiplier before Proceeding. ### 3.2 Quadratic Inequalities
See Quadratics , Section 6.
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.
Example Solve $\frac{2x - 1}{x + 3} \geq 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 , ∞ ) .
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 ( 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 < < < . When multiple inequalities define a region, the solution is the intersection of all individual Regions.
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, 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$$y = 4 . So the third vertex is ( 2 , 4 ) (2, 4) ( 2 , 4 ) .
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 ■
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 ■
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 ■
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$$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.
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 ■
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.
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. Example Fully factorise $f(x) = x^3 - 6x^2 + 11x - 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 )
Example Fully factorise $f(x) = 2x^3 + x^2 - 5x + 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 ) .
$f(x) = x^n + \cdots + c$The possible rational roots are $\pm 1, \pm 2, \ldots$ (factors of $c$). For a system of three equations in three unknowns, the elimination method extends :
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).
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_y by Replacing the second column, and D z D_z D z by replacing the third.
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 .
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 .
∣ 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 ) .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.Example Solve $|2x - 1| \lt 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 .
Example Solve $|x^2 - 4| \gt 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 .
preserves the Direction since $a \lt b$ implies $a^2 \lt b^2$ for $a, b \geq 0$. 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 ■
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 ■
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 .
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 .
Solution From (1): $y = 13 - 3x$. 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 = 39 ± 1521 − 1440 10 = 39 ± 81 10 = 39 ± 9 10 x = \frac{39 \pm \sqrt{1521 - 1440}}{10} = \frac{39 \pm \sqrt{81}}{10} = \frac{39 \pm 9}{10} x = 10 39 ± 1521 − 1440 = 10 39 ± 81 = 10 39 ± 9
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](#2-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 .
Solution $$\frac{3}{x - 1} - \frac{2}{x + 1} > 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](#33-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.
Solution From (1): $x = 1 - 2y$. 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](#1-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 .
Solution $(x - 5)(x + 3) \leq 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](02-quadratics.mdx)
Problem 5. Solve the inequality 1 x ≤ 1 x − 2 \frac{1}{x} \leq \frac{1}{x - 2} x 1 ≤ x − 2 1 .
Solution $$\frac{1}{x} - \frac{1}{x - 2} \leq 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](#54-reciprocals-reverse-order-for-positive-numbers)
Problem 6. Find the vertices of the region defined by x \geq 0$$y \geq 0$$2x + y \leq 8 And x + 2 y ≤ 8 x + 2y \leq 8 x + 2 y ≤ 8 .
Solution Intersection of $2x + y = 8$ and $x + 2y = 8$:Multiply first by 2: 4 x + 2 y = 16 4x + 2y = 16 4 x + 2 y = 16 . Subtract: 3x = 8$$x = \frac{8}{3} .
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)$$(4, 0)$$(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](#4-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 .
Solution Since $a > b > 0$We have $a - b > 0$ and $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](#5-rigorous-treatment-of-inequality-manipulation)
Problem 8. Solve the inequality ∣ 2 x − 3 ∣ ≤ 5 |2x - 3| \leq 5 ∣2 x − 3∣ ≤ 5 .
Solution $|2x - 3| \leq 5$ means $-5 \leq 2x - 3 \leq 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](./05-functions.md)
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 .
Solution By Viète's formulas (sum and product of roots): $-p = 6$ and $q = 8$.So p = -6$$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](02-quadratics.mdx)
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 .
Solution Let $u = x^2$. Then $u^2 - 5u + 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](02-quadratics.mdx)
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 ) .
Solution Since $(x - 2)$ is a factor, $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](#6-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 Solution **Step 1:** Eliminate $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](#7-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 .
Solution **Case 1:** $x^2 - 3x + 1 \geq 0$I.e. $x \leq \frac{3 - \sqrt{5}}{2}$ or $x \geq \frac{3 + \sqrt{5}}{2}$.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 = 3 ± 13 2 x = \frac{3 \pm \sqrt{13}}{2} x = 2 3 ± 13 .
So x ≤ 3 − 13 2 x \leq \frac{3 - \sqrt{13}}{2} x ≤ 2 3 − 13 or x ≥ 3 + 13 2 x \geq \frac{3 + \sqrt{13}}{2} x ≥ 2 3 + 13 .
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. 3 − 5 2 < x < 3 + 5 2 \frac{3 - \sqrt{5}}{2} \lt x \lt \frac{3 + \sqrt{5}}{2} 2 3 − 5 < x < 2 3 + 5 .
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 ≤ 3 − 13 2 x \leq \frac{3 - \sqrt{13}}{2} x ≤ 2 3 − 13 or x ≥ 3 + 13 2 x \geq \frac{3 + \sqrt{13}}{2} x ≥ 2 3 + 13 .
If you get this wrong, revise: [Modulus inequalities](#8-modulus-inequalities)
Problem 14. Find the area of the region defined by x \geq 0$$y \geq 0$$3x + 2y \leq 12 And x + y ≥ 3 x + y \geq 3 x + y ≥ 3 .
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](#4-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 .
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](#1-linear-simultaneous-equations)
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 for instructions on self-marking and building a personal test matrix.
## Common Pitfalls
Confusing the domain and range of functions, or not considering restrictions (e.g., denominator cannot be zero).
Forgetting the + c +c + c constant of integration in indefinite integrals, or misusing boundary conditions in definite integrals.
Rounding too early in multi-step calculations. Carry full precision through and round only the final answer.
Incorrectly applying integration by parts by choosing u u u and d v d x \frac{dv}{dx} d x d v the wrong way around.
Algebraic Expressions — Factorisation and the factor theorem are used to solve polynomial equations in this topic.Quadratics — Quadratic inequalities and the discriminant extend the quadratic equations covered there.Coordinates and Geometry — Graphical inequalities and intersection of lines and circles apply coordinate geometry techniques.Proof — The rigorous proofs of inequality properties connect to the proof methods developed in the proof topic.