Binomial theorem and modular arithmetic

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Quesadilla
Messages
95
Reaction score
13

Homework Statement


From an old exam: Show that
\begin{equation*}
\sum_{0 \leq 2k \leq n} \binom{n}{2k}2^k = 0 (3) \text{ iff } n = 2 (4).
\end{equation*}
By ##a = b (k)## I mean that ##a## is congruent to ##b## modulo ##k##.

Homework Equations


Binomial theorem: ## (a + b)^m = \sum_{k=1}^m \binom{k}{m} a^k b^{m-k}##.

The Attempt at a Solution


A hint was provided to consider ##\frac{1}{2}((1 + \sqrt{2})^n + (1 - \sqrt{2})^n) ##.

I have taken some baby steps. Using the binomial theorem, I was able to establish
\begin{equation*}
\sum_{0 \leq 2k \leq n} \binom{n}{2k}2^k = \frac{1}{2}((1 + \sqrt{2})^n + (1 - \sqrt{2})^n).
\end{equation*}
Now in other words I need to find for exactly which ##n## the above is divisible by ##3##, which I guess is equivalent to saying that ## ((1 + \sqrt{2})^n + (1 - \sqrt{2})^n) ## is divisible by ##6##.

I would greatly appreciate some small hints.
 
on Phys.org
Quesadilla said:

Homework Statement


From an old exam: Show that
\begin{equation*}
\sum_{0 \leq 2k \leq n} \binom{n}{2k}2^k = 0 (3) \text{ iff } n = 2 (4).
\end{equation*}
By ##a = b (k)## I mean that ##a## is congruent to ##b## modulo ##k##.

Homework Equations


Binomial theorem: ## (a + b)^m = \sum_{k=1}^m \binom{k}{m} a^k b^{m-k}##.

The Attempt at a Solution


A hint was provided to consider ##\frac{1}{2}((1 + \sqrt{2})^n + (1 - \sqrt{2})^n) ##.

I have taken some baby steps. Using the binomial theorem, I was able to establish
\begin{equation*}
\sum_{0 \leq 2k \leq n} \binom{n}{2k}2^k = \frac{1}{2}((1 + \sqrt{2})^n + (1 - \sqrt{2})^n).
\end{equation*}
Now in other words I need to find for exactly which ##n## the above is divisible by ##3##, which I guess is equivalent to saying that ## ((1 + \sqrt{2})^n + (1 - \sqrt{2})^n) ## is divisible by ##6##.

I would greatly appreciate some small hints.

Given that [itex]a_n = A\lambda_1^n + B\lambda_2^n[/itex] is the general solution of the linear recurrence relation [tex]a_{n+2} - (\lambda_1 + \lambda_2)a_{n+1} + \lambda_1\lambda_2a_n = 0,[/tex] I am motivated to view [itex]\frac12((1 + \sqrt{2})^n + (1 - \sqrt{2})^n)[/itex] as being the solution of that recurrence relation with [itex]\lambda_{1} = 1 + \sqrt{2}[/itex], [itex]\lambda_2 = 1 - \sqrt{2}[/itex] and initial conditions [itex]a_0 = a_1 = 1[/itex], and consider [itex]b_n = a_n \mod 3[/itex]. I suspect you will find that [itex]b_n[/itex] is periodic with period equal to some multiple of 4.
 
  • Like
Likes   Reactions: 1 person
Thank you, Pasmith.

It seems highly plausible that I was expected to identify the expression as the solution to that linear recurrence relation, which I assume is what you did by inspection.

Indeed, by considering ## b_n = a_n (3) ## I use the recurrence relation to find that ##b_n## is periodic and ##b_n = 0 (3) ## exactly when ## n = 2 + 4m ##.