Log5(x) = 16logx(5) solve for x

  • Thread starter Thread starter TyErd
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
12 replies · 5K views
TyErd
Messages
297
Reaction score
0
log5(x) = 16logx(5)
solve for x.

With this one, I have no idea where to start. All I have even thought about doing is bringing up the 16 to make it 5^16 but that doesn't seem to help me.
 
Physics news on Phys.org


No i don't have a formula to do that
 


the formula is:

log5(x) = log (x) / log (5)
 


Let y = logbx
Then x = by
So log x = log(by) = y log b
And y = (log x)/(log b)

Hence logbx = (log x)/(log b)

In the third step above, you can use any log base you want. I used the common log (log10).
 


ok thnx for the formulas, ok so i have the log base for one side which is (log10(x)) / (log10(5)) what do i do now?
 


(log10(x)) / (log10(5)) = logx(5^16)
 


TyErd said:
ok thnx for the formulas, ok so i have the log base for one side which is (log10(x)) / (log10(5)) what do i do now?
Instead of changing log5 to log, why don't you change logx to log5? The goal is to be using the same log base on both sides of the equation.
 


so are you saying change it so it is: log5(5^16) / log5(x) = log5(x) ?
 


Yes. Now put it in the context of the original equation.

log5x = logx516
==> log5x = [log5516]/log5x

The numerator on the right can be simplified to just plain 16, and you can multiply both sides by log5x.
 


omg, thankyou so much! i get it finally. I wish i could think like you