Polynomials
A polynomial is an algebraic expression in form of
where a0, a1, a2,...an are real numbers and all exponents of x are whole numbers.is called polynomial in variable x and expressed as p(x).
Example:- x² + 17x + 23 is a polynomial in variable x.
Polynomial may contain one or more terms(finite terms) which are linked by mathematical operators (+,-,/,*). It may have one or more variables.
x² + 17x + 23 has three terms, First term = x² , Second term = 17x, Third term = 23.
If you add or subtract or multiply polynomials the result is another polynomial.
Conditions
- It must contain no square roots of variables
- No Fractional or negative powers on the variables,
- No variables in the denominators of any fractions.
Degree of polynomial
Polynomial containing one
variable:
The largest exponent in any term of the polynomial is known degree of polynomial.
Polynomial containing more than one variable:
Maximum value of sum of exponents of all variables in any term of polynomial is the degree of polynomial.
Leading term of polynomial
The term containing maximum exponent (highest degree )on variable is
called leading term.
Polynomials are commonly written with their terms in descending order of degree.
Types of polynomials
Liner polynomial:Quadratic polynomial:
A polynomial of degree 2 is known as quadratic polynomial.
Ex: p(x)= 4x² + 5x+3 is an example of quadratic polynomial.
Cubic polynomial:
A polynomial of degree 3 is called cubic polynomial.
Zero of a polynomial
Zeroes of a polynomial p(y) is a number k such that p(k) = 0.It is determined by replacing y=k in polynomial(y).Relationship between co-efficient of polynomials and zeroes
The quadratic polynomial P(x) = ax2 + bx + c. Where, a ≠ 0.
Let say α and β are the two zeros of polynomial p(x), then
Sum of zeros( α + β ) = -b/a = – Coefficient of x/ Coefficient of x2
Product of zeros(αβ) = c/a = Constant term / Coefficient of x2
The cubic polynomial p(x) = ax3 + bx2 + cx + d, where a ≠ 0.
Let α, β, and γ are the three zeros of a polynomial,
Sum of zeros (α + β + γ) = -b/a = – Coefficient of x2/ coefficient of x3
Sum of the product of zeros taken two at a time (αβ+ βγ + αγ)
=>c/a = Coefficient of x/Coefficient of x3
Product of zeros(αβγ)= -d/a = – Constant term/Coefficient of x3
Remainder Theorem
Factor Theorem
Division Algorithm
Division algorithm for polynomials describes that, if p(x) and g(x) are any two polynomials with g(x) ≠ 0, then we can find polynomials q(x) and r(x) such that
p(x) = g(x) × q(x) + r(x)
where r(x) = 0 or degree of r(x) < degree of g(x). Here,
p(x)= dividend polynomial
g(x) = divisor polynomial
q(x) = quotient polynomial
r(x) = remainder polynomial
# Example
Go through the below-provided example to understand the division algorithm for polynomials, which is given in step by step procedure.