Recurrences and the riddle of the day

Sometimes solving exactly a recurrence can be demanding. The use of software can be useful 🙂

Something that I slept under the rag above and I want to mention it since this post by no means is supposed to be intimidating to a novice, is that in many applications (lemmas,theorems etc.) one needs the asymptotic behavior of the recurrence and this CAN be done in many cases.

Now the problem of the day for you is the following: find the asymptotic behavior of the recurrence x_n = x_{n-1}+\frac{1}{x_{n-1}^{1/3}}, x_1=1. If you also can, find except for the main term, the second term too.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: