0
EN
1
المرجع الالكتروني للمعلوماتية

تاريخ الرياضيات

الاعداد و نظريتها

تاريخ التحليل

تار يخ الجبر

الهندسة و التبلوجي

الرياضيات في الحضارات المختلفة

العربية

اليونانية

البابلية

الصينية

المايا

المصرية

الهندية

الرياضيات المتقطعة

المنطق

اسس الرياضيات

فلسفة الرياضيات

مواضيع عامة في المنطق

الجبر

الجبر الخطي

الجبر المجرد

الجبر البولياني

مواضيع عامة في الجبر

الضبابية

نظرية المجموعات

نظرية الزمر

نظرية الحلقات والحقول

نظرية الاعداد

نظرية الفئات

حساب المتجهات

المتتاليات-المتسلسلات

المصفوفات و نظريتها

المثلثات

الهندسة

الهندسة المستوية

الهندسة غير المستوية

مواضيع عامة في الهندسة

التفاضل و التكامل

المعادلات التفاضلية و التكاملية

معادلات تفاضلية

معادلات تكاملية

مواضيع عامة في المعادلات

التحليل

التحليل العددي

التحليل العقدي

التحليل الدالي

مواضيع عامة في التحليل

التحليل الحقيقي

التبلوجيا

نظرية الالعاب

الاحتمالات و الاحصاء

نظرية التحكم

بحوث العمليات

نظرية الكم

الشفرات

الرياضيات التطبيقية

نظريات ومبرهنات

علماء الرياضيات

500AD

500-1499

1000to1499

1500to1599

1600to1649

1650to1699

1700to1749

1750to1779

1780to1799

1800to1819

1820to1829

1830to1839

1840to1849

1850to1859

1860to1864

1865to1869

1870to1874

1875to1879

1880to1884

1885to1889

1890to1894

1895to1899

1900to1904

1905to1909

1910to1914

1915to1919

1920to1924

1925to1929

1930to1939

1940to the present

علماء الرياضيات

الرياضيات في العلوم الاخرى

بحوث و اطاريح جامعية

هل تعلم

طرائق التدريس

الرياضيات العامة

نظرية البيان

قم بتسجيل الدخول اولاً لكي يتسنى لك الاعجاب والتعليق.

Ruffini,s Rule

المؤلف:  Lipschutz, S

المصدر:  Schaum,s Outline of Linear Algebra. New York: McGraw-Hill

الجزء والصفحة:  ...

23-2-2019

2042

+

-

20

Ruffini's Rule

Ruffini's rule a shortcut method for dividing a polynomial by a linear factor of the form x-a which can be used in place of the standard long division algorithm. This method reduces the polynomial and the linear factor into a set of numeric values. After these values are processed, the resulting set of numeric outputs is used to construct the polynomial quotient and the polynomial remainder.

Note that Ruffini's rule is a special case of the more generalized notion of synthetic division in which the divisorpolynomial is a monic linear polynomial. Confusingly, Ruffini's rule is sometimes referred to as synthetic division, thus leading to the common misconception that the scope of synthetic division is significantly smaller than that of the long division algorithm.

For an example of Ruffini's rule, consider 3x^3-6x+2 divided by x-2. First, if a power of x is missing from the dividend, a term with that power and a zero coefficient must be inserted into the correct position in the polynomial. In this case the x^2 term is missing from the dividend, so 0x^2 must be added between the cubic and linear terms:

 3x^3+0x^2-6x+2.

(1)

Next, all the variables and their exponents (x^3x^2x) are removed from the dividend, leaving only a list of the dividend's coefficients: 30-6, and 2. Next, because only the constant term (2) of the linear factor x-2 is necessary for Ruffini's rule, the divisor is modified into a one-term "sequence" 2. Note that if the divisor were x+2, rewriting asx-(-2) would result in a modified divisor sequence of -2 instead.

The numbers representing the divisor and the dividend sequences are placed into a division-like configuration:

SyntheticDivision1

The first number in the dividend (3) is put into the first position of the result area (below the horizontal line). This number is the coefficient of the x^3 term in the original dividend polynomial:

SyntheticDivision2

Then this first entry in the result (3) is multiplied by the divisor (2) and the product is placed under the next term in the dividend (0):

SyntheticDivision3

Next the number from the dividend and the result of the multiplication are added together and the sum is put in the next position on the result line:

SyntheticDivision4

This process is continued for the remainder of the numbers in the dividend:

SyntheticDivision5

The result is the sequence 36614. All numbers except the last become the coefficients of the quotient polynomial. Since a cubic polynomial was divided by a linear term, the quotient is a 2nd degree polynomial:

 3x^2+6x+6.

(2)

The last entry in the result list (namely, 14) is the remainder. The quotient and remainder can be combined into one expression:

 3x^2+6x+6+(14)/(x-2).

(3)

(Note that no division operations were performed to compute the answer to this division problem.)

To verify that this process has worked, one can multiply the quotient by the divisor and add the remainder to obtain the original dividend polynomial:

(3x^2+6x+6)×(x-2) = 3x^3-6x-12

(4)

(3x^3-6x-12)+14 = 3x^3-6x+2.

(5)

Ruffini's rule can be used in conjunction with the polynomial remainder theorem to evaluate a polynomial at a real value. For example, consider the polynomial

 f(x)=3x^5-38x^3+5x^2-1.

(6)

To find the value of f(4), the remainder theorem states that f(4) is the remainder when f(x) is divided by x-4. Using Ruffini's rule, one obtains:

SyntheticDivision6

Therefore f(4)=719.

 


REFERENCES:

Lipschutz, S. Schaum's Outline of Linear Algebra. New York: McGraw-Hill, pp. 326-327, 2000.

Press, W. H.; Flannery, B. P.; Teukolsky, S. A.; and Vetterling, W. T. "Polynomials and Rational Functions." §5.3 in Numerical Recipes in C: The Art of Scientific Computing, 2nd ed. Cambridge, England: Cambridge University Press, pp. 173-176, 1992. http://www.library.cornell.edu/nr/bookcpdf/c5-3.pdf.

اخر الاخبار

اشترك بقناتنا على التلجرام ليصلك كل ما هو جديد