Solving a logarithmic equation.

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

Homework Statement


log3x+log3(2x+1)=1
Solve for x.


Homework Equations





The Attempt at a Solution


log3((2x+1)x)=1
3log3((2x+1))=31
(2x+1)x=3
2x2+x=3
2x2+x-3=0

Using the quadratic formula
x= (-1±√(12-4(2)(-3)))/(2(2))
= (-1±√(1+24))/(4)
= (-1±√25)/(4)
= (-1±5)/(4)
= 4/4 or -6/4

Is there no solution?
 
Physics news on Phys.org
Logarithms with negative values are undefined though aren't they? So only 4/4 or 1 would be correct?
 
thatguythere said:

Homework Statement


log3x+log3(2x+1)=1
Solve for x.


Homework Equations





The Attempt at a Solution


log3((2x+1)x)=1
3log3((2x+1))=31
(2x+1)x=3
2x2+x=3
2x2+x-3=0

Using the quadratic formula
x= (-1±√(12-4(2)(-3)))/(2(2))
= (-1±√(1+24))/(4)
= (-1±√25)/(4)
= (-1±5)/(4)
= 4/4 or -6/4

Is there no solution?

You should simplify answers such as these. You have x = 1 or x = -3/2. There is still some work to do, though.
 
Mark44 said:
You should simplify answers such as these. You have x = 1 or x = -3/2. There is still some work to do, though.

If I have x =1 and x =-3/2 and I know that -3/2 is an extraneous answer, then x = 1. I am not certain what else there is to do.