โ† Back to subjects
โญ 0
AQA A-level Mathematics (7357) ยท Algebra and functions
Mini-Lesson

Algebra and functions

This mini-lesson covers AQA section B โ€” Algebra and functions: surds and indices, quadratics and the discriminant, polynomials and the factor theorem, partial fractions, the modulus function, and the machinery of functions โ€” domain and range, composite and inverse functions, and graph transformations.

quadratics & polynomials partial fractions functions & transforms a function is a rule plus a domain โ€” and the domain matters

Work through each screen, answer the questions as you go (a few are conceptual, most are calculations) and collect โญ stars. Everything here is A-level standard, drawn from the AQA 7357 subject content. Press Start when you are ready.

Algebra ยท surds and indices

Surds, indices and rationalising

A quick but essential foundation โ€” A-level answers are expected in exact form, so surd manipulation must be automatic.

  • Laws of indices: am ร— an = am+n ยท am รท an = amโˆ’n ยท (am)n = amn ยท a0 = 1 ยท aโˆ’n = 1/an ยท a1/n = nโˆša.
  • Simplifying surds: โˆš48 = โˆš(16 ร— 3) = 4โˆš3 โ€” always pull out the largest square factor.
  • Rationalising: multiply by the conjugate. 1/(โˆš5 โˆ’ 2) ร— (โˆš5 + 2)/(โˆš5 + 2) = (โˆš5 + 2)/(5 โˆ’ 4) = โˆš5 + 2.

Watch out: โˆš(a + b) is not โˆša + โˆšb. Test it: โˆš(9 + 16) = โˆš25 = 5, but โˆš9 + โˆš16 = 3 + 4 = 7. Never split a surd over a sum.

Algebra ยท quadratics

Completing the square and the discriminant

Every quadratic can be written in completed-square form, which hands you the turning point straight away:

axยฒ + bx + c = a(x + b/2a)ยฒ + (c โˆ’ bยฒ/4a)the vertex is at x = โˆ’b/2a

The discriminant ฮ” = bยฒ โˆ’ 4ac tells you how many real roots the quadratic has:

  • ฮ” > 0 โ€” two distinct real roots (the curve cuts the x-axis twice).
  • ฮ” = 0 โ€” one repeated root (the curve touches the x-axis).
  • ฮ” < 0 โ€” no real roots (the curve never meets the x-axis).
Worked example โ€” a condition on k

For what k does 3xยฒ + kx + 12 = 0 have equal roots?

Equal roots โ‡’ ฮ” = 0 โ‡’ kยฒ โˆ’ 4(3)(12) = 0 โ‡’ kยฒ = 144 โ‡’ k = ยฑ12.

Both signs are valid โ€” a very common place to drop a mark.

Quick check

Equal roots

?The equation 3xยฒ + kx + 12 = 0 has a repeated root. What is k?
Algebra ยท polynomials

The factor theorem and algebraic division

The factor theorem is the fastest way into a cubic:

(x โˆ’ a) is a factor of f(x) โ‡” f(a) = 0and more generally, f(a) is the remainder when f(x) is divided by (x โˆ’ a)
Worked example โ€” factorise fully

f(x) = 2xยณ โˆ’ 3xยฒ โˆ’ 11x + 6. Try small factors of the constant term 6.

f(3) = 2(27) โˆ’ 3(9) โˆ’ 11(3) + 6 = 54 โˆ’ 27 โˆ’ 33 + 6 = 0, so (x โˆ’ 3) is a factor.

Dividing: 2xยณ โˆ’ 3xยฒ โˆ’ 11x + 6 = (x โˆ’ 3)(2xยฒ + 3x โˆ’ 2) = (x โˆ’ 3)(2x โˆ’ 1)(x + 2).

Roots: x = 3, x = ยฝ, x = โˆ’2.

Method: test the factors of (constant รท leading coefficient). Once one root is found, divide out and factorise the remaining quadratic โ€” do not keep guessing.

Sort it

Classify the transformation

Tap a transformed equation, then tap the type of transformation it describes.

โžก๏ธ Translation

โ†•๏ธ Stretch

๐Ÿชž Reflection

Algebra ยท partial fractions

Partial fractions

Partial fractions split a single algebraic fraction into a sum of simpler ones. You will need them again for integration and for binomial expansions, so they matter well beyond this section.

(5x + 1)/((x โˆ’ 1)(x + 2)) โ‰ก A/(x โˆ’ 1) + B/(x + 2)the identity must hold for all x
Worked example โ€” the cover-up method

Multiply through: 5x + 1 โ‰ก A(x + 2) + B(x โˆ’ 1).

Substitute x = 1 (killing B): 6 = 3A, so A = 2.

Substitute x = โˆ’2 (killing A): โˆ’9 = โˆ’3B, so B = 3.

Answer: (5x + 1)/((x โˆ’ 1)(x + 2)) โ‰ก 2/(x โˆ’ 1) + 3/(x + 2). Check at x = 0: LHS = 1/(โˆ’2) = โˆ’0.5; RHS = โˆ’2 + 1.5 = โˆ’0.5 โœ“

Repeated factors need an extra term: f(x)/((x โˆ’ 1)ยฒ(x + 3)) โ‰ก A/(x โˆ’ 1) + B/(x โˆ’ 1)ยฒ + C/(x + 3). Missing the B term is the standard error.

Quick check

Find the domain

?What is the largest possible domain of the real function f(x) = โˆš(x โˆ’ 4)?
Algebra ยท modulus

The modulus function

|x| is the distance of x from zero, so it is never negative: |โˆ’4| = 4. The graph of y = |f(x)| takes everything below the x-axis and reflects it up.

|x| = a โ‡” x = a or x = โˆ’a   (for a โ‰ฅ 0)always two branches โ€” solve both
Worked example โ€” solving a modulus equation

Solve |x โˆ’ 4| = 3.

Branch 1: x โˆ’ 4 = 3 โ‡’ x = 7.   Branch 2: x โˆ’ 4 = โˆ’3 โ‡’ x = 1.

Read it as "x is 3 away from 4" โ€” which gives 7 and 1 immediately.

Careful with y = f(|x|): that is a different transformation โ€” it keeps the part of the curve for x โ‰ฅ 0 and reflects it in the y-axis. |f(x)| reflects in the x-axis; f(|x|) reflects in the y-axis.

Calculate

Your turn โ€” the discriminant

1Calculate the discriminant bยฒ โˆ’ 4ac of the quadratic 2xยฒ โˆ’ 5x + 4. (Your sign tells you how many real roots there are.)
Hint: a = 2, b = โˆ’5, c = 4. So bยฒ โˆ’ 4ac = (โˆ’5)ยฒ โˆ’ 4(2)(4) = 25 โˆ’ 32. A negative discriminant means no real roots.
Calculate

Your turn โ€” the factor theorem

2For f(x) = 2xยณ โˆ’ 3xยฒ โˆ’ 11x + 6, evaluate f(3). (If you get zero, (x โˆ’ 3) is a factor.)
Hint: f(3) = 2(27) โˆ’ 3(9) โˆ’ 11(3) + 6 = 54 โˆ’ 27 โˆ’ 33 + 6. The full factorisation is (x โˆ’ 3)(2x โˆ’ 1)(x + 2).
Functions ยท domain and range

Functions: domain, range and inverses

A function is a rule with a domain (the allowed inputs) and a range (the outputs it actually produces). Change the domain and you change the function.

  • f(x) = โˆš(x โˆ’ 4): domain x โ‰ฅ 4 (you cannot square-root a negative); range f(x) โ‰ฅ 0.
  • f(x) = 1/(x โˆ’ 2): domain x โ‰  2; range f(x) โ‰  0.

An inverse fโปยน exists only if f is one-to-one. To find it: write y = f(x), rearrange for x, then swap letters. The graph of y = fโปยน(x) is the reflection of y = f(x) in the line y = x, and the domain and range swap over.

Worked example โ€” an inverse

f(x) = (2x + 5)/(x โˆ’ 3). Set y = (2x + 5)/(x โˆ’ 3) โ‡’ y(x โˆ’ 3) = 2x + 5 โ‡’ xy โˆ’ 2x = 3y + 5 โ‡’ x(y โˆ’ 2) = 3y + 5.

So fโปยน(x) = (3x + 5)/(x โˆ’ 2). Check: fโปยน(7) = 26/5 = 5.2, and f(5.2) = 15.4/2.2 = 7 โœ“

Quick check

Order of composition

?For functions f and g, what does the composite fg(x) mean?
Calculate

Your turn โ€” partial fractions

3Write (5x + 1)/((x โˆ’ 1)(x + 2)) โ‰ก A/(x โˆ’ 1) + B/(x + 2). Find the value of A.
Hint: Multiply up: 5x + 1 โ‰ก A(x + 2) + B(x โˆ’ 1). Substituting x = 1 kills the B term: 6 = 3A. (For the record, B = 3.)
Functions ยท composites

Composite functions

A composite function applies one function to the output of another. The notation is read right to left:

fg(x) means f(g(x)) โ€” do g first, then fgf(x) means g(f(x)) โ€” a different function
Worked example โ€” order matters

f(x) = 3x โˆ’ 1 and g(x) = xยฒ + 2.

fg(4) = f(g(4)) = f(4ยฒ + 2) = f(18) = 3(18) โˆ’ 1 = 53.

gf(4) = g(f(4)) = g(11) = 11ยฒ + 2 = 123.

53 โ‰  123 โ€” composition is not commutative.

Domain of a composite: fg(x) is only defined where g(x) is defined and g(x) lies in the domain of f. And note ffโปยน(x) = x โ€” inverses undo each other.

Match it

Match the expression to its exact value

Tap an item on the left, then its partner on the right.

Expression
Exact value
Functions ยท transformations

Graph transformations

Six transformations, and the ones inside the bracket always behave in the opposite way to how they look.

  • y = f(x) + a โ€” translation up by a  (vector [0, a]).
  • y = f(x + a) โ€” translation left by a  (vector [โˆ’a, 0]) โ€” not right.
  • y = a f(x) โ€” vertical stretch, scale factor a.
  • y = f(ax) โ€” horizontal stretch, scale factor 1/a โ€” a squash if a > 1.
  • y = โˆ’f(x) โ€” reflection in the x-axis.
  • y = f(โˆ’x) โ€” reflection in the y-axis.
inside the bracket โ†’ horizontal โ†’ oppositeoutside the bracket โ†’ vertical โ†’ as expected

Order matters in combined transformations. For y = 2f(x + 3) โˆ’ 1, apply the translation left 3 first, then the stretch ร—2, then the translation down 1.

Quick check

Name the transformation

?The graph of y = f(x) is transformed to y = f(x + 3). What has happened?
Calculate

Your turn โ€” a composite

4f(x) = 3x โˆ’ 1 and g(x) = xยฒ + 2. Calculate fg(4).
Hint: fg(4) = f(g(4)). First g(4) = 4ยฒ + 2 = 18, then f(18) = 3(18) โˆ’ 1. (Compare gf(4) = 123 โ€” the order really does matter.)
Calculate

Your turn โ€” an inverse

5f(x) = (2x + 5)/(x โˆ’ 3), with x โ‰  3. Find the value of fโปยน(7).
Hint: fโปยน(7) is the x with f(x) = 7. So 2x + 5 = 7(x โˆ’ 3) โ‡’ 2x + 5 = 7x โˆ’ 21 โ‡’ 26 = 5x. Check: f(5.2) = 15.4/2.2 = 7 โœ“
Recap

The big ideas to know

Surds: โˆš48 = 4โˆš3 ยท rationalise with the conjugate ยท โˆš(a + b) โ‰  โˆša + โˆšb

Discriminant: bยฒ โˆ’ 4ac > 0 two roots ยท = 0 repeated ยท < 0 none

Factor theorem: (x โˆ’ a) is a factor โ‡” f(a) = 0

Partial fractions: cover-up method; repeated factors need A/(xโˆ’1) + B/(xโˆ’1)ยฒ

Modulus: |x โˆ’ 4| = 3 has two branches: x = 7 and x = 1

Functions: domain and range swap under fโปยน ยท fg means "g first" ยท inside the bracket = horizontal and opposite

That is AQA section B โ€” Algebra and functions. Press Finish to see your score.

๐Ÿ†

Mini-lesson complete!

โญโญโญ

You have worked through Algebra and functions for AQA A-level Mathematics. ๐ŸŽ‰

Your stars: 0 / 0

Next: test yourself in the Evaluate stage Confidence Quiz, then lock it in with Verify.

๐Ÿ“ฃ Smashed it? Share your score

Challenge a mate to beat your stars, or show a parent how you got on.

โ†’ Back to all subjects