New Reply

Solving logs - Richter Scale and Decibels

 
Share Thread
Jul31-12, 04:23 PM   #1
 

Solving logs - Richter Scale and Decibels


the text tells me that for calculating the Richter Scale magnitude of an earthquake we can use:

M = log(I/I0) which can also be written as

I = I0 x 10M

Where M=magnitute, I=intensity, and I0=intensity 0


How are those two formulas equal? Where did the log go? Can someone show me the proof for this?
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Jul31-12, 04:29 PM   #2
 
The log in the first equation must be to the base 10.

To cancel the log you do:

[itex]10^{M}=10^{Log(I/I_{0})}[/itex]

Which becomes:

[itex]10^{M}=I/I_{0}[/itex]

Then multiply by [itex]I_{0}[/itex]

[itex]I = 10^{M} * I_{0}[/itex]
Jul31-12, 04:32 PM   #3
 
damn sorry the first one was supposed to be :

M = 10log(I/I0)

does that make a difference?
Jul31-12, 04:58 PM   #4
 
Mentor

Solving logs - Richter Scale and Decibels


Quote by Gregory.gags View Post
damn sorry the first one was supposed to be :

M = 10log(I/I0)
That doesn't look right to me.

Starting with your 2nd formula,

I = I0 x 10M,
Divide both sides by I0 to get I/I0 = 10M

Now take the log (log10 or common log) of both sides.
Jul31-12, 05:04 PM   #5
 
yes, I think I understand what to do once I have the formula I=I0x10M

my problem is how to get to that from: M = 10log(I/I0)

that is the formula they gave me.

30 = 10log(I/I0)
log(I/I0) = 3
I = I0 x 103

I have no idea how they figured out each step but that is what I was given and I want to know the proof for that.
Jul31-12, 05:22 PM   #6
 
Recognitions:
Homework Helper Homework Help
Do you know the relationship between exponents and logarithms?
log x = b iff 10b = x.

So, looking at your last post, I'll insert a step.
30 = 10log(I/I0)
log(I/I0) = 3
103 = I/I0
I = I0 x 103

Do you see it now?
Jul31-12, 05:26 PM   #7
 
ooooooooh right wow.. how did I miss that? :P alright thanks!
Jul31-12, 05:32 PM   #8
 
Mentor
Quote by Gregory.gags View Post
yes, I think I understand what to do once I have the formula I=I0x10M

my problem is how to get to that from: M = 10log(I/I0)
What I'm saying is that you can't get there from this formula. Here's why:
M = 10log(I/I0)
=> M/10 = log(I/I0)
=> 10M/10 = I/I0
=> I = I010M/10

This is different from the formula you show.

Are you sure you're not misreading what they gave you? Or whoever wrote that formula might have made a typo, and typed "10log" instead of "log10".
Quote by Gregory.gags View Post

that is the formula they gave me.

30 = 10log(I/I0)
log(I/I0) = 3
I = I0 x 103

I have no idea how they figured out each step but that is what I was given and I want to know the proof for that.
Aug1-12, 10:49 AM   #9
 
Quote by Mark44 View Post
What I'm saying is that you can't get there from this formula. Here's why:
M = 10log(I/I0)
=> M/10 = log(I/I0)
=> 10M/10 = I/I0
=> I = I010M/10

This is different from the formula you show.

Are you sure you're not misreading what they gave you? Or whoever wrote that formula might have made a typo, and typed "10log" instead of "log10".
but thats exactly right? if you just sub in 30 for M it works out perfectly no?
Aug1-12, 12:52 PM   #10
 
Mentor
No, that's not exactly right. In post #9 I started with M = 10log(I/I0), solved for I, and got I = I010M/10.

Your formula from post #1 is I = I010M.

I hope that you can see that these are not the same.
Aug1-12, 03:59 PM   #11
 
yeah I see what I did, it was just a mistake on the first post, but I get it now.

also, just from looking at this question I was wondering:

if M = log(I/I0) then I = I0 x 10M... would this be the same as... I = I0eM

'e' as in exp.
Aug1-12, 04:06 PM   #12
oay
 
Quote by Gregory.gags View Post
if M = log(I/I0) then I = I0 x 10M... would this be the same as... I = I0eM

'e' as in exp.
No. 10 does not equal e, does it?

Logarithm to the base 10 is often denoted as "log"; logarithm to the base e is generally denoted as "ln".
Aug1-12, 06:00 PM   #13
 
Quote by oay View Post
No. 10 does not equal e, does it?

Logarithm to the base 10 is often denoted as "log"; logarithm to the base e is generally denoted as "ln".
oh no sorry I meant 'E' as in scientific notation.
like 99E7 = 99x107 = 990,000,000

is that the same for the formula in my last post?
Aug1-12, 06:14 PM   #14
oay
 
Quote by Gregory.gags View Post
oh no sorry I meant 'E' as in scientific notation.
like 99E7 = 99x107 = 990,000,000

is that the same for the formula in my last post?
Ah, yes. I've never seen it written that way before other than on a calculator, but I do know what you mean.
Aug1-12, 06:20 PM   #15
 
Mentor
Quote by Gregory.gags View Post
oh no sorry I meant 'E' as in scientific notation.
like 99E7 = 99x107 = 990,000,000

is that the same for the formula in my last post?
They don't usually write the exponent as a superscript. With the E notation, it would be 99E7, or more likely, 9.9E8 or 9.9E08.
Aug1-12, 06:23 PM   #16
 
ok right. But if M = log(I/I0) then I = I0 x 10M... would this be the same as... I = I0EM

do you see what I'm saying? Because it would be a lot easier just to take the Io value and multiply it by 10 to the M every time, in such a situation.
Aug2-12, 01:26 AM   #17
 
Recognitions:
Homework Helper Homework Help
Quote by Gregory.gags View Post
ok right. But if M = log(I/I0) then I = I0 x 10M...
You mean I = I0 x 10M.

Quote by Gregory.gags View Post
...would this be the same as... I = I0EM
I guess so, but it's not usually written that way... only in calculators/computers. What if you have an exponential expression and the base is not 10?
New Reply

Similar discussions for: Solving logs - Richter Scale and Decibels
Thread Forum Replies
Question on solving an equation involving logs Calculus & Beyond Homework 6
How exactly do you measure the Richter magnitude of an earthquake? Earth 3
Solving exponential equations by logs Precalculus Mathematics Homework 3
solving for x with natural logs Calculus & Beyond Homework 4