With polynomials the exact same story as with numbers repeats: the role of the prime factors is played by the irreducible factors of the polynomial (the “bricks” that no longer break apart, such as , , , ). Once the polynomials are factored, the GCD and LCM are read off with the same two methods — sets of factors and table.
Property — GCD and LCM of polynomials
Once the polynomials are factored into irreducible factors:
- GCD: product of the common factors, each with the smaller exponent;
- LCM: product of all the factors, each with the larger exponent.
The LCM of the denominators is what you need in order to add or subtract algebraic fractions: it is the smallest common denominator.
Example
Let us factor three polynomials:
Table method — one column for each irreducible factor, the exponent in the cell:
| min | |||
| max |
The only factor present in all three rows is : that is the GCD. The LCM gathers every factor with the largest exponent.
Method of sets of factors
The same result with a Venn diagram, thinking of each polynomial as the set of its factors — the intersection gives the GCD, the union the LCM. With and :
Why it is needed: the common denominator
To compute one takes as common denominator the LCM :
Exactly as with numbers, where for one uses .
Links
Topics: Frazioni algebriche
Concepts: Massimo comun divisore (MCD) · Minimo comune multiplo (mcm) · Denominatore comune
Skills: Scomporre