0

I wanted to change the base of this logarithm $\log_432$ from 4 to 2 so it could be easier to solve. Using some properties I get 2.5 as a result. However I was told that if I use $\frac{\ln 32}{\ln 4}$ I get the same result. Can someone explain me how this ln works?

2 Answers2

2

In general$$y:=\log_ax\implies b^{y\log_b a}=a^y=x\implies y\log_b a=\log_bx\implies y=\tfrac{\log_bx}{\log_ba},$$whether you use $b=2$ or $b=e$.

J.G.
  • 115,835
1

$\log_432$ is the number $x$ such that $4^x=32$.

Taking the natural logarithm at both sides, we get

$$\ln(4^x)=x·\ln(4)=\ln(32)$$

Finally, $$x=\frac{\ln(32)}{\ln(4)}$$