I just got out of high school so please excuse my ignorance
So some days ago I was given the first term of a succession (a1 = -1) and the n+1 term (an+1 = (1/2)an+4) I was curious what the an term is, but I have failed miserably, yet I must know!
This is the graph with the first 10 terms
Looking at them, I was pretty sure it was a square root (looking back, it could be any n root), that f(0)=-1, and that 8 was the upper bound (the supreme?)
With that reasoning I eyeballed a formula that has those 2 qualities but doesn't go through any point (the orange one)
Then, I tried making a formula of the form $\sqrt{\frac{ax+b}{cx}}-1$ which went through 3 points (the purple curve), but it missed the others (I used a fraction cause the argument of the root must have a finite limit or else the upper bound of the function won't be 8 and a -1 so that it passes through (0,-1)) I also tried $a\sqrt{\frac{bx+c}{dx}}-1$ , $\sqrt{\frac{ax+b}{cx+d}}-1$ but ALL failed
Anyways, I don't even know if it's possible, do I have to use matrices? Add more variables? I also thought of taking the derivative and making it so it's limit as it approaches 8 is 0, but I decided to keep my sanity. Thanks for reading
Here is a variation where we write consecutive elements $a_k$ in a way, that most of them cancel. We can write \begin{align*} a_1=-1\qquad\qquad \color{blue}{a_{n+1}}&=\frac{1}{2}a_n\color{blue}{+4}\qquad\qquad\qquad (n\geq 1)\\ \frac{1}{2}a_n&=\frac{1}{2^2}a_{n-1}\color{blue}{+\frac{1}{2}\cdot 4}\\ \frac{1}{2^2}a_{n-1}&=\frac{1}{2^3}a_{n-2}\color{blue}{+\frac{1}{2^2}\cdot 4}\\ &\ \ \,\vdots\\ \frac{1}{2^{n-1}}a_2&\,\,\color{blue}{=\frac{1}{2^n}a_1+\frac{1}{2^{n-1}}\cdot 4}\\ \end{align*}