Logarithm Evaluating

87 Views Asked by At

i'm new to this site and I need help on this logarithm question. I don't know how to approach this question to simplify it.

$\frac{\log _2\left(81\right)}{2-\log _2\left(18\right)}$

Apparently the answer is $-\frac{4\ln \left(3\right)}{\ln \left(\frac{9}{2}\right)}$

2

There are 2 best solutions below

5
On BEST ANSWER

Use $\displaystyle\log_a(b^m)=m\log_ab$ when both logarithm remain defined unlike $\displaystyle\log_a1=\log_a(-1)^2=2\log_a(-1)$

and $\displaystyle\log_a(bc)=\log_ab+\log_ac$ when both logarithm remain defined unlike $\displaystyle\log_a6=\log_a(-3)(-2)=\log_a(-3)+\log_a(-2)$ for real $a>0$

Observe that $81=3^4$

0
On

You can start going directly from base $2$ to base $e$ and write $$\frac{\log _2\left(81\right)}{2-\log _2\left(18\right)}=\frac{\log (81)}{\log (2) \left(2-\frac{\log (18)}{\log (2)}\right)}=\frac{\log (81)}{2 \log (2)-\log (18)}=\frac{\log (81)}{\log (4)-\log (18)}$$ and continue simplifying since $$\log(81)=\log(3^4)=4 \log(3)$$ and $$\log (4)-\log (18)=-\log (\frac{18} {4})=-\log (\frac{9} {2})$$