Skip to content

Algebra | Leaving Cert - Wyatt's Notes

Algebra is a fundamental area of the Leaving Certificate Mathematics syllabus, appearing in both Paper 1 and Paper 2. This topic covers algebraic expressions, equations, inequalities, complex Numbers, matrices, and sequences.

Expansion is the process of removing brackets by multiplying each term inside by the expression Outside.

Example (OL/HL): Expand (2x+3)(x5)(2x + 3)(x - 5).

(2x+3)(x5)=2x210x+3x15=2x27x15(2x + 3)(x - 5) = 2x^2 - 10x + 3x - 15 = 2x^2 - 7x - 15

Example (HL): Expand and simplify (x+2)3(x + 2)^3.

(x+2)3=(x+2)(x+2)2=(x+2)(x2+4x+4)=x3+4x2+4x+2x2+8x+8=x3+6x2+12x+8(x + 2)^3 = (x + 2)(x + 2)^2 = (x + 2)(x^2 + 4x + 4) = x^3 + 4x^2 + 4x + 2x^2 + 8x + 8 = x^3 + 6x^2 + 12x + 8

Factorisation is the reverse process. Common techniques include:

  1. Common factor: 6x2+9x=3x(2x+3)6x^2 + 9x = 3x(2x + 3)
  2. Quadratic trinomial: x2+5x+6=(x+2)(x+3)x^2 + 5x + 6 = (x + 2)(x + 3)
  3. Difference of two squares: x216=(x4)(x+4)x^2 - 16 = (x - 4)(x + 4)

The identity a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b) extends to factorisation:

4x225y2=(2x5y)(2x+5y)4x^2 - 25y^2 = (2x - 5y)(2x + 5y)

Proof. (ab)(a+b)=a2+ababb2=a2b2(a-b)(a+b) = a^2 + ab - ab - b^2 = a^2 - b^2.

This identity also leads to the sum and difference of two cubes:

A3b3=(ab)(a2+ab+b2)A^3 - b^3 = (a - b)(a^2 + ab + b^2) A3+b3=(a+b)(a2ab+b2)A^3 + b^3 = (a + b)(a^2 - ab + b^2)

Verification: (ab)(a2+ab+b2)=a3+a2b+ab2a2bab2b3=a3b3(a - b)(a^2 + ab + b^2) = a^3 + a^2b + ab^2 - a^2b - ab^2 - b^3 = a^3 - b^3.

Example (HL): Factorise x416x^4 - 16 completely.

X416=(x24)(x2+4)=(x2)(x+2)(x2+4)X^4 - 16 = (x^2 - 4)(x^2 + 4) = (x - 2)(x + 2)(x^2 + 4)

Example (HL): Factorise x3+8x^3 + 8.

X3+8=(x+2)(x22x+4)X^3 + 8 = (x + 2)(x^2 - 2x + 4)A2+2ab+b2=(a+b)2A^2 + 2ab + b^2 = (a + b)^2 A22ab+b2=(ab)2A^2 - 2ab + b^2 = (a - b)^2

Example (HL): Factorise 9x230x+259x^2 - 30x + 25.

9x230x+25=(3x5)29x^2 - 30x + 25 = (3x - 5)^2

Solve for xx: 3(2x1)=4(x+3)53(2x - 1) = 4(x + 3) - 5.

6x3=4x+1256x - 3 = 4x + 12 - 5 6x4x=7+36x - 4x = 7 + 3 2x=10    x=52x = 10 \implies x = 5

Example (HL): Solve 2x+13x24=16\frac{2x + 1}{3} - \frac{x - 2}{4} = \frac{1}{6}.

Multiply through by 12 (the LCM of 3, 4, 6):

4(2x+1)3(x2)=24(2x + 1) - 3(x - 2) = 2 8x+43x+6=28x + 4 - 3x + 6 = 2 5x+10=2    5x=8    x=855x + 10 = 2 \implies 5x = -8 \implies x = -\frac{8}{5}

Quadratic equations take the form ax2+bx+c=0ax^2 + bx + c = 0. Methods of solution include:

X^2 - 5x + 6 = 0 \implies (x - 2)(x - 3) = 0 \implies x = 2 \mathrm{ or x = 3

For ax2+bx+c=0ax^2 + bx + c = 0:

X=b±b24ac2aX = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Derivation. Complete the square for ax2+bx+c=0ax^2 + bx + c = 0:

a ⁣(x2+bax)=ca\!\left(x^2 + \frac{b}{a}x\right) = -c

a ⁣(x+b2a)2b24a=ca\!\left(x + \frac{b}{2a}\right)^2 - \frac{b^2}{4a} = -c

a ⁣(x+b2a)2=b24ac4aa\!\left(x + \frac{b}{2a}\right)^2 = \frac{b^2 - 4ac}{4a}

x+b2a=±b24ac2ax + \frac{b}{2a} = \frac{\pm\sqrt{b^2 - 4ac}}{2a}

Example: Solve 2x2+3x5=02x^2 + 3x - 5 = 0.

Here a=2a = 2, b=3b = 3, c=5c = -5.

X=3±9+404=3±74X = \frac{-3 \pm \sqrt{9 + 40}}{4} = \frac{-3 \pm 7}{4} X = 1 \mathrm{ or x = -\frac{5}{2}

Write ax2+bx+cax^2 + bx + c in the form a(xh)2+ka(x - h)^2 + k.

Example: Express x2+6x+2x^2 + 6x + 2 in completed square form.

X2+6x+2=(x2+6x+9)9+2=(x+3)27X^2 + 6x + 2 = (x^2 + 6x + 9) - 9 + 2 = (x + 3)^2 - 7

The discriminant Δ=b24ac\Delta = b^2 - 4ac determines the nature of the roots:

ConditionRoots
Δ>0\Delta > 0Two distinct real roots
Δ=0\Delta = 0One repeated real root
Δ<0\Delta < 0No real roots (two complex roots)

Example (HL): Find the range of kk for which x2+4x+k=0x^2 + 4x + k = 0 has real roots.

Δ=164k0    k4\Delta = 16 - 4k \geq 0 \implies k \leq 4

Example (HL): Find the range of kk for which kx2+4x+k=0kx^2 + 4x + k = 0 has real roots.

Δ=164k20    k24    2k2\Delta = 16 - 4k^2 \geq 0 \implies k^2 \leq 4 \implies -2 \leq k \leq 2

Example (HL): Find the value of kk for which x2+2kx+9=0x^2 + 2kx + 9 = 0 has equal roots.

Δ=4k236=0    k2=9    k=±3\Delta = 4k^2 - 36 = 0 \implies k^2 = 9 \implies k = \pm 3

Example (OL): Solve:

{2x+y=7Xy=2\begin{cases} 2x + y = 7 \\ X - y = 2 \end{cases}

Adding: 3x=9    x=33x = 9 \implies x = 3. Substituting: y=1y = 1.

Example (HL): Solve:

{X+y=5X2+y2=13\begin{cases} X + y = 5 \\ X^2 + y^2 = 13 \end{cases}

From the first equation y=5xy = 5 - x. Substituting:

X2+(5x)2=13X^2 + (5 - x)^2 = 13 X2+2510x+x2=13X^2 + 25 - 10x + x^2 = 13 2x210x+12=0    x25x+6=02x^2 - 10x + 12 = 0 \implies x^2 - 5x + 6 = 0 (x - 2)(x - 3) = 0 \implies x = 2 \mathrm{ or x = 3

Solutions: (2,3)(2, 3) and (3,2)(3, 2).

When multiplying or dividing both sides by a negative number, reverse the inequality sign.

Example: Solve 32x>73 - 2x > 7.

2x>4    x<2-2x > 4 \implies x < -2

Example: Solve x23x4<0x^2 - 3x - 4 < 0.

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

The product is negative when one factor is positive and the other negative. Since the parabola opens Upward:

1<x<4-1 < x < 4