Can we prove $$a^{\log_bn} = n^{\log_ba}?$$ I forget how to prove this theorem. I picked up one numbers for test, and they worked.
Asked
Active
Viewed 1.7k times
14
-
2Hint: Start with the fact that $(log_bn)(log_ba) = (log_ba) (log_bn)$. – fretty Dec 20 '12 at 16:27
-
@fretty Thanks a lot! That works! – xwb1989 Dec 20 '12 at 16:30
5 Answers
8
Take the log to the base $b$ of both sides.
André Nicolas
- 507,029
-
3This is deceptively simple. It's a good hint, but with it, one must be careful not to assume what one is trying to prove. See fretty's comment on the question for a safer starting point. – Gamma Function May 27 '14 at 09:42
5
$$a^{\log_b n}=n^{\log_n a \log_b n}=n^{\log_b a},\quad \text{using}\quad\log_n a=\frac{\log_b a}{\log_b n}.$$
-
You wrote "$\log_n a = \frac{log_b a}{log_b n}$" twice. Maybe delete "and ..." from your answer. Most helpful, btw. – Georg Jung Oct 18 '16 at 09:54
5
$a^{\log_b{n}}=n^{\log_b{a}}$/$\cdot$ $\log_a$
$\log_a a^{\log_b{n}}=\log_a n^{\log_b{a}}$
$\log_b{n}=\log_b{a} \log_a n$
$\log_b{n}=\frac{\log a}{\log b}\cdot\frac{\log n}{\log a}$
$\log_b{n}=\frac{\log n}{\log b}$
Matema Tika
- 869
2
$$ a^{log_{b}{(n)}} \\(1) = b^{log_{b}{(a^{log_{b}{(n)}})}} \\(2) = b^{{log_{b}{(n)}}log_{b}{(a)}} \\(3) = b^{{log_{b}{(a)}log_{b}{(n)}}} \\(2) = b^{log_{b}{(n^{log_{b}{(a)}})}} \\(1) = n^{log_{b}{(a)}} $$
Given
(1) $$(b^{log_{b}x} = x)$$ (2) $$ log(a^x) = x*log(a)$$ (3) commutative property of multiplication $$ ab = ba $$
arturomp
- 121