Voer een vergelijking of opgave in
Camerainvoer wordt niet herkend!

Oplossing - Polynomial division

x2+x+1
x^2+x+1

Other Ways naar Los op

Polynomial division

Stapsgewijze uitleg

1. Read dividend and divisor

(x3-1)/(x-1)

Parse the dividend and divisor polynomials and normalize their terms for long division.

(x3-1)/(x-1)

Parse the dividend and divisor polynomials and normalize their terms for long division.

x31

Parse the dividend and divisor polynomials and normalize their terms for long division.

x1

Parse the dividend and divisor polynomials and normalize their terms for long division.

(x3-1)/(x-1)

Parse the dividend and divisor polynomials and normalize their terms for long division.

(x3-1)/(x-1)

Parse the dividend and divisor polynomials and normalize their terms for long division.

2. Perform polynomial division

(x3-1)/(x-1)

Apply divide, multiply, and subtract cycles to compute quotient and remainder.

(x3-1)/(x-1)

Apply divide, multiply, and subtract cycles to compute quotient and remainder.

(x3-1)/(x-1)(cycle1)

x3/(x)=x2

(x1)(x2)=x3x2

Apply divide, multiply, and subtract cycles to compute quotient and remainder.

x3x2

x31(x3x2)=x21

Apply divide, multiply, and subtract cycles to compute quotient and remainder.

x21

Apply divide, multiply, and subtract cycles to compute quotient and remainder.

(x3-1)/(x-1)(cycle2)

x2/(x)=x

(x1)(x)=x2x

Apply divide, multiply, and subtract cycles to compute quotient and remainder.

x2x

x21(x2x)=x1

Apply divide, multiply, and subtract cycles to compute quotient and remainder.

x1

Apply divide, multiply, and subtract cycles to compute quotient and remainder.

(x3-1)/(x-1)(cycle3)

x/(x)=1

(x1)(1)=x1

Apply divide, multiply, and subtract cycles to compute quotient and remainder.

x1

x1(x1)=0

Apply divide, multiply, and subtract cycles to compute quotient and remainder.

0

(x3-1)/(x-1)=x2+x+1

Apply divide, multiply, and subtract cycles to compute quotient and remainder.

x2+x+1

Apply divide, multiply, and subtract cycles to compute quotient and remainder.

3. Write final form

(x3-1)/(x-1)=x2+x+1

x31=(x1)(x2+x+1)+(0)

x31=(x1)(x2+x+1)+(0)

Return the quotient and, when needed, add remainder divided by the divisor.

x2+x+1

Return the quotient and, when needed, add remainder divided by the divisor.

x2+x+1

Return the quotient and, when needed, add remainder divided by the divisor.

Waarom dit leren

Learn more met Tiger

Polynoomdeling ondersteunt algebraische vereenvoudiging, factorwerk en rationale uitdrukkingen.

Begrippen en onderwerpen

Recent opgeloste vergelijkbare opgaven