📚
Polynomial Summary
Polynomial
A polynomial is an expression consisting of variables (also called indeterminates) and coefficients, that involves only the operations of addition, subtraction, multiplication, and non-negative integer exponents of variables. For example,
Degree of Polynomial
The degree of a polynomial is the highest power of the variable in the polynomial. For example, in the polynomial
Multiplication of Polynomials
To multiply two polynomials, each term in the first polynomial is multiplied by each term in the second polynomial. For example:
(2x + 3)(x - 4) | = | (2x * x) + (2x * (-4)) + (3 * x) + (3 * (-4)) |
= | 2x2 - 8x + 3x - 12 | |
= | 2x2 - 5x - 12 |
(2x + 3)(x - 4) =
Division of Polynomials
To divide polynomials, we use polynomial long division or synthetic division. For example, dividing
x-intercept
The x-intercepts of a polynomial are the points where the graph of the polynomial crosses the x-axis. These are the solutions to the equation
y-intercept
The y-intercept of a polynomial is the point where the graph of the polynomial crosses the y-axis. This is the value of the polynomial when
Zero of Polynomial
The zeros of a polynomial are the values of
Factor of Polynomial
The factors of a polynomial are the polynomials that multiply together to give the original polynomial. For example,
Multiplicity
The multiplicity of a root of a polynomial is the number of times that root appears. For example, in
Odd Multiplicity
If a polynomial has a root with an odd multiplicity, the graph of the polynomial will cross the x-axis at that root.
Even Multiplicity
If a polynomial has a root with an even multiplicity, the graph of the polynomial will touch the x-axis at that root but not cross it.
Turning Point
The turning points of a polynomial are the points where the graph changes direction. A polynomial of degree
End Behavior of Polynomial
The end behavior of a polynomial describes how the graph behaves as
Comments
Post a Comment