Solve
Recognise that no closed form exists. The unknown appears both in an exponent and as a linear term. Logarithms cannot separate them: taking of does not simplify, because the logarithm of a sum is not the sum of logarithms. So the honest route is numerical.
Confirm exactly one root and bracket it. Let . Both and are strictly increasing, so is strictly increasing and can cross zero at most once. Evaluating:
A sign change on a continuous function guarantees a root in , and monotonicity guarantees it is the only one.
Narrow the bracket by testing.
so the root lies between and , already close to .
Bisect to convergence. Repeatedly halving the bracket and keeping the half where the sign changes converges to
Check: to within ✓.
Round carefully — the third decimal matters. To three decimals the root is , not : substituting gives , which overshoots by about . Because climbs at roughly per unit near the root, an error of in shifts by about — enough to see, so the extra digit is worth carrying.
Need to solve a different problem like this? Open the solver →