Skip to content

Polynomials | DSE - Wyatt's Notes

A polynomial in one variable xx is an expression of the form anxn+an1xn1++a1x+a0a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0Where nN0n \in \mathbb{N}_0 an,an1,,a0Ra_n, a_{n-1}, \ldots, a_0 \in \mathbb{R} And an0a_n \neq 0. Polynomials and their manipulation Form a core part of the DSE compulsory mathematics syllabus, with applications ranging from Algebraic identities to combinatorial coefficient extraction.

A polynomial f(x)f(x) of degree nn is written in standard form (descending powers of xx):

F(x)=anxn+an1xn1++a1x+a0,an0F(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0, \quad a_n \neq 0
  • ana_n is the leading coefficient.
  • a0a_0 is the constant term.
  • The degree of f(x)f(x) is the highest power of xx with a non-zero coefficient.
  • A polynomial of degree 0 is a non-zero constant; the zero polynomial has undefined degree.

A polynomial identity is an equality that holds for all values of the variable. Two polynomials f(x)f(x) and g(x)g(x) are identical (written f(x)g(x)f(x) \equiv g(x)) if and only if the coefficients of Corresponding powers of xx are equal.

Key identities at DSE level- $(a+b)^2 = a^2 + 2ab + b^2$ - $(a-b)^2 = a^2 - 2ab + b^2$ - $(a+b)(a-b) = a^2 - b^2$ - $(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3$ - $(a-b)^3 = a^3 - 3a^2b + 3ab^2 - b^3$ - $a^3 + b^3 = (a+b)(a^2 - ab + b^2)$ - $a^3 - b^3 = (a-b)(a^2 + ab + b^2)$ - $a^3 + b^3 + c^3 - 3abc = (a+b+c)(a^2 + b^2 + c^2 - ab - bc - ca)$
Example: Using the method of undetermined coefficientsFind constants $A$, $B$, $C$ such that $x^2 + 4x + 6 \equiv A(x-1)^2 + B(x-1) + C$.

Expanding the right-hand side:

A(x22x+1)+BxB+C=Ax2+(2A+B)x+(AB+C)A(x^2 - 2x + 1) + Bx - B + C = Ax^2 + (-2A + B)x + (A - B + C)

Equating coefficients:

  • x2x^2: A=1A = 1
  • xx: 2A+B=4    B=6-2A + B = 4 \implies B = 6
  • constant: AB+C=6    16+C=6    C=11A - B + C = 6 \implies 1 - 6 + C = 6 \implies C = 11

Therefore x2+4x+6(x1)2+6(x1)+11x^2 + 4x + 6 \equiv (x-1)^2 + 6(x-1) + 11.


For any positive integer nn

(a+b)n=k=0n(nk)ankbk(a + b)^n = \sum_{k=0}^{n} \binom{n}{k} a^{n-k} b^k

Where the binomial coefficient is

(nk)=nCk=n!k!(nk)!\binom{n}{k} = _n C_k = \frac{n!}{k!(n-k)!}

This is known as the Binomial Theorem. See also combinatorial notation.

The binomial coefficients (nk)\binom{n}{k} for successive values of nn form Pascal’s triangle:

\begin{array}{c@{\hspace{12pt}}c@{\hspace{12pt}}c@{\hspace{12pt}}c@{\hspace{12pt}}c@{\hspace{12pt}}c} & & & & 1 & \\ & & & 1 & & 1 \\ & & 1 & & 2 & & 1 \\ & 1 & & 3 & & 3 & & 1 \\ 1 & & 4 & & 6 & & 4 & & 1 \end{array}

Each entry is the sum of the two entries directly above it, reflecting the recurrence relation (nk)=(n1k1)+(n1k)\binom{n}{k} = \binom{n-1}{k-1} + \binom{n-1}{k}.

  1. Symmetry: (nk)=(nnk)\displaystyle \binom{n}{k} = \binom{n}{n-k}

  2. Recurrence (Pascal’s identity): (nk)=(n1k1)+(n1k)\displaystyle \binom{n}{k} = \binom{n-1}{k-1} + \binom{n-1}{k}

  3. Sum of coefficients: Setting a=b=1a = b = 1 in the binomial theorem,

k=0n(nk)=2n\sum_{k=0}^{n} \binom{n}{k} = 2^n
  1. Alternating sum: Setting a=1,b=1a = 1, b = -1
k=0n(1)k(nk)=0\sum_{k=0}^{n} (-1)^k \binom{n}{k} = 0

The expansion of (1+x)n(1+x)^n is a frequently tested form:

(1+x)n=(n0)+(n1)x+(n2)x2++(nn)xn(1 + x)^n = \binom{n}{0} + \binom{n}{1}x + \binom{n}{2}x^2 + \cdots + \binom{n}{n}x^n

The general term (the (r+1)(r+1)-th term) is:

Tr+1=(nr)xr,r=0,1,2,,nT_{r+1} = \binom{n}{r} x^r, \quad r = 0, 1, 2, \ldots, n

For (a+bx)n(a + bx)^nThe general term is:

Tr+1=(nr)anr(bx)r=(nr)anrbrxrT_{r+1} = \binom{n}{r} a^{n-r} (bx)^r = \binom{n}{r} a^{n-r} b^r x^r

To find the coefficient of xkx^kSet r=kr = k and evaluate:

[coefficientofxk]=(nk)ankbk[\mathrm{coefficient of } x^k] = \binom{n}{k} a^{n-k} b^k
Example: Finding a specific coefficientFind the coefficient of $x^3$ in the expansion of $(2 - 3x)^7$.

The general term is Tr+1=(7r)27r(3x)rT_{r+1} = \binom{7}{r} 2^{7-r}(-3x)^r.

For the x3x^3 term, set r=3r = 3:

(73)24(3)3=3516(27)=15120\binom{7}{3} \cdot 2^4 \cdot (-3)^3 = 35 \cdot 16 \cdot (-27) = -15\,120

The coefficient of x3x^3 is 15120-15\,120.

Example: Finding the constant termFind the constant term in the expansion of $\left(x + \dfrac{2}{x}\right)^6$.

The general term is Tr+1=(6r)x6r(2x)r=(6r)2rx62rT_{r+1} = \binom{6}{r} x^{6-r} \left(\dfrac{2}{x}\right)^r = \binom{6}{r} \cdot 2^r \cdot x^{6-2r}.

For the constant term, 62r=0    r=36 - 2r = 0 \implies r = 3:

(63)23=208=160\binom{6}{3} \cdot 2^3 = 20 \cdot 8 = 160

The constant term is 160160.

Example: Finding the middle termFind the middle term in the expansion of $\left(1 + \dfrac{x}{2}\right)^{10}$.

Since n=10n = 10 (even), there is one middle term at position n2+1=6\dfrac{n}{2} + 1 = 6I.e. r=5r = 5:

T6=(105)(x2)5=252x532=638x5T_6 = \binom{10}{5} \left(\frac{x}{2}\right)^5 = 252 \cdot \frac{x^5}{32} = \frac{63}{8} x^5

Given two polynomials f(x)f(x) (dividend) and g(x)g(x) (divisor) with degg(x)1\deg g(x) \geq 1Polynomial Long division yields a quotient q(x)q(x) and a remainder r(x)r(x) such that

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

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

Example: Long divisionDivide $f(x) = 2x^3 + 3x^2 - 5x + 7$ by $g(x) = x^2 - x + 2$. X2x+22x3+3x25x+72x2x32x2+4x\cline222x35x29x+72x35x25x+10\cline222x35x24x3\begin{array}{r|l} X^2 - x + 2 & 2x^3 + 3x^2 - 5x + 7 \\ \hline & 2x \\ & 2x^3 - 2x^2 + 4x \\ \cline{2-2} & \phantom{2x^3} 5x^2 - 9x + 7 \\ & \phantom{2x^3} 5x^2 - 5x + 10 \\ & \cline{2-2} & \phantom{2x^3} \phantom{5x^2} -4x - 3 \end{array}

Quotient: q(x)=2x+5q(x) = 2x + 5Remainder: r(x)=4x3r(x) = -4x - 3.

Verification: (x2x+2)(2x+5)+(4x3)=2x3+3x25x+7(x^2 - x + 2)(2x + 5) + (-4x - 3) = 2x^3 + 3x^2 - 5x + 7.

When a polynomial f(x)f(x) is divided by (xc)(x - c)The remainder is f(c)f(c).

Proof. By the division algorithm, f(x)=(xc)q(x)+rf(x) = (x-c) \cdot q(x) + r where rr is a constant (since degr<deg(xc)=1\deg r < \deg(x-c) = 1). Substituting x=cx = c: f(c)=0q(c)+r=rf(c) = 0 \cdot q(c) + r = r.

For a divisor of the form (axb)(ax - b)Set x=bax = \dfrac{b}{a} to obtain the remainder f ⁣(ba)f\!\left(\dfrac{b}{a}\right).

Example: Remainder theoremFind the remainder when $f(x) = 3x^4 - 2x^3 + x - 5$ is divided by $(x - 2)$.

By the Remainder Theorem, the remainder is f(2)f(2):

F(2)=3(16)2(8)+25=4816+25=29F(2) = 3(16) - 2(8) + 2 - 5 = 48 - 16 + 2 - 5 = 29
Example: Remainder with a non-monic linear divisorFind the remainder when $f(x) = 2x^3 - 5x + 3$ is divided by $(2x + 1)$.

Set 2x+1=0    x=122x + 1 = 0 \implies x = -\dfrac{1}{2}. The remainder is:

F ⁣(12)=2(12)35(12)+3=14+52+3=214F\!\left(-\frac{1}{2}\right) = 2\left(-\frac{1}{2}\right)^3 - 5\left(-\frac{1}{2}\right) + 3 = -\frac{1}{4} + \frac{5}{2} + 3 = \frac{21}{4}

(xc)(x - c) is a factor of f(x)f(x) if and only if f(c)=0f(c) = 0.

This follows directly from the Remainder Theorem: if the remainder f(c)=0f(c) = 0 Then f(x)=(xc)q(x)f(x) = (x-c) \cdot q(x) So (xc)(x-c) divides f(x)f(x) exactly.

Corollary. (axb)(ax - b) is a factor of f(x)f(x) if and only if f ⁣(ba)=0f\!\left(\dfrac{b}{a}\right) = 0.

Example: Factor theoremShow that $(x - 3)$ is a factor of $f(x) = x^3 - 4x^2 + x + 6$ and hence factorize $f(x)$ completely.

f(3)=2736+3+6=0f(3) = 27 - 36 + 3 + 6 = 0 So (x3)(x - 3) is a factor.

By division (or by comparing coefficients), f(x)=(x3)(x2x2)=(x3)(x2)(x+1)f(x) = (x - 3)(x^2 - x - 2) = (x-3)(x-2)(x+1).

Example: Finding an unknown constantIf $(x + 2)$ is a factor of $f(x) = x^3 + ax^2 - 3x + 10$Find $a$.

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

(2)3+a(2)23(2)+10=0    8+4a+6+10=0    4a+8=0    a=2(-2)^3 + a(-2)^2 - 3(-2) + 10 = 0 \implies -8 + 4a + 6 + 10 = 0 \implies 4a + 8 = 0 \implies a = -2
HCF (highest common factor)Factor out the greatest common factor from all terms. 6x39x2+12x=3x(2x23x+4)6x^3 - 9x^2 + 12x = 3x(2x^2 - 3x + 4)
Grouping$$ X^3 + 2x^2 - 3x - 6 = x^2(x+2) - 3(x+2) = (x^2 - 3)(x+2) $$
Difference of squares$$ A^2 - b^2 = (a+b)(a-b) $$ 4x225=(2x+5)(2x5)4x^2 - 25 = (2x+5)(2x-5) 9x416y2=(3x2+4y)(3x24y)9x^4 - 16y^2 = (3x^2 + 4y)(3x^2 - 4y)
Sum and difference of cubes$$ A^3 + b^3 = (a+b)(a^2 - ab + b^2) $$ A3b3=(ab)(a2+ab+b2)A^3 - b^3 = (a-b)(a^2 + ab + b^2) 8x3+27=(2x+3)(4x26x+9)8x^3 + 27 = (2x+3)(4x^2 - 6x + 9) 125x38=(5x2)(25x2+10x+4)125x^3 - 8 = (5x-2)(25x^2 + 10x + 4)
Quadratic trinomialsFor $ax^2 + bx + c$Find two numbers $p$ and $q$ such that $pq = ac$ and $p + q = b$. 6x27x+2=6x24x3x+2=2x(3x2)1(3x2)=(2x1)(3x2)6x^2 - 7x + 2 = 6x^2 - 4x - 3x + 2 = 2x(3x - 2) - 1(3x - 2) = (2x - 1)(3x - 2)

If the discriminant Δ=b24ac<0\Delta = b^2 - 4ac < 0The quadratic cannot be factorized over R\mathbb{R}.

For polynomials of degree 3 or higher, use the Factor Theorem to find linear factors by testing Integer roots (factors of the constant term), then factorize the resulting quotient.

Example: Complete factorizationFactorize $f(x) = 2x^3 + x^2 - 13x + 6$ completely.

Test integer factors of 66: try x=1x = 1.

f(1)=2+113+6=40f(1) = 2 + 1 - 13 + 6 = -4 \neq 0

Try x=2x = 2:

f(2)=16+426+6=0f(2) = 16 + 4 - 26 + 6 = 0 So (x2)(x-2) is a factor.

Dividing: f(x)=(x2)(2x2+5x3)=(x2)(2x1)(x+3)f(x) = (x-2)(2x^2 + 5x - 3) = (x-2)(2x-1)(x+3).


To solve f(x)=0f(x) = 0:

  1. Factorize f(x)f(x) into linear (and possibly irreducible quadratic) factors.
  2. Set each factor equal to zero and solve.
ExampleSolve $x^3 - 3x^2 - 4x + 12 = 0$.

Factorizing by grouping: x2(x3)4(x3)=(x24)(x3)=(x2)(x+2)(x3)=0x^2(x-3) - 4(x-3) = (x^2 - 4)(x-3) = (x-2)(x+2)(x-3) = 0.

Solutions: x=2,2,3x = 2, -2, 3.

For a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 with roots α\alpha and β\beta:

α+β=ba,αβ=ca\alpha + \beta = -\frac{b}{a}, \qquad \alpha\beta = \frac{c}{a}

These relationships between roots and coefficients are essential for DSE problems involving root Manipulation.

Example: Finding a new equation from rootsIf $\alpha$ and $\beta$ are roots of $2x^2 - 5x + 1 = 0$Find the equation whose roots are $\alpha^2$ and $\beta^2$.

From Vieta: α+β=52\alpha + \beta = \dfrac{5}{2}, αβ=12\alpha\beta = \dfrac{1}{2}.

Sum of new roots:

α2+β2=(α+β)22αβ=2541=214\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = \frac{25}{4} - 1 = \frac{21}{4}

Product of new roots:

α2β2=(αβ)2=14\alpha^2 \beta^2 = (\alpha\beta)^2 = \frac{1}{4}

The required equation is x2214x+14=0x^2 - \dfrac{21}{4}x + \dfrac{1}{4} = 0Or equivalently 4x221x+1=04x^2 - 21x + 1 = 0.

Example: Symmetric expressions in rootsIf $\alpha$ and $\beta$ are roots of $x^2 - 6x + 4 = 0$Find the value of $\dfrac{1}{\alpha} + \dfrac{1}{\beta}$. 1α+1β=α+βαβ=64=32\frac{1}{\alpha} + \frac{1}{\beta} = \frac{\alpha + \beta}{\alpha\beta} = \frac{6}{4} = \frac{3}{2}
Extension: Vieta's formulas for cubic equationsFor $ax^3 + bx^2 + cx + d = 0$ with roots $\alpha, \beta, \gamma$: α+β+γ=ba,αβ+βγ+γα=ca,αβγ=da\alpha + \beta + \gamma = -\frac{b}{a}, \quad \alpha\beta + \beta\gamma + \gamma\alpha = \frac{c}{a}, \quad \alpha\beta\gamma = -\frac{d}{a}
Wrap-up Questions1. **Question:** Expand $(1 + 2x)^6$ and find the coefficient of $x^4$. ### DetailsAnswerUsing the binomial theorem: (1+2x)6=k=06(6k)(2x)k(1 + 2x)^6 = \sum_{k=0}^{6} \binom{6}{k}(2x)^k

The coefficient of x4x^4 corresponds to k=4k = 4:

(64)24=1516=240\binom{6}{4} \cdot 2^4 = 15 \cdot 16 = 240

The full expansion is 1+12x+60x2+160x3+240x4+192x5+64x61 + 12x + 60x^2 + 160x^3 + 240x^4 + 192x^5 + 64x^6.

  1. Question: Find the constant term in the expansion of (x2+1x)9\left(x^2 + \dfrac{1}{x}\right)^9.
AnswerThe general term is $T_{r+1} = \binom{9}{r} (x^2)^{9-r} \cdot \left(\dfrac{1}{x}\right)^r = \binom{9}{r} x^{18 - 3r}$.

For the constant term: 183r=0    r=618 - 3r = 0 \implies r = 6.

(96)=(93)=84\binom{9}{6} = \binom{9}{3} = 84

The constant term is 8484.

  1. Question: When f(x)=2x3+ax2+bx6f(x) = 2x^3 + ax^2 + bx - 6 is divided by (x1)(x-1)The remainder is 4-4. When divided by (x+2)(x+2)The remainder is 3030. Find aa and bb.
AnswerBy the Remainder Theorem:
  • f(1)=2+a+b6=4    a+b=0(i)f(1) = 2 + a + b - 6 = -4 \implies a + b = 0 \quad \mathrm{(i)}
  • f(2)=16+4a2b6=30    4a2b=52    2ab=26(ii)f(-2) = -16 + 4a - 2b - 6 = 30 \implies 4a - 2b = 52 \implies 2a - b = 26 \quad \mathrm{(ii)}

Adding (i) and (ii): 3a=26    a=2633a = 26 \implies a = \dfrac{26}{3}.

From (i): b=263b = -\dfrac{26}{3}.

  1. Question: Given that (x3)(x - 3) and (x+1)(x + 1) are factors of f(x)=x3+ax2+bx+cf(x) = x^3 + ax^2 + bx + c Find aa, bb And cc. Hence factorize f(x)f(x) completely.
AnswerBy the Factor Theorem:
  • f(3)=27+9a+3b+c=0(i)f(3) = 27 + 9a + 3b + c = 0 \quad \mathrm{(i)}
  • f(1)=1+ab+c=0(ii)f(-1) = -1 + a - b + c = 0 \quad \mathrm{(ii)}

Since (x3)(x+1)=x22x3(x-3)(x+1) = x^2 - 2x - 3 is a factor, write f(x)=(x22x3)(xd)f(x) = (x^2 - 2x - 3)(x - d) for some Constant dd.

Expanding: f(x)=x3(d+2)x2+(2d3)x+3df(x) = x^3 - (d+2)x^2 + (2d - 3)x + 3d.

Comparing with f(x)=x3+ax2+bx+cf(x) = x^3 + ax^2 + bx + c:

  • a=(d+2)a = -(d+2)
  • b=2d3b = 2d - 3
  • c=3dc = 3d

Also f(3)=0f(3) = 0 gives 27+9a+3b+c=027 + 9a + 3b + c = 0.

Using f(1)=0f(-1) = 0: 1+ab+c=0-1 + a - b + c = 0.

Subtracting (ii) from (i): 28+8a+4b=0    7+2a+b=0(iii)28 + 8a + 4b = 0 \implies 7 + 2a + b = 0 \quad \mathrm{(iii)}.

From (ii): ab+c=1a - b + c = 1.

Substituting a = -(d+2)$$b = 2d-3$$c = 3d into (i):

27+9(d2)+3(2d3)+3d=279d18+6d9+3d=027 + 9(-d-2) + 3(2d-3) + 3d = 27 - 9d - 18 + 6d - 9 + 3d = 0

This simplifies to 0=00 = 0Which is consistent. From (ii):

1d2+32d+3d=0    0=0-1 - d - 2 + 3 - 2d + 3d = 0 \implies 0 = 0

We need one more condition. Since the leading coefficient is 11 and f(x)=(x3)(x+1)(xd)f(x) = (x-3)(x+1)(x - d)We Must have the constant term c=3dc = 3d. But f(x)f(x) has constant term cc. Comparing: c=3dc = 3d. We have One free parameter, so let us use f(0)=c=3df(0) = c = 3d But we need another constraint.

Let us equate the x2x^2 coefficient: a=(d+2)a = -(d+2). The xx coefficient: b=2d3b = 2d - 3. Substituting Into (iii): 7+2(d2)+(2d3)=72d4+2d3=07 + 2(-d-2) + (2d-3) = 7 - 2d - 4 + 2d - 3 = 0. Again automatically satisfied.

Without additional information, dd is undetermined. However, since (x3)(x-3) and (x+1)(x+1) are the only stated factors, and the problem asks us to factorize completely, we observe that a cubic with Two known linear factors has a third linear factor. By Vieta, α+β+γ=a\alpha + \beta + \gamma = -a And αβγ=c\alpha\beta\gamma = -c. With α=3,β=1\alpha = 3, \beta = -1:

3+(1)+γ=a    2+γ=a3 + (-1) + \gamma = -a \implies 2 + \gamma = -a 3(1)γ=c    3γ=c    c=3γ3 \cdot (-1) \cdot \gamma = -c \implies -3\gamma = -c \implies c = 3\gamma

There are infinitely many cubics with (x3)(x-3) and (x+1)(x+1) as factors. Assuming the problem intends a Monic cubic (which it is, with leading coefficient 11), we write f(x)=(x3)(x+1)(xd)f(x) = (x-3)(x+1)(x - d) where dd is the third root. Since no further condition is given, the general answer is:

a = -(d+2)$$b = 2d - 3$$c = 3d And f(x)=(x3)(x+1)(xd)f(x) = (x-3)(x+1)(x-d) for any real dd.

  1. Question: Factorize x45x2+4x^4 - 5x^2 + 4 completely.
AnswerLet $u = x^2$: U25u+4=(u1)(u4)=(x21)(x24)=(x1)(x+1)(x2)(x+2)U^2 - 5u + 4 = (u-1)(u-4) = (x^2 - 1)(x^2 - 4) = (x-1)(x+1)(x-2)(x+2)
  1. Question: If α\alpha and β\beta are roots of 3x28x+2=03x^2 - 8x + 2 = 0Find the value of α3+β3\alpha^3 + \beta^3 without solving the equation.
AnswerFrom Vieta: $\alpha + \beta = \dfrac{8}{3}$$\alpha\beta = \dfrac{2}{3}$. α3+β3=(α+β)33αβ(α+β)=(83)332383\alpha^3 + \beta^3 = (\alpha + \beta)^3 - 3\alpha\beta(\alpha + \beta) = \left(\frac{8}{3}\right)^3 - 3 \cdot \frac{2}{3} \cdot \frac{8}{3} =51227489=5122714427=36827= \frac{512}{27} - \frac{48}{9} = \frac{512}{27} - \frac{144}{27} = \frac{368}{27}
  1. Question: Expand (13x)5(1 - 3x)^5 in ascending powers of xx up to and including the term in x3x^3. Use the expansion to find an approximate value of (0.97)5(0.97)^5.
Answer$$ (1-3x)^5 = \binom{5}{0} + \binom{5}{1}(-3x) + \binom{5}{2}(-3x)^2 + \binom{5}{3}(-3x)^3 + \cdots $$ =115x+90x2270x3+= 1 - 15x + 90x^2 - 270x^3 + \cdots

Set 13x=0.97    x=0.011 - 3x = 0.97 \implies x = 0.01:

(0.97)5115(0.01)+90(0.0001)270(0.000001)=10.15+0.0090.00027=0.85873(0.97)^5 \approx 1 - 15(0.01) + 90(0.0001) - 270(0.000001) = 1 - 0.15 + 0.009 - 0.00027 = 0.85873
  1. Question: The remainder when f(x)=x3+px2+qx+6f(x) = x^3 + px^2 + qx + 6 is divided by (x1)(x-1) is 1212. The Remainder when f(x)f(x) is divided by (x+1)(x+1) is 1818. Find pp and qq.
Answer
  • f(1)=1+p+q+6=12    p+q=5(i)f(1) = 1 + p + q + 6 = 12 \implies p + q = 5 \quad \mathrm{(i)}
  • f(1)=1+pq+6=18    pq=13(ii)f(-1) = -1 + p - q + 6 = 18 \implies p - q = 13 \quad \mathrm{(ii)}

Adding: 2p=18    p=92p = 18 \implies p = 9.

From (i): q=4q = -4.

  1. Question: Prove that (nr)=(nnr)\binom{n}{r} = \binom{n}{n-r} using the definition of binomial Coefficients.
Answer$$ \binom{n}{n-r} = \frac{n!}{(n-r)!\,[n-(n-r)]!} = \frac{n!}{(n-r)!\,r!} = \binom{n}{r} $$
  1. Question: Find the coefficient of x5x^5 in the expansion of (1+x)8(1x)6(1 + x)^8(1 - x)^6.
AnswerExpand each factor using the binomial theorem and collect the $x^5$ terms.

From (1+x)8(1+x)^8The terms contributing to x5x^5 are xkx^k where k5k \leq 5; from (1x)6(1-x)^6The term (x)5k(-x)^{5-k}.

The coefficient of x5x^5 is:

k=05(8k)(1)5k(65k)\sum_{k=0}^{5} \binom{8}{k}(-1)^{5-k}\binom{6}{5-k}

Evaluating each term:

  • k=0k=0: (80)(1)5(65)=1(1)6=6\binom{8}{0}(-1)^5\binom{6}{5} = 1 \cdot (-1) \cdot 6 = -6
  • k=1k=1: (81)(1)4(64)=8115=120\binom{8}{1}(-1)^4\binom{6}{4} = 8 \cdot 1 \cdot 15 = 120
  • k=2k=2: (82)(1)3(63)=28(1)20=560\binom{8}{2}(-1)^3\binom{6}{3} = 28 \cdot (-1) \cdot 20 = -560
  • k=3k=3: (83)(1)2(62)=56115=840\binom{8}{3}(-1)^2\binom{6}{2} = 56 \cdot 1 \cdot 15 = 840
  • k=4k=4: (84)(1)1(61)=70(1)6=420\binom{8}{4}(-1)^1\binom{6}{1} = 70 \cdot (-1) \cdot 6 = -420
  • k=5k=5: (85)(1)0(60)=5611=56\binom{8}{5}(-1)^0\binom{6}{0} = 56 \cdot 1 \cdot 1 = 56

Sum: 6+120560+840420+56=30-6 + 120 - 560 + 840 - 420 + 56 = 30.

The coefficient of x5x^5 is 3030.

  1. Question: Let α\alpha and β\beta be the roots of x27x+3=0x^2 - 7x + 3 = 0. Form a quadratic Equation whose roots are 1α\dfrac{1}{\alpha} and 1β\dfrac{1}{\beta}.
AnswerFrom Vieta: $\alpha + \beta = 7$$\alpha\beta = 3$.

Sum of new roots: 1α+1β=α+βαβ=73\dfrac{1}{\alpha} + \dfrac{1}{\beta} = \dfrac{\alpha + \beta}{\alpha\beta} = \dfrac{7}{3}.

Product of new roots: 1α1β=13\dfrac{1}{\alpha} \cdot \dfrac{1}{\beta} = \dfrac{1}{3}.

The equation is x273x+13=0x^2 - \dfrac{7}{3}x + \dfrac{1}{3} = 0Or 3x27x+1=03x^2 - 7x + 1 = 0.

  1. Question: Factorize f(x)=x33x2+4f(x) = x^3 - 3x^2 + 4 completely.
AnswerTest integer factors of $4$: try $x = -1$.

f(1)=13+4=0f(-1) = -1 - 3 + 4 = 0 So (x+1)(x+1) is a factor.

Dividing: f(x)=(x+1)(x24x+4)=(x+1)(x2)2f(x) = (x+1)(x^2 - 4x + 4) = (x+1)(x-2)^2.


Mathematics is the study of structure, quantity, and change. Algebra provides symbols for unknown quantities, geometry describes spatial relationships, and calculus captures motion and growth. Together, these branches form a powerful toolkit for solving problems that range from calculating areas to predicting population dynamics. Mathematical literacy is essential for science, technology, and informed citizenship.