Find all real solutions of
Fix the domain. The logarithm requires , so every solution satisfies
As the right side tends to while the left side stays in , so the difference starts out large and positive.
Bound the search interval. The left side never exceeds in absolute value, so a solution needs , that is
This converts an unbounded search into the finite interval — the step that makes "find all solutions" answerable rather than open-ended.
Locate the sign changes of . Scanning the interval, changes sign exactly three times:
Between and the logarithm already dominates and stays negative, so there is no fourth crossing.
Refine each root by bisection. Halving each bracketing interval repeatedly gives
Verify each root by substitution. Evaluating at the three values returns , and — zero to within the rounding of six-decimal inputs . For contrast, the nearby values , and give , and , nowhere near zero, so they are not solutions.
Need to solve a different problem like this? Open the solver →