Please enable JavaScript.
Coggle requires JavaScript to display documents.
POLYNOMIALS, 1-PERFECT SQUARE, 2-DIFFERENCE OF TWO SQUARE, 3-FACTORING THE…
-
1-PERFECT SQUARE
An expression is said to a perfect square trinomial if it takes the form ax2 + bx + c and satisfies the condition b2 = 4ac. The perfect square formula takes the following forms: (ax)2 + 2abx + b2 = (ax + b) (ax)2 −2abx + b2 = (ax−b)
-
-
-
In mathematics, 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 exponentiation of variables. An example of a polynomial of a single indeterminate x is x2 − 4x + 7.
In mathematics and computer algebra, factorization of polynomials or polynomial factorization expresses a polynomial with coefficients in a given field or in the integers as the product of irreducible factors with coefficients in the same domain. Polynomial factorization is one of the fundamental components of computer algebra systems.
Factor by Grouping is useful when there is no common factor among the terms, and you split the expression into two pairs and factor each of them separately.
A polynomial with three terms is called a trinomial. Trinomials often (but not always!) have the form x2 + bx + c. At first glance, it may seem difficult to factor trinomials, but you can take advantage of some interesting mathematical patterns to factor even the most difficult-looking trinomials.
-
-
-
-
-
Any quotient of polynomials a(x)/b(x) can be written as q(x)+r(x)/b(x), where the degree of r(x) is less than the degree of b(x). For example, (x²-3x+5)/(x-1) can be written as x-2+3/(x-1).