
Hannah P. answered 07/28/21
Junior BS Student-Tutor Specializing in Math
This is a difficult one for sure!
8(log2x - logx8) = 16
Solve for x
1.. First, let's divide both sides of the equation by 8 to isolate each expression.
-->log2x - logx8 = 2
2... Now we need to use some of the properties of logarithms to make the equation solvable.
We need to get rid of that log with a base of x.
We can use the change of base formula: logax = logbx / logba
where our new base, b, is whatever number we choose. For this problem, let's make our new base 2, so it is the same as the first term in the equation:
logx8 = log28 / log2x
now we can replace logx8 with our new term, and our equation becomes;
log2x - (log28 / log2x) = 2
log28=3, so our equation then becomes:
log2x - (3 / log2x) = 2
3.. Now that we have two of the same log term, we can replace them both with a variable to simplify the equation. Let log2x = p and we have;
p - (3/p) = 2
solve for p:
subtract p from both sides
-3/p = 2 - p
multiply equation by p
-3 = 2p - p2
add three to both sides
0 = 2p - p2 + 3
multiply by -1 to get a more typical quadratic formula, and order terms
p2 - 2p + 3 = 0
solve for p by factoring
(p - 3) (p + 1) = 0
p= 3 or -1
4.. Now we know our term log2(x) must be equal to either 3 or -1 for the expression to be valid.
so, we can set log2(x) equal to each of these numbers to find the valid x values
log2(x) = 3
using log rule bc=a ~ logba=c ;
23= x
x = 8
log2(x) = -1
2-1 = x
x = 1/2
So our answers are x= 8, 1/2.
*checking our work:
x=8
8(log2(8) - log8(8)) = 16
8(3 - 1) = 16
8 * 2 = 16
16 = 16
x=1/2
8(log2(1/2) - log1/2(8)) =16
8( (-1) - (-3) ) = 16
8(2) = 16
16 = 16