0 like 0 dislike
0 like 0 dislike
How to express a recurrent sequence in a form of algebraic function?

6 Answers

0 like 0 dislike
0 like 0 dislike
I think i understand what you are looking for. You want a **closed form(include this phrase in your question)** of the given recurrence relation.

That is : a\_n = f(n);  (some function of n)

 Now not every recurrence relation has a closed form. Also here, its a non-linear one. I really don't think it's possible to get a closed form.
0 like 0 dislike
0 like 0 dislike
You don't need a closed form expression to graph the function. In order to graph the function, you would have to evaluate the function at various values of n, which you can easily do with the recursive definition.  

To get an idea what the closed form expression would look like, we can start by assuming the first term is 1. We will then get the sequence 1, 3, 11, 123, 15132 and so on. At this point, the +2 is negligible and you would get an expression that is approximately something to the power of 2^x.
0 like 0 dislike
0 like 0 dislike
What you have there is already a function. To evaluate the x^(th) iteration, plug in the (x-1)^(th) result, square it and add 2. Sometimes it *is* that easy!

Here's something you might not have known, though. If you let the constant term be anything (instead of just 2), then what you have is called the Mandelbrot set — hang on, no, the Mandelbrot set is the set of numbers for which that expression remains bounded (doesn't fly off to plus or minus infinity). It's a big thing in the complex number world!
0 like 0 dislike
0 like 0 dislike
What about this answer on stackexchange?

>Depending on the initial conditions, this sequence may be oeis.org/A102847 or oeis.org/A072191
by
0 like 0 dislike
0 like 0 dislike
pretty hard to find closed form. i was thinking try use discrete fourier transform and find dft a(n-1) ^2  by inverse ft convolution (a(n-1) * a(n-1))?
by
0 like 0 dislike
0 like 0 dislike
You're taking the square of the previous output here, and adding it by two.

f(x) = ((x-1)\^2 + 2)\^2 + 2

A recurrent sequence is already an algorithm, as is a function.  It's just spraying a fresh coat of paint on it really.

Related questions

0 like 0 dislike
0 like 0 dislike
11 answers
kuitenbrouwer asked Jun 21, 2022
At Coaching Actuaries, we're updating our videos to bring you even better content. But that also means we need to retire a few of Coach K's classic outfits. Enjoy this (s...
kuitenbrouwer asked Jun 21, 2022
0 like 0 dislike
0 like 0 dislike
5 answers
ChrisBeckmann asked Jun 21, 2022
Springer has made a bunch of Graduate Texts in Mathematics free to download
ChrisBeckmann asked Jun 21, 2022
0 like 0 dislike
0 like 0 dislike
4 answers
4thandorange asked Jun 21, 2022
which of these two will be better for a high schooler who wants to be a mathematician, Calculus(Michael Spivak) or A Course in pure mathematics(G.H Hardy)
4thandorange asked Jun 21, 2022
0 like 0 dislike
0 like 0 dislike
1 answer
TEDxJAX asked Jun 21, 2022
I’m trying to find a pdf version of Haese’s Mathematics for Australia 11 Mathematical Methods. I’m in high school and would love electronic copies of this and the y...
TEDxJAX asked Jun 21, 2022
by TEDxJAX
0 like 0 dislike
0 like 0 dislike
3 answers
MichaelDoudna asked Jun 21, 2022
Recent grad of BSc Mathematics and want to work through a book on data science while I look for a job in that sector. What's ideal?
MichaelDoudna asked Jun 21, 2022

33.4k questions

135k answers

0 comments

33.7k users

OhhAskMe is a math solving hub where high school and university students ask and answer loads of math questions, discuss the latest in math, and share their knowledge. It’s 100% free!