Skip to content

Algebraic Expressions

BoardPaperNotes
AQAPaper 1Surds, indices, polynomials, factor theorem
EdexcelP1, P2Same core; P2 includes harder factorisation
OCR (A)Paper 1Similar coverage
CIE (9709)P1Surds, quadratics, factor theorem

Definition. A surd is an irrational number expressible as the root of a rational number — that Is, an expression of the form n\sqrt{n} where nQ+n \in \mathbb{Q}^+ and nQ\sqrt{n} \notin \mathbb{Q}.

The most familiar surds are \sqrt{2}$$\sqrt{3}$$\sqrt{5}And so on. The set of surds is a Subset of the algebraic numbers, and they arise whenever we solve equations of degree 2 or Higher.

For positive real numbers aa and bb:

ab=abab=ab(a)n=an/2\begin{aligned} \sqrt{a}\sqrt{b} &= \sqrt{ab} \\ \frac{\sqrt{a}}{\sqrt{b}} &= \sqrt{\frac{a}{b}} \\ (\sqrt{a})^n &= a^{n/2} \end{aligned}

These follow directly from the laws of indices (which we prove in Section 2), since a=a1/2\sqrt{a} = a^{1/2}.

Rationalising the denominator. If a fraction has a surd in the denominator, we multiply Numerator and denominator by the surd (or its conjugate) to eliminate it.

For a denominator of the form a\sqrt{a}Multiply by aa\frac{\sqrt{a}}{\sqrt{a}}:

1a=1aaa=aa\begin{aligned} \frac{1}{\sqrt{a}} &= \frac{1}{\sqrt{a}} \cdot \frac{\sqrt{a}}{\sqrt{a}} = \frac{\sqrt{a}}{a} \end{aligned}

For a denominator of the form a+bca + b\sqrt{c}Multiply by the conjugate abca - b\sqrt{c}:

1a+bc=abc(a+bc)(abc)=abca2b2c\begin{aligned} \frac{1}{a + b\sqrt{c}} &= \frac{a - b\sqrt{c}}{(a + b\sqrt{c})(a - b\sqrt{c})} = \frac{a - b\sqrt{c}}{a^2 - b^2 c} \end{aligned}### 1.2 Irrationality of $\sqrt{2}$

Theorem. 2\sqrt{2} is irrational.

Proof. We proceed by contradiction. Assume 2\sqrt{2} is rational. Then 2=pq\sqrt{2} = \frac{p}{q} Where p, q \in \mathbb{Z}^+$$q \neq 0And gcd(p,q)=1\gcd(p, q) = 1 (i.e., the fraction is in lowest Terms).

2=pq2=p2q2P2=2q2\begin{aligned} \sqrt{2} &= \frac{p}{q} \\ 2 &= \frac{p^2}{q^2} \\ P^2 &= 2q^2 \end{aligned}

Since p2=2q2p^2 = 2q^2We have that p2p^2 is even. A standard result (proved below) tells us that if p2p^2 is even, then pp is even. So p=2kp = 2k for some integer kk.

Substituting: (2k)2=2q2(2k)^2 = 2q^2So 4k2=2q24k^2 = 2q^2Hence q2=2k2q^2 = 2k^2.

By the same argument, q2q^2 is even, so qq is even. But this contradicts gcd(p,q)=1\gcd(p, q) = 1 since Both pp and qq are divisible by 2. Therefore our assumption was false, and 2\sqrt{2} is Irrational. \blacksquare

Lemma. If p2p^2 is even, then pp is even.

Proof. The contrapositive: if pp is odd, then p2p^2 is odd. If p=2k+1p = 2k + 1Then p2=4k2+4k+1=2(2k2+2k)+1p^2 = 4k^2 + 4k + 1 = 2(2k^2 + 2k) + 1Which is odd. \blacksquare

Intuition. This proof exploits the structure of divisibility: the number 2 has a unique prime Factorisation, and squaring preserves parity. The contradiction arises because 22 “forces” factors Of 2 into both pp and qqMaking the fraction reducible.


Definition. For a>0a > 0 and nZ+n \in \mathbb{Z}^+We define an=a×a××antimesa^n = \underbrace{a \times a \times \cdots \times a}_{n \mathrm{ times}}. We extend this Definition as follows:

A0=1fora0An=1anfora0A1/n=an(thepositiverootfora>0)\begin{aligned} A^0 &= 1 \quad \mathrm{for } a \neq 0 \\ A^{-n} &= \frac{1}{a^n} \quad \mathrm{for } a \neq 0 \\ A^{1/n} &= \sqrt[n]{a} \quad \mathrm{(the positive root for } a > 0) \end{aligned}

For a,b>0a, b > 0 and m,nRm, n \in \mathbb{R}:

Aman=am+naman=amn(am)n=amn(ab)n=anbn(ab)n=anbn\begin{aligned} A^m \cdot a^n &= a^{m+n} \\ \frac{a^m}{a^n} &= a^{m-n} \\ (a^m)^n &= a^{mn} \\ (ab)^n &= a^n b^n \\ \left(\frac{a}{b}\right)^n &= \frac{a^n}{b^n} \end{aligned}

Proof of aman=am+na^m \cdot a^n = a^{m+n} for positive integer exponents.

Aman=aaamaaan=aaam+n=am+n\begin{aligned} A^m \cdot a^n &= \underbrace{a \cdot a \cdots a}_{m} \cdot \underbrace{a \cdot a \cdots a}_{n} \\ &= \underbrace{a \cdot a \cdots a}_{m + n} = a^{m+n} \end{aligned}

The extension to rational and real exponents requires more sophisticated machinery (continuity Arguments and the exponential function), which we develop in Exponentials and Logarithms.

Intuition. Exponentiation is repeated multiplication, so multiplying two powers of the same base Adds the counts. Just as 3×53 \times 5 counts 3+53 + 5 groups of size 1, a3a5a^3 \cdot a^5 counts 3+5=83 + 5 = 8 factors of aa.


The distributive law is the foundation: a(b+c)=ab+aca(b + c) = ab + ac.

For two brackets: (a+b)(c+d)=ac+ad+bc+bd(a + b)(c + d) = ac + ad + bc + bd.

Proof. By applying the distributive law twice:

(a+b)(c+d)=a(c+d)+b(c+d)=ac+ad+bc+bd\begin{aligned} (a + b)(c + d) &= a(c + d) + b(c + d) \\ &= ac + ad + bc + bd \quad \blacksquare \end{aligned}

Factorisation is the reverse of expansion. The key techniques are:

  • Common factors: ab+ac=a(b+c)ab + ac = a(b + c)
  • Difference of two squares: a2b2=(ab)(a+b)a^2 - b^2 = (a - b)(a + b)
  • Trinomial (quadratic): ax2+bx+c=(px+q)(rx+s)ax^2 + bx + c = (px + q)(rx + s) where pr = a$$ps + qr = b qs=cqs = c
  • Grouping: ab+ac+db+dc=a(b+c)+d(b+c)=(a+d)(b+c)ab + ac + db + dc = a(b + c) + d(b + c) = (a + d)(b + c)

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

Proof. Direct expansion:

(ab)(a+b)=a2+ababb2=a2b2\begin{aligned} (a - b)(a + b) &= a^2 + ab - ab - b^2 = a^2 - b^2 \quad \blacksquare \end{aligned}

A cubic ax3+bx2+cx+dax^3 + bx^2 + cx + d can be factorised by finding one root α\alpha (using the Factor Theorem), then dividing by (xα)(x - \alpha) to obtain a quadratic, which can then be factorised.


Polynomial long division mirrors integer long division exactly. We demonstrate with an example, then State the general theorem.

Example. Divide x3+2x25x+6x^3 + 2x^2 - 5x + 6 by x1x - 1.

X3+2x25x+6=(x1)(x2)+remainderofx3x2=(x1)(x2)+3x25x+6=(x1)(x2+3x)+remainderof3x23x=(x1)(x2+3x)2x+6=(x1)(x2+3x2)+remainderof2x+2=(x1)(x2+3x2)2(x1)=(x1)(x2+3x2)+4\begin{aligned} X^3 + 2x^2 - 5x + 6 &= (x - 1)(x^2) + \mathrm{remainder of } x^3 - x^2 \\ &= (x - 1)(x^2) + 3x^2 - 5x + 6 \\ &= (x - 1)(x^2 + 3x) + \mathrm{remainder of } 3x^2 - 3x \\ &= (x - 1)(x^2 + 3x) - 2x + 6 \\ &= (x - 1)(x^2 + 3x - 2) + \mathrm{remainder of } -2x + 2 \\ &= (x - 1)(x^2 + 3x - 2) - 2(x - 1) \\ &= (x - 1)(x^2 + 3x - 2) + 4 \end{aligned}

So the quotient is x2+3x2x^2 + 3x - 2 with remainder 44.

More systematically, the division algorithm tells us:

Theorem (Polynomial Division Algorithm). For polynomials f(x)f(x) and g(x)g(x) with g(x)0g(x) \neq 0 There exist unique polynomials q(x)q(x) (the quotient) and r(x)r(x) (the remainder) such that:

f(x)=g(x)q(x)+r(x)f(x) = g(x) \cdot q(x) + r(x)

Where deg(r)<deg(g)\deg(r) < \deg(g) or r(x)=0r(x) = 0.

Intuition. This is exactly analogous to integer division: 47=5×9+247 = 5 \times 9 + 2Where 02<50 \leq 2 < 5. In polynomials, the “size” ordering is replaced by degree, and the remainder must Have smaller degree than the divisor.

4.2 Why Polynomial Division Mirrors Integer Long Division

Section titled “4.2 Why Polynomial Division Mirrors Integer Long Division”

The structural analogy is deep. Both are instances of a Euclidean domain — an algebraic structure Where we can perform division with remainder. In Z\mathbb{Z}The “degree” is the absolute value; In R[x]\mathbb{R}[x]The degree is the polynomial degree. The algorithm is the same: at each step, Eliminate the leading term.


5. The Factor Theorem and Remainder Theorem

Section titled “5. The Factor Theorem and Remainder Theorem”

Theorem (Remainder Theorem). If a polynomial f(x)f(x) is divided by (xa)(x - a)The remainder is f(a)f(a).

Proof. By the division algorithm, f(x)=(xa)q(x)+rf(x) = (x - a) \cdot q(x) + rWhere rr is a constant (since deg(r)<deg(xa)=1\deg(r) < \deg(x - a) = 1).

Substituting x=ax = a:

F(a)=(aa)q(a)+r=0q(a)+r=r\begin{aligned} F(a) &= (a - a) \cdot q(a) + r = 0 \cdot q(a) + r = r \quad \blacksquare \end{aligned}

Intuition. When you plug in x=ax = aThe (xa)(x - a) factor vanishes, leaving only the remainder. The remainder is the “leftover” that doesn”t contain the factor (xa)(x - a).

Theorem (Factor Theorem). (xa)(x - a) is a factor of f(x)f(x) if and only if f(a)=0f(a) = 0.

Proof.

(\Rightarrow) If (xa)(x - a) is a factor, then f(x)=(xa)q(x)f(x) = (x - a) \cdot q(x). Setting x=ax = a: f(a)=(aa)q(a)=0f(a) = (a - a) \cdot q(a) = 0.

(\Leftarrow) If f(a)=0f(a) = 0Then by the Remainder Theorem, the remainder upon division by (xa)(x - a) is f(a)=0f(a) = 0. So f(x)=(xa)q(x)f(x) = (x - a) \cdot q(x)Meaning (xa)(x - a) is a factor. \blacksquare

Intuition. The Factor Theorem connects algebra (polynomials) to geometry (roots on the xx-axis). A root x=ax = a means the graph crosses the xx-axis at aaWhich means (xa)(x - a) must divide the Polynomial.

ExampleShow that $(x - 2)$ is a factor of $f(x) = x^3 - 3x^2 + 4$.

By the Factor Theorem, we check f(2)f(2):

F(2)=233(2)2+4=812+4=0\begin{aligned} F(2) &= 2^3 - 3(2)^2 + 4 = 8 - 12 + 4 = 0 \end{aligned}

Since f(2)=0f(2) = 0, (x2)(x - 2) is a factor. To find the remaining factor, we perform polynomial Division:

X33x2+4=(x2)(x2x2)=(x2)(x2)(x+1)=(x2)2(x+1)\begin{aligned} X^3 - 3x^2 + 4 &= (x - 2)(x^2 - x - 2) \\ &= (x - 2)(x - 2)(x + 1) \\ &= (x - 2)^2(x + 1) \end{aligned}

ab+acad+ae=a(b+c)a(d+e)=b+cd+e\frac{ab + ac}{ad + ae} = \frac{a(b + c)}{a(d + e)} = \frac{b + c}{d + e}

### 6.2 Addition and Subtraction

Find a common denominator, then combine:

1x+1+2x3=(x3)+2(x+1)(x+1)(x3)=x3+2x+2(x+1)(x3)=3x1x22x3\begin{aligned} \frac{1}{x + 1} + \frac{2}{x - 3} &= \frac{(x - 3) + 2(x + 1)}{(x + 1)(x - 3)} \\ &= \frac{x - 3 + 2x + 2}{(x + 1)(x - 3)} \\ &= \frac{3x - 1}{x^2 - 2x - 3} \end{aligned}

Problem 1. Simplify 3+131\frac{\sqrt{3} + 1}{\sqrt{3} - 1}.

Solution$$ \begin{aligned} \frac{\sqrt{3} + 1}{\sqrt{3} - 1} &= \frac{(\sqrt{3} + 1)(\sqrt{3} + 1)}{(\sqrt{3} - 1)(\sqrt{3} + 1)} \\ &= \frac{3 + 2\sqrt{3} + 1}{3 - 1} \\ &= \frac{4 + 2\sqrt{3}}{2} = 2 + \sqrt{3} \end{aligned} $$
If you get this wrong, revise: [Rationalising denominators](#1-surds)

Problem 2. Solve (2x)324x=128(2^{x})^3 \cdot 2^{4-x} = 128.

Solution$$ \begin{aligned} 2^{3x} \cdot 2^{4 - x} &= 128 \\ 2^{3x + 4 - x} &= 2^7 \\ 2^{2x + 4} &= 2^7 \\ 2x + 4 &= 7 \\ X &= \frac{3}{2} \end{aligned} $$
If you get this wrong, revise: [Laws of indices](#2-indices-exponent-laws)

Problem 3. Factorise fully x36x2+11x6x^3 - 6x^2 + 11x - 6.

SolutionTry $f(1) = 1 - 6 + 11 - 6 = 0$. So $(x - 1)$ is a factor.

Divide x36x2+11x6x^3 - 6x^2 + 11x - 6 by (x1)(x - 1):

X36x2+11x6=(x1)(x25x+6)=(x1)(x2)(x3)\begin{aligned} X^3 - 6x^2 + 11x - 6 &= (x - 1)(x^2 - 5x + 6) \\ &= (x - 1)(x - 2)(x - 3) \end{aligned}
If you get this wrong, revise: [Factor theorem](#52-the-factor-theorem)

Problem 4. When f(x)=2x3+ax2+bx12f(x) = 2x^3 + ax^2 + bx - 12 is divided by (x1)(x - 1) the remainder is 6-6 And (x+2)(x + 2) is a factor. Find aa and bb.

SolutionBy the Remainder Theorem: $f(1) = -6$: 2(1)3+a(1)2+b(1)12=62+a+b12=6A+b=4(1)\begin{aligned} 2(1)^3 + a(1)^2 + b(1) - 12 &= -6 \\ 2 + a + b - 12 &= -6 \\ A + b &= 4 \quad \mathrm{--- (1)} \end{aligned}

By the Factor Theorem: f(2)=0f(-2) = 0:

2(2)3+a(2)2+b(2)12=016+4a2b12=04a2b=282ab=14(2)\begin{aligned} 2(-2)^3 + a(-2)^2 + b(-2) - 12 &= 0 \\ -16 + 4a - 2b - 12 &= 0 \\ 4a - 2b &= 28 \\ 2a - b &= 14 \quad \mathrm{--- (2)} \end{aligned}

Adding (1) and (2): 3a=183a = 18So a=6a = 6. Then b=46=2b = 4 - 6 = -2.

If you get this wrong, revise: [Remainder theorem](#51-the-remainder-theorem)

Problem 5. Simplify (8x627y3)2/3\left(\frac{8x^6}{27y^3}\right)^{-2/3}.

Solution$$ \begin{aligned} \left(\frac{8x^6}{27y^3}\right)^{-2/3} &= \left(\frac{27y^3}{8x^6}\right)^{2/3} \\ &= \frac{(27)^{2/3} \cdot (y^3)^{2/3}}{(8)^{2/3} \cdot (x^6)^{2/3}} \\ &= \frac{9y^2}{4x^4} \end{aligned} $$

Since 271/3=327^{1/3} = 3 and 81/3=28^{1/3} = 2.

If you get this wrong, revise: [Laws of indices](#2-indices-exponent-laws)

Problem 6. Express 2x+1x2+x6\frac{2x + 1}{x^2 + x - 6} in partial fractions.

SolutionFirst factorise: $x^2 + x - 6 = (x + 3)(x - 2)$. 2x+1(x+3)(x2)=Ax+3+Bx22x+1=A(x2)+B(x+3)\begin{aligned} \frac{2x + 1}{(x + 3)(x - 2)} &= \frac{A}{x + 3} + \frac{B}{x - 2} \\ 2x + 1 &= A(x - 2) + B(x + 3) \end{aligned}

Setting x=3x = -3: 6+1=A(5)-6 + 1 = A(-5)So A=1A = 1.

Setting x=2x = 2: 4+1=B(5)4 + 1 = B(5)So B=1B = 1.

2x+1(x+3)(x2)=1x+3+1x2\frac{2x + 1}{(x + 3)(x - 2)} = \frac{1}{x + 3} + \frac{1}{x - 2}

If you get this wrong, revise: [Algebraic fractions](#6-simplifying-algebraic-fractions)

Problem 7. Given f(x)=x4x37x2+x+6f(x) = x^4 - x^3 - 7x^2 + x + 6Show that (x1)(x - 1), (x+1)(x + 1)And (x3)(x - 3) are all factors, and hence factorise f(x)f(x) completely.

Solution$f(1) = 1 - 1 - 7 + 1 + 6 = 0$ ✓

f(1)=1+171+6=0f(-1) = 1 + 1 - 7 - 1 + 6 = 0

f(3)=812763+3+6=0f(3) = 81 - 27 - 63 + 3 + 6 = 0

Since ff is degree 4 with three known linear factors:

F(x)=(x1)(x+1)(x3)(px+q)\begin{aligned} F(x) &= (x - 1)(x + 1)(x - 3)(px + q) \end{aligned}

The product (x1)(x+1)(x3)=(x21)(x3)=x33x2x+3(x-1)(x+1)(x-3) = (x^2-1)(x-3) = x^3 - 3x^2 - x + 3.

Comparing leading coefficients: p=1p = 1.

Comparing constant terms: (1)(1)(3)(q)=6(-1)(1)(-3)(q) = 6So 3q=63q = 6, q=2q = 2.

f(x)=(x1)(x+1)(x3)(x+2)f(x) = (x - 1)(x + 1)(x - 3)(x + 2)

If you get this wrong, revise: [Factor theorem](#52-the-factor-theorem)

Problem 8. Prove that 3\sqrt{3} is irrational.

SolutionAssume $\sqrt{3} = \frac{p}{q}$ in lowest terms, $p, q \in \mathbb{Z}^+$, $\gcd(p, q) = 1$. 3=p2q2P2=3q2\begin{aligned} 3 &= \frac{p^2}{q^2} \\ P^2 &= 3q^2 \end{aligned}

So 3p23 \mid p^2Which means 3p3 \mid p (since 3 is prime). Write p=3kp = 3k:

9k2=3q2Q2=3k2\begin{aligned} 9k^2 &= 3q^2 \\ Q^2 &= 3k^2 \end{aligned}

So 3q23 \mid q^2Hence 3q3 \mid q. But gcd(p,q)=1\gcd(p, q) = 1 and both are divisible by 3 — contradiction. \blacksquare

If you get this wrong, revise: [Irrationality of surds](#12-irrationality-of-sqrt2)

Problem 9. Divide 3x3+5x210x+83x^3 + 5x^2 - 10x + 8 by x+2x + 2. State the quotient and remainder.

SolutionUsing long division:

3x3÷x=3x23x^3 \div x = 3x^2. Multiply: 3x2(x+2)=3x3+6x23x^2(x + 2) = 3x^3 + 6x^2. Subtract: x210x-x^2 - 10x.

x2÷x=x-x^2 \div x = -x. Multiply: x(x+2)=x22x-x(x + 2) = -x^2 - 2x. Subtract: 8x+8-8x + 8.

8x÷x=8-8x \div x = -8. Multiply: 8(x+2)=8x16-8(x + 2) = -8x - 16. Subtract: 2424.

Quotient: 3x2x83x^2 - x - 8Remainder: 2424.

Verification: (x+2)(3x2x8)+24=3x3x28x+6x22x16+24=3x3+5x210x+8(x + 2)(3x^2 - x - 8) + 24 = 3x^3 - x^2 - 8x + 6x^2 - 2x - 16 + 24 = 3x^3 + 5x^2 - 10x + 8

If you get this wrong, revise: [Polynomial division](#4-polynomial-division)

Problem 10. Solve 3x+11x2=1\frac{3}{x + 1} - \frac{1}{x - 2} = 1.

Solution$$ \begin{aligned} \frac{3(x - 2) - (x + 1)}{(x + 1)(x - 2)} &= 1 \\ \frac{3x - 6 - x - 1}{x^2 - x - 2} &= 1 \\ \frac{2x - 7}{x^2 - x - 2} &= 1 \\ 2x - 7 &= x^2 - x - 2 \\ X^2 - 3x + 5 &= 0 \end{aligned} $$

Discriminant: Δ=920=11<0\Delta = 9 - 20 = -11 < 0. No real solutions.

If you get this wrong, revise: [Algebraic fractions](#6-simplifying-algebraic-fractions) and [Quadratics](02-quadratics.mdx)

Problem 11. Given that x3+ax2+bx+cx^3 + ax^2 + bx + c is exactly divisible by (x1)2(x - 1)^2 and leaves Remainder 1212 when divided by (x+2)(x + 2)Find aa, bbAnd cc.

SolutionSince $(x - 1)^2$ is a factor, both $f(1) = 0$ and $f'(1) = 0$. F(1)=1+a+b+c=0(1)F(x)=3x2+2ax+bF(1)=3+2a+b=0(2)\begin{aligned} F(1) &= 1 + a + b + c = 0 \quad \mathrm{--- (1)} \\ F'(x) &= 3x^2 + 2ax + b \\ F'(1) &= 3 + 2a + b = 0 \quad \mathrm{--- (2)} \end{aligned}

Also f(2)=12f(-2) = 12:

8+4a2b+c=124a2b+c=20(3)\begin{aligned} -8 + 4a - 2b + c &= 12 \\ 4a - 2b + c &= 20 \quad \mathrm{--- (3)} \end{aligned}

From (2): b=32ab = -3 - 2a.

From (1): c=1ab=1a+3+2a=2+ac = -1 - a - b = -1 - a + 3 + 2a = 2 + a.

Substituting into (3): 4a2(32a)+(2+a)=204a - 2(-3 - 2a) + (2 + a) = 20

4a+6+4a+2+a=20    9a+8=20    a=129=434a + 6 + 4a + 2 + a = 20 \implies 9a + 8 = 20 \implies a = \frac{12}{9} = \frac{4}{3}

b=383=173,c=2+43=103b = -3 - \frac{8}{3} = -\frac{17}{3}, \quad c = 2 + \frac{4}{3} = \frac{10}{3}

If you get this wrong, revise: [Remainder and Factor theorems](#5-the-factor-theorem-and-remainder-theorem)

Problem 12. Simplify x29x2+5x+6÷x24x+3x2x6\frac{x^2 - 9}{x^2 + 5x + 6} \div \frac{x^2 - 4x + 3}{x^2 - x - 6}.

SolutionFactorise all quadratics: (x3)(x+3)(x+2)(x+3)÷(x1)(x3)(x3)(x+2)=(x3)(x+3)(x+2)(x+3)×(x3)(x+2)(x1)(x3)=(x3)2(x+3)(x+2)(x+2)(x+3)(x1)(x3)=x3x1\begin{aligned} \frac{(x - 3)(x + 3)}{(x + 2)(x + 3)} \div \frac{(x - 1)(x - 3)}{(x - 3)(x + 2)} &= \frac{(x - 3)(x + 3)}{(x + 2)(x + 3)} \times \frac{(x - 3)(x + 2)}{(x - 1)(x - 3)} \\ &= \frac{(x - 3)^2(x + 3)(x + 2)}{(x + 2)(x + 3)(x - 1)(x - 3)} \\ &= \frac{x - 3}{x - 1} \end{aligned}

For x3,2,1,3x \neq -3, -2, 1, 3.

If you get this wrong, revise: [Factorisation](#32-factorisation) and [Algebraic fractions](#6-simplifying-algebraic-fractions)

Problem 13. Find the value of kk such that x2+kx+(k+3)x^2 + kx + (k + 3) is a perfect square.

SolutionA perfect square has discriminant $\Delta = 0$: K24(k+3)=0K24k12=0(k6)(k+2)=0\begin{aligned} K^2 - 4(k + 3) &= 0 \\ K^2 - 4k - 12 &= 0 \\ (k - 6)(k + 2) &= 0 \end{aligned}

k=6k = 6: gives x2+6x+9=(x+3)2x^2 + 6x + 9 = (x + 3)^2

k=2k = -2: gives x22x+1=(x1)2x^2 - 2x + 1 = (x - 1)^2

If you get this wrong, revise: [Quadratics](02-quadratics.mdx)