Simplifying Logarithms: log_x 32 = 5

AI Thread Summary
The discussion revolves around simplifying the logarithmic equation log_x 4 + log_x 8 = 5, which simplifies to log_x 32 = 5. The key insight is using the definition of logarithms to express the equation as x^5 = 32, leading to the solution x = 2. Participants also explore a related problem involving the equation 20,000 = 10,000(x)^9, simplifying it to x = 2^(1/9) or approximately 1.0801. The conversation emphasizes understanding logarithmic principles rather than relying on trial and error for solutions.
cscott
Messages
778
Reaction score
1
log_x 4 + log_x 8 =5

I simplified that to log_x 32 = 5 but I can't get my head around what to do next and it's annoying me because I feel it's going to be something simple. :smile:
 
Mathematics news on Phys.org
cscott said:
log_x 4 + log_x 8 =5

I simplified that to log_x 32 = 5 but I can't get my head around what to do next and it's annoying me because I feel it's going to be something simple. :smile:

What you have isn't that much of a simplification, it would be better to break everything on the LHS to powers of 2 and get smaller numbers. Nevertheless, you can solve the equation immediately from what you have.

What is the definition of a logarithm ? What does it mean when you say log_a b = c. Come up with a simple equation to relate a, b and c using the definition of log, then apply the same principle to your equation, and see what you get.
 
hey there since the log is to the base x, it follows that
x^(LOGx32)=x^5 the x and the LOGx cancel out the we have
=>32=x^5
therefore x=2
 
Thanks, I understand that now, but I'm having trouble with another :mad:

20 000 = 10 000(x)^9
2 = x^9
log 2 = log x^9
log 2 = 9 \cdot log x

I think I got closer to the answer...
 
steven187 said:
hey there since the log is to the base x, it follows that
x^(LOGx32)=x^5 the x and the LOGx cancel out the we have
=>32=x^5
therefore x=2

Is there any way to do it without using trial an error in the end (if the numbers weren't as nice as they are here)?
 
cscott said:
Thanks, I understand that now, but I'm having trouble with another :mad:

20 000 = 10 000(x)^9
2 = x^9
log 2 = log x^9
log 2 = 9 \cdot log x

I think I got closer to the answer...
Actually, once you've got 2 = x^9, all you've got to do is \sqrt[9]{2} = x = 1.080059739.

cscott said:
Is there any way to do it without using trial an error in the end (if the numbers weren't as nice as they are here)?
I don't think it's really trial and error; had it been 31 or 33, the answer wouldn't have been an integer. "Luckily", \sqrt[5]{32} = 2.
 
They design textbook problems so you don't have to go through that mess, just understand the cocnept and know how to repeat the steps you just went through and you'll be fine.
 
Just remember, that

\log_a b

is the power which you must raise a to in order to get b. So

\log_2 32 = 5

Equivalently, if

\log_a b = x

then

b = a^x
 
Back
Top