Solving Log Equations (Different Bases)

  • Thread starter Thread starter MPQC
  • Start date Start date
  • Tags Tags
    Bases Log
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 7K views
MPQC
Messages
9
Reaction score
0

Homework Statement



Only the equation: 2(3^x) = 7(5^x)



Homework Equations



N/A

The Attempt at a Solution



Okay. I've been fine learning the loglaws, until I hit this question. If they were the same base (or at least near the same, ex: 2 & 8) then I could simply change them into the same base, and proceed. But I can't do that for this question - neither can I just throw "log" it all. (Though that's my solution for now - I'm really not sure how I should proceed.)

So here's what I've tried:

2(3^x) = 7(5^x)
log (2(3^x)) = log (7(5^x))
x log (2(3)) = x log (7(5))
x log (6) = x log (35)
x = x ( log (35) / log (6) )
x = 1.98x

Well that doesn't work out too well.. I've tried googling the answer - but all I get is examples with the same base, or a base that I can change to make them the same. So how could I solve this?
 
Physics news on Phys.org
Thanks so much. I had learned to put them together, but the thought of splitting them back up never occurred.
 
Here's an alternate solution:
2(3^x)=7(5^x)
2/7=(5^x)/(3^x) Divide both sides by 7 and by 3^x
2/7=(5/3)^x
log(2/7)=log((5/3)^x)
log(2/7)=x log(5/3)
log(2/7)/log(5/3)=x
 
Last edited: