Given the function $n^k$ where $k$ is a constant such that $0<k \leq k_{max}$ where $k_{max}$ is the point at which $n^k$ first intersects with $log_2n$ determine:
- $k_{max}$
- For a given $k$, the point/points at which $n^k$ intersects $log_2n$
Finding $k_{max}$ I have no clue. Here's what I tried for part 2:
$log_2n = n^k$
$2^{n^k}= n$
$\sqrt[n]{2^{k^n}} = \sqrt[n]{n} $
$2^k = \sqrt[n]{n}$
And I don't know how to proceed from here.
PD: As you probably guessed, that is not a real question from a book, but a question I wrote myself. If there is an inaccuracy in the question, please let me know and I'll fix it. If there is something fundamentally wrong about it, then I apologize and delete it.
There isn't a closed form for this using elementary functions.
The solution to $x^k \leq \log x$ would appear in terms of the Lambert W function (product log function).