Resolution of a logarithmic function

nvez
Messages
21
Reaction score
0

Homework Statement


Resolve the following equation:
log2 x + log2 [(x-3)/5)] = 3

Homework Equations


Logarithmic laws:
logc m + logc n = logc mn

The Attempt at a Solution


Restriction:

(x-3)/5 > 0
x-3 > 0
x > 3

Resolution:

log2 x + log2 [(x-3)/5)] = 3
log2 x[(x-3)/5)] = 3
log2 [(x2 - 3x)/5x] = 3

23 = (x2 - 3x)/5x
8 = (x2 - 3x)/5x
8(5x) = x2 - 3x
40x = x2 - 3x
40x + 3x = x2
43x = x2
43 = x2 / x
43 = x

My answer book says the answer is 8 however I don't seem to get to that after numerous attempts.

Thank you in advanced.
 
Last edited:
Physics news on Phys.org
nvez said:

Homework Statement


Resolve the following equation:
log2 x + log2 [(x-3)/5)] = 3

Homework Equations


Logarithmic laws:
logc m + logc n = logc mn

The Attempt at a Solution


Restriction:

(x-3)/5 > 0
x-3 > 0
x > 3

Resolution:

log2 x + log2 [(x-3)/5)] = 3
log2 x[(x-3)/5)] = 3
The next line has an error. The denominator should be 5, not 5x.
nvez said:
log2 [(x2 - 3x)/5x] = 3
nvez said:
23 = (x2 - 3x)/5x
8 = (x2 - 3x)/5x
8(5x) = x2 - 3x
40x = x2 - 3x
40x + 3x = x2
43x = x2
43 = x2 / x
43 = x

My answer book says the answer is 8 however I don't seem to get to that after numerous attempts.

Thank you in advanced.
 
Mark44 said:
The next line has an error. The denominator should be 5, not 5x.

Woops! It should have been 5x if it was x/x but it's x/1.

Thank you very much again. :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top