(2+sqrt(3))^50 close to being an integer

  • MHB
  • Thread starter Ciaran
  • Start date
  • Tags
    Integer
In summary, the conversation discusses how to find a sequence of integers using a recursion relation similar to the Fibonacci sequence that proves (2 + √3)^50 is close to an integer. The method involves using the minimal polynomial with the roots 2 ±√3 and initial values of 2 and 4 to construct the recursion. This shows that as n increases, the value will approach zero, proving that (2 + √3)^50 is close to an integer.
  • #1
Ciaran
72
0
Q:Explain this phenomenon by finding a sequence of integers a_i, defined by a recursion relation similar to the Fibonacci sequence, such that a_n = (2 + √
3)^n + (2 −√3)^n.
Make sure to explain why constructing such a sequence proves (2 + √3)^50 is close to an integer, though you needn’t analyze precisely how close it is.

I managed to come up with a proof of why the number is so close to an integer but I have not been able to explain it in the way the question is asking me. Can somebody please help?
 
Physics news on Phys.org
  • #2
To find the recursion having the given closed form, we should look for the minimal polynomial having the roots:

\(\displaystyle 2\pm\sqrt{3}\)

So, we could write:

\(\displaystyle x=2\pm\sqrt{3}\)

\(\displaystyle x-2=\pm\sqrt{3}\)

\(\displaystyle (x-2)^2=3\)

\(\displaystyle x^2-4x+4=3\)

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

So, using this as your characteristic equation, and the initial values of the given closed form, can you construct the recursion?
 
  • #3
Thanks for your reply! This was actually as far as I got, because I was told to look at the Golden Ratios and how they are the solutions to x^2= x+1, and apply this to 2 +- sqrt3
 
  • #4
Okay, using the characteristic equation we found, along with the fact that:

\(\displaystyle a_0=2,\,a_1=4\)

we may state:

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

Does this make sense?
 
  • #5
Yes, this makes sense! It's analogous to the one for the Fibonacci sequence
 
  • #6
Yes, the method for finding the closed form of a linear recurrence is to raise each of the roots of the corresponding characteristic equation by a power of $n$ and multiply each by a parameter which you can determine from the given initial conditions.

So, knowing that $a_n$ is an integer for all $n$ (which we can see from the recurrence), then we know that \(\displaystyle \left(2+\sqrt{3}\right)^n\) will differ from an integer by the value of \(\displaystyle \left(2-\sqrt{3}\right)^n\). Since $2-\sqrt{3}<1$, we know that as $n$ increases, this value will approach zero.
 
  • #7
Thank you very much indeed! It was the forming of the recurrence relation that got me; you made it very clear indeed.
 

FAQ: (2+sqrt(3))^50 close to being an integer

What is the significance of "(2+sqrt(3))^50 close to being an integer"?

The significance of this expression is that it is a form of a binomial expansion, which has been found to have a very close approximation to an integer value. This can have implications in various fields of mathematics and physics, such as number theory and fractals.

How close is "(2+sqrt(3))^50" to being an integer?

The value of "(2+sqrt(3))^50" is approximately 1.000000000000000000000000000000004636, which is extremely close to an integer value of 1. This means that it has a very small margin of error, making it a highly accurate approximation.

What is the formula for calculating "(2+sqrt(3))^50"?

The formula for calculating "(2+sqrt(3))^50" is (a+b)^n = nC0 * a^n + nC1 * a^(n-1)*b + nC2 * a^(n-2)*b^2 + ... + nCn-1 * a*b^(n-1) + nCn * b^n, where a = 2, b = sqrt(3), and n = 50.

Can this expression be simplified further?

No, this expression cannot be simplified further as it is already in its simplest form. However, it is possible to expand the expression using the formula mentioned above to get a decimal approximation.

What is the practical application of "(2+sqrt(3))^50 close to being an integer"?

The practical application of this expression lies in its ability to approximate irrational numbers, such as sqrt(3), with a high degree of accuracy. This can be useful in fields that require precise calculations, such as engineering and finance.

Back
Top