Question:
Find the remainder when $x^n - a^n$ is divided by $x^2-a^2$, where $n$ is odd.
I am not sure if my process is correct:
As the divisor is a quadratic, the remainder should be linear or constant.
- $P(-a) = -a^n-a^n = -Aa+B = -2a^n$
- $P(a) = a^n - a^n = Aa+B = 0$
adding 1 and 2:
$2B =-2a^n$
$B = -a^n$
subtracting 1 and 2:
$-2Aa=-2a^n$
$Aa = a^n$
$A = a^{n-1}$
So, the remainder = $a^{n-1}x-a^n$
I am unsure how to approach it in any way or if my current way is correct.