SOLUTION: Solve for X: log to the base of 3(x^2+4x+13)-log to the base of 3(x+3)=2

Algebra ->  Trigonometry-basics -> SOLUTION: Solve for X: log to the base of 3(x^2+4x+13)-log to the base of 3(x+3)=2       Log On


   



Question 815755: Solve for X:
log to the base of 3(x^2+4x+13)-log to the base of 3(x+3)=2

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
log%283%2C+%28x%5E2%2B4x%2B13%29%29-log%283%2C+%28x%2B3%29%29=2
Solving equations like this usually starts with using algebra and/or properties of logs to rewrite the equation in one of the following forms:
log(expression) = number
or
log(expression) = log(other_expression)
With the "non-log" term of 2 on the right side, it would seem that the "all-log" second form would be harder to achieve. So we will aim for the first form.

To achieve the first form all we need to do is find a way to combine the logs. Fortunately there is a property of logs, log%28a%2C+%28p%29%29-log%28a%2C+%28q%29%29+=+log%28a%2C+%28p%2Fq%29%29, which will do exactly what we need:
log%283%2C+%28%28x%5E2%2B4x%2B13%29%2F%28x%2B3%29%29%29=2
We now have the first form.

The next stage is to eliminate the logs. With the first form, you rewrite the equation in exponential form. In general log%28a%2C+%28p%29%29+=+n is equivalent to p+=+a%5En. Using this pattern on our equation we get:
%28x%5E2%2B4x%2B13%29%2F%28x%2B3%29=3%5E2
which simplifies to:
%28x%5E2%2B4x%2B13%29%2F%28x%2B3%29=9

The next stage is to solve the equation (now that the logs are gone and the variables are exposed). First we'll eliminate the fraction by multiplying each side by x+3:
x%5E2%2B4x%2B13=9x%2B27
This is a quadratic equation so we want one side to be zero. Subtracting 9x and 27 from each side we get:
x%5E2-5x-14=0
Now we factor:
(x-7)(x+2) = 0
Next the Zero Product Property:
x-7 = 0 or x+2 = 0
Solving these we get:
x = 7 or x = -2

The last stage is to check. This is not optional! A check must be made to ensure that the "solutions" make all the bases and arguments valid. (Valid bases are positive but not 1 and valid arguments are positive.) Any "solution" that makes any base or argument invalid must be rejected.

Use the original equation to check:
log%283%2C+%28x%5E2%2B4x%2B13%29%29-log%283%2C+%28x%2B3%29%29=2
Checking x = 7:
log%283%2C+%28%287%29%5E2%2B4%287%29%2B13%29%29-log%283%2C+%28%287%29%2B3%29%29=2
We should be able to see already that the arguments are going to be positive and the bases are all 3's. (If you can't see this then keep simplifying.) So this solution checks.
Checking x = 7:
log%283%2C+%28%28-2%29%5E2%2B4%28-2%29%2B13%29%29-log%283%2C+%28%28-2%29%2B3%29%29=2
Simplifying...
log%283%2C+%284%2B4%28-2%29%2B13%29%29-log%283%2C+%28%28-2%29%2B3%29%29=2
log%283%2C+%284%2B%28-8%29%2B13%29%29-log%283%2C+%28%28-2%29%2B3%29%29=2
log%283%2C+%289%29%29-log%283%2C+%281%29%29=2
And the arguments are positive (and the bases are still 3's) so this solution checks out, too. (Note: As this problem shows, negative numbers can be solutions. It is the arguments and bases which cannot be negative.

So there are two solutions to the equation: 7 and -2.