
Jacob C. answered 05/10/21
Adaptive Math and Physics Tutor
The equation is of the form A = B, so we are going to turn it into 2A = 2B and solve.
2(log28x - log2(x^2 - 1)) = 2(log23)
The left hand side shows a subtraction in the exponent, so we can turn that into a division such that
2(log28x) / 2log2(x^2 - 1) = 2(log23)
Using the property aloga(c) = c,
8x / (x2 - 1) = 3
8x = 3x2 - 3
3x2 - 8x - 3 = 0
(3x + 1)(x - 3) = 0
We can see that x = 3 OR x = -1/3, but we cannot accept the solution x = -1/3 because it would make the logarithmic argument (x2 - 1) negative, which is undefined. Thus, we accept x = 3 as the solution.