3

An online course I am following performs the following $\log$ simplification without explanation:

$$ 9^{\log_3n} = n^2 $$

I am sure this is somewhat simple, but I just cannot see the simplification using the properties of log. I would greatly appreciate the help.

Sebastiano
  • 7,649
Mr.Mips
  • 173

2 Answers2

7

$\displaystyle 9^{\log_3 n} = 3^{2\log_3 n} = (3^{\log_3 n})^2 = n^2$

gandalf61
  • 15,326
3

By definition

$$y=\log_3n \iff 3^y =n$$

then

$$9^{log_3n} = 9^y=(3\cdot 3)^y=3^y\cdot 3^y=n\cdot n=n^2$$

user
  • 154,566