SOLUTION: Find the product of all x which are solutions to the given equation. log256(x) - logx(4) = 3/4

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: Find the product of all x which are solutions to the given equation. log256(x) - logx(4) = 3/4      Log On


   



Question 682019: Find the product of all x which are solutions to the given equation.
log256(x) - logx(4) = 3/4

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
log%28256%2C+%28x%29%29+-+log%28x%2C%284%29%29+=+3%2F4
I've never done a problem like this. So there may be a better way than...

We can use the change of base formula, log%28a%2C+%28p%29%29+=+log%28b%2C+%28p%29%29%2Flog%28b%2C+%28a%29%29, to change the two logs into logs that have the same base. Since both 4 and 256 and both powers of 4, I'm going to change the bases to 4's:

Since we chose a base for which 4 and 256 are powers, we can figure out the logs in the first denominator and second numerator:
log%284%2C+%28x%29%29%2F4+-+1%2Flog%284%2C+%28x%29%29+=+3%2F4

Now we solve for log%284%2C+%28x%29%29. First we eliminate the fractions by multiplying both sides by the lowest common denominator: 4log%284%2C+%28x%29%29

which simplifies as follows:
log%284%2C+%28x%29%29%2Alog%284%2C+%28x%29%29+-+4%2A1+=+log%284%2C+%28x%29%29%2A3
%28log%284%2C+%28x%29%29%29%5E2+-+4+=+3log%284%2C+%28x%29%29
The equation is in quadratic form for log%284%2C+%28x%29%29. If you have trouble seeing this then a temporary variable may help. Let
+z+=+log%284%2C+%28x%29%29
substituting z into the equation we get:
z%5E2+-+4+=+3z
This is clearly a quadratic equation. To solve it we first want one side to be zero. Subtracting 3z from each side:
z%5E2+-3z+-+4+=+0
Now we factor:
%28z-4%29%28z%2B1%29+=+0
From the Zero Product Property:
z-4+=+0 or z%2B1+=+0
Solving these we get:
z+=+4 or z+=+-1

Of course these are solutions for z, our temporary variable. Now we need to substitute back for the temporary variable:
log%284%2C+%28x%29%29+=+4 or log%284%2C+%28x%29%29+=+-1
And solve for x. If you can't see what values of x work in these equations, rewrite them in exponential form:
4%5E4+=+x or 4%5E%28-1%29+=+x
which simplify to:
256+=+x or 1%2F4+=+x

Next we check these solutions. This is not optional when solving logarithmic equations like this. You must ensure that all arguments and bases are positive (and no base is a 1 either). Any "solution" that fails to make the arguments and bases valid must be rejected. Use the original equation to check:
log%28256%2C+%28x%29%29+-+log%28x%2C%284%29%29+=+3%2F4
Checking x = 256:
log%28256%2C+%28256%29%29+-+log%28256%2C%284%29%29+=+3%2F4
We can see that the arguments and bases are positive (and the bases are not 1's). So this solution passes the check.

Checking x = 1/4:
log%28256%2C+%281%2F4%29%29+-+log%281%2F4%2C%284%29%29+=+3%2F4
We can see that the arguments and bases are positive (and the bases are not 1's). So this solution also passes the check.

The problem asks for the product of these solutions. (This may be a clue to a simpler, faster solution which does not require finding the individual solutions for x.) So the answer to the problem is 256 * 1/4 = 64.

P.S. Once you have some experience with quadratic form equations you will not need a temporary variable. You will be able to see how to go from
%28log%284%2C+%28x%29%29%29%5E2+-+4+=+3log%284%2C+%28x%29%29
to
%28log%284%2C+%28x%29%29%29%5E2+-+3log%284%2C+%28x%29%29+-4+=+0
to
%28log%284%2C+%28x%29%29+-+4%29%28log%284%2C+%28x%29%29+%2B+1%29+=+0
to
log%284%2C+%28x%29%29+-+4+=+0 or log%284%2C+%28x%29%29+%2B+1+=+0
etc.