x = e ( e − 1 ) e ( e − 1 ) . . .
Find x .
Details and assumptions
If you can’t read the expression, it’s an alternating infinite tetration, with the terms being e and e − 1 .
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.
x = e e − x ln ( x ) = e x 1 I don't think there's a closed form for the solution with standard mathematical functions, but correct me if I'm wrong. I will solve it with Newton's method. Define x n + 1 = x n − f ′ ( x n ) f ( x n ) where f ( x ) = ln ( x ) − e x 1 and x 1 = 1 . 3 since the root is near there by looking at the graph.
After several terms, x n ≈ 1 . 3 1 and it's not changing by much.
It's a completely fair method to solve it. I was pretty lazy to write a solution, but yeah, this is the "easiest" way I know to solve a tetration, which probably hasn't a closed form. You've nailed it!
Problem Loading...
Note Loading...
Set Loading...
I used the same method as Caleb Townsend . Just to attach the graph and Newton's method calculation, I have done with an Excel spreadsheet.