If and , let .
How many times can we iteratively take before the function fails to converge (not including the time when fails to converge)?
Example:
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.
For the integral, We could use the following method:
∫ a b f ( x ) d x + ∫ f ( a ) f ( b ) f − 1 ( x ) d x = b f ( b ) − a f ( a ) . For a = e − e and b = e 1 / e , f ( a ) = e 1 and f ( b ) = e .
∫ 1 / e e x 1 / x d x ≈ 2 . 6 5 8 6 1 ⟹ ( e 1 / e ) e − ( e − e ) e 1 − 2 . 6 5 8 6 1 ≈ 1 . 2 4 4 1 3 . . .
OR
we could attempt to approximate the integral (which has an extraordinarily slow rate of convergence!) by taking a Riemann sum with very small step values:
After finding A , pass it through the following program several times (with a huge "height") to gauge its convergence.
We see that f ( A ) comes out to about 1 . 3 4 0 0 7 , and f ( f ( A ) ) ≈ 1 . 5 9 5 0 5 . The power tower does not converge for values greater than e 1 / e ≈ 1 . 4 4 4 6 7 8 6 1 0 . Checking f ( f ( f ( A ) ) ) ≈ f ( 1 . 5 9 5 0 5 ) , we receive an error if we use a height that is too large. In fact, a height of 7 prints an answer of 4 . 6 6 8 7 0 1 5 6 9 6 9 1 1 9 3 7 e + 3 0 , a clear indicator that f ( f ( f ( A ) ) ) diverges.
Interestingly, it appears f crawls (rather slowly) to its convergent values, but explodes to infinity immediately after x becomes greater than the upper bound of the domain of f .