-1

I suppose by contradiction that $x+a$ is a factor of $x^n-a^n$ for all odd $n$. In particular for $n=1$, we have that $x+a$ is a factor of $x-a$, but that is not possible. So that would be a contradiction. If my proof is correct?

Bill Dubuque
  • 272,048

2 Answers2

0

The statement is not true if $a=0$. It is true for any other $a$. Indeed, $x+a$ is a factor of $x^n-a^n$ iff $-a$ is a root of $x^n-a^n$ or $(-a)^n-a^n=-2a^n=0$ since $n$ is odd. This can happen only if $a=0$.

markvs
  • 19,653
0

The negation of the given statement is: $x+a$ is a factor of $x^n - a^n$ for some odd $n$.

So, your proof would be correct if the question was: Prove that $x+a$ is not a factor of $x^n - a^n$ for some odd $n$. You proved that this $n$ exists (the case $n=1$), but not that any odd $n$ satisfies the condition.

The correct proof would be:

$P(x)$ being a factor of $Q(x)$ implies that for any $\alpha$ that $P(\alpha)=0$, $Q(\alpha)=0$ also.

We have $P(x)=x+a, \; Q(x)=x^n-a^n$, and $\alpha=-a$.

However, $Q(\alpha)=(-a)^n-a^n=-2a^n \ne 0$ if $n$ is odd. (Assuming $a \ne 0$)

Therefore, if $a \ne 0$, $x+a$ is always not a factor of $x^n-a^n$ for odd $n$.

Saturday
  • 1,358