Logarithmic Expressions Simplified

  • Thread starter Thread starter lionely
  • Start date Start date
  • Tags Tags
    Log
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
12 replies · 2K views
lionely
Messages
574
Reaction score
2
Everything is base 10

log(ab)-2logb -1

a+b/ b2 = a/b/10 = 10a/b?


But in the back of the book the answer is 10b/a...
 
Physics news on Phys.org
HallsofIvy said:
Oh, dear, an extra parenthesis! It should be log(a/10b). The "b" is in the denominator. Prior to canceling, log(ab)- 2log(b)- 1= log(ab)- log(b^2)- log(10)= log(ab/10b2).


A missing parenthesis: log(ab)-log(b2)-log(10)=log(ab/(10b2))=log(a/(10b)) :-p

ehild
 
Oh.. my order of operation was wrong.. thanks.
 
lionely said:
Oh.. my order of operation was wrong.. thanks.
Not only that, but your first post is extremely unclear as to what you're trying to do.
lionely said:
Everything is base 10

log(ab)-2logb -1

a+b/ b2 = a/b/10 = 10a/b?

But in the back of the book the answer is 10b/a...

1. Connect expressions that have the same value with =.
2. Keep track of what you're doing. In the first line above, you have two log expressions. In the second line, you show no indication that you're working with logs.
3. Indicate exponents so that we can tell what you mean. At the very least, use ^ to indicate an exponent, as in b^2. Even better would be to use the Advanced Menu (click Go Advanced, and use the X2 button, which adds HTML tags for exponents.)

log(ab)-2logb -1
= log(ab) - log(b2) - log(10)
= log(ab/b2) - log(10)
= log(a/b) - log(10)
= log(a/(10b))
 
= log(a/b) - log(10)
= log(a/(10b))

for this part I'm kind of confused if it's log(a/b)/10 shouldn't you invert and multiply and get log(10a/b)?
 
lionely said:
= log(a/b) - log(10)
= log(a/(10b))

for this part I'm kind of confused if it's log(a/b)/10
That's not what I wrote. What you have here is
$$ \frac{log(a/b)}{10}$$

What I wrote is
$$ log(\frac{a/b}{10})$$

I hope that you can see that these are different.

lionely said:
shouldn't you invert and multiply and get log(10a/b)?

Your confusion here seems to be with basic arithmetic, particularly how fraction division works.

$$ \frac{a/b}{10} = \frac{a}{b} \cdot \frac{1}{10} = \frac{a}{10b}$$
 
oh... I guess I need to do some work on basic algebra...