Solve Log Equation for x: 2log3x + log3(x-1) = log32 + log36x | Homework Help

  • Thread starter Thread starter chops369
  • Start date Start date
  • Tags Tags
    Log
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
chops369
Messages
56
Reaction score
0

Homework Statement


Solve for x:
2log3x + log3(x-1) = log32 + log36x

Homework Equations


N/A


The Attempt at a Solution


Ok, so I tried to solve it and I came up with this and got stuck.

log3(x3-x2) = log312x
Even if I canceled out the logs it would be x3-x2 = 12x and then how would I solve?
 
Last edited:
Physics news on Phys.org
Welcome to PF!

Hi chops369! Welcome to PF! :smile:
chops369 said:
Solve for x:
2log3x + log3(x-1) = log32 + log36x

log3(x3-x2) = log312x
Even if I canceled out the logs it would be x3-x2 = 12x and then how would I solve?

Divide both sides by x. :wink:
 
Ohhhh, I see now. I didn't know you had to factor. Thanks a lot.
 
Careful of dividing by x! It's OK in this problem since x=0 is an extraneous solution, but you do run the risk of losing a solution.
 
It is better if you factor x:
x3-x2-12x=0

x(x2-x-12)=0

One of the solutions is x1=0

The other two come from the quadratic equation.

As you can see zero, can't be solution because if you put the 0 in the first equation, it would not be possible since log30 doesn't exist.

Regards.