Had a question someone might be able to answer...
Why do I get the same number if I divide, let's say log5/log3, as if I divided ln5/ln3???
What exactly is the relationship between logs and natural logs that makes this true?
Thanks in advance.
M![]()
Had a question someone might be able to answer...
Why do I get the same number if I divide, let's say log5/log3, as if I divided ln5/ln3???
What exactly is the relationship between logs and natural logs that makes this true?
Thanks in advance.
M![]()
hmm now that is strange. generally log without any subscript is understood to be log base 10. Whereas ln is to be log base e. might be worth seeing whether it is giving you ln or log though so you can apply the change of base stuff as necessary. try log(10) and ln(e) if you guess the base right you should get 1. That oughta at least tell you which base it is giving you.
I thought so too, but we did several examples to prove what I don't know, that's what I am trying to figure out...lol.
I have been curious since Monday and I have tried researching all I can about logarithms. I don't have either of my calculators on me but I am going to keep trying to figure it out.
Thanks for your help though. If you have a calculator handy, input the numbers, first using the log key then use the ln key. Weird.
![]()
It's the change-of-base formula:
log_b(x) = log_c(x)/log_c(b)
This is because:
log_b(x) = y
x = b^y
log_c(x) = log_c(b^y) = y*log_c(b)
log_c(x)/log_c(b) = y = log_b(x)
By applying the change-of-base formula twice (once backwards and once forwards), we get:
log_10(5)/log_10(3) = log_3(5) = ln(5)/ln(3)
![]()