Solve for x in the following expression
x = 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.
How do we know the limit defining this infinitely nested function converges?
Log in to reply
If you look at it like this 6 1 / 2 + 6 1 / 4 + 6 1 / 8 + ⋯ + 6 1 / 2 n isn't that a geometric series whose ratio is less than one which indicates it converges.
x = 6 + 6 + 6 + . . . x 2 = 6 + 6 + 6 + + . . . x 2 = 6 + x x 2 − x − 6 = 0 ( x − 3 ) ( x + 2 ) = 0 ⇔ x 1 = 3 ⇔ x 2 = − 2
Thus, the value of x that satisfies is x = 3 .
Thank you for sharing your solution.
I think there is a typo when writing x 2 .
Problem Loading...
Note Loading...
Set Loading...
The expression can be written as x = 6 + x ⟹ x 2 − x − 6 = 0 by squaring both sides.
( x − 3 ) ( x + 2 ) = 0 ⟹ x = 3 , the other root is negative so we reject it.