How to prove $x^3-y^3 = (x-y)(x^2+xy+y^2)$ without expand the right side?

37.8k Views Asked by At

I can prove that $x^3-y^3 = (x-y)(x^2+xy+y^2)$ by expanding the right side.

  1. $x^3-y^3 = (x-y)x^2 + (x-y)(xy) + (x-y)y^2$
  2. $\implies x^3 - x^2y + x^2y -xy^2 + xy^2 - y^3$
  3. $\implies x^3 - y^3$

I was wondering what are other ways to prove that $x^3-y^3 = (x-y)(x^2+xy+y^2)$

10

There are 10 best solutions below

0
On

Divide $x^3-y^3$ by $x-y$ as polynomials

0
On

$x^3-y^3=x^2(x-y)+yx^2-y^3=x^2(x-y)+yx(x-y)+xy^2-y^3=...$ (Simly insert $x^2y-yx^2$, then insert $y^2x-xy^2$,...)

0
On

You could do the enclidian division of $X^3 - Y^3$ by $X-Y$ in the ring $A[X]$, where $A = \mathbf{Z}[Y]$, has $X-Y$ has unit leading coefficient.

0
On

Since $x=y$ is clearly a root, one may divide $x^3-y^3$ by $x-y$ directly.

0
On

First, notice that for all $u$, \begin{align*}(1-u)(1 + u + u^2) &= 1 + u + u^2 - (u - u^2 - u^3)\\ &= 1 + (u-u) + (u^2-u^2) - u^3\\ &= 1 - u^3.\end{align*} Now, take $u = \frac{y}{x}$ and multiply by $x^3$.

0
On

Well there are two ways that come to mind.

It is clear that when $x=y$ we have $x^3-y^3=0$. Then use long division to divide $x^3-y^3$ by $x-y$ and the result will be the equation on the right.

Another way would be to write:

$$\left(\frac{x}{y}\right)^3 - 1$$

Now we wish to find the zeros of this polynomial. These correspond to $\frac{x}{y} = 1$, $\frac{x}{y} = e^{i\frac{2\pi}{3}}$ and $\frac{x}{y} = e^{i\frac{4\pi}{3}}$.

Then we can factor the polynomial as:

$$\left(\frac{x}{y}\right)^3 - 1 = \left( \frac{x}{y} - 1 \right) \left(\frac{x}{y} - e^{i\frac{2\pi}{3}}\right) \left( \frac{x}{y} - e^{i\frac{4\pi}{3}} \right)$$

If we multiply the last two factors together we find:

$$\left(\frac{x}{y}\right)^3 - 1 = \left( \frac{x}{y} - 1 \right) \left(\frac{x^2}{y^2} - \frac{x}{y} \left(e^{i \frac{2\pi}{3}} + e^{i \frac{4 \pi}{3}}\right) + 1 \right)$$ $$=\left( \frac{x}{y} - 1 \right) \left(\frac{x^2}{y^2} - \frac{x}{y} \left( 2 \cos(2\pi/3) \right) + 1 \right) = \left( \frac{x}{y} - 1 \right) \left(\frac{x^2}{y^2} + \frac{x}{y} + 1 \right).$$

Thus $$\left(\frac{x}{y}\right)^3 - 1 = \left( \frac{x}{y} - 1 \right) \left(\frac{x^2}{y^2} + \frac{x}{y} + 1 \right).$$ Multiplying by $y^3$ on both sides gives the result.

0
On

Another way is as follows: $$ (x - y)^3 = x^3 - 3x^2y + 3xy^2 - y^3 = (x^3 - y^3) -3xy(x - y) \quad \Rightarrow $$ $$ x^3 - y^3 = (x - y)^3 + 3xy(x - y) = (x - y)[(x - y)^2 + 3xy] \quad \Rightarrow $$ $$ x^3 - y^3 = (x - y)(x^2 + xy + y^2) $$

0
On

Let $\omega$ be a complex cube root of unity. Then $x^{3} - y^{3} = (x-y)(x- \omega y)(x-\omega^{2}y)$ since both sides vanish when $x \in \{y,\omega y,\omega^{2}y \}$ and the degrees are right. Since $1 + \omega + \omega^{2} = 0$ we have $\omega + \omega^{2} = -1.$ We also have $\omega \omega^{2} = 1$, so we have $(x - \omega y)(x-\omega^{2}y) = x^{2}+xy + y^{2}.$

6
On

They agree at $\,x = 0,\pm y\,$ so their difference is a quadratic in $\,x\,$ with $3$ roots, hence zero.

0
On

You can rearrange it into two possible ways.

Show, by left side, that $$\frac{x^3-y^3}{x-y} = x^2+xy+y^2,$$ or $$\frac{x^3-y^3}{x^2+xy+y^2} = x-y.$$

You may read about "Long Division of Polynomials". See also LINK for knowing the process.