So far I got this $(\log_3 x)/2=(\log_3 x)(\log_3 x)$. Then I am stuck. Any idea or nice elaboration on this problem will be kindly appreciated.
2026-05-16 22:24:23.1778970263
On
Find value of $x$ which satisfies the equation $\log_9 x=(\log_3 x)^2 ,x>1$
241 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Note that: $$0=\log_9(x)-\left(\log_3(x)\right)^2 = \frac{\log(x)}{\log(9)}-\left(\frac{\log(x)}{\log(3)}\right)^2 = \log(x)\left(\frac{1}{\log(9)}-\frac{\log(x)}{\log(3)^2}\right). $$
Since $x>1$, $\log(x)>0$ and, hence, the second term needs to be 0: $$\frac{1}{\log(9)}-\frac{\log(x)}{\log(3)^2} =0. $$
Try to follow from there.
Well $$\log_ax=\frac{\log_b x}{\log_b a}.$$ Then $$\log_9x=\frac{\log_3 x}{\log_3 9}=\frac{\log_3 x}{2}.$$ Then by placing ${\log_3 x}=t$ you get the equation $$\frac{t}{2}=t^2.$$ From here either $t=0$ and $x=1$ or $t=\frac{1}{2}$ and then $x=\sqrt{3}$.