Oddity of $\left\lfloor{(2+\sqrt3)^n}\right\rfloor$ for All $n \in \mathbb{N}$

  • MHB
  • Thread starter kaliprasad
  • Start date
In summary, the values of $\left\lfloor{(2+\sqrt3)^n}\right\rfloor$ follow a pattern known as the Lucas sequence, where each term is the sum of the two previous terms. As n increases, the values also increase due to the exponential nature of the sequence. There is a formula for calculating these values without a calculator, using the floor function to round down to the nearest integer. This oddity has practical applications in financial mathematics, computer science, and can be found in nature.
  • #1
kaliprasad
Gold Member
MHB
1,335
0
show that $\left\lfloor{(2+\sqrt3)^n}\right\rfloor$ is odd for every positive integer n
 
Mathematics news on Phys.org
  • #2
My solution:

First, we find that the minimal polynomial for $2+\sqrt{3}$ is:

\(\displaystyle x^2-4x+1\)

And by inspecting initial conditions, we may then state:

\(\displaystyle \left(2+\sqrt{3}\right)^n=U_n+V_n\sqrt{3}\)

where both $U$ and $V$ are defined recursively by:

\(\displaystyle W_{n+1}=4W_{n}-W_{n-1}\)

and:

\(\displaystyle U_0=1,\,U_1=2\)

\(\displaystyle V_0=0,\,U_1=1\)

Now, we can see that $U_n$ and $V_n$ have opposing parities, and given:

\(\displaystyle \left\lfloor U_n+V_n\sqrt{3} \right\rfloor=U_n+V_n\left\lfloor \sqrt{3} \right\rfloor=U_n+V_n\)

We may then conclude that for all natural numbers $n$ that \(\displaystyle \left\lfloor \left(2+\sqrt{3}\right)^n \right\rfloor\) must be odd, since the sum of an odd and an even natural number will always be odd.
 
  • #3
A slight variation on the same idea.
[sp] \(\displaystyle (2+\sqrt3)^n + (2-\sqrt3)^n = 2\sum_{k=0}^{\lfloor k/2\rfloor}{n\choose 2k}2^{n-2k}3^k\) (binomial expansion). The right side is clearly an even integer. On the left side, $(2-\sqrt3)^n < 1$, so it follows that $\left\lfloor(2+\sqrt3)^n\right\rfloor$ is odd.[/sp]
 
  • #4
MarkFL said:
My solution:

First, we find that the minimal polynomial for $2+\sqrt{3}$ is:

\(\displaystyle x^2-4x+1\)

And by inspecting initial conditions, we may then state:

\(\displaystyle \left(2+\sqrt{3}\right)^n=U_n+V_n\sqrt{3}\)

where both $U$ and $V$ are defined recursively by:

\(\displaystyle W_{n+1}=4W_{n}-W_{n-1}\)

and:

\(\displaystyle U_0=1,\,U_1=2\)

\(\displaystyle V_0=0,\,U_1=1\)

Now, we can see that $U_n$ and $V_n$ have opposing parities, and given:

\(\displaystyle \left\lfloor U_n+V_n\sqrt{3} \right\rfloor=U_n+V_n\left\lfloor \sqrt{3} \right\rfloor=U_n+V_n\)

We may then conclude that for all natural numbers $n$ that \(\displaystyle \left\lfloor \left(2+\sqrt{3}\right)^n \right\rfloor\) must be odd, since the sum of an odd and an even natural number will always be odd.
$\left\lfloor{V_n\sqrt{3}}\right\rfloor\ne V_n\left\lfloor{\sqrt3}\right\rfloor$
or am I mssing some thing
 
  • #5
kaliprasad said:
$\left\lfloor{V_n\sqrt{3}}\right\rfloor\ne V_n\left\lfloor{\sqrt3}\right\rfloor$
or am I mssing some thing

Yes, my mistake, that's only true for $V_n\in\{0,1\}$. :D
 

Related to Oddity of $\left\lfloor{(2+\sqrt3)^n}\right\rfloor$ for All $n \in \mathbb{N}$

1. What is the pattern in the values of $\left\lfloor{(2+\sqrt3)^n}\right\rfloor$ for all $n \in \mathbb{N}$?

The values of $\left\lfloor{(2+\sqrt3)^n}\right\rfloor$ follow a pattern known as the Lucas sequence. This means that each term in the sequence is the sum of the two previous terms, starting with 2 and 3. So the sequence goes 2, 3, 5, 8, 13, 21, 34, and so on.

2. How does the value of $n$ affect the value of $\left\lfloor{(2+\sqrt3)^n}\right\rfloor$?

As $n$ increases, the value of $\left\lfloor{(2+\sqrt3)^n}\right\rfloor$ also increases. This is because the sequence is exponential, meaning that each term is found by raising the number 2+$\sqrt3$ to a larger power.

3. Is there a way to calculate the value of $\left\lfloor{(2+\sqrt3)^n}\right\rfloor$ without using a calculator?

Yes, there is a formula for calculating the value of $\left\lfloor{(2+\sqrt3)^n}\right\rfloor$ without a calculator. It is given by the formula $F_n = \frac{(2+\sqrt3)^n + (2-\sqrt3)^n}{2}$, where $F_n$ represents the $n$th term in the Lucas sequence.

4. What is the significance of the floor function in this equation?

The floor function, denoted by $\left\lfloor x \right\rfloor$, rounds a real number down to the nearest integer. In this equation, it means that the values of $\left\lfloor{(2+\sqrt3)^n}\right\rfloor$ are always whole numbers, even though the actual value of $(2+\sqrt3)^n$ may be a decimal. This is important because it allows us to see the clear pattern in the sequence without having to deal with decimals.

5. Are there any real-world applications of this oddity?

Yes, there are several real-world applications of this oddity. One example is in financial mathematics, where the Lucas sequence is used to model the growth of investments. It is also used in computer science and coding theory. Additionally, the Lucas sequence has connections to the Fibonacci sequence and is found in nature, such as in the branching patterns of trees and the spiral patterns of shells.

Similar threads

Replies
9
Views
2K
Replies
1
Views
780
Replies
2
Views
862
Replies
2
Views
2K
Replies
1
Views
855
Replies
8
Views
2K
Replies
1
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
1K
Replies
3
Views
1K
Replies
2
Views
1K
Back
Top