Solve $\log_9x + \log_{81}3x = 1$
Asked
Active
Viewed 50 times
0
-
1Welcome to Math Stack Exchange. Please use MathJax – J. W. Tanner Mar 12 '19 at 17:08
-
3Don't just tag every logarithm related tag. Most were not relevant. – Rushabh Mehta Mar 12 '19 at 17:12
-
1I don't think you guys should simply answer this simple question, if the aim here is to help the others to learn math, we should instigate investigation. – Filburt Mar 12 '19 at 17:19
-
2Please provide some context and show us your efforts so far. What exactly are you unable to solve? – Mars Plastic Mar 12 '19 at 17:37
4 Answers
1
$\log_9x=2\log_{81}x$
So, $$81^{2\log_{81}x+\log_{81}3x}=81$$$$x^2\cdot3x=81$$$$x^3=27$$
So, if $x\in\mathbb R, x=3$
Rushabh Mehta
- 13,663
0
Well, $\log_{81} a$ is the number you have to raise $81$ to, in order to get $a$. So to get $a$, you'd have to raise $9$ to twice that. So $\log_9 a = 2\log_{81} a.$ There's a general rule here that you could probably write down, if you think about it.
Using this idea, we can rewrite your equation:
$$\log_9 x + \frac{1}{2}\log_9 3x = 1.$$
0
Hint:
Make use of the fact that $a\log b=\log b^a$ and the fact that $\log_{a^n}b=1/n\cdot \log_ab$ and you'll be good to go.
$$\begin{align*}\log_9x+\log_{81}3x=1\\ \log_9x+\dfrac{1}{2}\log_93x=1\\ \log_9\sqrt{3}x^{3/2}=1\\ \sqrt{3}x^{3/2}=9\end{align*}$$
Can you proceed?
Paras Khosla
- 6,481