A polynomial is a mathematical expression consisting of variables, co-efficient, and the operations of addition, subtraction, multiplication. and non-negative integer exponents.
-> The 'building blocks' of polynomials are called monomials.
-> A monomial is a polynomial expression that contains variables and a co-efficient and does not contain addition and subtraction.
-> Monomials are often called terms if they are a part of a larger polynomial.
-> They are separated by (+) or (-).
CO-EFFICIENT - The co-efficient of a term is the non-variable factor of that term.
-> Polynomials are often classified by degrees.
-> The degree of a monomial is the sum of the exponents of each variable in the monomial.
-> The degree of a polynomial is the largest degree out of all the degrees of monomials in the polynomials.
->Degree of a constant polynomial is Zero.
DEGREE (0)
DEGREE (1)
DEGREE (2)
DEGREE (3)
DEGREE (4)
(3x^2 - 2x + 4) + (-3x^2 + 6x - 10)
= 3x^2 - 2x + 4 - 3x^2 + 6x - 10
= (3x^2 - 3x^2) + (-2x + 6x) + (4 - 10)
= 4x - 6
(2x^3 + x^2 + x + 1) - (2x^2 + 3x + 4)
= 2x^3 + x^2 + x + 1 - 2x^2 - 3x - 4
= 2x^3 + (x^2 - 2x^2) + (x - 3x) + (1 - 4)
= 2x^3 - x^2 - 2x - 3
p(x) = x^2 -3x - 4 x = -1
p(-1) = (-1)^2 - 3 * (-1) - 4
= 1 + 3 - 4
= 0
Zero of a polynomial can be defined as the points where the polynomials becomes zero as a whole.
eg :- p(x) = 2x + 3
=> 2x + 3 = 0
=> x = -3/2
-> -3/2 is the zero of the polynomial 2x + 3.
The graph cuts x-axis at two distinct points A and A'.
The graph cuts the x-axis exactly at one point, i.e. at two coincident points.
The graph is either completely above the x-axis or completely below the x-axis. so, it does not cut the x-axis at any point.