I want to prove that log (a/b) + log (b/a) = log (a+b) using any way.
Eight answers:
MTAG
2012-12-26 23:47:28 UTC
I agree with jcherry, ... but here's something interesting to consider.
Let's find the values of a and b that make the expression true!
log(a/b) + log(b/a) = log(a+b)
log [ a/b • b/a ] = log (a+b)
log [1] = log (a+b)
0 = log (a+b)
a + b = 1
The statement log(a/b) + log(b/a)=log(a+b)
is true when a + b = 1 where a and b are positive.
I hope this helps!
Single but not dating :(
2012-12-29 02:33:13 UTC
log (a/b) + log (b/a) = log a - log b + log b - log a = 0.
False. Let a = b = 1. Then log (a/b) + log (b/a) = log 1 + log 1 = 0 + 0 = 0 while log (a+b) = log 2 and clearly, log 2 =/= 0.
anonymous
2012-12-27 07:57:18 UTC
log(a/b) = log(a) - log(b)
log(b/a) = log(b) - log(a)
log(a) - log(b) + log(b) - log(a)
= 0
no....that's a no go right there.
Put more simply, the log of any number will equal the additive inverse of its own reciprocal. So that expression is definitely wrong. Unless a + b = 1, but since that hasn't been explicitly defined in the problem, then it's invalid to assume that it does.
TaciturnTalker
2012-12-27 07:45:58 UTC
You want to prove something that can never truly be proven.