Calculating $U_{513}$ of a Sequence Defined by Recurrence Relation

Click For Summary
SUMMARY

The sequence defined by the recurrence relation \( U_{n+1}=\sqrt{U_n^2-2U_n+3}+1 \) starts with \( U_1=1 \). The discussion centers around calculating \( U_{513} \), with participants noting that \( U_{510} \) equals 33, while \( U_{513} \) requires further analysis due to its modulo 4 classification. The correct value of \( U_{513} \) remains undetermined in the discussion, highlighting the complexity of the sequence.

PREREQUISITES
  • Understanding of recurrence relations
  • Familiarity with modular arithmetic
  • Basic knowledge of square root functions
  • Experience with mathematical sequences
NEXT STEPS
  • Research advanced techniques in solving recurrence relations
  • Explore properties of modular arithmetic in sequences
  • Learn about convergence in mathematical sequences
  • Investigate numerical methods for approximating sequence values
USEFUL FOR

Mathematicians, students studying sequences and series, and anyone interested in advanced problem-solving techniques in mathematics.

anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Let $U_1,\,U_2,\,\cdots$ be a sequence defined by $U_1=1$ and for $n>1$, $U_{n+1}=\sqrt{U_n^2-2U_n+3}+1$. Find $U_{513}$.
 
Mathematics news on Phys.org
Well it's 33 isn't it? The solution is so obvious that I just can't bear to post it. (Angel)

Where do you come up with these things??

-Dan
 
topsquark said:
Well it's 33 isn't it?

Close, but no cigar. $U_{510}$ is 33, not $U_{513}$, as 510 is 2 modulo 4, unlike 513.

(Lipssealed) I won't give out anything that will lead to a solution.

EDIT : This is flawed too. :(
 
Last edited:
mathbalarka said:
Close, but no cigar. $U_{510}$ is 33, not $U_{513}$, as 510 is 2 modulo 4, unlike 513.

(Lipssealed) I won't give out anything that will lead to a solution.
Hmph. I got my count wrong. No more Excel for me!

-Dan
 
My solution:

If we square the recursion, we may write:

$$\left(U_{n+1}-1\right)^2=\left(U_{n}-1\right)^2+2$$

Let:

$$V_n=\left(U_{n}-1\right)^2$$

And there results:

$$V_{n+1}=V_{n}+2$$

$$V_{n+2}=V_{n+1}+2$$

Subtracting the former from the latter, we obtain:

$$V_{n+2}=2V_{n+1}-V_{n}$$

We have the repeated characteristic root:

$$r=1$$

And so the closed form is:

$$V_n=c_1n+c_2$$

Using the initial conditions, we find:

$$V_1=c_1\cdot1+c_2=0\implies c_2=-c_1$$

$$V_2=c_1\cdot2+c_2=2\implies c_1=2,\,c_2=-2$$

Hence:

$$V_n=2(n-1)$$

Thus, we find:

$$V_{513}=2\cdot512=32^2$$

And so:

$$V_{513}=\left(U_{513}-1\right)^2$$

Since we must have $$1\le U_n\forall n\in\mathbb{N}$$, we take the positive root to obtain:

$$U_{513}=32+1=33$$

After I realized I had made an error in the initial conditions while I was away, it turns out Dan was correct after all.
 
Oooh! I like that method MarkFL. I'll have to remember that trick. (Bow)

-Dan
 
MarkFL said:
My solution:

If we square the recursion, we may write:

$$\left(U_{n+1}-1\right)^2=\left(U_{n}-1\right)^2+2$$

Let:

$$V_n=\left(U_{n}-1\right)^2$$

And there results:

$$V_{n+1}=V_{n}+2$$

$$V_{n+2}=V_{n+1}+2$$

Subtracting the former from the latter, we obtain:

$$V_{n+2}=2V_{n+1}-V_{n}$$

We have the repeated characteristic root:

$$r=1$$

And so the closed form is:

$$V_n=c_1n+c_2$$

Using the initial conditions, we find:

$$V_1=c_1\cdot1+c_2=0\implies c_2=-c_1$$

$$V_2=c_1\cdot2+c_2=2\implies c_1=2,\,c_2=-2$$

Hence:

$$V_n=2(n-1)$$

Thus, we find:

$$V_{513}=2\cdot512=32^2$$

And so:

$$V_{513}=\left(U_{513}-1\right)^2$$

Since we must have $$1\le U_n\forall n\in\mathbb{N}$$, we take the positive root to obtain:

$$U_{513}=32+1=33$$

After I realized I had made an error in the initial conditions while I was away, it turns out Dan was correct after all.

Hi MarkFL,

Thanks for participating and your answer is correct!(Yes)

My solution:

Note that from $U_1=1$ and working out some

Note that

$(U_{n+1}-1)^2=(U_n-1)^2+2$

So we have

$(U_{n+2}-1)^2=(U_{n+1}-1)^2+2=[(U_n-1)^2+2]+2=(U_n-1)^2+4$

$(U_{n+3}-1)^2=(U_{n+2}-1)^2+2=[(U_n-1)^2+4]+2=(U_n-1)^2+6$ and so on and so forth.

Since we're told that $U_1=1$, the sequence above simplifies to

$(U_2-1)^2=(1-1)^2+2=2=2(1)$,

$(U_3-1)^2=(1-1)^2+4=4=2(2)$,

$(U_4-1)^2=(1-1)^2+6=6=2(3)$$(U_n-1)^2=2(n-1)$

and that gives $(U_{513}-1)^2=2(513-1)=32^2$, i.e. $U_{513}=33$
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
27
Views
1K
Replies
2
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K