Polynomials | Exercise 2.2

Question 1

Find the zeroes of the following quadratic polynomials and verify the relationship between the zeroes and the coefficients.

(i) x22x8x^2 - 2x - 8

(ii) 4s24s+14s^2 - 4s + 1

(iii) 6x237x6x^2 - 3 - 7x

(iv) 4u2+8u4u^2 + 8u

(v) t215t^2 - 15

(vi) 3x2x43x^2 - x - 4

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question

For any quadratic polynomial p(x)=ax2+bx+cp(x) = ax^2 + bx + c:

  • The zeroes α\alpha and β\beta are the values of xx for which p(x)=0p(x) = 0.
  • The relationships between the zeroes and coefficients are:
    • Sum of zeroes: α+β=ba=Coefficient of xCoefficient of x2\alpha + \beta = -\dfrac{b}{a} = -\dfrac{\text{Coefficient of } x}{\text{Coefficient of } x^2}
    • Product of zeroes: αβ=ca=Constant termCoefficient of x2\alpha \cdot \beta = \dfrac{c}{a} = \dfrac{\text{Constant term}}{\text{Coefficient of } x^2}
  • To solve each part, first factorise the polynomial to find its zeroes, then evaluate the sum and product directly and compare them with ba-\dfrac{b}{a} and ca\dfrac{c}{a}.

(i) x22x8x^2 - 2x - 8

Step 1 · Find the Zeroes

To find the zeroes, set x22x8=0x^2 - 2x - 8 = 0:Diagram 1

x24x+2x8=0x(x4)+2(x4)=0(x4)(x+2)=0\begin{aligned} x^2 - 4x + 2x - 8 &= 0 \\ x(x - 4) + 2(x - 4) &= 0 \\ (x - 4)(x + 2) &= 0 \end{aligned}

x4=0orx+2=0x - 4 = 0 \quad \text{or} \quad x + 2 = 0 x=4orx=2x = 4 \quad \text{or} \quad x = -2

Therefore, the zeroes are α=4\alpha = 4 and β=2\beta = -2.

Step 2 · Verify Relationship with Coefficients

Comparing x22x8x^2 - 2x - 8 with ax2+bx+cax^2 + bx + c, we get a=1a = 1, b=2b = -2, and c=8c = -8.

Sum of zeroes:

α+β=4+(2)=2\begin{aligned} \alpha + \beta &= 4 + (-2) \\[0.6em] &= 2 \end{aligned}

ba=21=2-\dfrac{b}{a} = -\dfrac{-2}{1} = 2

α+β=ba\alpha + \beta = -\dfrac{b}{a}

Product of zeroes:

αβ=4(2)=8\begin{aligned} \alpha \cdot \beta &= 4 \cdot (-2) \\[0.6em] &= -8 \end{aligned}

ca=81=8\dfrac{c}{a} = \dfrac{-8}{1} = -8

αβ=ca\alpha \cdot \beta = \dfrac{c}{a}

Answer

(i) Zeroes are 44 and 2-2. The relationships α+β=ba=2\alpha + \beta = -\dfrac{b}{a} = 2 and αβ=ca=8\alpha \cdot \beta = \dfrac{c}{a} = -8 are verified.

(ii) 4s24s+14s^2 - 4s + 1

Step 1 · Find the Zeroes

To find the zeroes, set 4s24s+1=04s^2 - 4s + 1 = 0:

(2s1)2=02s1=02s=1s=12\begin{aligned} (2s - 1)^2 &= 0 \\ 2s - 1 &= 0 \\ 2s &= 1 \\ s &= \dfrac{1}{2} \end{aligned}

Therefore, the zeroes are α=12\alpha = \dfrac{1}{2} and β=12\beta = \dfrac{1}{2}.

Step 2 · Verify Relationship with Coefficients

Comparing 4s24s+14s^2 - 4s + 1 with as2+bs+cas^2 + bs + c, we get a=4a = 4, b=4b = -4, and c=1c = 1.

Sum of zeroes:

α+β=12+12=1\begin{aligned} \alpha + \beta &= \dfrac{1}{2} + \dfrac{1}{2} \\[0.6em] &= 1 \end{aligned}

ba=44=1-\dfrac{b}{a} = -\dfrac{-4}{4} = 1

α+β=ba\alpha + \beta = -\dfrac{b}{a}

Product of zeroes:

αβ=(12)(12)=14\begin{aligned} \alpha \cdot \beta &= \left(\dfrac{1}{2}\right) \cdot \left(\dfrac{1}{2}\right) \\[0.6em] &= \dfrac{1}{4} \end{aligned}

ca=14\dfrac{c}{a} = \dfrac{1}{4}

αβ=ca\alpha \cdot \beta = \dfrac{c}{a}

Answer

(ii) Zeroes are 12\dfrac{1}{2} and 12\dfrac{1}{2}. The relationships α+β=ba=1\alpha + \beta = -\dfrac{b}{a} = 1 and αβ=ca=14\alpha \cdot \beta = \dfrac{c}{a} = \dfrac{1}{4} are verified.

(iii) 6x237x6x^2 - 3 - 7x

Step 1 · Find the Zeroes

Write in standard form: 6x27x3=06x^2 - 7x - 3 = 0.

6x29x+2x3=03x(2x3)+1(2x3)=0(3x+1)(2x3)=0\begin{aligned} 6x^2 - 9x + 2x - 3 &= 0 \\ 3x(2x - 3) + 1(2x - 3) &= 0 \\ (3x + 1)(2x - 3) &= 0 \end{aligned}

3x+1=0or2x3=03x + 1 = 0 \quad \text{or} \quad 2x - 3 = 0 3x=1or2x=33x = -1 \quad \text{or} \quad 2x = 3 x=13orx=32x = -\dfrac{1}{3} \quad \text{or} \quad x = \dfrac{3}{2}

Therefore, the zeroes are α=13\alpha = -\dfrac{1}{3} and β=32\beta = \dfrac{3}{2}.

Step 2 · Verify Relationship with Coefficients

Comparing 6x27x36x^2 - 7x - 3 with ax2+bx+cax^2 + bx + c, we get a=6a = 6, b=7b = -7, and c=3c = -3.

Sum of zeroes:

α+β=13+32=26+96=76\begin{aligned} \alpha + \beta &= -\dfrac{1}{3} + \dfrac{3}{2} \\[0.6em] &= -\dfrac{2}{6} + \dfrac{9}{6} \\[0.6em] &= \dfrac{7}{6} \end{aligned}

ba=76=76-\dfrac{b}{a} = -\dfrac{-7}{6} = \dfrac{7}{6}

α+β=ba\alpha + \beta = -\dfrac{b}{a}

Product of zeroes:

αβ=(13)(32)=36=12\begin{aligned} \alpha \cdot \beta &= \left(-\dfrac{1}{3}\right) \cdot \left(\dfrac{3}{2}\right) \\[0.6em] &= -\dfrac{3}{6} \\[0.6em] &= -\dfrac{1}{2} \end{aligned}

ca=36=12\dfrac{c}{a} = \dfrac{-3}{6} = -\dfrac{1}{2}

αβ=ca\alpha \cdot \beta = \dfrac{c}{a}

Answer

(iii) Zeroes are 13-\dfrac{1}{3} and 32\dfrac{3}{2}. The relationships α+β=ba=76\alpha + \beta = -\dfrac{b}{a} = \dfrac{7}{6} and αβ=ca=12\alpha \cdot \beta = \dfrac{c}{a} = -\dfrac{1}{2} are verified.

(iv) 4u2+8u4u^2 + 8u

Step 1 · Find the Zeroes

To find the zeroes, set 4u2+8u=04u^2 + 8u = 0:

4u(u+2)=0\begin{aligned} 4u(u + 2) &= 0 \end{aligned}

4u=0oru+2=04u = 0 \quad \text{or} \quad u + 2 = 0 u=0oru=2u = 0 \quad \text{or} \quad u = -2

Therefore, the zeroes are α=0\alpha = 0 and β=2\beta = -2.

Step 2 · Verify Relationship with Coefficients

Comparing 4u2+8u+04u^2 + 8u + 0 with au2+bu+cau^2 + bu + c, we get a=4a = 4, b=8b = 8, and c=0c = 0.

Sum of zeroes:

α+β=0+(2)=2\begin{aligned} \alpha + \beta &= 0 + (-2) \\[0.6em] &= -2 \end{aligned}

ba=84=2-\dfrac{b}{a} = -\dfrac{8}{4} = -2

α+β=ba\alpha + \beta = -\dfrac{b}{a}

Product of zeroes:

αβ=0(2)=0\begin{aligned} \alpha \cdot \beta &= 0 \cdot (-2) \\[0.6em] &= 0 \end{aligned}

ca=04=0\dfrac{c}{a} = \dfrac{0}{4} = 0

αβ=ca\alpha \cdot \beta = \dfrac{c}{a}

Answer

(iv) Zeroes are 00 and 2-2. The relationships α+β=ba=2\alpha + \beta = -\dfrac{b}{a} = -2 and αβ=ca=0\alpha \cdot \beta = \dfrac{c}{a} = 0 are verified.

(v) t215t^2 - 15

Step 1 · Find the Zeroes

To find the zeroes, set t215=0t^2 - 15 = 0 using difference of squares a2b2=(ab)(a+b)a^2 - b^2 = (a-b)(a+b):

t2(15)2=0(t15)(t+15)=0\begin{aligned} t^2 - (\sqrt{15})^2 &= 0 \\ (t - \sqrt{15})(t + \sqrt{15}) &= 0 \end{aligned}

t15=0ort+15=0t - \sqrt{15} = 0 \quad \text{or} \quad t + \sqrt{15} = 0 t=15ort=15t = \sqrt{15} \quad \text{or} \quad t = -\sqrt{15}

Therefore, the zeroes are α=15\alpha = \sqrt{15} and β=15\beta = -\sqrt{15}.

Step 2 · Verify Relationship with Coefficients

Comparing t2+0t15t^2 + 0t - 15 with at2+bt+cat^2 + bt + c, we get a=1a = 1, b=0b = 0, and c=15c = -15.

Sum of zeroes:

α+β=15+(15)=0\begin{aligned} \alpha + \beta &= \sqrt{15} + (-\sqrt{15}) \\[0.6em] &= 0 \end{aligned}

ba=01=0-\dfrac{b}{a} = -\dfrac{0}{1} = 0

α+β=ba\alpha + \beta = -\dfrac{b}{a}

Product of zeroes:

αβ=(15)(15)=15\begin{aligned} \alpha \cdot \beta &= (\sqrt{15}) \cdot (-\sqrt{15}) \\[0.6em] &= -15 \end{aligned}

ca=151=15\dfrac{c}{a} = \dfrac{-15}{1} = -15

αβ=ca\alpha \cdot \beta = \dfrac{c}{a}

Answer

(v) Zeroes are 15\sqrt{15} and 15-\sqrt{15}. The relationships α+β=ba=0\alpha + \beta = -\dfrac{b}{a} = 0 and αβ=ca=15\alpha \cdot \beta = \dfrac{c}{a} = -15 are verified.

(vi) 3x2x43x^2 - x - 4

Step 1 · Find the Zeroes

To find the zeroes, set 3x2x4=03x^2 - x - 4 = 0:

3x24x+3x4=0x(3x4)+1(3x4)=0(x+1)(3x4)=0\begin{aligned} 3x^2 - 4x + 3x - 4 &= 0 \\ x(3x - 4) + 1(3x - 4) &= 0 \\ (x + 1)(3x - 4) &= 0 \end{aligned}

x+1=0or3x4=0x + 1 = 0 \quad \text{or} \quad 3x - 4 = 0 x=1orx=43x = -1 \quad \text{or} \quad x = \dfrac{4}{3}

Therefore, the zeroes are α=1\alpha = -1 and β=43\beta = \dfrac{4}{3}.

Step 2 · Verify Relationship with Coefficients

Comparing 3x2x43x^2 - x - 4 with ax2+bx+cax^2 + bx + c, we get a=3a = 3, b=1b = -1, and c=4c = -4.

Sum of zeroes:

α+β=1+43=33+43=13\begin{aligned} \alpha + \beta &= -1 + \dfrac{4}{3} \\[0.6em] &= -\dfrac{3}{3} + \dfrac{4}{3} \\[0.6em] &= \dfrac{1}{3} \end{aligned}

ba=13=13-\dfrac{b}{a} = -\dfrac{-1}{3} = \dfrac{1}{3}

α+β=ba\alpha + \beta = -\dfrac{b}{a}

Product of zeroes:

αβ=(1)(43)=43\begin{aligned} \alpha \cdot \beta &= (-1) \cdot \left(\dfrac{4}{3}\right) \\[0.6em] &= -\dfrac{4}{3} \end{aligned}

ca=43=43\dfrac{c}{a} = \dfrac{-4}{3} = -\dfrac{4}{3}

αβ=ca\alpha \cdot \beta = \dfrac{c}{a}

Answer

(vi) Zeroes are 1-1 and 43\dfrac{4}{3}. The relationships α+β=ba=13\alpha + \beta = -\dfrac{b}{a} = \dfrac{1}{3} and αβ=ca=43\alpha \cdot \beta = \dfrac{c}{a} = -\dfrac{4}{3} are verified.

Common Mistakes
  • Not Rearranging to Standard Form: In part (iii), 6x237x6x^2 - 3 - 7x must be rearranged to 6x27x36x^2 - 7x - 3 before identifying coefficients; otherwise bb and cc are swapped.
  • Sign Errors in ba-\dfrac{b}{a}: Forgetting the negative sign in ba-\dfrac{b}{a}, especially when bb is already negative (e.g. 21=+2-\dfrac{-2}{1} = +2).
  • Missing Terms: In part (iv), the constant term is c=0c = 0, and in part (v), the linear term coefficient is b=0b = 0.

More questions in Exercise 2.2

Q1

Find the zeroes of the following quadratic polynomials and verify the relationship between the zeroes and the coefficients.

(i) x22x8x^2 - 2x - 8

(ii) 4s24s+14s^2 - 4s + 1

(iii) 6x237x6x^2 - 3 - 7x

(iv) 4u2+8u4u^2 + 8u

(v) t215t^2 - 15

(vi) 3x2x43x^2 - x - 4

Q2

Find a quadratic polynomial each with the given numbers as the sum and product of its zeroes respectively.

(i) 14,1\dfrac{1}{4}, -1

(ii) 2,13\sqrt{2}, \dfrac{1}{3}

(iii) 0,50, \sqrt{5}

(iv) 1,11, 1

(v) 14,14-\dfrac{1}{4}, \dfrac{1}{4}

(vi) 4,14, 1

← Back to Polynomials