How do logs work with multiple bases and negative exponents?

  • Thread starter Thread starter DeanBH
  • Start date Start date
  • Tags Tags
    Log
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 3K views
DeanBH
Messages
82
Reaction score
0
how do logs work when it's like this.


3 log10 y = -2

log10 y = a
10^a = y

so it's 10^-2 = y

but where does the 3 go, and why does it go there. I'm not sure.
 
Physics news on Phys.org
FFR (for future reference) :p ln is base e and log by itself, is implied base 10.

Power Rule: [tex]\log y^3=-2 \leftrightarrow 3\log y=-2[/tex]

Logarithmic to Exponential form: [tex]\log_a B=m \leftrightarrow a^m=B[/tex]
 
Last edited:
so

3logy = -2
logy^3 = -2
log10^-2 = y^3
y=10^(-2/3)
 
Your third line is wrong, but your final answer is correct. I'm not sure what you were doing, but you wouldn't take the log of the right side then drop the log on the left.
 
Last edited:
rocomath said:
Your third line is wrong, but your final answer is correct. I'm not sure what you were doing, but you wouldn't take the log of the right side then drop the log on the left.

should be 10^-2 = y^3 without log?
 
rocomath said:
ln is base e and log by itself, is implied base 10.
Whilst your first point is always true, your second point is not. I know people (myself included) who sometimes write log(x) to be base e. One should always check the conventions of the book that one is using.