A Algebra — coverage pack

22 specification leaves · notes, questions, answers and worked methods

A1 · The basic processes of algebra, including use of the associative, commutative and distributive laws

  • The commutative laws allow the order to change in addition and multiplication: a+b=b+aa+b=b+a and ab=baab=ba.
  • The associative laws allow regrouping in addition and multiplication: (a+b)+c=a+(b+c)(a+b)+c=a+(b+c) and (ab)c=a(bc)(ab)c=a(bc).
  • The distributive law connects multiplication and addition: a(b+c)=ab+aca(b+c)=ab+ac.
  • Subtraction and division are not commutative or associative; treating them as though they are is a common source of sign and fraction errors.

Tier 1 · Easy

  1. 1. Use a basic algebraic law to work out 19×37+19×6319\times37+19\times63.[2 marks]

    Answer

    • 19001900

    Method: Use the distributive law to take out the common factor: 19×37+19×63=19(37+63)=19×100=190019\times37+19\times63=19(37+63)=19\times100=1900.

Tier 2 · Standard

  1. 1. Use algebraic laws to work out 25×47+25×5525×225\times47+25\times55-25\times2 without evaluating any product separately.[2 marks]

    Answer

    • 25002500

    Method: All three terms share the factor 2525, so distribute in reverse across both the addition and the subtraction: 25×47+25×5525×2=25(47+552)=25×100=250025\times47+25\times55-25\times2=25(47+55-2)=25\times100=2500.

Tier 3 · Hard

  1. 1. Using algebraic laws, simplify x(yz)+z(xy)x(y-z)+z(x-y) to a single product.[3 marks]

    Answer

    • y(xz)y(x-z)

    Method: Distribute first: x(yz)+z(xy)=xyxz+zxzyx(y-z)+z(x-y)=xy-xz+zx-zy. Since multiplication is commutative, xz=zxxz=zx, so those terms cancel. The remainder is xyyzxy-yz, which factorises by the distributive law to y(xz)y(x-z).

A2 · Definition of a function; notation f(x)

  • A function assigns exactly one output to each permitted input.
  • In f(x)f(x), the letter xx is a placeholder for the input; f(3)f(3) means substitute 33 everywhere xx appears.
  • An equation such as f(x)=kf(x)=k asks for input values whose output is kk; it does not mean multiply ff by xx.
  • Use brackets when substituting a negative number or an algebraic expression to avoid sign errors.

Tier 1 · Easy

  1. 1. For f(x)=4x7f(x)=4x-7, evaluate f(5)f(5).[1 mark]

    Answer

    • f(5)=13f(5)=13

    Method: Substitute x=5x=5: f(5)=4(5)7=207=13f(5)=4(5)-7=20-7=13.

Tier 2 · Standard

  1. 1. Given f(x)=x24x+1f(x)=x^2-4x+1, work out f(2)f(-2) and simplify f(a+1)f(a+1).[3 marks]

    Answer

    • f(2)=13f(-2)=13
    • f(a+1)=a22a2f(a+1)=a^2-2a-2

    Method: f(2)=(2)24(2)+1=4+8+1=13f(-2)=(-2)^2-4(-2)+1=4+8+1=13. Also, f(a+1)=(a+1)24(a+1)+1=a2+2a+14a4+1=a22a2f(a+1)=(a+1)^2-4(a+1)+1=a^2+2a+1-4a-4+1=a^2-2a-2.

Tier 3 · Hard

  1. 1. A function has the form g(x)=ax+bg(x)=ax+b. Given that g(2)=7g(2)=7 and g(1)=2g(-1)=-2, work out g(5)g(5).[4 marks]

    Answer

    • g(5)=16g(5)=16

    Method: The information gives 2a+b=72a+b=7 and a+b=2-a+b=-2. Subtracting the second equation from the first gives 3a=93a=9, so a=3a=3. Then 3+b=2-3+b=-2, so b=1b=1. Therefore g(5)=3(5)+1=16g(5)=3(5)+1=16.

A3 · Domain and range of a function

  • The domain is the set of allowed inputs; the range is the set of outputs actually produced.
  • Apply the function to every value in a finite domain, removing repeated outputs when writing the range as a set.
  • For a continuous restricted domain, check turning points and both endpoints before stating the range.
  • Values that make a denominator zero or an even root negative must be excluded from the domain; a common error is to list these as range restrictions instead.

Tier 1 · Easy

  1. 1. The function f(x)=x+1f(x)=x+1 has domain {2,0,3}\{-2,0,3\}. Write down its range.[1 mark]

    Answer

    • {1,1,4}\{-1,1,4\}

    Method: Apply f(x)=x+1f(x)=x+1 to each domain value: f(2)=1f(-2)=-1, f(0)=1f(0)=1 and f(3)=4f(3)=4. Hence the range is {1,1,4}\{-1,1,4\}.

Tier 2 · Standard

  1. 1. For f(x)=x2+2f(x)=x^2+2 with domain 2x3-2\leq x\leq3, work out the range of ff.[3 marks]

    Answer

    • 2f(x)112\leq f(x)\leq11

    Method: The minimum of x2x^2 occurs at x=0x=0, which is in the domain, so the minimum output is 22. At the endpoints, f(2)=6f(-2)=6 and f(3)=11f(3)=11, so the maximum is 1111. Therefore 2f(x)112\leq f(x)\leq11.

Tier 3 · Hard

  1. 1. The function h(x)=6x2h(x)=\dfrac{6}{x-2} has domain 3x83\leq x\leq8. Determine its range.[3 marks]

    Answer

    • 1h(x)61\leq h(x)\leq6

    Method: On this domain, x2x-2 is positive and increases from 11 to 66, so 6/(x2)6/(x-2) decreases. The endpoint outputs are h(3)=6h(3)=6 and h(8)=1h(8)=1. Every intermediate output occurs, so 1h(x)61\leq h(x)\leq6.

A4 · Composite functions (the result of two or more functions acting in succession)

  • A composite function applies one function and then uses its output as the input to another.
  • AQA writes composites as fg(x)fg(x), which means f(g(x))f(g(x)): gg acts first and ff acts on the result.
  • To find a composite expression, substitute the entire inner function into every occurrence of the variable in the outer function.
  • In general fg(x)fg(x) and gf(x)gf(x) are different; reversing the order is the most common error.

Tier 1 · Easy

  1. 1. Let f(x)=2x+1f(x)=2x+1 and g(x)=x2g(x)=x^2. Work out fg(3)fg(3).[2 marks]

    Answer

    • fg(3)=19fg(3)=19

    Method: Apply gg first: g(3)=32=9g(3)=3^2=9. Then apply ff: f(9)=2(9)+1=19f(9)=2(9)+1=19.

Tier 2 · Standard

  1. 1. Let f(x)=x4f(x)=x-4 and g(x)=3x2g(x)=3x^2. Find and simplify gf(x)gf(x).[3 marks]

    Answer

    • gf(x)=3x224x+48gf(x)=3x^2-24x+48

    Method: In gf(x)gf(x), ff acts first: gf(x)=g(x4)=3(x4)2gf(x)=g(x-4)=3(x-4)^2. Expanding gives 3(x28x+16)=3x224x+483(x^2-8x+16)=3x^2-24x+48.

Tier 3 · Hard

  1. 1. Let f(x)=3x2f(x)=3x-2 and g(x)=x2+1g(x)=x^2+1. Solve fg(x)=13fg(x)=13.[4 marks]

    Answer

    • x=2x=-2 or x=2x=2

    Method: First form the composite: fg(x)=3(x2+1)2=3x2+1fg(x)=3(x^2+1)-2=3x^2+1. Hence 3x2+1=133x^2+1=13, so 3x2=123x^2=12 and x2=4x^2=4. Therefore x=2x=-2 or x=2x=2.

A5 · Inverse functions (domains chosen for f to make f one-one)

  • An inverse function reverses the original function, so f1(f(x))=xf^{-1}(f(x))=x on the chosen domain.
  • To find an inverse, write y=f(x)y=f(x), rearrange for xx, and then interchange the variable labels.
  • The domain of f1f^{-1} is the range of ff, and the range of f1f^{-1} is the domain of ff.
  • A function must be one-one to have an inverse function; a quadratic therefore needs a restricted domain such as one side of its turning point.

Tier 1 · Easy

  1. 1. Given f(x)=5x4f(x)=5x-4, find f1(x)f^{-1}(x).[2 marks]

    Answer

    • f1(x)=x+45f^{-1}(x)=\dfrac{x+4}{5}

    Method: Write y=5x4y=5x-4. Then y+4=5xy+4=5x, so x=(y+4)/5x=(y+4)/5. Interchanging the labels gives f1(x)=(x+4)/5f^{-1}(x)=(x+4)/5.

Tier 2 · Standard

  1. 1. The function f(x)=(x3)2+1f(x)=(x-3)^2+1 has domain x3x\geq3. Find f1(x)f^{-1}(x) and state its domain.[3 marks]

    Answer

    • f1(x)=3+x1f^{-1}(x)=3+\sqrt{x-1}
    • Domain: x1x\geq1

    Method: Write y=(x3)2+1y=(x-3)^2+1, so (x3)2=y1(x-3)^2=y-1. The restriction x3x\geq3 requires the positive square root, giving x=3+y1x=3+\sqrt{y-1}. Hence f1(x)=3+x1f^{-1}(x)=3+\sqrt{x-1}. The range of ff is y1y\geq1, so this is the inverse's domain.

Tier 3 · Hard

  1. 1. For f(x)=2x+5x1f(x)=\dfrac{2x+5}{x-1}, find f1(x)f^{-1}(x) and state the value excluded from its domain.[4 marks]

    Answer

    • f1(x)=x+5x2f^{-1}(x)=\dfrac{x+5}{x-2}
    • Excluded value: x=2x=2

    Method: Let y=(2x+5)/(x1)y=(2x+5)/(x-1). Then yxy=2x+5yx-y=2x+5, so x(y2)=y+5x(y-2)=y+5 and x=(y+5)/(y2)x=(y+5)/(y-2). Interchange the labels to obtain f1(x)=(x+5)/(x2)f^{-1}(x)=(x+5)/(x-2). Its denominator is zero at x=2x=2, so that value is excluded.

A6 · Expanding brackets and collecting like terms

  • To expand brackets, multiply every term in one bracket by every term in the other.
  • Track signs explicitly, especially when subtracting a whole bracket: the subtraction changes every sign inside it.
  • Collect terms only when they have identical variable parts and powers; for example, x2x^2 and xx are not like terms.
  • For three brackets, expand two first, simplify, and then multiply by the remaining bracket.

Tier 1 · Easy

  1. 1. Expand and simplify (x+4)(x3)(x+4)(x-3).[2 marks]

    Answer

    • x2+x12x^2+x-12

    Method: Multiply each pair of terms: x23x+4x12x^2-3x+4x-12. Collecting the linear terms gives x2+x12x^2+x-12.

Tier 2 · Standard

  1. 1. Expand and simplify (2x3)(x+5)(x1)2(2x-3)(x+5)-(x-1)^2.[3 marks]

    Answer

    • x2+9x16x^2+9x-16

    Method: Expand (2x3)(x+5)=2x2+7x15(2x-3)(x+5)=2x^2+7x-15 and (x1)2=x22x+1(x-1)^2=x^2-2x+1. Subtract the entire second expression: 2x2+7x15x2+2x1=x2+9x162x^2+7x-15-x^2+2x-1=x^2+9x-16.

Tier 3 · Hard

  1. 1. Expand and simplify (x+2)(x1)(2x3)(x+2)(x-1)(2x-3).[4 marks]

    Answer

    • 2x3x27x+62x^3-x^2-7x+6

    Method: First, (x+2)(x1)=x2+x2(x+2)(x-1)=x^2+x-2. Then (x2+x2)(2x3)=2x33x2+2x23x4x+6=2x3x27x+6(x^2+x-2)(2x-3)=2x^3-3x^2+2x^2-3x-4x+6=2x^3-x^2-7x+6.

A7 · Expand (a + b)^n for positive integer n; use of Pascal's triangle

  • The entries in row nn of Pascal's triangle are the coefficients in the expansion of (a+b)n(a+b)^n.
  • In successive terms, the power of the first term decreases while the power of the second term increases; the two powers always add to nn.
  • Include numerical multipliers and signs inside the powers, for example terms from (2x1)n(2x-1)^n use powers of both 2x2x and 1-1.
  • A common error is to use only the Pascal coefficient and forget the powers of constants multiplying the variables.

Tier 1 · Easy

  1. 1. Expand (x+2)3(x+2)^3.[2 marks]

    Answer

    • x3+6x2+12x+8x^3+6x^2+12x+8

    Method: Use Pascal coefficients 1,3,3,11,3,3,1: x3+3x2(2)+3x(22)+23=x3+6x2+12x+8x^3+3x^2(2)+3x(2^2)+2^3=x^3+6x^2+12x+8.

Tier 2 · Standard

  1. 1. Find the coefficient of x2x^2 in the expansion of (2x1)4(2x-1)^4.[3 marks]

    Answer

    • Coefficient of x2x^2: 2424

    Method: The x2x^2 term uses two factors of 2x2x and two factors of 1-1. Its Pascal coefficient is (42)=6\binom{4}{2}=6, so the term is 6(2x)2(1)2=24x26(2x)^2(-1)^2=24x^2. The required coefficient is 2424.

Tier 3 · Hard

  1. 1. The coefficient of x2x^2 in (2x+k)4(2x+k)^4 is 216216, where kk is an integer. Work out the possible values of kk.[4 marks]

    Answer

    • k=3k=-3 or k=3k=3

    Method: The x2x^2 term uses two factors of 2x2x and two factors of kk. It is (42)(2x)2k2=24k2x2\binom{4}{2}(2x)^2k^2=24k^2x^2. Hence 24k2=21624k^2=216, so k2=9k^2=9 and k=3k=-3 or k=3k=3.

A8 · Factorising

  • Factorising reverses expansion by writing an expression as a product.
  • Always remove the greatest common factor first, including a common power of the variable.
  • For a quadratic, choose factors whose product gives the constant term and whose cross-terms give the middle coefficient.
  • Recognise the difference of two squares: a2b2=(ab)(a+b)a^2-b^2=(a-b)(a+b), and continue until every factor is irreducible over the required number set.

Tier 1 · Easy

  1. 1. Factorise fully 6x215x6x^2-15x.[2 marks]

    Answer

    • 3x(2x5)3x(2x-5)

    Method: The greatest common factor of 6x26x^2 and 15x-15x is 3x3x. Taking it out gives 6x215x=3x(2x5)6x^2-15x=3x(2x-5).

Tier 2 · Standard

  1. 1. Factorise 2x27x152x^2-7x-15.[3 marks]

    Answer

    • (2x+3)(x5)(2x+3)(x-5)

    Method: The product 2×(15)=302\times(-15)=-30 and the required sum is 7-7, so split the middle term using 33 and 10-10: 2x2+3x10x15=x(2x+3)5(2x+3)=(2x+3)(x5)2x^2+3x-10x-15=x(2x+3)-5(2x+3)=(2x+3)(x-5).

Tier 3 · Hard

  1. 1. Factorise fully x45x2+4x^4-5x^2+4.[4 marks]

    Answer

    • (x2)(x1)(x+1)(x+2)(x-2)(x-1)(x+1)(x+2)

    Method: Treat the expression as a quadratic in x2x^2: x45x2+4=(x21)(x24)x^4-5x^2+4=(x^2-1)(x^2-4). Each factor is a difference of two squares, so (x21)(x24)=(x1)(x+1)(x2)(x+2)(x^2-1)(x^2-4)=(x-1)(x+1)(x-2)(x+2).

A9 · Manipulation of rational expressions: use of + - x / for algebraic fractions with numeric, linear or quadratic denominators

  • Factor numerators and denominators before cancelling; only common factors, not separate terms, may be cancelled.
  • To add or subtract algebraic fractions, use a common denominator and apply signs to the entire numerator.
  • Multiplication is performed across numerators and denominators; division is multiplication by the reciprocal of the divisor.
  • State excluded values from the original denominators, even if a factor later cancels.

Tier 1 · Easy

  1. 1. Simplify x29x+3\dfrac{x^2-9}{x+3}, stating the excluded value.[2 marks]

    Answer

    • x3x-3, where x3x\neq-3

    Method: Factor the numerator: x29=(x3)(x+3)x^2-9=(x-3)(x+3). Cancel the common factor x+3x+3 to get x3x-3. The original denominator is zero at x=3x=-3, so this value remains excluded.

Tier 2 · Standard

  1. 1. Simplify 2x13x+2\dfrac{2}{x-1}-\dfrac{3}{x+2} into one fraction.[3 marks]

    Answer

    • 7x(x1)(x+2)\dfrac{7-x}{(x-1)(x+2)}

    Method: Use the common denominator (x1)(x+2)(x-1)(x+2). The numerator is 2(x+2)3(x1)=2x+43x+3=7x2(x+2)-3(x-1)=2x+4-3x+3=7-x. Therefore the result is (7x)/((x1)(x+2))(7-x)/((x-1)(x+2)).

Tier 3 · Hard

  1. 1. Simplify fully x2+5x+6x24÷x2+6x+92x4\dfrac{x^2+5x+6}{x^2-4}\div\dfrac{x^2+6x+9}{2x-4}, stating the excluded values of xx.[4 marks]

    Answer

    • 2x+3\dfrac{2}{x+3}, where x2x\neq2, x2x\neq-2 and x3x\neq-3

    Method: Factorise everything: (x+2)(x+3)(x2)(x+2)÷(x+3)22(x2)\dfrac{(x+2)(x+3)}{(x-2)(x+2)}\div\dfrac{(x+3)^2}{2(x-2)}. Division is multiplication by the reciprocal: x+3x2×2(x2)(x+3)2\dfrac{x+3}{x-2}\times\dfrac{2(x-2)}{(x+3)^2}. Cancel the common factors x2x-2 and x+3x+3 to get 2x+3\dfrac{2}{x+3}. The original denominators exclude x=2x=2 and x=2x=-2, and the divisor must be non-zero, excluding x=3x=-3.

A10 · Use and manipulation of formulae and expressions

  • Substitute values with units consistently and keep enough exact working to avoid premature rounding.
  • To change the subject, undo operations in reverse order while performing the same operation on both sides.
  • If the new subject occurs in more than one term, collect those terms and factorise before dividing.
  • When removing a square or square root, consider whether the context or stated domain determines a sign.

Tier 1 · Easy

  1. 1. Rearrange y=3x7y=3x-7 to make xx the subject.[2 marks]

    Answer

    • x=y+73x=\dfrac{y+7}{3}

    Method: Add 77 to both sides to obtain y+7=3xy+7=3x. Divide both sides by 33, giving x=(y+7)/3x=(y+7)/3.

Tier 2 · Standard

  1. 1. The formula P=2πkmP=2\pi\sqrt{\dfrac{k}{m}} has positive variables. Make kk the subject.[3 marks]

    Answer

    • k=mP24π2k=\dfrac{mP^2}{4\pi^2}

    Method: Divide by 2π2\pi: P/(2π)=k/mP/(2\pi)=\sqrt{k/m}. Square both sides to get P2/(4π2)=k/mP^2/(4\pi^2)=k/m. Multiplying by mm gives k=mP2/(4π2)k=mP^2/(4\pi^2).

Tier 3 · Hard

  1. 1. Given y=3x4x+2y=\dfrac{3x-4}{x+2}, make xx the subject and hence find xx when y=5y=-5.[4 marks]

    Answer

    • x=2y+43yx=\dfrac{2y+4}{3-y}
    • When y=5y=-5, x=34x=-\dfrac{3}{4}

    Method: Multiply by x+2x+2: yx+2y=3x4yx+2y=3x-4. Collect the xx-terms: x(y3)=42yx(y-3)=-4-2y. Thus x=(42y)/(y3)=(2y+4)/(3y)x=(-4-2y)/(y-3)=(2y+4)/(3-y). For y=5y=-5, x=(10+4)/(3+5)=6/8=3/4x=(-10+4)/(3+5)=-6/8=-3/4.

A11 · Use of the factor theorem for rational values of the variable for polynomials

  • The factor theorem states that xax-a is a factor of f(x)f(x) exactly when f(a)=0f(a)=0.
  • For a factor pxqpx-q, substitute x=q/px=q/p; the relevant root may therefore be rational rather than an integer.
  • Use substitution to find an unknown coefficient or confirm a factor before dividing the polynomial by that factor.
  • A zero remainder verifies the factor, but further factorisation is needed if the question asks for every factor or every root.

Tier 1 · Easy

  1. 1. Use the factor theorem to show that x2x-2 is a factor of x33x24x+12x^3-3x^2-4x+12.[2 marks]

    Answer

    • f(2)=0f(2)=0, so x2x-2 is a factor

    Method: Let f(x)=x33x24x+12f(x)=x^3-3x^2-4x+12. Then f(2)=233(22)4(2)+12=8128+12=0f(2)=2^3-3(2^2)-4(2)+12=8-12-8+12=0. By the factor theorem, x2x-2 is a factor.

Tier 2 · Standard

  1. 1. The polynomial p(x)=x3+2x2+kx6p(x)=x^3+2x^2+kx-6 has factor x+1x+1. Work out kk.[3 marks]

    Answer

    • k=5k=-5

    Method: Since x+1=x(1)x+1=x-(-1) is a factor, the factor theorem gives p(1)=0p(-1)=0. Thus 1+2k6=0-1+2-k-6=0, so 5k=0-5-k=0 and k=5k=-5.

Tier 3 · Hard

  1. 1. Use the factor theorem, with a rational value of xx, to verify that 2x12x-1 divides f(x)=2x3+x213x+6f(x)=2x^3+x^2-13x+6, then factorise f(x)f(x) fully.[4 marks]

    Answer

    • f(12)=0f(\tfrac12)=0, so 2x12x-1 is a factor; f(x)=(2x1)(x+3)(x2)f(x)=(2x-1)(x+3)(x-2)

    Method: For the factor 2x12x-1, substitute the rational root x=12x=\tfrac12: f(12)=2(18)+14132+6=14+14132+6=0f(\tfrac12)=2(\tfrac18)+\tfrac14-\tfrac{13}{2}+6=\tfrac14+\tfrac14-\tfrac{13}{2}+6=0, so 2x12x-1 is a factor. Dividing f(x)f(x) by 2x12x-1 gives x2+x6x^2+x-6 with zero remainder, and x2+x6=(x+3)(x2)x^2+x-6=(x+3)(x-2). Therefore f(x)=(2x1)(x+3)(x2)f(x)=(2x-1)(x+3)(x-2).

A12 · Completing the square

  • Completing the square rewrites a quadratic as a(xh)2+ka(x-h)^2+k, making its turning point visible.
  • For x2+bx+cx^2+bx+c, halve bb inside the bracket and compensate outside: (x+b2)2+cb24(x+\frac b2)^2+c-\frac{b^2}{4}.
  • If the coefficient of x2x^2 is not 11, factor it from the quadratic and linear terms before completing the square.
  • A common error is to forget the compensating constant, especially when a factor remains outside the bracket.

Tier 1 · Easy

  1. 1. Write x2+8x+3x^2+8x+3 in the form (x+a)2+b(x+a)^2+b.[2 marks]

    Answer

    • (x+4)213(x+4)^2-13

    Method: x2+8x+3=(x+4)216+3=(x+4)213x^2+8x+3=(x+4)^2-16+3=(x+4)^2-13.

Tier 2 · Standard

  1. 1. Write x26x+11x^2-6x+11 in completed-square form and state the minimum point of y=x26x+11y=x^2-6x+11.[3 marks]

    Answer

    • x26x+11=(x3)2+2x^2-6x+11=(x-3)^2+2
    • Minimum point: (3,2)(3,2)

    Method: x26x+11=(x3)29+11=(x3)2+2x^2-6x+11=(x-3)^2-9+11=(x-3)^2+2. Since (x3)20(x-3)^2\ge 0, the minimum occurs when x=3x=3, giving y=2y=2.

Tier 3 · Hard

  1. 1. Write 2x2+12x52x^2+12x-5 in the form a(x+b)2+ca(x+b)^2+c. Hence solve 2x2+12x5=132x^2+12x-5=13, giving exact answers.[4 marks]

    Answer

    • 2x2+12x5=2(x+3)2232x^2+12x-5=2(x+3)^2-23
    • x=3±32x=-3\pm3\sqrt2

    Method: 2x2+12x5=2(x2+6x)5=2[(x+3)29]5=2(x+3)2232x^2+12x-5=2(x^2+6x)-5=2[(x+3)^2-9]-5=2(x+3)^2-23. Setting this equal to 1313 gives 2(x+3)2=362(x+3)^2=36, so (x+3)2=18(x+3)^2=18 and x=3±32x=-3\pm3\sqrt2.

A13 · Drawing and sketching of functions; interpretation of graphs (linear, quadratic, exponential y = ab^x and y = ab^-x, functions restricted to no more than 3 domains)

  • A sketch must show the function's defining shape and important features such as intercepts, turning points and asymptotes.
  • For y=abxy=ab^x with a>0a>0 and b>1b>1, the graph passes through (0,a)(0,a), stays positive and approaches y=0y=0 as xx decreases.
  • For y=abxy=ab^{-x} with a>0a>0 and b>1b>1, the graph is decreasing and still has horizontal asymptote y=0y=0.
  • For a function defined on separate domains, check each endpoint and use a filled point when it is included and an open point when it is excluded.

Tier 1 · Easy

  1. 1. For y=3×2xy=3\times2^x, state the yy-intercept and the equation of the horizontal asymptote.[2 marks]

    Answer

    • yy-intercept: (0,3)(0,3)
    • Horizontal asymptote: y=0y=0

    Method: At the yy-intercept, x=0x=0, so y=3×20=3y=3\times2^0=3. As xx becomes increasingly negative, 2x2^x approaches 00, so the horizontal asymptote is y=0y=0.

Tier 2 · Standard

  1. 1. Sketch y=2x+1y=2^{-x}+1. Label its yy-intercept and its horizontal asymptote, and state whether it is increasing or decreasing.[3 marks]

    Answer

    • yy-intercept: (0,2)(0,2)
    • Horizontal asymptote: y=1y=1
    • The function is decreasing

    Method: When x=0x=0, y=20+1=2y=2^0+1=2. The term 2x2^{-x} approaches 00 as xx increases, so the graph approaches y=1y=1 from above. Since 2x2^{-x} gets smaller as xx increases, the curve is decreasing.

Tier 3 · Hard

  1. 1. On one set of axes, sketch the three-domain rule f(x)=x+4f(x)=x+4 for x<1x<-1, f(x)=x2f(x)=x^2 for 1x2-1\le x\le2, and f(x)=7xf(x)=7-x for x>2x>2. Mark endpoint types and solve f(x)=3f(x)=3.[4 marks]

    Answer

    • Open points at (1,3)(-1,3) and (2,5)(2,5); closed points at (1,1)(-1,1) and (2,4)(2,4)
    • x=3x=\sqrt3 or x=4x=4

    Method: Draw y=x+4y=x+4 only for x<1x<-1, ending with an open point at (1,3)(-1,3). Draw the section of y=x2y=x^2 from the closed point (1,1)(-1,1) through (0,0)(0,0) to the closed point (2,4)(2,4). Draw y=7xy=7-x for x>2x>2, beginning open at (2,5)(2,5). The first domain would give x=1x=-1, which is excluded. In the middle domain, x2=3x^2=3 gives x=3x=\sqrt3 because 3<1-\sqrt3<-1. In the last domain, 7x=37-x=3 gives x=4x=4.

A14 · Solution of linear and quadratic equations (by factorisation, graph, completing the square or formula)

  • A linear equation has the unknown to the first power; keep the equation balanced while isolating it.
  • A quadratic equation can be solved by factorisation, a graph, completing the square or x=b±b24ac2ax=\frac{-b\pm\sqrt{b^2-4ac}}{2a}.
  • Before using a quadratic method, rearrange the equation into ax2+bx+c=0ax^2+bx+c=0.
  • A common error with the formula is to put only b24ac\sqrt{b^2-4ac} over 2a2a instead of the whole numerator.

Tier 1 · Easy

  1. 1. Solve x2x12=0x^2-x-12=0.[2 marks]

    Answer

    • x=3x=-3 or x=4x=4

    Method: x2x12=(x4)(x+3)x^2-x-12=(x-4)(x+3). Therefore (x4)(x+3)=0(x-4)(x+3)=0, so x=4x=4 or x=3x=-3.

Tier 2 · Standard

  1. 1. Solve 2x2+5x4=02x^2+5x-4=0, giving exact answers.[3 marks]

    Answer

    • x=5±574x=\frac{-5\pm\sqrt{57}}{4}

    Method: Here a=2a=2, b=5b=5 and c=4c=-4. The quadratic formula gives x=5±524(2)(4)2(2)=5±574x=\frac{-5\pm\sqrt{5^2-4(2)(-4)}}{2(2)}=\frac{-5\pm\sqrt{57}}{4}.

Tier 3 · Hard

  1. 1. The roots of 3x27x2=03x^2-7x-2=0 are pp and qq, where p>qp>q. Work out the exact value of pqp-q.[4 marks]

    Answer

    • pq=733p-q=\frac{\sqrt{73}}{3}

    Method: The quadratic formula gives x=7±(7)24(3)(2)6=7±736x=\frac{7\pm\sqrt{(-7)^2-4(3)(-2)}}{6}=\frac{7\pm\sqrt{73}}{6}. Thus p=7+736p=\frac{7+\sqrt{73}}6 and q=7736q=\frac{7-\sqrt{73}}6, so pq=2736=733p-q=\frac{2\sqrt{73}}6=\frac{\sqrt{73}}3.

A15 · Algebraic and graphical solution of simultaneous equations in two unknowns, where the equations could both be linear or one linear and one second order

  • A simultaneous solution is a pair of values satisfying both equations; graphically it is an intersection point.
  • For two linear equations, eliminate one unknown or substitute an expression from one equation into the other.
  • When one equation is second order, substitution usually produces a quadratic, so there may be two intersection points.
  • Always substitute each candidate back to find its paired coordinate; do not report unpaired xx-values alone.

Tier 1 · Easy

  1. 1. Solve simultaneously 2x+y=72x+y=7 and xy=2x-y=2.[2 marks]

    Answer

    • x=3x=3, y=1y=1

    Method: Add the equations to eliminate yy: 3x=93x=9, so x=3x=3. Substituting into xy=2x-y=2 gives 3y=23-y=2, so y=1y=1.

Tier 2 · Standard

  1. 1. Solve simultaneously y=x+2y=x+2 and y=x24y=x^2-4.[3 marks]

    Answer

    • (x,y)=(2,0)(x,y)=(-2,0) or (3,5)(3,5)

    Method: Equate the two expressions for yy: x24=x+2x^2-4=x+2, so x2x6=0x^2-x-6=0. Factorising gives (x3)(x+2)=0(x-3)(x+2)=0, hence x=3x=3 or x=2x=-2. Using y=x+2y=x+2 gives the pairs (3,5)(3,5) and (2,0)(-2,0).

Tier 3 · Hard

  1. 1. Solve simultaneously x+y=7x+y=7 and xy=10xy=10.[4 marks]

    Answer

    • (x,y)=(2,5)(x,y)=(2,5) or (5,2)(5,2)

    Method: From x+y=7x+y=7, write y=7xy=7-x. Substitute into xy=10xy=10: x(7x)=10x(7-x)=10, so x27x+10=0x^2-7x+10=0. Since (x2)(x5)=0(x-2)(x-5)=0, x=2x=2 or x=5x=5. Then y=7xy=7-x, giving (2,5)(2,5) or (5,2)(5,2).

A16 · Algebraic solution of linear equations in three unknowns

  • A solution in three unknowns must satisfy all three linear equations at the same time.
  • Eliminate the same unknown from two different pairs of equations to obtain two equations in two unknowns.
  • Solve the resulting pair, then substitute back into an original equation to find the third unknown.
  • Sign errors are common during elimination, so check the final triple in all three original equations.

Tier 1 · Easy

  1. 1. Solve x+y+z=9x+y+z=9, xy=2x-y=2 and z=3z=3.[2 marks]

    Answer

    • x=4x=4, y=2y=2, z=3z=3

    Method: Using z=3z=3 in the first equation gives x+y=6x+y=6. Together with xy=2x-y=2, addition gives 2x=82x=8, so x=4x=4. Then y=2y=2 and z=3z=3.

Tier 2 · Standard

  1. 1. Solve x+y+z=6x+y+z=6, 2xy+z=32x-y+z=3 and x+2yz=2x+2y-z=2.[3 marks]

    Answer

    • x=1x=1, y=2y=2, z=3z=3

    Method: Subtract the first equation from the second: x2y=3x-2y=-3, so x=2y3x=2y-3. From the first equation, z=6xy=93yz=6-x-y=9-3y. Substitute both into the third: (2y3)+2y(93y)=2(2y-3)+2y-(9-3y)=2, so 7y=147y=14 and y=2y=2. Hence x=1x=1 and z=3z=3.

Tier 3 · Hard

  1. 1. Solve 2x+3yz=22x+3y-z=-2, xy+2z=9x-y+2z=9 and 3x+2y+2z=103x+2y+2z=10.[4 marks]

    Answer

    • x=2x=2, y=1y=-1, z=3z=3

    Method: Add twice the first equation to the second to eliminate zz: 5x+5y=55x+5y=5, so x+y=1x+y=1. Subtract the second equation from the third to get 2x+3y=12x+3y=1. Subtracting 2(x+y)=22(x+y)=2 gives y=1y=-1, so x=2x=2. Substitution into xy+2z=9x-y+2z=9 gives 3+2z=93+2z=9, hence z=3z=3.

A17 · Solution of linear and quadratic inequalities

  • Solve a linear inequality like an equation, but reverse the inequality sign when multiplying or dividing by a negative number.
  • For a quadratic inequality, find the roots and use the sign of the quadratic in the intervals they create.
  • A positive-leading quadratic is negative between two distinct roots and positive outside them.
  • Use open endpoints for << or >> and included endpoints for \le or \ge.

Tier 1 · Easy

  1. 1. Solve 52x<115-2x<11.[2 marks]

    Answer

    • x>3x>-3

    Method: Subtract 55 to get 2x<6-2x<6. Dividing by 2-2 reverses the inequality, giving x>3x>-3.

Tier 2 · Standard

  1. 1. Solve (x4)(x+1)0(x-4)(x+1)\le0.[3 marks]

    Answer

    • 1x4-1\le x\le4

    Method: The roots are x=1x=-1 and x=4x=4. The quadratic has a positive x2x^2 coefficient, so it is non-positive between the roots. Equality is allowed, hence 1x4-1\le x\le4.

Tier 3 · Hard

  1. 1. Find the values of xx satisfying both x25x6>0x^2-5x-6>0 and 2x+192x+1\le9.[4 marks]

    Answer

    • x<1x<-1

    Method: x25x6=(x6)(x+1)x^2-5x-6=(x-6)(x+1), so the first inequality gives x<1x<-1 or x>6x>6. The second inequality gives 2x82x\le8, so x4x\le4. Intersecting these sets leaves x<1x<-1.

A18 · Index laws, including fractional and negative indices and the solution of equations

  • For the same base, aman=am+na^m a^n=a^{m+n}, am/an=amna^m/a^n=a^{m-n} and (am)n=amn(a^m)^n=a^{mn}.
  • A negative index means a reciprocal: an=1/ana^{-n}=1/a^n for a0a\ne0.
  • A fractional index represents a root: a1/n=ana^{1/n}=\sqrt[n]{a} and am/n=amna^{m/n}=\sqrt[n]{a^m} when defined.
  • To solve an index equation, rewrite both sides with the same base before equating exponents.

Tier 1 · Easy

  1. 1. Work out 161/216^{-1/2}.[1 mark]

    Answer

    • 14\frac14

    Method: 161/2=416^{1/2}=4, and the negative index takes the reciprocal, so 161/2=1/416^{-1/2}=1/4.

Tier 2 · Standard

  1. 1. Solve 9x+1=272x19^{x+1}=27^{2x-1}.[3 marks]

    Answer

    • x=54x=\frac54

    Method: Write both sides with base 33: 32x+2=36x33^{2x+2}=3^{6x-3}. Therefore 2x+2=6x32x+2=6x-3, so 5=4x5=4x and x=5/4x=5/4.

Tier 3 · Hard

  1. 1. Given a>0a>0 and b>0b>0, simplify fully (81a8b6)1/43a1b1/2\frac{(81a^{-8}b^6)^{1/4}}{3a^{-1}b^{1/2}}.[4 marks]

    Answer

    • ba\frac ba

    Method: The numerator is 811/4a8/4b6/4=3a2b3/281^{1/4}a^{-8/4}b^{6/4}=3a^{-2}b^{3/2}. Dividing by 3a1b1/23a^{-1}b^{1/2} gives a1b=b/aa^{-1}b=b/a.

A19 · Algebraic proof

  • An algebraic proof starts from a general representation, not from a selection of examples.
  • Write an even integer as 2n2n and an odd integer as 2n+12n+1, where nn is an integer.
  • To prove divisibility by kk, rearrange the expression into kk multiplied by an integer.
  • State the conclusion explicitly and keep the integer assumptions visible; unexplained numerical examples do not prove a general claim.

Tier 1 · Easy

  1. 1. Prove algebraically that the sum of two odd integers is even.[2 marks]

    Answer

    • (2m+1)+(2n+1)=2(m+n+1)(2m+1)+(2n+1)=2(m+n+1), so the sum is even

    Method: Let the two odd integers be 2m+12m+1 and 2n+12n+1, where mm and nn are integers. Their sum is 2m+2n+2=2(m+n+1)2m+2n+2=2(m+n+1). Since m+n+1m+n+1 is an integer, the sum is even.

Tier 2 · Standard

  1. 1. Prove that the product of three consecutive integers is divisible by 66.[3 marks]

    Answer

    • n(n+1)(n+2)n(n+1)(n+2) contains a factor of 22 and a factor of 33, so it is divisible by 66

    Method: Represent the integers as nn, n+1n+1 and n+2n+2. Among any three consecutive integers, one is a multiple of 33. At least one is even, so the product also has a factor of 22. Since 22 and 33 are coprime, n(n+1)(n+2)n(n+1)(n+2) is divisible by 66.

Tier 3 · Hard

  1. 1. Given x0x\ne0, prove algebraically that x2+1x22x^2+\frac1{x^2}\ge2.[4 marks]

    Answer

    • x2+1x22=(x1x)20x^2+\frac1{x^2}-2=(x-\frac1x)^2\ge0, so x2+1x22x^2+\frac1{x^2}\ge2

    Method: For real x0x\ne0, the square (x1/x)2(x-1/x)^2 is non-negative. Expanding gives x22+1/x20x^2-2+1/x^2\ge0. Adding 22 to both sides gives x2+1/x22x^2+1/x^2\ge2, as required.

A20 · Using nth terms of sequences; limiting value of a sequence as n approaches infinity

  • An nth-term formula gives a sequence value directly by substituting a positive integer for nn.
  • For a rational expression in nn, divide numerator and denominator by the highest power of nn to find its limiting value.
  • Terms containing 1/n1/n, 1/n21/n^2 and higher negative powers approach 00 as nn approaches infinity.
  • The limiting value describes what the terms approach; it need not itself be a term of the sequence.

Tier 1 · Easy

  1. 1. State the limiting value of un=5n2nu_n=\frac{5n-2}{n} as nn approaches infinity.[1 mark]

    Answer

    • 55

    Method: un=52/nu_n=5-2/n. As nn approaches infinity, 2/n2/n approaches 00, so unu_n approaches 55.

Tier 2 · Standard

  1. 1. For vn=3n2+2n2+4nv_n=\frac{3n^2+2}{n^2+4n}, work out v2v_2 and the limiting value as nn approaches infinity.[2 marks]

    Answer

    • v2=76v_2=\frac76
    • Limiting value: 33

    Method: Substitution gives v2=3(2)2+2(2)2+4(2)=1412=76v_2=\frac{3(2)^2+2}{(2)^2+4(2)}=\frac{14}{12}=\frac76. For the limit, divide top and bottom by n2n^2: vn=3+2/n21+4/nv_n=\frac{3+2/n^2}{1+4/n}. Both 2/n22/n^2 and 4/n4/n approach 00, so the limiting value is 33.

Tier 3 · Hard

  1. 1. The sequence wn=2n+1n+3w_n=\frac{2n+1}{n+3} has limiting value LL. Find LL and the least positive integer nn for which wnw_n differs from LL by less than 0.010.01.[4 marks]

    Answer

    • L=2L=2
    • Least n=498n=498

    Method: Dividing by nn shows L=2L=2. Also 2wn=2n+6(2n+1)n+3=5n+32-w_n=\frac{2n+6-(2n+1)}{n+3}=\frac5{n+3}, which is positive. Differing by less than 0.010.01 therefore means 5/(n+3)<1/1005/(n+3)<1/100. Hence n+3>500n+3>500, so n>497n>497 and the least integer is 498498.

A21 · nth terms of linear sequences

  • A linear sequence has a constant first difference and nth term an+ban+b.
  • The coefficient aa is the common difference; use any known term to find bb.
  • Equivalently, if the first term is u1u_1 and the common difference is dd, then un=u1+(n1)du_n=u_1+(n-1)d.
  • Check a formula against at least two supplied terms, since an indexing error often changes the constant term.

Tier 1 · Easy

  1. 1. Find the nth term of 7,11,15,19,7,11,15,19,\ldots.[2 marks]

    Answer

    • 4n+34n+3

    Method: The common difference is 44, so start with 4n4n. This gives 44 when n=1n=1, which is 33 below the first term 77. Therefore the nth term is 4n+34n+3.

Tier 2 · Standard

  1. 1. A linear sequence has 12th term 17-17 and 30th term 71-71. Find its nth term.[3 marks]

    Answer

    • 193n19-3n

    Method: There are 1818 steps from the 12th to the 30th term, and the total change is 71(17)=54-71-(-17)=-54. Thus the common difference is 54/18=3-54/18=-3. Writing the term as 3n+b-3n+b and using n=12n=12 gives 36+b=17-36+b=-17, so b=19b=19.

Tier 3 · Hard

  1. 1. A linear sequence has 5th term 1818. The sum of its 8th and 12th terms is 7676. Find the nth term and determine which term equals 202202.[4 marks]

    Answer

    • un=4n2u_n=4n-2
    • 202202 is the 51st term

    Method: Let un=a+(n1)du_n=a+(n-1)d. Then a+4d=18a+4d=18. Also (a+7d)+(a+11d)=76(a+7d)+(a+11d)=76, so 2a+18d=762a+18d=76. Doubling the first equation gives 2a+8d=362a+8d=36; subtraction gives 10d=4010d=40, hence d=4d=4 and a=2a=2. Thus un=2+4(n1)=4n2u_n=2+4(n-1)=4n-2. Solving 4n2=2024n-2=202 gives n=51n=51.

A22 · nth terms of quadratic sequences

  • A quadratic sequence has constant second differences and nth term an2+bn+can^2+bn+c.
  • If the constant second difference is DD, then the coefficient of n2n^2 is a=D/2a=D/2.
  • Subtract the values of an2an^2 from the sequence; the remainder is linear and can be written as bn+cbn+c.
  • A common error is to use the second difference itself as aa instead of halving it.

Tier 1 · Easy

  1. 1. Find the nth term of 4,13,28,49,4,13,28,49,\ldots.[2 marks]

    Answer

    • 3n2+13n^2+1

    Method: The first differences are 9,15,219,15,21, so the second difference is 66 and the n2n^2 coefficient is 33. Subtracting 3n23n^2 from the terms leaves 11 each time, so the nth term is 3n2+13n^2+1.

Tier 2 · Standard

  1. 1. Find the nth term of 2,9,20,35,54,2,9,20,35,54,\ldots.[3 marks]

    Answer

    • 2n2+n12n^2+n-1

    Method: The first differences are 7,11,15,197,11,15,19, so the second difference is 44 and the leading term is 2n22n^2. Subtracting 2n22n^2 from the sequence gives 0,1,2,3,40,1,2,3,4, whose nth term is n1n-1. Therefore the original nth term is 2n2+n12n^2+n-1.

Tier 3 · Hard

  1. 1. A quadratic sequence has nth term an2+bn+can^2+bn+c. Its 1st, 2nd and 4th terms are 66, 1515 and 4545. Work out its 10th term.[4 marks]

    Answer

    • un=2n2+3n+1u_n=2n^2+3n+1
    • u10=231u_{10}=231

    Method: The data give a+b+c=6a+b+c=6, 4a+2b+c=154a+2b+c=15 and 16a+4b+c=4516a+4b+c=45. Subtracting consecutive equations gives 3a+b=93a+b=9 and 12a+2b=3012a+2b=30, so 6a+b=156a+b=15. Hence 3a=63a=6 and a=2a=2; then b=3b=3 and c=1c=1. Therefore u10=2(10)2+3(10)+1=231u_{10}=2(10)^2+3(10)+1=231.