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

Algebra and functions

Topic 2 is the engine room of 9MA0. This mini-lesson covers surds and indices, the discriminant, the factor and remainder theorems, partial fractions, the modulus function, composite and inverse functions with their domains and ranges, and the four graph transformations.

quadratics& polynomialsfunctions& moduluspartial fractions& transformationsTopic 2 feeds directly into integration, differentiation and every graph question

Work through each screen, answer the questions as you go (some are wordy, most are calculations) and collect โญ stars. Watch for the Exam trap notes โ€” that is where the marks get thrown away. Press Start when you are ready.

Algebra ยท quadratics

The discriminant

For axยฒ + bx + c = 0 the discriminant is ฮ” = bยฒ โˆ’ 4ac. It tells you how the parabola meets the x-axis.

bยฒ โˆ’ 4ac > 0 โ†’ two distinct real roots= 0 โ†’ one repeated (equal) root ยท < 0 โ†’ no real roots
Worked example โ€” a “show that” classic

Find k such that xยฒ + kx + 9 = 0 has equal roots, k > 0.

Equal roots โ‡’ bยฒ โˆ’ 4ac = 0 โ‡’ kยฒ โˆ’ 4(1)(9) = 0 โ‡’ kยฒ = 36 โ‡’ k = ยฑ6, so k = 6.

Check: xยฒ + 6x + 9 = (x + 3)ยฒ, repeated root x = โˆ’3. โœ“

Exam trap: “the curve meets the axis” means ฮ” โ‰ฅ 0; “the line is a tangent” means ฮ” = 0; “the curve is always positive” means a > 0 and ฮ” < 0. Read the wording, then set up the correct inequality.

Calculate

Your turn โ€” equal roots

1The equation xยฒ + kx + 9 = 0 has equal roots and k > 0. Find k.
Set-up

ฮ” = kยฒ โˆ’ 4(1)(9) = kยฒ โˆ’ 36. Equal roots โ‡’ ฮ” = 0 โ‡’ kยฒ = 36 โ‡’ k = ยฑ6.

k > 0 so k = 6, giving (x + 3)ยฒ = 0. โœ“

Hint: Set bยฒ โˆ’ 4ac = 0: kยฒ โˆ’ 36 = 0.
Algebra ยท polynomials

Factor and remainder theorems

For a polynomial f(x):

f(a) = 0 โ‡” (x โˆ’ a) is a factorRemainder theorem: dividing f(x) by (x โˆ’ a) leaves remainder f(a)

For a divisor (bx โˆ’ a), the root is x = a/b, so the remainder is f(a/b).

Worked example โ€” f(x) = 2xยณ โˆ’ 5xยฒ โˆ’ 4x + 3

f(3) = 2(27) โˆ’ 5(9) โˆ’ 12 + 3 = 54 โˆ’ 45 โˆ’ 12 + 3 = 0, so (x โˆ’ 3) is a factor.

Divide: 2xยณ โˆ’ 5xยฒ โˆ’ 4x + 3 = (x โˆ’ 3)(2xยฒ + x โˆ’ 1) = (x โˆ’ 3)(2x โˆ’ 1)(x + 1).

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

Exam trap: the remainder on dividing by (x โˆ’ 2) is f(2), not f(โˆ’2). Sign errors here are the single most common lost mark in this topic.

Calculate

Your turn โ€” remainder theorem

2f(x) = 2xยณ โˆ’ 5xยฒ โˆ’ 4x + 3. Find the remainder when f(x) is divided by (x โˆ’ 2).
Set-up

f(2) = 2(2)ยณ โˆ’ 5(2)ยฒ โˆ’ 4(2) + 3 = 16 โˆ’ 20 โˆ’ 8 + 3 = โˆ’9.

So the remainder is โˆ’9 (and (x โˆ’ 2) is therefore not a factor).

Hint: Remainder = f(2) = 2(8) โˆ’ 5(4) โˆ’ 4(2) + 3.
Quick check

Repeated factors

?Which is the correct form of the partial fractions for (x + 1) โ„ [(x โˆ’ 2)ยฒ(x + 3)] ?
Algebra ยท partial fractions

Partial fractions

Split a proper algebraic fraction into simpler pieces. 9MA0 requires denominators with up to three distinct linear factors, or a repeated linear factor.

(9x โˆ’ 5) โ„ [(x โˆ’ 1)(x + 3)] โ‰ก A/(x โˆ’ 1) + B/(x + 3)multiply through, then substitute the roots
Worked example

9x โˆ’ 5 โ‰ก A(x + 3) + B(x โˆ’ 1).

Let x = 1: 9 โˆ’ 5 = 4 = A(4) โ‡’ A = 1.

Let x = โˆ’3: โˆ’27 โˆ’ 5 = โˆ’32 = B(โˆ’4) โ‡’ B = 8.

So (9x โˆ’ 5)/[(x โˆ’ 1)(x + 3)] โ‰ก 1/(x โˆ’ 1) + 8/(x + 3).

Check at x = 5: LHS = 40/(4 ร— 8) = 1.25; RHS = 1/4 + 8/8 = 0.25 + 1 = 1.25 โœ“

Why it matters: partial fractions are the gateway to integrating rational functions (Topic 8) and to binomial expansions of them (Topic 4). If the fraction is improper (degree of top โ‰ฅ degree of bottom), divide first.

Calculate

Your turn โ€” find B

3(9x โˆ’ 5) โ„ [(x โˆ’ 1)(x + 3)] โ‰ก A/(x โˆ’ 1) + B/(x + 3). Find the value of B.
Set-up

Substituting x = โˆ’3 kills the A term: 9(โˆ’3) โˆ’ 5 = B(โˆ’3 โˆ’ 1)

โˆ’32 = โˆ’4B โ‡’ B = 8. (And x = 1 gives A = 1.)

Hint: Multiply up: 9x โˆ’ 5 โ‰ก A(x + 3) + B(x โˆ’ 1), then substitute x = โˆ’3.
Algebra ยท modulus

The modulus function

|x| is the distance from zero: |x| = x if x โ‰ฅ 0, and |x| = โˆ’x if x < 0. The graph of y = |f(x)| reflects anything below the x-axis up above it.

y = |2x โˆ’ 5| y = x + 1 x = 4/3 x = 6 the V bounces off the x-axis at x = 2.5
y = |2x โˆ’ 5| is a V. Solving |2x โˆ’ 5| = x + 1 means finding both intersections.
Worked example โ€” solve |2x โˆ’ 5| = x + 1

Positive branch: 2x โˆ’ 5 = x + 1 โ‡’ x = 6. Check: |7| = 7 and 6 + 1 = 7 โœ“

Negative branch: 2x โˆ’ 5 = โˆ’(x + 1) โ‡’ 3x = 4 โ‡’ x = 4/3. Check: |8/3 โˆ’ 5| = 7/3 and 4/3 + 1 = 7/3 โœ“

Exam trap: always check each root back in the original equation โ€” the negative branch can throw up solutions that do not actually work. And |a| = |b| โ‡’ a = ยฑb, so squaring both sides is legitimate but doubles the work.

Calculate

Your turn โ€” modulus equation

4Solve |2x โˆ’ 5| = x + 1 and give the larger of the two solutions.
Set-up

2x โˆ’ 5 = x + 1 โ‡’ x = 6 (check: |12 โˆ’ 5| = 7 = 6 + 1 โœ“)

2x โˆ’ 5 = โˆ’(x + 1) โ‡’ 3x = 4 โ‡’ x = 4/3 (check: |8/3 โˆ’ 5| = 7/3 = 4/3 + 1 โœ“)

Larger solution: x = 6.

x =
Hint: Positive branch: 2x โˆ’ 5 = x + 1.
Algebra ยท functions

Composite and inverse functions

A function maps each element of the domain to exactly one element of the range.

  • Composite fg(x) = f(g(x)) โ€” do g first, then f. Order matters: fg โ‰  gf in general.
  • Inverse fโปยน exists only if f is one-to-one. Swap x and y, then rearrange.
  • Domain of fโปยน = range of f. Range of fโปยน = domain of f.
  • The graph of y = fโปยน(x) is the reflection of y = f(x) in y = x.
Worked example โ€” f(x) = 3x โˆ’ 4, g(x) = xยฒ + 1

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

gf(2) = g(f(2)): here f(2) = 3(2) โˆ’ 4 = 2, so gf(2) = g(2) = 2ยฒ + 1 = 5. Different answer โ€” order matters.

fโปยน: let y = 3x โˆ’ 4 โ‡’ x = (y + 4)/3, so fโปยน(x) = (x + 4)/3. Check: fโปยน(11) = (11 + 4)/3 = 5, which is exactly the g(2) that f turned into 11. โœ“

Exam trap: f(x) = xยฒ on โ„ has no inverse โ€” it is many-to-one (both 3 and โˆ’3 map to 9). Restrict the domain to x โ‰ฅ 0 and it becomes one-to-one, so fโปยน(x) = โˆšx exists.

Calculate

Your turn โ€” composite function

5f(x) = 3x โˆ’ 4 and g(x) = xยฒ + 1. Find fg(2).
Set-up

g(2) = 2ยฒ + 1 = 5.

f(5) = 3(5) โˆ’ 4 = 11.

(Watch the order: gf(2) = g(2) = 5, which is different.)

Hint: fg(2) means f(g(2)) โ€” apply g first.
Quick check

Does it have an inverse?

?Why does f(x) = xยฒ, with domain x โˆˆ โ„, have no inverse function?
Sort it

Sort the transformations

Tap a transformation of y = f(x), then the family it belongs to.

โ†”๏ธ Translation

โ†•๏ธ Stretch

๐Ÿชž Reflection

Algebra ยท transformations

Graph transformations

Changes inside the bracket affect x and do the opposite of what you expect; changes outside affect y and behave normally.

y = f(x + a) โ†’ translate by (โˆ’a, 0)y = f(x) + a โ†’ translate (0, a) ยท y = af(x) โ†’ stretch ร—a in y ยท y = f(ax) โ†’ stretch ร—1/a in x
  • y = โˆ’f(x) โ€” reflection in the x-axis.
  • y = f(โˆ’x) โ€” reflection in the y-axis.
  • y = f(x + 2) โˆ’ 3 โ€” translation by the vector (โˆ’2, โˆ’3): left 2, down 3.
  • y = 2f(3x) โ€” stretch scale factor 2 parallel to the y-axis and scale factor โ…“ parallel to the x-axis.

Exam trap: f(2x) squashes the graph towards the y-axis (factor ยฝ), it does not stretch it. And when combining, apply the inside changes in the order that undoes the bracket.

Quick check

Read the transformation

?The curve y = f(x) is transformed to y = f(x + 2) โˆ’ 3. Describe the transformation.
Match it

Algebra flashcards

Tap a card on the left, then the matching result.

Expression / condition
Meaning
Algebra ยท surds & indices

Surds, indices and rationalising

These are assumed knowledge but examined constantly inside longer questions.

a^(m/n) = โฟโˆš(a^m) ยท a^(โˆ’n) = 1/aโฟ ยท aโฐ = 1โˆša ร— โˆšb = โˆš(ab) ยท โˆš(a/b) = โˆša / โˆšb
  • Rationalise: multiply by the conjugate. 1/(3 โˆ’ โˆš2) ร— (3 + โˆš2)/(3 + โˆš2) = (3 + โˆš2)/(9 โˆ’ 2) = (3 + โˆš2)/7.
  • Simplify: โˆš50 = โˆš25 ร— โˆš2 = 5โˆš2.
  • Index form for calculus: 3/โˆšx = 3x^(โˆ’ยฝ) โ€” you must convert before differentiating or integrating.

Exam trap: โˆš(a + b) โ‰  โˆša + โˆšb. Test it: โˆš(9 + 16) = 5, but 3 + 4 = 7.

Quick check

Simplify

?Write 1 โ„ (3 โˆ’ โˆš2) in the form (a + bโˆš2)/c with integers a, b, c.
Recap

The big ideas to take away

Discriminant: bยฒ โˆ’ 4ac: > 0 two roots ยท = 0 equal roots (tangent) ยท < 0 none

Factor / remainder: f(a) = 0 โ‡” (x โˆ’ a) is a factor; remainder on รท(x โˆ’ a) is f(a)

Partial fractions: substitute the roots; a repeated factor needs A/(xโˆ’a) AND B/(xโˆ’a)ยฒ

Modulus: |f(x)| reflects the negative part upwards; solve both branches and check

Functions: fg means g first; fโปยน exists only for one-to-one f; domain and range swap

Transformations: inside the bracket = opposite, outside = as expected

Topic 2 underpins the whole qualification โ€” every calculus question is an algebra question in disguise. Press Finish to see your score.

๐Ÿ†

Mini-lesson complete!

โญโญโญ

You have worked through Algebra and functions for Edexcel A-level Mathematics (9MA0). ๐ŸŽ‰

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