Così come per i numeri esiste la divisione con resto, anche i polinomi si possono dividere. La regola di Ruffini rende la divisione per un binomio (xc)(x-c) particolarmente rapida e, quando il resto è zero, ci fornisce una potente tecnica di scomposizione.

Just as for numbers there is division with remainder, polynomials too can be divided. Ruffini’s rule makes division by a binomial (xc)(x-c) particularly quick and, when the remainder is zero, it gives us a powerful factorisation technique.

Così come per i numeri esiste la divisione con resto, anche i polinomi si possono dividere.

Definizione — Divisione tra polinomi

Dati due polinomi A(x)A(x) (dividendo) e B(x)B(x) (divisore) con degBdegA\deg B \le \deg A, esistono e sono unici Q(x)Q(x) (quoziente) e R(x)R(x) (resto) tali che: A(x)=B(x)Q(x)+R(x),degR<degB.A(x) = B(x)\cdot Q(x) + R(x), \qquad \deg R < \deg B.

Esempio

x32x2+x1x3=x2+x+4+11x3\frac{x^3-2x^2+x-1}{x-3} = x^2+x+4 + \frac{11}{x-3} Verifica: (x2+x+4)(x3)=x33x2+x23x+4x12=x32x2+x12(x^2+x+4)(x-3) = x^3-3x^2+x^2-3x+4x-12 = x^3-2x^2+x-12, e 12+11=1-12+11=-1. ✓

Collegamenti

Argomenti: Calcolo letterale
Concetti: Divisione tra polinomi
Competenze: Calcolare

Just as for numbers there is division with remainder, polynomials too can be divided.

Definition — Division between polynomials

Given two polynomials A(x)A(x) (dividend) and B(x)B(x) (divisor) with degBdegA\deg B \le \deg A, there exist unique Q(x)Q(x) (quotient) and R(x)R(x) (remainder) such that: A(x)=B(x)Q(x)+R(x),degR<degB.A(x) = B(x)\cdot Q(x) + R(x), \qquad \deg R < \deg B.

Example

x32x2+x1x3=x2+x+4+11x3\frac{x^3-2x^2+x-1}{x-3} = x^2+x+4 + \frac{11}{x-3} Check: (x2+x+4)(x3)=x33x2+x23x+4x12=x32x2+x12(x^2+x+4)(x-3) = x^3-3x^2+x^2-3x+4x-12 = x^3-2x^2+x-12, and 12+11=1-12+11=-1. ✓

Topics: Algebraic calculation
Concepts: Division between polynomials
Skills: Calculating

La regola di Ruffini rende la divisione per un binomio (xc)(x-c) particolarmente rapida: basta lavorare con i soli coefficienti disposti in una tabella.

Proprietà — Tabella di Ruffini

Per dividere anxn+an1xn1++a0a_nx^n+a_{n-1}x^{n-1}+\cdots+a_0 per (xc)(x-c), si dispongono i coefficienti in una tabella: si riporta in basso il primo coefficiente, lo si moltiplica per cc, si somma al coefficiente successivo, e così via.

Esempio

(6x32x+4)÷(x2)(6x^3 - 2x + 4) \div (x-2). Attenzione: il coefficiente di x2x^2 è 00 e va scritto.

x3x^3x2x^2xx11
Coefficienti66002-244
c=2c=2121224244444
Risultato661212222248\boxed{48}
Significatox2x^2xx11RR

Quoziente: 6x2+12x+226x^2+12x+22; resto: 4848.

Collegamenti

Argomenti: Calcolo letterale
Concetti: Divisione tra polinomi · Regola di ruffini
Competenze: Calcolare
Persone: Paolo Ruffini

Ruffini’s rule makes division by a binomial (xc)(x-c) particularly quick: it is enough to work with the coefficients alone, laid out in a table.

Property — Ruffini's table

To divide anxn+an1xn1++a0a_nx^n+a_{n-1}x^{n-1}+\cdots+a_0 by (xc)(x-c), the coefficients are laid out in a table: the first coefficient is brought down, multiplied by cc, added to the next coefficient, and so on.

Example

(6x32x+4)÷(x2)(6x^3 - 2x + 4) \div (x-2). Warning: the coefficient of x2x^2 is 00 and must be written.

x3x^3x2x^2xx11
Coefficients66002-244
c=2c=2121224244444
Result661212222248\boxed{48}
Meaningx2x^2xx11RR

Quotient: 6x2+12x+226x^2+12x+22; remainder: 4848.

Topics: Algebraic calculation
Concepts: Division between polynomials · Ruffini’s rule
Skills: Calculating
People: Paolo Ruffini

Quando il resto della divisione di Ruffini è zero, il divisore è un fattore del polinomio: ecco perché Ruffini è anche una potente tecnica di scomposizione per polinomi di grado 3\ge 3.

Proprietà — Zero di un polinomio

Se sostituendo x=ax=a nel polinomio P(x)P(x) si ottiene P(a)=0P(a)=0, allora (xa)(x-a) è un divisore di P(x)P(x) e il resto della divisione di Ruffini è zero. Il polinomio si scompone come: P(x)=(xa)Q(x).P(x) = (x-a)\cdot Q(x). Il numero aa si chiama zero del polinomio.

Esempio

Scomponiamo x32x25x+6x^3-2x^2-5x+6.

Proviamo x=1x=1: 125+6=01-2-5+6=0 ✓, dunque (x1)(x-1) è un fattore.

x3x^3x2x^2xx11
112-25-566
c=1c=1111-16-6
111-16-60\boxed{0}

Dunque x32x25x+6=(x1)(x2x6)=(x1)(x3)(x+2)x^3-2x^2-5x+6 = (x-1)(x^2-x-6) = \boxed{(x-1)(x-3)(x+2)}.

Collegamenti

Argomenti: Calcolo letterale
Concetti: Regola di ruffini · Scomposizione in fattori · Zero di un polinomio
Competenze: Scomporre
Persone: Paolo Ruffini

When the remainder of Ruffini’s division is zero, the divisor is a factor of the polynomial: this is why Ruffini’s rule is also a powerful factorisation technique for polynomials of degree 3\ge 3.

Property — Zero of a polynomial

If substituting x=ax=a into the polynomial P(x)P(x) gives P(a)=0P(a)=0, then (xa)(x-a) is a divisor of P(x)P(x) and the remainder of Ruffini’s division is zero. The polynomial factorises as: P(x)=(xa)Q(x).P(x) = (x-a)\cdot Q(x). The number aa is called a zero of the polynomial.

Example

Let us factorise x32x25x+6x^3-2x^2-5x+6.

We try x=1x=1: 125+6=01-2-5+6=0 ✓, so (x1)(x-1) is a factor.

x3x^3x2x^2xx11
112-25-566
c=1c=1111-16-6
111-16-60\boxed{0}

Therefore x32x25x+6=(x1)(x2x6)=(x1)(x3)(x+2)x^3-2x^2-5x+6 = (x-1)(x^2-x-6) = \boxed{(x-1)(x-3)(x+2)}.

Topics: Algebraic calculation
Concepts: Ruffini’s rule · Factorisation · Zero of a polynomial
Skills: Factorising
People: Paolo Ruffini