Understanding Logarithmic Properties: Explained with Examples

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Rafe
Messages
2
Reaction score
0
Okay i did a search for logarithmic properties and logarithms and couldn't seem to find an explanation for how this particular property works.
(log base c of a ) ^ b = b (log base c of a)
when i input simple numbers like :
PHP:
a=4
b=3
c=2
Log base 2 of 4 obvioussly the answer is 2, but
2^3 /= (does not equel) 3 x 2.
i dont' know how to make sense of this discrepency. i imagine I'm just reading it wrong.
 
Physics news on Phys.org
hmmm the right formula is [tex]log_c(a)^b=blog_c(a)[/tex]

edit: heh, I am tired =P
 
Last edited:
because [tex](c^a)^b=c^{a*b}[/tex].
 
Last edited:
Actually the correct formula is:

[tex]\log_c(a^b) = b\log_c (a)[/tex]

This can be proven by taking the base c exponential of each side:

[tex]c^{\log_c(a^b)} = a^b[/tex]

[tex]c^{b\log_c (a)} = (c^{\log_c (a)})^b= (a)^b[/tex]