9

I read somewhere that

$(a^n - b^n)$

  1. It is always divisible by $a-b$.
  2. When $n$ is even it is also divisible by $a+b$.
  3. When $n$ is odd it is not divisible by $a+b$.

and

$(a^n + b^n)$

  1. It is never divisible by $a-b$.
  2. When $n$ is odd it is divisible by $a+b$.
  3. When $n$ is even it is not divisible by $a+b$.

I wonder what's the proof for this.

First postulate is clear. $(a-b)$ would or would not be a factor. Any light on others?

Arctic Char
  • 16,007
aarbee
  • 8,246

5 Answers5

6

As you already grasp $\;a^n-b^n=(a-b)(a^{n-1}+a^{n-2}b+\ldots+ab^{n-2}+b^{n-1})$. Now, if $\;n\;$ is odd then $\;b^n=-(-b)^n$, so using the above

$$a^n+b^n=a^n-(-b)^n=(a-(-b))(a^{n-1}+a^{n-2}(-b)+\ldots+a(-b)^{n-2}+(-b)^{n-1})=$$

$$=(a+b)(a^{n-1}-a^{n-2}b+\ldots-ab^{n-2}+b^{n-1})$$

Since $\;(-b)^n=b^n\iff n\;$ is even. For example, $\;(-b)^{n-2}=-b^{n-2}.$

Timbuc
  • 34,191
5

If $a=b, a^n=b^n$

or $\displaystyle a^n-b^n=(a-b)(a^{n-1}+a^{n-2}b+\cdots+ab^{n-2}+b^{n-1})$

If $a=-b, a^{2m+1}=(-b)^{2m+1}=-b^{2m+1}$



Induction :

$\displaystyle a^n-b^n=a(a^{n-1}-b^{n-1})+b^{n-1}(a-b) $

$\displaystyle a^{2m+1}+b^{2m+1}=a^2(a^{2m-1}+b^{2m-1})-b^{2m-1}(a^2-b^2) $

3

for $a^n+b^n$, to treat the odd and even cases in a single framework-- if you do the long division you will notice the following identity: $$ a^n+b^n = (a+b)\left(\sum_{k=0}^{n-1} (-1)^k a^{n-1-k}b^k\right) +(1+(-1)^n)b^n $$

David Holden
  • 18,040
1

If the first postulate is clear, then $a^\text{even}-b^\text{even}=a^{2n}-b^{2n}=(a^2)^n-(b^2)^n$, which is divisible
through $(a^2-b^2)$. But $a^2-b^2=(a-b)(a+b)$. It should then be obvious why this trick can
not be applied for odd values of the exponent, implying $(3)$. As far as the second group is con-
cerned, try giving small values to n, such as $3$ or $5$, and compute $(a+b)(a^2-ab+b^2)$ or
$(a+b)(a^4-a^3b$$+a^2b^2-ab^3+b^4)$. Notice how the terms just cancel each other out, due to
sign-alternation, and all that remains is only the first and the last. Then try applying a similar
trick to even values of n, and notice how that would force the greatest powers of a and b to be
of opposite signs.

Lucian
  • 48,334
  • 2
  • 83
  • 154
0

$\color{#F00}{\text{Prove that, $(a^n-b^n)$ is always divisible $(a+b)$ where $n$ is an even positive integer.}}$

Let, dividing $(a^n-b^n)$ by $(a+b)$ we get: $Quotent=Q$ and $Remainder=R$ (where $R$ is independent to $a$).

$Divident=Divisor\times Quotent+Remainder$

$\therefore (a^n-b^n)=(a+b)\times Q+R$

$\because R\, \text{is independent to}\, a.$ Therefore, substituting '$(-b)$' in the place of '$a$' in the above identitiy,

$(-b)^n-b^n=(-b+b)\times Q+R\Rightarrow b^n-b^n=R[\because \text{$n$ is an even integer}]\Rightarrow R=0$

Therefore, $(a^n-b^n)$, polynomial expression is always divisible by $(a+b)$, when $n$ is any even positive integer.$\square$

O M
  • 2,094