Solving a Recurrence: $a_0 = 2$

  • MHB
  • Thread starter magneto1
  • Start date
  • Tags
    Recurrence
In summary, the recurrence equation given is of the form $(a_n = 2a_{n - 1} + \sqrt{3(a_n)^2 - 12})$ for $n \in \Bbb{N}$, where $\delta$ is a function that tends to $2 \sqrt{3} / z$ quickly. Although the limit does not exist, a good approximation can be found using the geometric series.
  • #1
magneto1
102
0
Not sure if Discrete Math is the correct category, but I'm looking for some idea / hint on how to tackle the following recurrence.

$a_0 = 2$, and $a_{n+1} = 2a_{n} + \sqrt{3(a_n)^2 - 12}$ for $n \in \Bbb{N}$.

Some attempts to massage the equation got me: $(a_{n+1}-a_n)^2 = 2a_na_{n+1} - 12$, which is equally messy.
 
Last edited:
Physics news on Phys.org
  • #2
magneto said:
Not sure if Discrete Math is the correct category, but I'm looking for some idea / hint on how to tackle the following recurrence.

$a_0 = 2$, and $a_{n+1} = 2a_{n} + \sqrt{3(a_n)^2 - 12}$ for $n \in \Bbb{N}$.

Some attempts to massage the equation got me: $(a_{n+1}-a_n)^2 = 2a_na_{n+1} - 12$, which is equally messy.
What do you want to do? If it is to find the limit for an, then a nice 'trick' is to just drop all the subscripts. That is, if an goes to a as n goes to infinity, so does an-1, an-2, an-3, ..., an-k for any fixed k. Of course, that only works if there is a 'nice' limit. However this an goes to infinity which is not nice.

EDIT: Read more here
A003500 - OEIS
 
Last edited:
  • #3
The original question was to show all members of the sequence are integers. However, I am interested in a "closed form" formula for this recurrence. (Since the sequence is increasing, its limit does not exist.)
 
  • #4
magneto said:
The original question was to show all members of the sequence are integers. However, I am interested in a "closed form" formula for this recurrence. (Since the sequence is increasing, its limit does not exist.)
See EDIT above
 
  • #5
Some thoughts: if you rewrite the equation as:
$$a_n = 2a_{n - 1} + \sqrt{3a_{n - 1}^2} - \delta(a_{n - 1})$$
Where $\delta$ is defined for $z \geq 2$ as:
$$\delta(z) = \sqrt{3z^2} - \sqrt{3z^2 - 12}$$
Then we have:
$$a_n = 2a_{n - 1} + \sqrt{3} a_{n - 1} - \delta(a_{n - 1}) = (2 + \sqrt{3}) a_{n - 1} - \delta(a_{n - 1})$$
Expanding out we find:
$$a_n = (2 + \sqrt{3}) \left ( (2 + \sqrt{3}) a_{n - 2} - \delta(a_{n - 2}) \right ) - \delta(a_{n - 1})$$
$$a_n = (2 + \sqrt{3})^2 a_{n - 2} - (2 + \sqrt{3})\delta(a_{n - 2}) - \delta(a_{n - 1})$$
Iterating we (eventually) get:
$$a_n = 2 \cdot (2 + \sqrt{3})^n - \sum_{k = 1}^n (2 + \sqrt{3})^{k - 1} \delta(a_{n - k})$$
So now the problem is to bound the error term in the sum. We see that $\delta(z)$ tends to $2 \sqrt{3} / z$ quite quickly, which combined with the asymptotic growth of the sequence of $a_m \approx (2 + \sqrt{3})^m$ yields the good approximation:
$$\delta(a_m) \approx \frac{2 \sqrt{3}}{(2 + \sqrt{3})^m}$$
Allowing us to approximate our expression as:
$$a_n \approx 2 \cdot (2 + \sqrt{3})^n - \sum_{k = 1}^n (2 + \sqrt{3})^{k - 1} \frac{2 \sqrt{3}}{(2 + \sqrt{3})^{n - k}} = 2 \cdot (2 + \sqrt{3})^n - \frac{2 \sqrt{3}}{(2 + \sqrt{3})^{n + 1}} \sum_{k = 1}^n (2 + \sqrt{3})^{2k}$$
Which is a geometric series, and we get:
$$a_n \approx 2 \cdot (2 + \sqrt{3})^n - \frac{(2 + \sqrt{3})^{2n} - 1}{(2 + \sqrt{3})^{n + 1}} \left [ \frac{12 + 7 \sqrt{3}}{3 + 2 \sqrt{3}} \right ]$$
Which seems to be a good, if not exact approximation, and probably actually reduces to the closed form in John Harris' OEIS link.​
 

Related to Solving a Recurrence: $a_0 = 2$

1. What is a recurrence relation?

A recurrence relation is a mathematical expression that defines a sequence of numbers in terms of one or more of the previous terms in the sequence. It is typically written in the form of a formula and is used to describe patterns and relationships in mathematical sequences.

2. How do you solve a recurrence relation?

To solve a recurrence relation, you can use one of several methods such as substitution, iteration, or generating functions. Each method involves manipulating the given formula to find a closed-form solution, which is an explicit expression for the nth term in the sequence.

3. What is the initial condition in a recurrence relation?

The initial condition, also known as the base case, refers to the first term in the recurrence relation. It is typically given as a fixed value or formula and is used to start the sequence. In the case of $a_0 = 2$, the initial condition is 2.

4. Can a recurrence relation have multiple solutions?

Yes, a recurrence relation can have multiple solutions. This is because there may be more than one formula that satisfies the given recurrence relation. However, there is usually a unique closed-form solution that is considered the "simplest" or most explicit expression for the sequence.

5. Why are recurrence relations important in science?

Recurrence relations are important in science because they allow us to model and analyze many natural phenomena, such as population growth, chemical reactions, and physical processes. By understanding and solving recurrence relations, we can make predictions, identify patterns, and gain insight into the underlying mechanisms of these phenomena.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
18
Views
2K
Replies
8
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
22
Views
4K
  • General Math
Replies
12
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • General Math
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
418
Back
Top