SOLUTION: logx + log(3x-13) = 1

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: logx + log(3x-13) = 1      Log On


   



Question 607927: logx + log(3x-13) = 1
Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
log%28%28x%29%29+%2B+log%28%283x-13%29%29+=+1
Solving equations where the variable is in the argument (or base) of a logarithm usually starts with using algebra and/or properties of logarithms to transform the equation into on of the following forms:
log(expression) = other_expression
or
log(expression) = log(other_expression)

If we could combine the two logarithms on the left side of your equation we would have the first form. Fortunately there is a property of logarithms, log%28a%2C+%28p%29%29+%2B+log%28a%2C+%28q%29%29+=+log%28a%2C+%28p%2Aq%29%29, which allows to do just that:
log%28%28x%2A%283x-13%29%29%29+=+1
whcih simplifies to:
log%28%283x%5E2-13x%29%29+=+1
We now have the first form.

With the first form, the next step with the first form is to rewrite the equation in exponential form. In general log%28a%2C+%28p%29%29+=+q is equivalent to a%5Eq+=+p. Using this pattern on our equation we get:
10%5E1+=+3x%5E2-13x
which simplifies to:
10+=+3x%5E2-13x

We now have an equation without logs and where the variable is "out in the open". Now we use algebra to solve for x. Since this is a quadratic equation, we want one side of the equation to be a zero. Subtracting 10 from each side we get:
0+=+3x%5E2-13x-10
Now we factor (or use the quadratic formula):
(3x + 2)(x - 5) = 0
From the Zero Product Property we know that:
3x + 2 = 0 or x - 5 = 0
Solving these we get:
x = -2/3 or x = 5

Checking solutions for equations like this one is not optional. You must ensure that all arguments to all logarithms are positive. Use the original equation to check:
log%28%28x%29%29+%2B+log%28%283x-13%29%29+=+1
Checking x = -2/3:
log%28%28%28-2%2F3%29%29%29+%2B+log%28%283%28-2%2F3%29-13%29%29+=+1
We can already see that the first argument is negative when x = -2/3. So we must reject this solution.
Checking x = 5:
log%28%28%285%29%29%29+%2B+log%28%283%285%29-13%29%29+=+1
We can already see that both arguments are going to be positive when x = 5. Since this was the only solution we found that we did not have to reject, this is the only solution to your equation.