Prove that $$a^{\log_a n}=n$$ I read it in a book that it is the 7th law of logarithms. But I don't understand how it actually works.
Asked
Active
Viewed 499 times
0
-
You take on both sides the log with base $a$. – Andreas Jan 03 '18 at 16:40
-
1How do you define $\log_a$? – Kenny Lau Jan 03 '18 at 16:41
-
$f(f^{-1}(x))=x$ when ... – jonsno Jan 03 '18 at 16:49
-
If you are ok, you can accept the answer and set as solved. Thanks! – user Jan 04 '18 at 19:58
-
How is it done, setting as solved?? – Sri Jan 05 '18 at 07:50
-
@Sri take a look here, thanks! – user Feb 02 '18 at 21:38
6 Answers
1
It is the definition of logarithm: $x=\log_an$ is indeed that value such that $a^x=n$
user
- 154,566
1
People often tend to memorize too many formulas for the logarithms, and get confused.
You need only to focus on two of them, the others can be derived from these:
- $\log_a(x)=\dfrac{\ln(x)}{\ln(a)}$
- $\large{x^y=e^{y\ln(x)}}$
Thus $\quad\Large{a^{\log_a(n)}=e^{\ln(a)\log_a(n)}=e^{\ln(a)\frac{\ln(n)}{\ln(a)}}=e^{\ln(n)}=n}$
zwim
- 28,563
-
-
yes, $\exp(x)$ or $e^x$ are different writings for the same thing, I've chosen the flat writing because it is more readable on MSE for complicated expressions. [ else it ends up written very small... ] – zwim Jan 04 '18 at 07:31
-
I have edited it and used the
\Largetag instead since you seem more comfortable with this presentation. – zwim Jan 04 '18 at 07:49
0
taking the logarithm on both sides we get $$\log_a n\ln(a)=\ln(n)$$ since $a\neq 1$ then we have $$\log_a n=\frac{\ln(n)}{\ln(a)}=\log_a n$$
Dr. Sonnhard Graubner
- 95,283
0
$log_a\ n$ is the number we have to raise $a$ to to get $n$. If we raise $a$ to the number we have to raise $a$ to to get $n$, we get $n$.
Dan
- 382
0
Take log with base $a$ both sides. $$(log_an)(log_aa)=log_an$$ $$log_an=log_an$$
Hence $LHS=RHS$ and hence proved
Rohan Shinde
- 9,737