Greatest common divisor

ImprimirCitar

In mathematics, the greatest common divisor (abbreviated GCD) of two or more integers is defined as the largest integer that divides them without leaving a remainder.

Precisions

The a{displaystyle a} and b{displaystyle b} two integers different from zero. If a number c{displaystyle c} divide a a{displaystyle a} and b{displaystyle b}I mean, c日本語a{displaystyle c78a} and c日本語b{displaystyle cATAB}We'll say c{displaystyle c} That's it. common divider of a{displaystyle a} and b{displaystyle b}. Note that any two integers have common dividers. If the common dividers a{displaystyle a} and b{displaystyle b} It's only 1 and -1 then we'll say cousins among themselves.'

An integer d is called the greatest common divisor (G.C.D) of the numbers a and b when:

  1. d is common divider of numbers a and b
  2. d is divisible by any other common divider of numbers a and b.

Example:

12 is the mcd of 36 and 60. 12,36 and 12,60; in turn 12 is divisible by 1, 2, 3, 4, 6 and 12 that are common dividers of 36 and 60.

Calculation of the greatest common divisor

The three most commonly used methods for calculating the greatest common divisor of two numbers are:

By decomposition into prime factors

The greatest common factor of two numbers can be found by determining the prime factorization of the two numbers and taking the common factors raised to the lowest power, the product of which will be the GCD.

Example: to calculate the greatest common divisor of 48 and 60, it is obtained by factoring them into prime factors.

Divisores 48 60.svg
48224212262331{displaystyle {begin{array}{r presumption}}48 fake2\\24 fake2\12 fake26 fake23}{1}{array}}}}}}}}
48=24⋅ ⋅ 3{displaystyle 48=2^{4}cdot 3,}
602302153551{displaystyle {begin{array}{r presumption}}60 grandchild2\30 fake215 fake35 fake51 fakeend{array}}}}}}
60=22⋅ ⋅ 3⋅ ⋅ 5{displaystyle 60=2^{2}cdot 3cdot 5,}

The GCD are the common factors with their smallest exponent, that is:

MCD (48;60)=22⋅ ⋅ 3=12{displaystyle operatorname {MCD} (48;60)=2^{2}cdot 3=12}

In practice, this method only works for small numbers, generally taking too long to compute the prime factorization of any two numbers.

Using Euclid's algorithm

A more efficient method is Euclid's algorithm, which uses the division algorithm together with the fact that the GCD of two numbers also divides the remainder obtained from dividing the largest by the smallest.

Example 1:

If 60 is divided by 48 giving a quotient of 1 and a remainder of 12, the GCD will therefore be a divisor of 12. Then 48 is divided by 12 giving a remainder of 0, which means that 12 is the GCD. It can formally be described as:

mcd (a,0)=a{displaystyle operatorname {mcd} (a,0)=a}
mcd (a,b)=mcd (b,amordb).{displaystyle operatorname {mcd} (a,b)=operatorname {mcd} (b,a,mathrm {mod} ,b). !

Example 2:

The GCD of 42 and 56 is 14. Indeed:

mcd (42,56)=14{displaystyle operatorname {mcd} (42,56)=14,}

operand:

4214=3,5614=4{displaystyle {frac {42}{14}}}=3;,quad {frac {56}{14}{14}{4}}

Using the Least Common Multiple

The greatest common factor can also be calculated using the least common multiple. If a and b are nonzero, then the greatest common factor of a and b is obtained by following formula, involving the least common multiple of a and b:

MCD (250,150,320)=a⋅ ⋅ bmcm (a,b){displaystyle operatorname {MCD} (250,150,320)={frac {acdot b}{operatorname {mcm} (a,b)}}}}}

GCD of three or more numbers

The common divisor maximum of three or more numbers can be defined using recursively: MCD (a,b,c)=MCD (a,MCD (b,c)){displaystyle operatorname {MCD} (a,b,c)=operatorname {MCD} (a,operatorname {MCD} (b,c)}.

Properties

  1. Yeah. MCD (a,b)=d{displaystyle operatorname {MCD} (a,b)=d} then. MCD (ad,bd)=1{displaystyle operatorname {MCD} left({frac {a}{d}},{frac {b}{d}}}right)=1}
  2. Yeah. m한 한 Z{displaystyle min mathbb {Z} }, MCD (ma,mb)=日本語m日本語⋅ ⋅ MCD (a,b){displaystyle operatorname {MCD} (ma,mb)=VAILABITAT operatorname {MCD} (a,b)}
  3. Yeah. p{displaystyle p} It's a prime number, then. MCD (p,m)=p{displaystyle operatorname {MCD} (p,m)=p} or MCD (m,p)=1{displaystyle operatorname {MCD} (m,p)=1}
  4. Yeah. d=MCD (m,n),m=d♫m♫,n=d♫n♫,MCD (m♫,n♫)=1{displaystyle d=operatorname {MCD} (m,n), m=d'm', n=d'n', operatorname {MCD} (m',n'')=1}, then d=d♫{displaystyle d=d'}
  5. Yeah. d♫{displaystyle d'} is a common divider m{displaystyle m} and n{displaystyle}, then d♫ MCD (m,n){displaystyle d'mid operatorname {MCD} (m,n)}
  6. Yeah. m=nq+r{displaystyle m=nq+r}, then MCD (m,n)=MCD (n,r){displaystyle operatorname {MCD} (m,n)=operatorname {MCD} (n,r)}
  7. Yeah. m=p1α α 1 pkα α kandn=p1β β 1 pkβ β k,α α i,β β i≥ ≥ 0,i=1,...,k{displaystyle m=p_{1}^{alpha _{1}}cdots p_{k}^{alpha _{k};,mathrm {y} ;,n=p_{1}{1}{beta _{1}}{1}{cdots p_{k}{beta, then:
MCD (m,n)=p1min (α α 1,β β 1) pkmin (α α k,β β k){displaystyle operatorname {MCD} (m,n)=p_{1}^{operatorname {min} (alpha _{1},beta _{1})}cdots p_{k}^{operatorname {min} (alpha _{k},beta _{k}}}}

The last property indicates that the greatest common divisor of two numbers is the product of their common prime factors raised to the lowest exponent.

Geometrically, the greatest common divisor of a and b is the number of integer coordinate points in the segment joining the points (0,0) and (a,b), excluding the (0,0).

Propositions

  1. Русский Русский a,b한 한 Z{displaystyle forall a, bin mathbb {Z} } {displaystyle ni } a,bI was. I was. 0{displaystyle a, bneq 0} consuming consuming !{displaystyle exists}d ≥ 1 {displaystyle ni } MCD(a, b) = d.
  2. The M.C.D. of numbers a and b can be represented in linear combination of these numbers. This is (a, b) = ax + by
  3. If two whole numbers are cousins to each other, i.e. your MCD = 1 or another notation (a,b) = 1, then there is representation Ma + nb = 1 where m and n are integers (Bézout Identity).
  4. Yeah. a日本語bc and (a,b#1 will be a日本語c. In other words, if a number a divides a product from another two numbers and is pressed with one of them, then necessarily divides the other number or factor.
  5. MCD(a, m) = 1 ∧ ∧ {displaystyle land } MCD((a) = 1 {displaystyle Longrightarrow } MCD(a, (mn) = 1.
  6. (a,b) is divisor of (a, bc)
  7. t(a,b) = (ta, tb) for all t
  8. Yes (m, b)= 1 then (am, b)= (a, b)
  9. Yes (m,b)= 1, (am, n) = 1 then (am, bn) = (a, b)
  10. For all x, (a, b) = (b, a) = (a, -b) = (a, b + ax)
  11. " By definition, (0, 0) = 0 ". Thus the mcd would be defined in all ZxZ.
  12. (a, b) = b if only b Δ a, (i.e. a multiple b).
  13. Yes (a,b)= D, then (an, bn) = Dn
  14. mZ + nZ = (m,n)Z. If we add multiple sendos of two integers it is the same as considering the multiples of their maximum common divisor.
  15. (a2,ab,b2)=(a,b)2{displaystyle (a^{2},ab,b^{2})=(a,b)^{2}}}

MCD as internal operation

  • The MCD can be structured as an operation in Z in this way to any pair of integers, that is to a Sporting element assigns a single element of Z
  • For any pair of integers (a,b) there is a non-negative integer d which is its maximum common divisor. This is a*b = (a,b) = d
  • The MCD enjoys associative property, such as commutative property.
  • The MCD has an identity element, the zero, so that (a, 0)= (0,a)= a
  • The MCD has a dual behavior that the multiple common minimum and non-negative integers to and b the ab equation = (a,b)[a,b]
  • Property 1: (a,1) = 1 for any integer to

Applications

The MCD is used to simplify fractions. For example, to simplify the fraction 4860{displaystyle scriptstyle {frac {48}{60}}}} is calculated first the mcd(60, 48) = 12, dividing the numerator and the denominator of the initial fraction by 12 to obtain the simplified fraction 45{displaystyle scriptstyle {frac {4}{5}}}}.

The MCD is also used to calculate the minimum common multiple of two numbers. In fact, the product of the two numbers is equal to the product of its maximum common divider by its minimum common multiple. Thus, to calculate the minimum common multiple of 48 and 60, we first calculate its mcd, 12, being its minimum common multiple 48⋅ ⋅ 6012=240{displaystyle scriptstyle {frac {48cdot 60}{12}}}=240}.

The GCD and Euclid's algorithm are used to solve linear Diophantine equations with two unknowns.

Euclid's algorithm is used to develop a rational number as a continued fraction (sic).

Contenido relacionado

Thirty nine

The thirty-nine is the natural number that follows 38 and precedes...

One hundred four

The one hundred and four is the natural number that follows 103 and precedes...

Tangrams

The tangram is a very old Chinese game, which consists of forming silhouettes of figures with the seven given pieces without overlapping them. The 7 pieces...
Más resultados...
Tamaño del texto:
Copiar