PDA

View Full Version : Logarithms anyone?


ms. confused
Nov8-04, 10:59 PM
OK I am completely lost :eek: on this log equation:

log(3-x) + log(3+x) = log5

Does anyone get an answer of ±2? If so HOW did you do it?

Justin Lazear
Nov8-04, 11:03 PM
Keep in mind that log(a) + log(b) = log(ab).

--J

ms. confused
Nov8-04, 11:09 PM
Exactly, so this is what I did:

log(x^2 - 9) = log5

(x^2 -14) = 0

not even close to what I'm supposed to get, no idea how to factor what I just got!

Justin Lazear
Nov8-04, 11:12 PM
How'd you get from

log(x^2 - 9) = log5

to

(x^2 -14) = 0

Are you sure you can do that?

--J

ShawnD
Nov8-04, 11:15 PM
Exactly, so this is what I did:

log(x^2 - 9) = log5

(x^2 -14) = 0


First of all, I think you expanded that wrong.
Secondly, that's not how you "undo" a log.

log(3-x) + log(3+x) = log5
log[(3-x)(3+x)] = log5
log(9 - x^2) = log5
9 - x^2 = 5
4 = x^2
x = +- 2

ms. confused
Nov8-04, 11:23 PM
So, basically I shouldn't have changed (3-x) to (x-3) or (3+x) to (x+3)?

boaz
Nov9-04, 12:23 AM
there is another way to solve this problem, using the following formulas.
log(\alpha)+log(\beta)=log(\alpha\cdot\beta)
log(\alpha)-log(\beta)=log(\frac{\alpha}{\beta})

about your second question :
(x+3)=(3+x)
(x-3)\not=(3-x)

ek
Nov9-04, 02:27 AM
Secondly, that's not how you "undo" a log.

My high school math teacher used to call it "dropping logs". I always found that funny.

:tongue: