so I have this equation I need to solve for $i$, where $k$ and $u$ are arbitrary constants: $$ u^{{\frac1{k^i}}} = k $$ And these are the steps I've accomplished so far (all logs are in base 2): $$ log(u^{{\frac1{k^i}}}) = log(k) $$ $$ \frac1{k^i} \cdot log(u) = log(k) $$ $$ log(u) = log(k)\cdot k^i $$
But now I'm stuck... how do I solve for $i$ from here? I'm forgetting how I would do this. Any help and explanation of how log and exponent math would be great! (Also please correct me if what I've done so far is wrong.) I also hope my math formatting makes sense, thank you!