Hey everyone,
for the changing base formula below, how do you get b? Or is b always 10?
Thanks
It probably helps to know where this formula comes from.
Firstly, let us write out what
 )
means. Using the definition as inverse of exponential:
\\<br />x = b^y<br />)
This is all fine and dandy. Now, you want to convert this to the original base, a. In particular, you want to find an expression for
 )
in terms of
)
This suggests that we need to take a base a log of both sides. Proceeding with log laws gives
 = \log_a(b^y) = y\log_a(b)\\<br />y = \log_b(x) = \frac{\log_a(x)}{\log_a(b)}<br />)
Surprised? In words, the formula reads
 = \frac{\log_{\text{old base}}(x)}{\log_{\text{old base}}(\text{new base})}<br />)
Look at the relative positions of the old and new bases on both sides. See how the old base is used in the quotient.
This illustrates one thing you must learn about mathematics. It's NOT about remembering formulas. Now, it turns out that I've used change of base enough times to be able to remember it. However, I never actively committed it to memory. I just understood how the proof worked, and I never had to remember a thing. Try go through the reasoning behind this derivation.