Skip to main content
EnglandMathsSyllabus dot point

How do you manipulate, factorise and transform algebraic expressions and functions accurately?

Indices, surds, quadratics, simultaneous equations, inequalities, polynomials, the factor theorem, partial fractions, graphs of functions, composite and inverse functions, the modulus function and graph transformations.

A focused answer to the AQA A-Level Mathematics algebra and functions content, covering indices, surds, quadratics, simultaneous equations and inequalities, polynomials and the factor theorem, partial fractions, modulus and the transformations of graphs.

Generated by Claude Opus 4.811 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Indices and surds
  3. Quadratics and the discriminant
  4. Simultaneous equations and inequalities
  5. Polynomials and the factor theorem
  6. Partial fractions
  7. Functions and transformations

What this dot point is asking

AQA wants fluency with indices and surds, solving and analysing quadratics, simultaneous equations and inequalities, manipulating polynomials using the factor and remainder ideas, splitting expressions into partial fractions, working with composite, inverse and modulus functions, and applying the standard graph transformations. This dot point is the algebraic toolkit on which the whole of pure mathematics depends.

Indices and surds

The index laws are amΓ—an=am+na^m \times a^n = a^{m+n}, aman=amβˆ’n\dfrac{a^m}{a^n} = a^{m-n}, (am)n=amn(a^m)^n = a^{mn}, a0=1a^0 = 1, aβˆ’n=1ana^{-n} = \dfrac{1}{a^n} and a1/n=ana^{1/n} = \sqrt[n]{a}. Fractional indices combine these, so am/n=amna^{m/n} = \sqrt[n]{a^m}.

To rationalise a surd denominator, multiply numerator and denominator by the conjugate, which uses the difference of two squares to clear the surd. For example 13+2=3βˆ’2(3+2)(3βˆ’2)=3βˆ’29βˆ’2=3βˆ’27\dfrac{1}{3 + \sqrt{2}} = \dfrac{3 - \sqrt{2}}{(3 + \sqrt{2})(3 - \sqrt{2})} = \dfrac{3 - \sqrt{2}}{9 - 2} = \dfrac{3 - \sqrt{2}}{7}.

Quadratics and the discriminant

A quadratic ax2+bx+c=0ax^2 + bx + c = 0 has solutions x=βˆ’bΒ±b2βˆ’4ac2ax = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a}.

Questions that say "find the values of kk for which..." almost always reduce to a discriminant condition: set b2βˆ’4acb^2 - 4ac equal to, greater than, or less than zero, and solve the resulting inequality or equation in kk.

Simultaneous equations and inequalities

Solve a linear and a quadratic simultaneously by substitution, which usually yields a quadratic in one variable; the number of solutions is the number of intersection points. For inequalities, solve the corresponding equation first to find critical values, then test the sign of each interval (a sketch or sign table is the safest approach), remembering to reverse the inequality when multiplying by a negative.

Polynomials and the factor theorem

To factorise f(x)=x3βˆ’6x2+11xβˆ’6f(x) = x^3 - 6x^2 + 11x - 6, test small values: f(1)=1βˆ’6+11βˆ’6=0f(1) = 1 - 6 + 11 - 6 = 0, so (xβˆ’1)(x - 1) is a factor. Divide to obtain a quadratic factor, then factorise that, giving (xβˆ’1)(xβˆ’2)(xβˆ’3)(x - 1)(x - 2)(x - 3).

Partial fractions

A proper algebraic fraction with a factorised denominator can be split into simpler pieces, which is essential for later integration and binomial work.

Functions and transformations

A composite function fg(x)fg(x) means apply gg first then ff. An inverse function fβˆ’1f^{-1} undoes ff and exists only when ff is one-to-one; its graph is the reflection of y=f(x)y = f(x) in the line y=xy = x, and its domain is the range of ff. The modulus function ∣x∣|x| gives the non-negative size of xx, so βˆ£βˆ’3∣=3|{-3}| = 3; solving modulus equations often needs both the positive and negative cases.

Exam-style practice questions

Practice questions written in the style of AQA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AQA 20186 marksPaper 1, Section A. The quadratic equation kx2+(k+3)x+4=0kx^2 + (k + 3)x + 4 = 0, where kk is a non-zero constant, has a repeated root. (a) Show that k2βˆ’10k+9=0k^2 - 10k + 9 = 0. (b) Hence find the possible values of kk.
Show worked answer β†’

A repeated root means the discriminant is zero: b2βˆ’4ac=0b^2 - 4ac = 0 with a=ka = k, b=k+3b = k + 3, c=4c = 4. So (k+3)2βˆ’4(k)(4)=0(k + 3)^2 - 4(k)(4) = 0, that is k2+6k+9βˆ’16k=0k^2 + 6k + 9 - 16k = 0, giving k2βˆ’10k+9=0k^2 - 10k + 9 = 0 as required. For (b), factorise: (kβˆ’1)(kβˆ’9)=0(k - 1)(k - 9) = 0, so k=1k = 1 or k=9k = 9 (both non-zero, so both valid). Markers reward setting the discriminant to zero, careful expansion, and solving the resulting quadratic.

AQA 20217 marksPaper 1, Section B. The function ff is defined by f(x)=8xβˆ’1(2xβˆ’1)(x+1)f(x) = \frac{8x - 1}{(2x - 1)(x + 1)}. (a) Express f(x)f(x) in partial fractions. (b) Hence, or otherwise, find the value of 8xβˆ’1(2xβˆ’1)(x+1)\frac{8x - 1}{(2x - 1)(x + 1)} when x=2x = 2, giving your answer as an exact fraction.
Show worked answer β†’

For (a), write 8xβˆ’1(2xβˆ’1)(x+1)=A2xβˆ’1+Bx+1\frac{8x - 1}{(2x - 1)(x + 1)} = \frac{A}{2x - 1} + \frac{B}{x + 1}. Multiply through: 8xβˆ’1=A(x+1)+B(2xβˆ’1)8x - 1 = A(x + 1) + B(2x - 1). Substitute x=βˆ’1x = -1: βˆ’9=B(βˆ’3)-9 = B(-3), so B=3B = 3. Substitute x=12x = \frac{1}{2}: 3=A(32)3 = A(\frac{3}{2}), so A=2A = 2. Thus f(x)=22xβˆ’1+3x+1f(x) = \frac{2}{2x - 1} + \frac{3}{x + 1}. For (b), at x=2x = 2: 23+33=23+1=53\frac{2}{3} + \frac{3}{3} = \frac{2}{3} + 1 = \frac{5}{3}. Markers reward the correct partial fraction setup, substituting clever values to find AA and BB, and an exact final fraction.

Related dot points

Sources & how we know this