HOME

TheInfoList



OR:

In mathematics, Ruffini's rule is a method for
computation Computation is any type of arithmetic or non-arithmetic calculation that follows a well-defined model (e.g., an algorithm). Mechanical or electronic devices (or, historically, people) that perform computations are known as ''computers''. An esp ...
of the
Euclidean division In arithmetic, Euclidean division – or division with remainder – is the process of dividing one integer (the dividend) by another (the divisor), in a way that produces an integer quotient and a natural number remainder strictly smaller than ...
of a
polynomial In mathematics, a polynomial is an expression (mathematics), expression consisting of indeterminate (variable), indeterminates (also called variable (mathematics), variables) and coefficients, that involves only the operations of addition, subtrac ...
by a binomial of the form ''x – r''. It was described by
Paolo Ruffini Paolo Ruffini (Valentano, 22 September 1765 – Modena, 10 May 1822) was an Italian mathematician and philosopher. Education and Career By 1788 he had earned university degrees in philosophy, medicine/surgery and mathematics. His works includ ...
in 1804. The rule is a special case of
synthetic division In algebra, synthetic division is a method for manually performing Euclidean division of polynomials, with less writing and fewer calculations than long division. It is mostly taught for division by linear monic polynomials (known as the Ruffin ...
in which the
divisor In mathematics, a divisor of an integer n, also called a factor of n, is an integer m that may be multiplied by some integer to produce n. In this case, one also says that n is a multiple of m. An integer n is divisible or evenly divisible by ...
is a linear factor.


Algorithm

The rule establishes a method for dividing the polynomial: :P(x)=a_nx^n+a_x^+\cdots+a_1x+a_0 by the binomial: :Q(x)=x-r to obtain the quotient polynomial: :R(x)=b_x^+b_x^+\cdots+b_1x+b_0. The algorithm is in fact the
long division In arithmetic, long division is a standard division algorithm suitable for dividing multi-digit Hindu-Arabic numerals (Positional notation) that is simple enough to perform by hand. It breaks down a division problem into a series of easier ste ...
of ''P''(''x'') by ''Q''(''x''). To divide ''P''(''x'') by ''Q''(''x''): # Take the coefficients of ''P''(''x'') and write them down in order. Then, write ''r'' at the bottom-left edge just over the line: #: \begin & a_n & a_ & \dots & a_1 & a_0\\ r & & & & & \\ \hline & & & & & \\ \end # Pass the leftmost coefficient (''a''''n'') to the bottom just under the line. #: \begin & a_n & a_ & \dots & a_1 & a_0\\ r & & & & & \\ \hline & a_n & & & & \\ & =b_ & & & & \end # Multiply the rightmost number under the line by ''r'', and write it over the line and one position to the right. #: \begin & a_n & a_ & \dots & a_1 & a_0\\ r & & b_ \cdot r & & & \\ \hline & a_n & & & & \\ & =b_ & & & & \end # Add the two values just placed in the same column. #: \begin & a_n & a_ & \dots & a_1 & a_0\\ r & & b_\cdot r & & & \\ \hline & a_n & b_\cdot r+a_ & & & \\ & =b_ & =b_ & & & \end # Repeat steps 3 and 4 until no numbers remain. #: \begin & a_n & a_ & \dots & a_1 & a_0 \\ r & & b_\cdot r & \dots & b_1\cdot r & b_0 \cdot r \\ \hline & a_n & b_ \cdot r+a_ & \dots & b_1 \cdot r+a_1 & a_0+b_0 \cdot r \\ & =b_ & =b_ & \dots & =b_0 & =s \\ \end The ''b'' values are the coefficients of the result (''R''(''x'')) polynomial, the degree of which is one less than that of ''P''(''x''). The final value obtained, ''s'', is the remainder. The
polynomial remainder theorem In mathematics, a polynomial is an expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication, and positive-integer powers of variables. An examp ...
asserts that the remainder is equal to ''P''(''r''), the value of the polynomial at ''r''.


Example

Here is an example of polynomial division as described above. Let: :P(x)=2x^3+3x^2-4\,\! :Q(x)=x+1.\,\! ''P''(''x'') will be divided by ''Q''(''x'') using Ruffini's rule. The main problem is that ''Q''(''x'') is not a binomial of the form ''x'' − ''r'', but rather ''x'' + ''r''. ''Q''(''x'') must be rewritten as :Q(x)=x+1=x-(-1).\,\! Now the algorithm is applied:
  1. Write down the coefficients and ''r''. Note that, as ''P''(''x'') didn't contain a coefficient for ''x'', 0 is written:
         ,      2     3     0  ,   -4
         ,                     ,                
      -1 ,                     ,                
     ----, --------------------, -------
         ,                     ,                
         ,                     ,                
    
  2. Pass the first coefficient down:
         ,      2     3     0  ,   -4
         ,                     ,                
      -1 ,                     ,                
     ----, --------------------, -------
         ,      2              ,                
         ,                     ,                
    
  3. Multiply the last obtained value by ''r'':
         ,      2     3     0  ,   -4
         ,                     ,                
      -1 ,           -2        ,                 
     ----, --------------------, -------
         ,      2              ,                
         ,                     ,                
    
  4. Add the values:
         ,      2     3     0  ,   -4
         ,                     , 
      -1 ,           -2        , 
     ----, --------------------, -------
         ,      2     1        , 
         ,                     ,                
    
  5. Repeat steps 3 and 4 until it's finished:
         ,      2     3     0   ,  -4
         ,                      , 
      -1 ,           -2    -1   ,   1
     ----, ----------------------------
         ,      2     1    -1   ,  -3
         , , 
    
So, if ''original number'' = ''divisor'' × ''quotient'' + ''remainder'', then :P(x)=Q(x)R(x)+s\,\!, where :R(x) = 2x^2+x-1\,\! and s=-3; \quad \Rightarrow 2x^3+3x^2-4 = (2x^2+x-1)(x+1) - 3\!


Application to polynomial factorization

Ruffini's rule can be used when one needs the quotient of a polynomial by a binomial of the form x-r. (When one needs only the remainder, the
polynomial remainder theorem In mathematics, a polynomial is an expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication, and positive-integer powers of variables. An examp ...
provides a simpler method.) A typical example, where one needs the quotient, is the
factorization In mathematics, factorization (or factorisation, see English spelling differences) or factoring consists of writing a number or another mathematical object as a product of several ''factors'', usually smaller or simpler objects of the same kin ...
of a polynomial p(x) for which one knows a root : The remainder of the
Euclidean division In arithmetic, Euclidean division – or division with remainder – is the process of dividing one integer (the dividend) by another (the divisor), in a way that produces an integer quotient and a natural number remainder strictly smaller than ...
of p(x) by is , and, if the quotient is q(x), the Euclidean division is written as :p(x)=q(x)\,(x-r). This gives a (possibly partial) factorization of p(x), which can be computed with Ruffini's rule. Then, p(x) can be further factored by factoring q(x). The
fundamental theorem of algebra The fundamental theorem of algebra, also known as d'Alembert's theorem, or the d'Alembert–Gauss theorem, states that every non- constant single-variable polynomial with complex coefficients has at least one complex root. This includes polynomial ...
states that every polynomial of positive degree has at least one
complex Complex commonly refers to: * Complexity, the behaviour of a system whose components interact in multiple ways so possible interactions are difficult to describe ** Complex system, a system composed of many components which may interact with each ...
root. The above process shows the fundamental theorem of algebra implies that every polynomial can be factored as :p(x)=a_n(x-r_1)\cdots(x-r_n), where r_1,\ldots,r_n are complex numbers.


History

The method was invented by
Paolo Ruffini Paolo Ruffini (Valentano, 22 September 1765 – Modena, 10 May 1822) was an Italian mathematician and philosopher. Education and Career By 1788 he had earned university degrees in philosophy, medicine/surgery and mathematics. His works includ ...
, who took part in a competition organized by the Italian Scientific Society (of Forty). The challenge was to devise a method to find the roots of any polynomial. Five submissions were received. In 1804 Ruffini's was awarded first place and his method was published. He later published refinements of his work in 1807 and again in 1813.


See also

*
Lill's method In mathematics, Lill's method is a visual method of finding the real roots of a univariate polynomial of any degree. It was developed by Austrian engineer Eduard Lill in 1867. A later paper by Lill dealt with the problem of complex roots. Li ...
, doing the division graphically *
Horner's method In mathematics and computer science, Horner's method (or Horner's scheme) is an algorithm for polynomial evaluation. Although named after William George Horner, this method is much older, as it has been attributed to Joseph-Louis Lagrange by Ho ...


References


External links

* * {{commons category-inline Polynomials Root-finding algorithms Division (mathematics)