I'm not going to go into detail why I am interested in the next iteration of these functions, but here they are:
1: 6/(x+1)
2: 8/(2^x)
3: 10/(?)
The question is, which one is next? I will say that the following lists will be found in with the equations shown above:
1: 6, 3, 2
2: 8, 4, 2
3: 10, 5, 2
@x=0-2 for each number
Notice how the first function uses multiplication, while the second uses exponentiation...... perhaps tetration will be used next?
Thanks.
Update:
I've been working with the current solution: x^2 + 1, but it doesn't seem to work for the overall parent formulæ that I am working with. The equations given above are indeed only part of a much larger equation, which does actually relate quite well to the real world. Like I've said, I think the correct solution will include tetration, because the operator number appears to grow by each equation. Maybe, just maybe, the integer operators won't cut it, and I'll need something in-between exponentiation and tetration...
I think I have worked out what you were trying to say:
There are actually an infinite number of functions that can give you the desired values - are there any other restrictions here?
e.g. another solution to (3) would be:
One arbritary generalisation of this could be: $$ f_i(x)=\frac{2(i+2)(2^m-2^n)}{(i+1-2^n)x^m+(2^m-i-1)x^n+2^m-2^n} $$ where $i=1,2,\cdots$ and $m=1,2,\cdots$ and $n=1,2,\cdots$ (as long as $m\ne n$).
This gives you: $$\begin{align} f_i(0)&=2(i+2)\\ f_i(1)&=i+2\\ f_i(2)&=2 \end{align}$$
Yet another solution but this time involving tetration is: $$ f_i(x)=\frac{2(i+2)(^i2-2^n-1)}{(i+1-2^n)2^{(^{(i-1)}x)}+(i^2-2-i)(1+x^n)} $$ where $i=1,2,\cdots$ and $n=1,2,\cdots$.
This again gives you: $$\begin{align} f_i(0)&=2(i+2)\\ f_i(1)&=i+2\\ f_i(2)&=2 \end{align}$$