I'm having some problems with the following questions. Please help!
There isn't an = sign in the first
'equation'. All these questions involve standard properties of
logs. In particular
log(a) + log(b) = log(ab)
log(a) - log(b) = log(a/b)
log(a) = 0 if and only if a = 1
n log(a) = log(an).
Use these to solve the equations by grouping everything together.
The generic case is
log(ax + b) = n log(cx+d)
becomes
log((ax+b)/(cx+d)n) = 0
So we need
(ax+b)/(cx+d)n = 1
or
ax+b = (cx+d)n
This should now be some kind of equation that you know how to solve
(say if n=2).
Sean
Thanks Sean.
Could you answer question 3) though. I can't get my head round it.
3) is not true: take x=y=0, a,b to be
non-zero.
Kerwin
If it's not true how can it be an exam question?
It is probably assuming that x and y are
not zero, in fact this needs to be the case if you want to take
logs (the log of zero is not defined). Taking logs:
x log(a) = y log(b) = xy log(ab)
= xy(loga + logb) = y2 log(b) + xy logb
= y(y+x) logb
so then y+x=1 for this to be consistent.
Sean
It's not the fact that log 0 is undefined that gives us
problems. (After all, we aren't taking the log of x,y anywhere.)
Rather it is the fact that in Sean's solution we get:
y log(b) = y(y+x) log(b)
Assuming a,b are not 1, we obtain:
y = y(y+x)
So x + y = 1 or y = 0. If y = 0 then x = 0 (again assuming that a,b
are not 1), so the two possibilities are x = y = 0 or x + y = 1.