The Problem
How can you evaluate (i.e., get a value for) Tetration (i.e., iterated exponentiation) to infinite heights?
For example, what would be the value of this expression?
$$ 2^{2^{2^{2^{2^{.^{.^.}}}}}} $$
My (pathetic) Attempts
I tried equating it to $x$ and substituting it on the RHS, but no luck:
$$ x = 2^{2^{2^{2^{2^{.^{.^.}}}}}} $$ $$ x = 2^x $$ $$ x = \log_{2}{x} $$
What I think we need to do is have the RHS as a polynomial with one variable and the RHS a constant so we can solve for $x$.
I tried drawing the equation on Wolfram Alpha but the lines on the graph don't touch, so no luck there either.
Novice mathematician here. Thanks.
Edit
Sorry, I am a dolt :(
I didn't realize this was a diverging series. What confused me is my math sir told me it could be done. What he actually meant was that it could be said like this:
$$ \frac{\log{x}}{x} = \log{2} $$
but I somehow assumed there would be a numerical answer.
Alternative Questions
@Clayton's answer suggested an similar question which was a convergent series. While that wasn't what my sir meant, it practically could've been:
$$ \sqrt{2}^{\sqrt{2}^{\sqrt{2}^{.^{.^.}}}} $$
Another one I can think of would be:
$$ \sqrt{2*\sqrt{2*\sqrt{2*\sqrt{2*\sqrt{...}}}}} $$
Anyway, interesting question this has turned out to be...

Hint: Equations $y=x$ and $y=2^x$ do not intersect, means there's no solution for $x\in\mathbb R$.