True or False?
For any real
given the recursive expression
if
then
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
An amateur's quick explanation (just for ideas basically)
k = k + 1 k + k
k ( k + 1 ) = k + k
k + k = k + k
We can substitute x n and x n − 1 both with k because if this series converges, then as n approaches ∞ , x n = x n − 1 = convergence value
We know this converges because the function f ( x ) = x + 1 x + k has only one positive value a where ( a , a ) is a coordinate on the graph.
*And that value is k *