Skip to content

Algebra

Algebra

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.

Algebraic Expressions

Expanding and Factorising

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)

Difference of Two Squares (HL)

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)

Perfect Square Trinomials (HL)

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

Solving Equations

Linear Equations (OL/HL)

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 (OL/HL)

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

Method 1: Factorisation

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

Method 2: Quadratic Formula (OL/HL)

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}

Method 3: Completing the Square (HL)

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 (HL)

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

Simultaneous Equations (OL/HL)

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).

Inequalities (OL/HL)

Linear Inequalities

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

Quadratic Inequalities (HL)

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

:::caution Always check the inequality sign carefully. For x23x4>0x^2 - 3x - 4 \gt 0The solution would Be x<1x \lt -1 or x>4x \gt 4 (outside the roots).

Example (HL): Solve x1x+20\frac{x - 1}{x + 2} \le 0.

Critical values: x=1x = 1 (numerator zero) and x=2x = -2 (denominator zero).

Sign chart:

Intervalx<2x < -22<x<1-2 < x < 1x>1x > 1
x1x - 1NegativeNegativePositive
x+2x + 2NegativePositivePositive
QuotientPositiveNegativeNon-negative

Solution: x(2,1]x \in (-2, 1].

Modulus Inequalities (HL)

x<a    a<x<a|x| \lt a \iff -a \lt x \lt a

x>a    x<a|x| > a \iff x \lt -a or x>ax > a

Example: Solve 2x3<5|2x - 3| \lt 5.

5<2x3<5-5 \lt 2x - 3 \lt 5

2<2x<8-2 \lt 2x \lt 8

1<x<4-1 \lt x \lt 4

Complex Numbers (HL)

Definition

A complex number is of the form z=a+biz = a + bi where a,bRa, b \in \mathbb{R} and i2=1i^2 = -1.

  • aa is the real part (Re(z)\operatorname{Re}(z))
  • bb is the imaginary part (Im(z)\operatorname{Im}(z))

Operations

Addition: (a+bi)+(c+di)=(a+c)+(b+d)i(a + bi) + (c + di) = (a + c) + (b + d)i

Multiplication: (a+bi)(c+di)=(acbd)+(ad+bc)i(a + bi)(c + di) = (ac - bd) + (ad + bc)i

Complex conjugate: zˉ=abi\bar{z} = a - bi

Zzˉ=a2+b2Z \cdot \bar{z} = a^2 + b^2

Division: a+bic+di=(a+bi)(cdi)(c+di)(cdi)=(ac+bd)+(bcad)ic2+d2\dfrac{a + bi}{c + di} = \dfrac{(a + bi)(c - di)}{(c + di)(c - di)} = \dfrac{(ac + bd) + (bc - ad)i}{c^2 + d^2}

Modulus and Argument

The modulus (or absolute value) of z=a+biz = a + bi:

z=a2+b2|z| = \sqrt{a^2 + b^2}

The argument arg(z)\arg(z) is the angle θ\theta measured from the positive real axis:

θ=arctan(ba),a>0\theta = \arctan\left(\frac{b}{a}\right), \quad a > 0

For a<0a < 0Add π\pi to get the correct quadrant.

Quadrant check for the argument:

| Quadrant | aa | bb | arg(z)\arg(z) | | -------- | ----- | ----- | --------------------- | --- | --- | | I | >0> 0 | >0> 0 | arctan(b/a)\arctan(b/a) | | II | <0< 0 | >0> 0 | πarctan(b/a)\pi - \arctan(b/ | a | ) | | III | <0< 0 | <0< 0 | π+arctan(b/a)-\pi + \arctan(b/a) | | IV | >0> 0 | <0< 0 | arctan(b/a)-\arctan(b/a) |

Polar Form (HL)

Z=r(cosθ+isinθ)=reiθZ = r(\cos\theta + i\sin\theta) = re^{i\theta}

Where r=zr = |z| and θ=arg(z)\theta = \arg(z).

Example (HL): Express z=1+i3z = -1 + i\sqrt{3} in polar form.

r=1+3=2r = \sqrt{1 + 3} = 2. Since a=1<0a = -1 < 0 and b=3>0b = \sqrt{3} > 0The point is in the second Quadrant.

θ=πarctan ⁣(31)=ππ3=2π3\theta = \pi - \arctan\!\left(\frac{\sqrt{3}}{1}\right) = \pi - \frac{\pi}{3} = \frac{2\pi}{3} Z=2(cos2π3+isin2π3)=2e2πi/3Z = 2\left(\cos\frac{2\pi}{3} + i\sin\frac{2\pi}{3}\right) = 2e^{2\pi i/3}

De Moivre’s Theorem (HL)

For z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta) and nZn \in \mathbb{Z}:

Zn=rn(cosnθ+isinnθ)Z^n = r^n(\cos n\theta + i\sin n\theta)

Proof by induction for positive integers. Base case n=1n = 1: trivial. Inductive step: assume True for n=kn = k. Then zk+1=zkz=rk(coskθ+isinkθ)r(cosθ+isinθ)z^{k+1} = z^k \cdot z = r^k(\cos k\theta + i\sin k\theta) \cdot r(\cos\theta + i\sin\theta). Expanding using addition formulae gives rk+1(cos(k+1)θ+isin(k+1)θ)r^{k+1}(\cos(k+1)\theta + i\sin(k+1)\theta).

Example: Express (3+i)4(\sqrt{3} + i)^4 in the form a+bia + bi.

First find modulus and argument: r=2r = 2, θ=π6\theta = \frac{\pi}{6}.

(3+i)4=24(cos4π6+isin4π6)=16(cos2π3+isin2π3)=16(12+i32)=8+83i(\sqrt{3} + i)^4 = 2^4\left(\cos\frac{4\pi}{6} + i\sin\frac{4\pi}{6}\right) = 16\left(\cos\frac{2\pi}{3} + i\sin\frac{2\pi}{3}\right) = 16\left(-\frac{1}{2} + i\frac{\sqrt{3}}{2}\right) = -8 + 8\sqrt{3}\,i

Example (HL): Express z=1i3z = 1 - i\sqrt{3} in polar form and hence find z5z^5.

r=1+3=2r = \sqrt{1 + 3} = 2. Since a=1>0a = 1 > 0 and b=3<0b = -\sqrt{3} < 0The point is in the fourth Quadrant.

θ=π3,z=2eπi/3\theta = -\frac{\pi}{3}, \quad z = 2e^{-\pi i/3} Z5=25e5πi/3=32(cos5π3+isin5π3)=32(12i32)=16163iZ^5 = 2^5 e^{-5\pi i/3} = 32\left(\cos\frac{-5\pi}{3} + i\sin\frac{-5\pi}{3}\right) = 32\left(\frac{1}{2} - i\frac{\sqrt{3}}{2}\right) = 16 - 16\sqrt{3}\,i

Roots of Unity (HL)

The nnTh roots of unity are the solutions to zn=1z^n = 1.

Zk=cos2kπn+isin2kπn,k=0,1,2,,n1Z_k = \cos\frac{2k\pi}{n} + i\sin\frac{2k\pi}{n}, \quad k = 0, 1, 2, \ldots, n-1

These lie on the unit circle in the complex plane, equally spaced at angles of 2πn\frac{2\pi}{n}.

Properties:

  • The sum of all nnTh roots of unity is 00.
  • The product of all nnTh roots of unity is (1)n1(-1)^{n-1}.
  • The nnTh roots of any complex number w=reiθw = re^{i\theta} are rnei(θ+2kπ)/n\sqrt[n]{r}\, e^{i(\theta + 2k\pi)/n} for k=0,1,,n1k = 0, 1, \ldots, n-1.

Example: Find the cube roots of unity.

For z3=1z^3 = 1: zk=cos2kπ3+isin2kπ3z_k = \cos\frac{2k\pi}{3} + i\sin\frac{2k\pi}{3}, k=0,1,2k = 0, 1, 2.

Z0=1,z1=12+i32,z2=12i32Z_0 = 1, \quad z_1 = -\frac{1}{2} + i\frac{\sqrt{3}}{2}, \quad z_2 = -\frac{1}{2} - i\frac{\sqrt{3}}{2}

Note: 1+z1+z2=01 + z_1 + z_2 = 0.

Example (HL): Find all complex numbers zz such that z4=16z^4 = 16.

The four fourth roots of 16=16e0i16 = 16e^{0i} are:

Zk=2e2kπi/4,k=0,1,2,3Z_k = 2\,e^{2k\pi i/4}, \quad k = 0, 1, 2, 3 Z0=2,z1=2i,z2=2,z3=2iZ_0 = 2, \quad z_1 = 2i, \quad z_2 = -2, \quad z_3 = -2i

Matrices (HL)

Definitions

A matrix AA of order m×nm \times n has mm rows and nn columns.

Operations

Addition: Add corresponding elements (matrices must be the same order).

Scalar multiplication: Multiply every element by the scalar.

Matrix multiplication: If AA is m×pm \times p and BB is p×np \times nThen ABAB is m×nm \times n.

The (i,j)(i, j) entry of ABAB is:

(AB)ij=k=1paikbkj(AB)_{ij} = \sum_{k=1}^{p} a_{ik}b_{kj}

Determinant and Inverse of a 2×22 \times 2 Matrix

For A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}:

det(A)=adbc\det(A) = ad - bc

If det(A)0\det(A) \neq 0:

A1=1adbc(dbca)A^{-1} = \frac{1}{ad - bc}\begin{pmatrix} d & -b \\ -c & a \end{pmatrix}

Determinant of a 3×33 \times 3 Matrix (HL)

For A=(abcdefghk)A = \begin{pmatrix} a & b & c \\ d & e & f \\ g & h & k \end{pmatrix}:

det(A)=a(ekfh)b(dkfg)+c(dheg)\det(A) = a(ek - fh) - b(dk - fg) + c(dh - eg)

Solving Systems Using Matrices (HL)

For AX=BAX = B where AA is invertible:

X=A1BX = A^{-1}B

Example: Solve:

{2x+y=5Xy=1\begin{cases} 2x + y = 5 \\ X - y = 1 \end{cases} (2111)(xy)=(51)\begin{pmatrix} 2 & 1 \\ 1 & -1 \end{pmatrix}\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} 5 \\ 1 \end{pmatrix} det(A)=21=3\det(A) = -2 - 1 = -3 A1=13(1112)=(13131323)A^{-1} = \frac{1}{-3}\begin{pmatrix} -1 & -1 \\ -1 & 2 \end{pmatrix} = \begin{pmatrix} \frac{1}{3} & \frac{1}{3} \\ \frac{1}{3} & -\frac{2}{3} \end{pmatrix} (xy)=(13131323)(51)=(21)\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} \frac{1}{3} & \frac{1}{3} \\ \frac{1}{3} & -\frac{2}{3} \end{pmatrix}\begin{pmatrix} 5 \\ 1 \end{pmatrix} = \begin{pmatrix} 2 \\ 1 \end{pmatrix}

Proof by Induction (HL)

Method

  1. Base case: Show the statement holds for n=1n = 1 (or the smallest relevant value).
  2. Inductive hypothesis: Assume the statement holds for n=kn = k.
  3. Inductive step: Show that if it holds for n=kn = kIt also holds for n=k+1n = k + 1.
  4. Conclusion: By the principle of mathematical induction, the statement holds for all n1n \geq 1.

Why induction works. The base case anchors the chain at n=1n = 1. The inductive step shows that If any link in the chain holds, the next one does too. Together, they prove that every link holds.

Example: Prove by induction that r=1nr2=n(n+1)(2n+1)6\sum_{r=1}^{n} r^2 = \frac{n(n+1)(2n+1)}{6}.

Base case (n=1n = 1): LHS =1= 1RHS =1236=1= \frac{1 \cdot 2 \cdot 3}{6} = 1. True.

Inductive hypothesis: Assume r=1kr2=k(k+1)(2k+1)6\sum_{r=1}^{k} r^2 = \frac{k(k+1)(2k+1)}{6}.

Inductive step:

r=1k+1r2=k(k+1)(2k+1)6+(k+1)2\sum_{r=1}^{k+1} r^2 = \frac{k(k+1)(2k+1)}{6} + (k+1)^2 =k(k+1)(2k+1)+6(k+1)26= \frac{k(k+1)(2k+1) + 6(k+1)^2}{6} =(k+1)[k(2k+1)+6(k+1)]6= \frac{(k+1)[k(2k+1) + 6(k+1)]}{6} =(k+1)(2k2+7k+6)6= \frac{(k+1)(2k^2 + 7k + 6)}{6} =(k+1)(k+2)(2k+3)6= \frac{(k+1)(k+2)(2k+3)}{6} =(k+1)((k+1)+1)(2(k+1)+1)6= \frac{(k+1)((k+1)+1)(2(k+1)+1)}{6}

This matches the formula with n=k+1n = k + 1. By induction, the result holds for all n1n \ge 1.

Example: Prove that r=1nr3=n2(n+1)24\sum_{r=1}^{n} r^3 = \frac{n^2(n+1)^2}{4}.

Base case (n=1n = 1): LHS =1= 1RHS =144=1= \frac{1 \cdot 4}{4} = 1. True.

Inductive hypothesis: Assume r=1kr3=k2(k+1)24\sum_{r=1}^{k} r^3 = \frac{k^2(k+1)^2}{4}.

Inductive step:

r=1k+1r3=k2(k+1)24+(k+1)3\sum_{r=1}^{k+1} r^3 = \frac{k^2(k+1)^2}{4} + (k+1)^3 =k2(k+1)2+4(k+1)34= \frac{k^2(k+1)^2 + 4(k+1)^3}{4} =(k+1)2[k2+4(k+1)]4= \frac{(k+1)^2[k^2 + 4(k+1)]}{4} =(k+1)2(k2+4k+4)4= \frac{(k+1)^2(k^2 + 4k + 4)}{4} =(k+1)2(k+2)24= \frac{(k+1)^2(k+2)^2}{4} =(k+1)2((k+1)+1)24= \frac{(k+1)^2((k+1)+1)^2}{4}

By induction, the result holds for all n1n \ge 1.

Long Division of Polynomials (HL)

To divide P(x)P(x) by (xa)(x - a)Use either long division or synthetic division. The result gives:

P(x)=(xa)Q(x)+RP(x) = (x - a)Q(x) + R

Where Q(x)Q(x) is the quotient and RR is the remainder. By the Remainder Theorem, R=P(a)R = P(a).

Factor Theorem: (xa)(x - a) is a factor of P(x)P(x) if and only if P(a)=0P(a) = 0.

Example: Factorise x33x+2x^3 - 3x + 2.

Try P(1)=13+2=0P(1) = 1 - 3 + 2 = 0So (x1)(x - 1) is a factor.

Dividing: x33x+2=(x1)(x2+x2)=(x1)(x+2)(x1)=(x1)2(x+2)x^3 - 3x + 2 = (x - 1)(x^2 + x - 2) = (x - 1)(x + 2)(x - 1) = (x - 1)^2(x + 2).

Example (HL): When P(x)=x3+2x25x6P(x) = x^3 + 2x^2 - 5x - 6 is divided by (x1)(x - 1)The remainder is P(1)=1+256=8P(1) = 1 + 2 - 5 - 6 = -8.

Polynomial Inequalities (HL)

Example: Solve (x1)2(x+2)>0(x - 1)^2(x + 2) \gt 0.

The critical values are x=2x = -2 and x=1x = 1 (double root).

Sign chart:

Intervalx<2x < -22<x<1-2 < x < 1x>1x > 1
(x+2)(x+2)NegativePositivePositive
(x1)2(x-1)^2PositivePositivePositive
ProductNegativePositivePositive

Solution: x<2x < -2 or x>1x > 1I.e., x(,2)(1,)x \in (-\infty, -2) \cup (1, \infty).

Note that x=1x = -1 is not a solution (the product equals zero, not positive). And x=1x = 1 is not a Solution despite being a root, because the factor is squared.

Worked Examples

See the examples integrated throughout the sections above.

Common Pitfalls

  1. Sign errors in factorisation and expansion — always double-check by expanding back.
  2. Forgetting to reverse the inequality when multiplying/dividing by a negative number.
  3. Confusing the discriminant conditions for real vs. Complex roots. Δ<0\Delta < 0 means two complex conjugate roots, not “no roots.”
  4. De Moivre’s theorem requires the argument to be in radians.
  5. Matrix multiplication is not commutative: ABBAAB \neq BA .
  6. Induction base case — always state and verify it explicitly. A proof without a base case is like a chain with no anchor.
  7. Domain restrictions on logarithmsloga(x)\log_a(x) is only defined for x>0x > 0.
  8. Forgetting absolute values in the quadratic formula when Δ<0\Delta < 0: x=b±iΔ2ax = \frac{-b \pm i\sqrt{|\Delta|}}{2a}.
  9. Confusing the argument quadrant. For z=1+iz = -1 + i (second quadrant), arg(z)=3π4\arg(z) = \frac{3\pi}{4}Not arctan(1)\arctan(-1).

Practice Questions

Ordinary Level

  1. Expand (3x2)(2x+5)(3x - 2)(2x + 5).
  2. Factorise x27x+12x^2 - 7x + 12.
  3. Solve 4x7=2x+94x - 7 = 2x + 9.
  4. Solve x25x+6=0x^2 - 5x + 6 = 0 by factorisation.
  5. Solve 2x2+x3=02x^2 + x - 3 = 0 using the quadratic formula.

Higher Level

  1. Prove by induction that r=1nr3=n2(n+1)24\sum_{r=1}^{n} r^3 = \frac{n^2(n+1)^2}{4}.
  2. Express z=1i3z = 1 - i\sqrt{3} in polar form and hence find z5z^5.
  3. Find the modulus and argument of 1+i1i\frac{1 + i}{1 - i}.
  4. Find the values of kk for which kx2+4x+k=0kx^2 + 4x + k = 0 has equal roots.
  5. Given A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} and B=(0123)B = \begin{pmatrix} 0 & -1 \\ 2 & 3 \end{pmatrix}Find ABBAAB - BA.
  6. Find all complex numbers zz such that z4=16z^4 = 16.
  7. Solve the inequality x22x15>0x^2 - 2x - 15 \gt 0.
  8. Factorise x41x^4 - 1 completely.
  9. Find the remainder when P(x)=2x33x2+5x7P(x) = 2x^3 - 3x^2 + 5x - 7 is divided by (x+2)(x + 2).
  10. Solve 3x18|3x - 1| \le 8.
  11. Find the modulus and argument of z=3+4i12iz = \frac{3 + 4i}{1 - 2i}.
  12. Prove by induction that 3n2n+n3^n \ge 2^n + n for all n1n \ge 1.
  13. Express 2x+1(x+1)(x2)\frac{2x + 1}{(x+1)(x-2)} in partial fractions.
  14. Solve z3=27z^3 = -27 and plot all solutions on an Argand diagram.
  15. Find the quadratic equation whose roots are 2+32 + \sqrt{3} and 232 - \sqrt{3}.

Extended Practice

  1. Given z=2+3iz = 2 + 3i and w=14iw = 1 - 4iFind zwˉz\bar{w} and z/w|z/w|.
  2. Solve the simultaneous equations x+iy+iz=0x + iy + iz = 0 and x2y+iz=1+ix - 2y + iz = 1 + i for real xx and yy.
  3. Prove by induction that 11×2+12×3++1n(n+1)=nn+1\frac{1}{1 \times 2} + \frac{1}{2 \times 3} + \cdots + \frac{1}{n(n+1)} = \frac{n}{n+1}.
  4. Find the matrix AA such that A(12)=(53)A\begin{pmatrix} 1 \\ 2 \end{pmatrix} = \begin{pmatrix} 5 \\ 3 \end{pmatrix} and A(31)=(77)A\begin{pmatrix} 3 \\ 1 \end{pmatrix} = \begin{pmatrix} 7 \\ 7 \end{pmatrix}.
  5. Express 3x2x+2(x1)(x2+1)\frac{3x^2 - x + 2}{(x-1)(x^2 + 1)} in partial fractions.
  6. Find all complex numbers zz satisfying z2i=z+2|z - 2i| = |z + 2| and interpret geometrically.
  7. Prove that if a quadratic equation with rational coefficients has one irrational root a+bca + b\sqrt{c} (where b0b \neq 0), then abca - b\sqrt{c} is also a root.

Summary

This topic covers the mathematical techniques and concepts related to algebra, including key theorems, methods, and problem-solving approaches.

Key concepts include:

  • quadratic equations and the discriminant
  • simultaneous equations
  • polynomial division and the factor theorem
  • partial fractions
  • binomial expansion

Regular practice with a variety of question types is essential to build fluency and confidence in applying these mathematical techniques.

:::