All Topics  
Factorization

 

   Email Print
   Bookmark   Link






 

Factorization



 
 
In mathematics
Mathematics

Mathematics is the study of quantity, structure, space, change, and related topics of pattern and form. Mathematicians seek out patterns whether found in numbers, space, natural science, computers, imaginary abstractions, or elsewhere....
, factorization (also factorisation in British English
American and British English spelling differences

American and British English spelling differences are one aspect of American and British English differences.The spelling systems of Commonwealth of Nations countries, for the most part, closely resemble the British system....
) or factoring is the decomposition of an object (for example, a number
Number

A number is a mathematical object used in counting and measurement. A notational symbol which represents a number is called a Numeral system, but in common usage the word number is used for both the abstract object and the symbol, as well as for the numeral for the number....
, a polynomial
Polynomial

In mathematics, a polynomial is an expression constructed from variables and constants, using the operations of addition, subtraction, multiplication, and constant non-negative whole number exponents....
, or a matrix
Matrix (mathematics)

In mathematics, a matrix is a rectangular array of numbers, as shown at the right. In addition to a number of elementary, entrywise operations such as matrix addition a key notion is matrix multiplication....
) into a product
Product (mathematics)

In the a mathematics, a product is the result of Multiplication, or an expression that identifies divisors to be multiplied. The order in real number or complex number numbers are multiplied has no bearing on the product; this is known as the Commutativity of multiplication....
 of other objects, or factors, which when multiplied
Multiplication

Multiplication is the Operation of scaling one number by another. It is one of the four basic operations in elementary arithmetic .Multiplication is defined for Natural number in terms of repeated addition; for example, 4 multiplied by 3 can be calculated by adding 3 copies of 4 together:...
 together give the original. For example, the number 15 factors into primes
Prime number

In mathematics, a prime number is a natural number which has exactly two distinct natural number divisors: 1 and itself. An infinitude of prime numbers exists, as demonstrated by Euclid around 300 BC....
 as 3 × 5, and the polynomial x2 − 4 factors as (x − 2)(x + 2).






Discussion
Ask a question about 'Factorization'
Start a new discussion about 'Factorization'
Answer questions from other users
Full Discussion Forum



Encyclopedia


In mathematics
Mathematics

Mathematics is the study of quantity, structure, space, change, and related topics of pattern and form. Mathematicians seek out patterns whether found in numbers, space, natural science, computers, imaginary abstractions, or elsewhere....
, factorization (also factorisation in British English
American and British English spelling differences

American and British English spelling differences are one aspect of American and British English differences.The spelling systems of Commonwealth of Nations countries, for the most part, closely resemble the British system....
) or factoring is the decomposition of an object (for example, a number
Number

A number is a mathematical object used in counting and measurement. A notational symbol which represents a number is called a Numeral system, but in common usage the word number is used for both the abstract object and the symbol, as well as for the numeral for the number....
, a polynomial
Polynomial

In mathematics, a polynomial is an expression constructed from variables and constants, using the operations of addition, subtraction, multiplication, and constant non-negative whole number exponents....
, or a matrix
Matrix (mathematics)

In mathematics, a matrix is a rectangular array of numbers, as shown at the right. In addition to a number of elementary, entrywise operations such as matrix addition a key notion is matrix multiplication....
) into a product
Product (mathematics)

In the a mathematics, a product is the result of Multiplication, or an expression that identifies divisors to be multiplied. The order in real number or complex number numbers are multiplied has no bearing on the product; this is known as the Commutativity of multiplication....
 of other objects, or factors, which when multiplied
Multiplication

Multiplication is the Operation of scaling one number by another. It is one of the four basic operations in elementary arithmetic .Multiplication is defined for Natural number in terms of repeated addition; for example, 4 multiplied by 3 can be calculated by adding 3 copies of 4 together:...
 together give the original. For example, the number 15 factors into primes
Prime number

In mathematics, a prime number is a natural number which has exactly two distinct natural number divisors: 1 and itself. An infinitude of prime numbers exists, as demonstrated by Euclid around 300 BC....
 as 3 × 5, and the polynomial x2 − 4 factors as (x − 2)(x + 2). In all cases, a product of simpler objects is obtained. However, factors are not needed to divide evenly due to the fact that they are still divisible by any number. For example, technically 3 and 8/3 are factors of 8. But, when factoring for tests teachers are looking for the even divisibility of the numbers.

The aim of factoring is usually to reduce something to "basic building blocks," such as numbers to prime numbers, or polynomials to irreducible polynomial
Irreducible polynomial

In mathematics, the adjective irreducible means that an object cannot be expressed as a product of at least two non-trivial factors in a given set....
s. Factoring integers is covered by the fundamental theorem of arithmetic
Fundamental theorem of arithmetic

In number theory and algebraic number theory, the Fundamental Theorem of Arithmetic states that any integer greater than 1 can be written as a unique product of prime numbers....
 and factoring polynomials
Polynomial factorization

In mathematics and computer algebra, polynomial factorization typically refers to factoring a polynomial into irreducible polynomials over a given field ....
 by the fundamental theorem of algebra
Fundamental theorem of algebra

In mathematics, the fundamental theorem of algebra states that every non-constant single-variable polynomial with complex number coefficients has at least one complex root ....
. Vieta's formulas relate the coefficients of a polynomial to its roots.

The opposite of factorization is expansion
Polynomial expansion

In mathematics, an expansion of a product of sums expresses it as a sum of products by using the fact that multiplication distributive property over addition....
. This is the process of multiplying together factors
Divisor

In mathematics, a divisor of an integer n, also called a factor of n, is an integer which evenly divides n without leaving a remainder....
 to recreate the original, "expanded" polynomial.

Integer factorization
Integer factorization

In number theory, integer factorization is the breaking down of a composite number into smaller non-trivial divisors, which when multiplied together equal the original integer....
 for large integers appears to be a difficult problem. There is no known method to carry it out quickly. Its complexity is the basis of the assumed security of some public key cryptography algorithms, such as RSA
RSA

In cryptography, RSA is an algorithm for public-key cryptography. It is the first algorithm known to be suitable for digital signature as well as encryption, and one of the first great advances in public key cryptography....
.

A matrix can also be factorized into a product of matrices of special types, for an application in which that form is convenient. One major example of this uses an orthogonal
Orthogonal matrix

In matrix theory, a real number orthogonal matrix is a Matrix #Square matrices Q whose transpose is its inverse matrix:A special orthogonal matrix is an orthogonal matrix with determinant +1:...
 or unitary matrix
Unitary matrix

In mathematics, a unitary matrix is an n by n complex number matrix U satisfying the condition where is the identity matrix and is the conjugate transpose of U....
, and a triangular matrix
Triangular matrix

In the mathematics discipline of linear algebra, a triangular matrix is a special kind of square matrix where the entries either below or above the main diagonal are zero....
. There are different types: QR decomposition
QR decomposition

In linear algebra, the QR decomposition of a matrix is a matrix decomposition of the matrix into an orthogonal matrix and a right triangular matrix....
, LQ, QL, RQ, RZ.

Another example is the factorization of a function
Function (mathematics)

The mathematical concept of a function expresses dependence between two quantities, one of which is known and the other which is produced. A function associates a single output to each input element drawn from a fixed Set , such as the real numbers , although different inputs may have the same output....
 as the composition
Function composition

In mathematics, a composite function represents the application of one function to the results of another. For instance, the functions and can be composed by first computing a f and then applying a function g to the output of f....
 of other functions having certain properties; for example, every function can be viewed as the composition of a surjective function
Surjective function

In mathematics, a function f is said to be surjective or onto, if its values span its whole codomain; that is, for every y in the codomain, there is at least one x in the domain such that f = y ....
 with an injective function
Injective function

In mathematics, an injective function is a function which associates distinct arguments with distinct values.An injective function is called an injection, and is also said to be a one-to-one function ....
. This situation is generalized by factorization system
Factorization system

In mathematics, it can be shown that every function can be written as the composite of a surjective function followed by an injective function. Factorization systems are a generalization of this situation in category theory....
s.

Prime factorization of an integer

By the fundamental theorem of arithmetic
Fundamental theorem of arithmetic

In number theory and algebraic number theory, the Fundamental Theorem of Arithmetic states that any integer greater than 1 can be written as a unique product of prime numbers....
, every positive integer
Integer

The integers are natural numbers including 0 and their negative and non-negative numberss . They are numbers that can be written without a fractional or decimal component, and fall within the set ....
 has a unique prime factorization. Given an algorithm for integer factorization, one can factor any integer down to its constituent primes by repeated application of this algorithm. For very large numbers, no efficient algorithm
Algorithm

In mathematics, computing, linguistics and related subjects, an algorithm is a sequence of finite instructions, often used for calculation and data processing....
 is known. For smaller numbers, however, there are a variety of different algorithms that can be applied.

Factoring a quadratic polynomial

Any quadratic polynomial
Quadratic polynomial

In mathematics, a quadratic polynomial or quadratic is a polynomial of degree of a polynomial two. A quadratic polynomial may involve a single variable x, or multiple variables such as x, y, and z....
 over the complex numbers (polynomials of the form where , , and ? ) can be factored into an expression
Expression (mathematics)

In mathematics, the word expression is a term for any well-formed formula combination of mathematical symbols. For example,is an expression, while...
 with the form using the quadratic formula. The method is as follows:

where and are the two roots
Root (mathematics)

In mathematics, a root of a complex-valued Function is a member of the Domain of such that vanishes at , that is,In other words, a "root" of a function is a value for that produces a result of zero ....
 of the polynomial, found with the quadratic formula.

Polynomials factorable over the integers

Quadratic polynomials can sometimes be factored into two binomials with simple integer coefficients by use of Vieta's formulas, without the need to use the quadratic formula. In a quadratic equation
Quadratic equation

In mathematics, a quadratic equation is a polynomial equation of the second degree of a polynomial. The general form iswhere a ? 0. The letters a, b, and c are called coefficients: the quadratic coefficient a is the coefficient of x2, the linear coefficient b is the coefficient of x, and c i...
, this will expose its two roots. The formula

would be factored into:

where


You can then set each binomial equal to zero, and solve for x to reveal the two roots. Factoring does not involve any other formulas, and is mostly just something you see when you come upon a quadratic equation.

Take for example 2x2 − 5x + 2 = 0. Because a = 2 and mn = a, mn = 2, which means that of m and n, one is 1 and the other is 2. Now we have (2x + p)(x + q) = 0. Because c = 2 and pq = c, pq = 2, which means that of p and q, one is 1 and the other is 2 or one is −1 and the other is −2. A guess and check of substituting the 1 and 2, and −1 and −2, into p and q (while applying pn + mq = b) tells us that 2x2 − 5x + 2 = 0 factors into (2x − 1)(x − 2) = 0, giving us the roots x =

Note: A quick way to check whether the second term in the binomial should be positive or negative (in the example, 1 and 2 and −1 and −2) is to check the second operation in the trinomial (+ or −). If it is +, then check the first operation: if it is +, the terms will be positive, while if it is −, the terms will be negative. If the second operation is −, there will be one positive and one negative term; guess and check is the only way to determine which one is positive and which is negative.

If a polynomial with integer coefficients has a discriminant
Discriminant

In algebra, the discriminant of a polynomial with real number or complex number coefficients is a certain expression in the coefficients of the polynomial which is equal to zero if and only if the polynomial has a multiple Root in the complex numbers....
 that is a perfect square, that polynomial is factorable over the integers.

For example, look at the polynomial 2x2 + 2x - 12. If you substitute the values of the expression into the quadratic formula, the discriminant becomes 22 - 4 × 2 × -12, which equals 100. 100 is a perfect square, so the polynomial 2x2 + 2x - 12 is factorable over the integers; its factors are 2, (x - 2), and (x + 3).=francs

Now look at the polynomial x2 + 93x - 2. Its discriminant, 932 - 4 × 1 × -2, is equal to 8657, which is not a perfect square. So x2 + 93x - 2 cannot be factored over the integers.

Perfect square trinomials

A Plus B Au Carre
Some quadratics can be factored into two identical binomials. These quadratics are called perfect square trinomials. Perfect square trinomials can be factored as follows:

Sum/difference of two squares

Another common type of algebraic factoring is called the difference of two squares
Difference of two squares

In mathematics, the difference of two squares is when a number is Square , or multiplied by itself, and is then subtracted from another squared number....
. It is the application of the formula to any two terms, whether or not they are perfect squares. If the two terms are subtracted, simply apply the formula. If they are added, the two binomials obtained from the factoring will each have an imaginary term. This formula can be represented as

For example, can be factored into .

Factoring other polynomials


Sum/difference of two cubes

Another less-used but still common formula for factoring is the sum or difference of two cubes. The sum can be represented by and the difference by For example, x3 − 103 (or x3 − 1000) can be factored into (x − 10)(x2 + 10x + 100).

Sum/difference of any two numbers raised to the same power

In general, is a factor of where is a positive integer. So,

Also, is a factor of where is a positive even integer. Such that,

Likewise, is a factor of where is a positive odd integer. So that,

Factoring by grouping

Another way to factor some equations is factoring by grouping. This is done by placing the terms in an expression into two or more groups, where each group can be factored by a known method. The results of these factorizations can sometimes be combined to make an even more simplified expression.

For example, suppose you had the expression which upon first glance looks like an unwieldy expression. One logical step, if you decide to factor by grouping, would be to combine all of the expressions with and all without . Then you would have the expression where each of the two groups can be factored giving us This can be further simplified into when can then be factored into and finally which is the expression in fully factored form.

Other common formulas

There are many additional formulas that can be used to easily factor a polynomial. Some common ones are listed below.

Expanded formFactored form
  
  
  
  
  
  
  
(Sophie Germain
Sophie Germain

Marie-Sophie Germain was a French mathematician who made important contributions to the fields of differential geometry and number theory. Germain made significant contributions to the study of Fermat's Last Theorem....
's identity)
 


Factoring in mathematical logic

In mathematical logic
Mathematical logic

Mathematical logic is a subfield of mathematics and logic with close connections to computer science and philosophical logic. The field includes the mathematical study of logic and the applications of formal logic to other areas of mathematics....
 and automated theorem proving
Automated theorem proving

Automated theorem proving or automated deduction, currently the most well-developed subfield of automated reasoning , is the mathematical proof of mathematical theorems by a computer program....
, factoring is the technique of deriving a single, more specific atom
Atom

|-! bgcolor=gray | Properties|-||}The atom is a basic unit of matter consisting of a dense, central atomic nucleus surrounded by a electron cloud of electric charge electrons....
 from a disjunction of two more general unifiable
Unification

In mathematical logic, in particular as applied to computer science, a unification of two terms is a join with respect to a specialisation order....
 atoms. For example, from ? X, Y : P(X, a) or P(b, Y) we can derive P(b, a).

See also

  • Program synthesis
    Program synthesis

    Program synthesis comprises a range of technologies for the automatic generation of executable computer programs from high-level specifications of their behaviour....
  • Matrix decomposition
    Matrix decomposition

    In the mathematics discipline of linear algebra, a matrix decomposition is a factorization of a matrix into some canonical form. There are many different matrix decompositions; each finds use among a particular class of problems....
  • Unique factorization
    Unique factorization domain

    In mathematics, a unique factorization domain is, roughly speaking, a commutative ring in which every element, with special exceptions, can be uniquely written as a product of prime elements, analogous to the fundamental theorem of arithmetic for the integers....
  • Factor group
  • Factor ring
  • FOIL rule
    FOIL rule

    The FOIL rule, also sometimes known as the double distributivity property or more colloquially as foiling, is commonly taught to students learning algebra, as a mnemonic for remembering how to multiply two binomials ....
  • Deduplication
    Deduplication

    The term deduplication refers generally to eliminating duplicate or redundant information.* In computer data storage Data deduplication is also known as capacity optimization or single-instance storage....
     - similar concept in other contexts


External links

  • is an online factorization tool.
  • is a comprehensive tutorial resource on basic factoring of polynomials.