Page 1 of 1

BdMO National Higher Secondary 2007/5

Posted: Sun Feb 06, 2011 10:17 pm
by BdMO
Problem 5:
If $x_1, x_2$ are the zeros of the polynomial $x^2-6x+1$, then prove that for every nonnegative integer $n$, $x_1^n+x_2^n$ is an integer and not divisible by $5$.

Re: BdMO National Higher Secondary 2007/5

Posted: Mon Feb 14, 2011 2:06 pm
by Masum
Note that $x_1+x_2=6,x_1x_2=1,$we use strong induction on $n$
Trivial for $n=1$,so let $x_1^{n-1}+x_2^{n-1},x_1^n+x_2^n$ is integer,then note that $(x_1+x_2)(x_1^n+x_2^n)=x_1^{n+1}+x_2^{n+1}+x_1x_2(x_1^{n-1}+x_2^{n-1}),$this equation easily implies that our induction is complete

Re: BdMO National Higher Secondary 2007/5

Posted: Tue Feb 07, 2012 4:49 pm
by Ehsan
What about the divisibility?

Re: BdMO National Higher Secondary 2007/5

Posted: Wed Feb 08, 2012 12:08 am
by sm.joty
Ehsan wrote:What about the divisibility?
It's also provable by strong induction.
The base case is true.
Assume that $x_1^n+x_2^n$ and $x_1^{n-1}+x_2^{n-1}$
both are not divisible by 5.
$(x_1+x_2)(x_1^n+x_2^n)=x_1^{n+1}+x_2^{n+1}+x_1x_2(x_1^{n-1}+x_2^{n-1})$
$x_1+x_2=6, x_1x_2=1$
thus
$(x_1+x_2)(x_1^n+x_2^n)-x_1x_2(x_1^{n-1}+x_2^{n-1})=x_1^{n+1}+x_2^{n+1}$
$\Rightarrow 6(x_1^n+x_2^n)-(x_1^{n-1}+x_2^{n-1})=x_1^{n+1}+x_2^{n+1}$
here left side is not divisible by 5. so for all $n\in\mathbb{N}$ ,$ ,x_1^n+x_2^n$ is not divisible by 5.