Evaluate the infinitely nested radical expression, 6 + 6 + 6 + 6 + ⋯ .
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.
You can also view tricky problems of this kind in my set Nested Radicals.....
I must ask that old question: But how do we know that it converges in the first place? The solution is not complete, and the most interesting and important part is missing.
Log in to reply
Let we have a series: f ( 1 ) = 6 , f ( n ) = 6 + f ( n − 1 ) . It's clear that the series is increasing (the (n-1)th square root of f(n) is 6 + 6 while the (n-1)th square root of f(n-1) is 6) and that the series has a limit says, 30 (because f(1) < 30 and f(n+1) < 30 if f(n) <30). An increasing series with a limit is converging.
Totally easy question :)
Define the function f ( x ) = 6 + x , for x ≥ − 6 , and consider the sequence a n recursively defined by a 0 = 0 and a n + 1 = f ( a n ) . The value of the nested radical is lim n → ∞ a n , if indeed it exists.
We observe that f ( x ) is increasing, f ( 3 ) = 3 and f ( x ) > x for x < 3 . It follows that a n is an increasing sequence, bounded by 3, that must converge to the only fixed point of f ( x ) , namely, x = 3 .
Problem Loading...
Note Loading...
Set Loading...
x = 6 + x
x 2 = 6 + x
x 2 − x − 6 = 0
( x − 3 ) ( x + 2 ) = 0 → x = 3 or x = − 2
Since x > 0 , the only answer is x = 3