Comprehensive Study Notes on Polynomials: Degrees, Zeroes, and Geometrical Interpretations

Introduction and Definitions of Polynomials

  • Definition of Degree: In a polynomial p(x)p(x), the highest power of xx in p(x)p(x) is called the degree of the polynomial.

  • Variable Examples:

    • 4x+24x + 2 is a polynomial in variable xx of degree 11.

    • 2y23y+42y^{2} - 3y + 4 is a polynomial in variable yy of degree 22.

    • 5x34x2+x25x^{3} - 4x^{2} + x - \sqrt{2} is a polynomial in variable xx of degree 33.

    • 7u634u4+4u2+u87u^{6} - \frac{3}{4}u^{4} + 4u^{2} + u - 8 is a polynomial in variable uu of degree 66.

  • Non-Polynomials: Expressions such as 1x1\frac{1}{x - 1}, x+2\sqrt{x} + 2, and 1x2+2x+3\frac{1}{x^{2} + 2x + 3} are not considered polynomials.

Classification of Polynomials by Degree

  • Linear Polynomial: A polynomial of degree 11.

    • Examples: 2x32x - 3, 3x+5\sqrt{3}x + 5, y+2y + \sqrt{2}, x211x - \frac{2}{11}, 23u+1\frac{2}{3}u + 1, and z+34z + \frac{3}{4}.

    • Counter-examples: 2x+5x22x + 5 - x^{2} and x3+1x^{3} + 1 are not linear polynomials.

  • Quadratic Polynomial: A polynomial of degree 22. The name 'quadratic' comes from the word 'quadrate', meaning 'square'.

    • General Form: ax2+bx+cax^{2} + bx + c, where a,b,ca, b, c are real numbers and a0a \neq 0.

    • Examples: 2x2+3x252x^{2} + 3x - \frac{2}{5}, y22y^{2} - 2, 2x2+3x2 - x^{2} + \sqrt{3}x, u32u2+5\frac{u}{3} - 2u^{2} + 5, 5v223v\sqrt{5}v^{2} - \frac{2}{3}v, and 4z2+174z^{2} + \frac{1}{7}.

  • Cubic Polynomial: A polynomial of degree 33.

    • General Form: ax3+bx2+cx+dax^{3} + bx^{2} + cx + d, where a,b,c,da, b, c, d are real numbers and a0a \neq 0.

    • Examples: 2x32 - x^{3}, x3x^{3}, 2x3\sqrt{2}x^{3}, 3x2+x33 - x^{2} + x^{3}, and 3x32x2+x13x^{3} - 2x^{2} + x - 1.

Value and Zeroes of a Polynomial

  • Value at a Point: If p(x)p(x) is a polynomial in xx, and kk is any real number, the value obtained by replacing xx with kk in p(x)p(x) is denoted as p(k)p(k).

    • Calculation Example: For p(x)=x23x4p(x) = x^{2} - 3x - 4, at x=2x = 2: p(2)=22(3×2)4=464=6p(2) = 2^{2} - (3 \times 2) - 4 = 4 - 6 - 4 = -6.

    • Calculation Example: At x=0x = 0: p(0)=02(3×0)4=4p(0) = 0^{2} - (3 \times 0) - 4 = -4.

  • Zero of a Polynomial: A real number kk is said to be a zero of a polynomial p(x)p(x) if p(k)=0p(k) = 0.

    • Example Case: For p(x)=x23x4p(x) = x^{2} - 3x - 4, we find p(1)=(1)23(1)4=1+34=0p(-1) = (-1)^{2} - 3(-1) - 4 = 1 + 3 - 4 = 0 and p(4)=423(4)4=16124=0p(4) = 4^{2} - 3(4) - 4 = 16 - 12 - 4 = 0. Thus 1-1 and 44 are the zeroes of this quadratic polynomial.

  • Zero of a Linear Polynomial: For p(x)=ax+bp(x) = ax + b, let kk be the zero. Then p(k)=ak+b=0p(k) = ak + b = 0, which leads to k=bak = \frac{-b}{a}.

    • General Relationship: The zero of the linear polynomial ax+bax + b is (Constant term)Coefficient of x\frac{-(\text{Constant term})}{\text{Coefficient of } x}.

Geometrical Meaning of Zeroes

  • Linear Polynomial Geometrically: The graph of y=ax+by = ax + b is always a straight line. The zero of the polynomial is the xx-coordinate of the point where this line intersects the xx-axis. For example, y=2x+3y = 2x + 3 passes through (2,1)( -2, -1 ) and (2,7)( 2, 7 ) and intersects the xx-axis at (32,0)( \frac{-3}{2}, 0 ).

  • Quadratic Polynomial Geometrically (Parabolas): The graph of y=ax2+bx+cy = ax^{2} + bx + c is a curve called a parabola.

    • Orientation: If a > 0, the parabola opens upwards. If a < 0, the parabola opens downwards.

    • Three Geometrical Cases for Zeroes:

      • Case (i): The graph cuts the xx-axis at two distinct points AA and AA'. The xx-coordinates are the two distinct zeroes.

      • Case (ii): The graph touches the xx-axis at exactly one point (AA and AA' coincide). There is exactly one zero (or two equal zeroes).

      • Case (iii): The graph is completely above or below the xx-axis and does not cut it. There are no real zeroes.

  • At Most Principle: A quadratic polynomial (degree 22) has at most 22 zeroes. A cubic polynomial (degree 33) has at most 33 zeroes. Generally, a polynomial of degree nn has at most nn zeroes.

  • Cubic Illustration: For y=x34xy = x^{3} - 4x, the zeroes are 2-2, 00, and 22. These are the points where the graph intersects the xx-axis.

Relationship between Zeroes and Coefficients

  • Quadratic Relationship:

    • If α\alpha and β\beta are zeroes of p(x)=ax2+bx+cp(x) = ax^{2} + bx + c, then:

    • Sum of zeroes=α+β=ba=(Coefficient of x)Coefficient of x2\text{Sum of zeroes} = \alpha + \beta = \frac{-b}{a} = \frac{-(\text{Coefficient of } x)}{\text{Coefficient of } x^{2}}

    • Product of zeroes=αβ=ca=Constant termCoefficient of x2\text{Product of zeroes} = \alpha\beta = \frac{c}{a} = \frac{\text{Constant term}}{\text{Coefficient of } x^{2}}

  • Cubic Relationship:

    • If α\alpha, β\beta, and γ\gamma are zeroes of p(x)=ax3+bx2+cx+dp(x) = ax^{3} + bx^{2} + cx + d, then:

    • Sum of zeroes=α+β+γ=ba\text{Sum of zeroes} = \alpha + \beta + \gamma = \frac{-b}{a}

    • Sum of products taken two at a time=αβ+βγ+γα=ca\text{Sum of products taken two at a time} = \alpha\beta + \beta\gamma + \gamma\alpha = \frac{c}{a}

    • Product of zeroes=αβγ=da\text{Product of zeroes} = \alpha\beta\gamma = \frac{-d}{a}

Worked Examples and Problem Solutions

  • Example 1: Finding zeroes from graphs. The number of zeroes is determined by the number of times the graph intersects the xx-axis. (e.g., Graph i = 1 zero, Graph ii = 2 zeroes, Graph iii = 3 zeroes).

  • Example 2: Assertion and Reason.

    • Assertion (A): If the graph intersects the xx-axis at only one point, it cannot be quadratic. (False, because a quadratic can have two equal zeroes touching at one point).

    • Reason (R): A polynomial of degree nn has at most nn real zeroes. (True).

  • Example 3: Verification of Quadratic Zeroes. For x2+7x+10x^{2} + 7x + 10, splitting the middle term gives (x+2)(x+5)(x+2)(x+5). Zeroes are 2-2 and 5-5.

    • Sum=2+(5)=7=71\text{Sum} = -2 + (-5) = -7 = \frac{-7}{1}.

    • Product=(2)×(5)=10=101\text{Product} = (-2) \times (-5) = 10 = \frac{10}{1}.

  • Example 4: Polynomial difference of squares. For x23x^{2} - 3, zeroes are 3\sqrt{3} and 3-\sqrt{3}.

    • Sum=33=0=01\text{Sum} = \sqrt{3} - \sqrt{3} = 0 = \frac{0}{1}.

    • Product=(3)×(3)=3=31\text{Product} = (\sqrt{3}) \times (-\sqrt{3}) = -3 = \frac{-3}{1}.

  • Example 5: Matching Columns.

    • If a+b+c=0a+b+c=0 for ax2+bx+cax^{2}+bx+c, then 11 is a zero (AQA \rightarrow Q).

    • If ax2+x+aax^{2} + x + a has equal zeroes, then a=12a = \frac{1}{2} or a=12a = \frac{-1}{2} (BPB \rightarrow P).

    • If a+c=ba+c=b, then 1-1 is a zero (CRC \rightarrow R).

  • Example 6: Constructing a Quadratic. If sum of zeroes = 3-3 and product = 22, the polynomial is x2(3)x+2=x2+3x+2x^{2} - (-3)x + 2 = x^{2} + 3x + 2. General form: k(x2+3x+2)k(x^{2} + 3x + 2).

  • Example 7: Cubic Polynomial Verification. For p(x)=3x35x211x3p(x) = 3x^{3} - 5x^{2} - 11x - 3 with zeroes 33, 1-1, 13\frac{-1}{3}.

    • p(3)=8145333=0p(3) = 81 - 45 - 33 - 3 = 0.

    • α+β+γ=3113=53=(5)3\alpha + \beta + \gamma = 3 - 1 - \frac{1}{3} = \frac{5}{3} = \frac{-(-5)}{3}.

    • αβγ=3×(1)×(13)=1=(3)3\alpha\beta\gamma = 3 \times (-1) \times (\frac{-1}{3}) = 1 = \frac{-(-3)}{3}.

Questions & Discussion

  • Exercise 2.1: Assessing the number of zeroes by looking at the number of points of intersection/touching on the xx-axis. For instance, a line crossing only once has 1 zero; a curve crossing the x-axis four times has 4 zeroes.

  • Real-world application (Bridge Hanging Wire): The shape of the hanging wire on a bridge is a parabola. This represents a quadratic polynomial of the form y=ax2+bx+cy = ax^{2} + bx + c. If the sum of zeroes for such a wire is 3-3 and the product is 55, the expression for the hanging wire shape is x2+3x+5x^{2} + 3x + 5.

  • Composite and Prime Note: The transcript includes a handwritten note about composite numbers (having more than two factors, e.g., 4, 6, 8, 9, 10, 12, 14) and 1 being neither prime nor composite.

  • Formula for nth degree: If p(x)p(x) is of degree nn, then the number of zeroes is less than or equal to nn.