Chapter 2 - Polynomials
Chapter 2 - Polynomials
● A polynomial is an algebraic expression that includes terms with variables raised to
non-negative integer powers.
● Examples:
○ 5x2+3x+75x^2 + 3x + 75x2+3x+7 (degree 2, quadratic polynomial)
○ 4x3−x2+24x^3 - x^2 + 24x3−x2+2 (degree 3, cubic polynomial)
○ x4−4x3+6x2−4x+1x^4 - 4x^3 + 6x^2 - 4x + 1x4−4x3+6x2−4x+1 (degree 4,
biquadratic polynomial)
D
● egree:The highest power of the variable in the polynomial.
● Types:
○ Linear Polynomial:Degree 1 (e.g., 2x+32x + 32x+3)
○ Quadratic Polynomial:Degree 2 (e.g., x2+2x+1x^2 +2x + 1x2+2x+1)
○ Cubic Polynomial:Degree 3 (e.g., x3−3x+1x^3 - 3x+ 1x3−3x+1)
○ Biquadratic Polynomial:Degree 4 (e.g., x4−2x2+1x^4- 2x^2 + 1x4−2x2+1)
A
● zero of a polynomial p(x)p(x)p(x) is a value of xxx for which p(x)=0p(x) = 0p(x)=0.
● Example:
○ Polynomial:p(x)=x2−5x+6
○ p(x) = x^2 - 5x + 6
○ p(x)=x2−5x+6
○ Find zeroes:p(x)=0
○ x2−5x+6=0x^2 - 5x + 6
○ = 0x2−5x+6=0
○ (x−2)(x−3)=0(x - 2)(x - 3)
○ = 0(x−2)(x−3)=0
■ Zeroes:x=2 and x=3
● W hen a polynomial p(x)p(x)p(x) is divided by (x−a)(x - a)(x−a), the remainder is
p(a)p(a)p(a).
● Example:
○ Polynomial:p(x)=2x3−6x2+4x−12p(x) = 2x^3 - 6x^2 +4x -
12p(x)=2x3−6x2+4x−12
○ Divide by:x−2x - 2x−2
○ Find the remainder:p(2)=2(2)3−6(2)2+4(2)−12
○ p(2) = 2(2)^3 - 6(2)^2 + 4(2) - 12
○ p(2)=2(2)3−6(2)2+4(2)−12
○ 16−24+8−12= 16 - 24 + 8 - 12
=
○ =16−24+8−12
○ =−12
○ Remainder:−12
Q
● uadratic Polynomials:Can be factorized using variousmethods:
● Example 1: Factorize 6x2+11x−10
○ Find two numbers that multiply to 6×(−10)=−60
○ and add up to 11
○ These numbers are 15 and −4.
○ Rewrite 11x as 15x−4x:
○ 6x2+15x−4x−106
○ Factor by grouping: =3x(2x+5)−2(2x+5)
○ = (3x - 2)(2x + 5)=
○ Example 2: Factorize x^4−16
○ Recognize it as a difference of squares: x4−16=(x2)2−4^2
○ Apply the identity a2−b2=(a+b)(a−b)a^2 - b^2:
○ =(x2+4)(x2−4)
○ Factor further: x2−4=(x+2)(x−2)x^2 - 4 = (x + 2)(x - 2)
○ Final factorization: x4−16=(x2+4)(x+2)(x−2)
■ a3+b3+c3−3abc=(a+b+c)(a2+b2+c2−ab−bc−ca)