Solving Log Equations (Different Bases)

  • Thread starter Thread starter MPQC
  • Start date Start date
  • Tags Tags
    Bases Log
AI Thread Summary
The equation 2(3^x) = 7(5^x) presents a challenge due to differing bases. The initial approach using logarithms was flawed because it incorrectly applied log laws. The correct method involves dividing both sides by 7 and 3^x to isolate x, leading to the equation 2/7 = (5/3)^x. By taking the logarithm of both sides, the solution can be expressed as x = log(2/7) / log(5/3). This method effectively resolves the equation without needing to convert to a common base.
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
from here

log (2(3^x)) = log (7(5^x))

the next line should be

lg2+lg3x=lg7+lg5x
 
Thanks so much. I had learned to put them together, but the thought of splitting them back up never occurred.
 
The crucial point is that 2(3^x) is NOT (2(3))^x so that ln(2(3^x) is NOT x ln(2(3)).
 
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:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top