5
$\begingroup$

Prove that $$\left(\frac{3+\sqrt{17}}{2}\right)^n + \left(\frac{3-\sqrt{17}}{2}\right)^n$$

is always odd for any natural $n$.

I attempted to write the binomial expansion and sum it so the root numbers cancel out, and wanted to factorise it but didn't know how. I also attempted to use induction but was not sure how to proceed.

  • 1
    **Hint** $\ $ They satisfy a recursion $\, a_{n+1}= 3a_n + 2a_{n-1}$ arising from [Newton's identities](http://en.wikipedia.org/wiki/Newton's_identities) for expressing power sums in terms of elementary symmetric polynomials, viz. $$\rm\quad\ \: x^{n+1}+y^{n+1}\ =\ (\color{#c00}{x+y})\ (x^n+y^n) -\ \color{#c00}{xy}\: (x^{n-1}+y^{n-1})\quad for\ \ all\ \ \ n \ge 1\qquad\quad $$ where in the OP we have $\,\color{#c00}{x+y} = 3,\ \color{#c00}{xy} = -2.\ \ $2017-02-22
  • 0
    Dumb question: how do we know it is an integer for any natural n?2017-02-22
  • 0
    @BCLC : it is an algebraic integer (since $17 \equiv 1 \pmod 4$), and it is rational since it is fixed by the Galois group of $\Bbb Q(\sqrt{17})$. See [here](http://math.stackexchange.com/questions/1903099/why-is-2-sqrt3n2-sqrt3n-an-integer/1903132#1903132).2017-02-22
  • 0
    Related : http://math.stackexchange.com/questions/936479/proving-that-frac-phi4001-phi200-is-an-integer2017-02-22

3 Answers 3

11

Note that it satisfies the following recursive formula:

$$a_{n+2}=3a_{n+1}+2a_n\tag{$\star$}$$

where $a_n=\left(\frac{3+\sqrt{17}}2\right)^n+\left(\frac{3-\sqrt{17}}2\right)^n$.

Thus, if $a_{n+1}$ is odd, then $a_{n+2}$ is odd.


$(\star)$ comes from noting that

$$a^2=3a+2\implies a=\frac{3\pm\sqrt{17}}2$$

And applying theories of linear recursives.

This technique is famous, take the Fibonacci sequence for example:

$$a_{n+2}=a_{n+1}+a_n\implies a^2=a+1$$

This quadratic has two solutions $a=\phi,-\phi^{-1}$. Thus, the Fibonacci sequence has the following formula:

$$a_n=\frac{\phi^n-(-\phi)^{-n}}{\sqrt5}$$

where $\phi$ is the golden ratio.

  • 2
    You need $a_{n+1}$ to be odd...2017-02-22
  • 0
    Oops, thanks XD2017-02-22
  • 1
    ... and $a_1=3$...2017-02-22
  • 3
    very simple, but slightly non-obvious +12017-02-22
  • 0
    I assume readers can conclude the induction and initial conditions. @lhf2017-02-22
  • 4
    @ParamanandSingh The way one might reverse engineer the recurrence relation is this: The general solution to the recurrence relation $a_{n + 2} = B a_{n + 1} + C a_n$ for $B, C$ constant is (except in the special case that $B^2 = -4C$) $a_n = P r_+^n + Q r_-^n$, where $r_{\pm}$ are the roots of the characteristic polynomial $r^2 - B r - C$ and $P, Q$ are constant. On the other hand, we can write this as $(r - r_+)(r - r_-)$, so that $B = r_+ + r_-$ and $C = -r_+ r_-$. Substituting the given values for $r_{\pm}$ yields $B = 3$ and $C = 2$.2017-02-22
  • 0
    Since the recurrence relation gives each term in terms of the previous two, it's enough to compute the first two values of $a_n$ and then apply induction.2017-02-22
  • 0
    @Travis Exactly my line of thought!2017-02-22
  • 0
    @Travis: I know the theory of linear recurrences (at least those which are simple like the one here), I wanted to just say that it was a bit non-obvious to think of a recurrence. The common thought is "binomial theorem" when we look at the exponent $n$. But thanks for the comment.2017-02-22
  • 0
    It would be worth explaining where this recursive formula comes from. This is not difficult (e.g. $a = \dfrac{3+\sqrt{17}}{2}$ satisfies $(2a-3)^2=17$, hence $a^2=3a+2$), but it would have been useful.2017-02-22
  • 3
    @ParamanandSingh Yes, it's certainly nonobvious, which together with its efficiency makes the answer clever. One way one might be reminded of such a method here is to note the similarity of the given expression here with the explicit form $F_n = \frac{1}{\sqrt{5}} \phi^n - \frac{1}{\sqrt{5}} \bar{\phi}^n$ (sometimes called Binet's Formula) for the $n$th Fibonacci number (here $\phi$ is the Golden Ratio and $\bar\phi$ is its algebraic conjugate), and (as again I'm sure you know) $(F_n)$ is probably the best-known sequence usually defined via recursion.2017-02-22
  • 2
    @Travis: Fibonacci is too famous! And yes I should have been reminded of the similarity of this sequence in question with Binet formula for Fibonacci. Then it would have been obvious that we need recurrence here. But somehow "Simply Beautiful Art" types the answer fast enough to leave no room for all these thoughts.2017-02-22
  • 0
    @ParamanandSingh haha, I'm sorry. You wish for me to include more?2017-02-22
  • 0
    @SimplyBeautifulArt Thanks! That's simply beautiful! And very nonobvious of course! I'm eager to accept this answer right now, but I also think that a more obvious solution was intended here. I'll just wait a bit first, till later tomorrow, to ask my teacher what was the intended solution from the textbook & update the question with that first. Consider this an accepted answer for sure, hope you don't mind!2017-02-22
  • 0
    @DushDushDush of course not. Intended or not, I merely wish for you to take something interesting from this!2017-02-22
6

HINT:

Say $\left(\frac{3+\sqrt{17}}{2}\right)=a$ and $\left(\frac{3-\sqrt{17}}{2}\right)=b$.

Now observe that: $$\left(\frac{3+\sqrt{17}}{2}\right)^n + \left(\frac{3-\sqrt{17}}{2}\right)^n$$ $$=a^n+b^n$$ $$=(a+b)(a^{n-1}+b^{n-1})-ab(a^{n-2}+b^{n-2})$$ $$=\color{red}{3\cdot\left[\left(\frac{3+\sqrt{17}}{2}\right)^{n-1}+ \left(\frac{3-\sqrt{17}}{2}\right)^{n-1}\right]+ 2\cdot \left[\left(\frac{3+\sqrt{17}}{2}\right)^{n-2} + \left(\frac{3-\sqrt{17}}{2}\right)^{n-2}\right]}$$

Now use strong induction and see what you can do.

P.S. $3 \times \mathrm{odd} + 2\times \mathrm{odd} = \mathrm{odd + even} = \mathrm{odd}$

Hope this helps you.

  • 0
    Easier to just reproduce quadratics with the right roots, but this is good nonetheless.2017-02-22
  • 0
    Thanks! Would've been obvious I think, if our school curriculum contained the $a^n+b^n$ identity, which I'm not familiar with. I'll get back to this question after later tomorrow, when I seek out for the intended solution from the textbook from which this was taken. Nevertheless, I still like this answer!2017-02-22
  • 0
    @DushDushDush you could consider factoring by setting equal to zero and solving for roots.2017-02-22
  • 0
    @SimplyBeautifulArt The intended solution is similar to this answer but it dose not use $a^n+b^n$ identity directly, making itself unnecessary more complex.2017-02-23
  • 0
    @DushDushDush ah, interesting. I suppose they didn't want to throw that at you.2017-02-23
3

A high-powered solution comes from looking at the expression $ 2 $-adically. Indeed, by choosing an embedding $ \mathbf Q(\sqrt{17}) \to \mathbf Q_2 $ and noting that we have a sum of the form $ \alpha^n + \beta^n $, we note that $ \alpha + \beta = 3 $ is odd. It follows that one of $ \alpha, \beta $ is odd and the other one is even in $ \mathbf Z_2 $, and thus, upon reduction modulo $ 2 $, the same is true for $ \alpha^n, \beta^n $ for any $ n \geq 1 $; and thus $ \alpha^n + \beta^n $ is odd.