Solving a logarithmic equation.

  • Thread starter Thread starter thatguythere
  • Start date Start date
  • Tags Tags
    Logarithmic
AI Thread Summary
The logarithmic equation log3(x) + log3(2x + 1) = 1 simplifies to (2x + 1)x = 3, leading to the quadratic equation 2x² + x - 3 = 0. Solving this using the quadratic formula yields two potential solutions: x = 1 and x = -3/2. However, since logarithms cannot accept negative values, x = -3/2 is an extraneous solution. Therefore, the only valid solution is x = 1, confirming that the problem is resolved.
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
What's wrong with the two solutions you got from solving the quadratic eqn.?
 
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.
 
thatguythere said:
Logarithms with negative values are undefined though aren't they? So only 4/4 or 1 would be correct?
Yes, the other answer is what's called an extraneous solution.
 
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.
 
If you've checked your solution and it works, you're done.
 
Back
Top