Find ab if log_b(a) = log_a(b)

  • Context:
  • Thread starter Thread starter My Name is Earl
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
My Name is Earl
Messages
12
Reaction score
0
I have tried various methods to solve this...

If logb(a) = loga(b) where a != b (!= means does not equal), ab > 0 and neither a nor b are 1, then what is the value of ab?
 
Mathematics news on Phys.org
My Name is Earl said:
I have tried various methods to solve this...

If logb(a) = loga(b) where a != b (!= means does not equal), ab > 0 and neither a nor b are 1, then what is the value of ab?

Let's let:

$$x=\log_a(b)=\log_b(a)$$

Now this implies:

$$a^x=b$$

$$b^x=a$$

Dividing the former by the latter, we obtain:

$$\left(\frac{a}{b}\right)^x=\left(\frac{a}{b}\right)^{-1}$$

What does this imply?
 
MarkFL said:
Let's let:

$$x=\log_a(b)=\log_b(a)$$

Now this implies:

$$a^x=b$$

$$b^x=a$$

Dividing the former by the latter, we obtain:

$$\left(\frac{a}{b}\right)^x=\left(\frac{a}{b}\right)^{-1}$$

What does this imply?

This implies that ab = 1
 
My Name is Earl said:
This implies that ab = 1

Yes, that's what I found as well. (Yes)