krit.club logo

Algebra and Graphs - Algebraic manipulation and factorisation

Grade 11IGCSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

Expanding Brackets: Multiplying out single, double, and triple brackets using the distributive law.

Factorisation: The reverse of expansion. Includes extracting common factors, grouping terms, and factorising quadratic expressions.

Difference of Two Squares: Identifying and factorising expressions in the form a2b2a^2 - b^2.

Algebraic Fractions: Simplifying, adding, subtracting, multiplying, and dividing fractions containing variables by finding common denominators and cancelling factors.

Changing the Subject of a Formula: Rearranging an equation to isolate a specific variable, involving techniques like cross-multiplication and factorisation when the variable appears multiple times.

📐Formulae

Difference of Two Squares: a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b)

Perfect Square (Positive): (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2

Perfect Square (Negative): (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2

Quadratic Form: ax2+bx+cax^2 + bx + c factorises to (px+q)(rx+s)(px + q)(rx + s) where pr=apr=a and qs=cqs=c.

Algebraic Fraction Addition: ab±cd=ad±bcbd\frac{a}{b} \pm \frac{c}{d} = \frac{ad \pm bc}{bd}

💡Examples

Problem 1:

Factorise completely: 6x215xy6x^2 - 15xy.

Solution:

3x(2x5y)3x(2x - 5y)

Explanation:

Identify the Highest Common Factor (HCF) of the numerical coefficients (3) and the variables (xx). Divide each term by 3x3x and place the result inside brackets.

Problem 2:

Simplify the algebraic fraction: x292x2+5x3\frac{x^2 - 9}{2x^2 + 5x - 3}.

Solution:

x32x1\frac{x - 3}{2x - 1}

Explanation:

Factorise the numerator using the Difference of Two Squares: (x3)(x+3)(x-3)(x+3). Factorise the denominator: (2x1)(x+3)(2x-1)(x+3). Cancel the common factor (x+3)(x+3) from both the top and bottom.

Problem 3:

Make xx the subject of the formula: y=2x+1x3y = \frac{2x + 1}{x - 3}.

Solution:

x=3y+1y2x = \frac{3y + 1}{y - 2}

Explanation:

  1. Multiply both sides by (x3)(x-3) to get y(x3)=2x+1y(x-3) = 2x+1. 2. Expand: yx3y=2x+1yx - 3y = 2x + 1. 3. Move all xx terms to one side: yx2x=3y+1yx - 2x = 3y + 1. 4. Factorise xx: x(y2)=3y+1x(y - 2) = 3y + 1. 5. Divide by (y2)(y-2) to isolate xx.

Problem 4:

Factorise by grouping: axay+bxbyax - ay + bx - by.

Solution:

(a+b)(xy)(a + b)(x - y)

Explanation:

Group the first two terms a(xy)a(x-y) and the last two terms b(xy)b(x-y). Since (xy)(x-y) is common to both groups, factorise it out to get (a+b)(xy)(a+b)(x-y).