I don't understand how to solve this equation. Been struggling with it and don't know how to start: $$\log_2x=8+9\log_x2$$ Can someone please help me out?
2026-04-08 22:45:25.1775688325
On
Pre-calculus algebra logarithm question
101 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
5
There are 5 best solutions below
0
On
From the basic properties, rewrite $$log_2x=8+9log_x2$$ to get $$\frac{\log (x)}{\log (2)}=8+9\frac{\log (2)}{\log (x)}$$ Now, define $y=\log(x)$, so $$\frac{y}{\log (2)}=8+9\frac{\log (2)}{y}$$ Reduce to same denominator, expand, get a quadratic in $y$, solve and go back from the solution of $y$ to the solution for $x$.
I am sure that you can take from here.
$\log_2x-8-9\log_x2=0$
Using $\log_x2=\frac{1}{\log_2 x}$ and setting $u=\log_2 x$ we get:
$u-8-\frac{9}{u} \Longleftrightarrow u^2-8u-9=0 \Longleftrightarrow (u-9)(u+1)=0$
This gives $\log_2x=-1 \Longrightarrow x=\frac{1}{2}$ or $\log_2x=9 \Longrightarrow x=512$.