Logarithm Calculation with Windows 7 Calculator [closed]
Asked Answered
L

1

23

I would like to use the Windows Calculator in Scientific Mode in order solve a very basic Logarithm equation but, unfortunately, I couldn't do that.

Here is the problem:

log_5 125=?

Thank you very much for your help...

Well, I know it equals to "3", but, how can I use the Windows Calculator to get computed that equation for example?

Lachellelaches answered 19/3, 2012 at 8:29 Comment(1)
Flagged this for moving to superuser.comPosey
N
60

You can calculate a logarithm in a given base by calculating two logarithms in an arbitrary base, using the following equation:

log_b (x) = log_k (x) / log_k (b)

As the windows calculator got a ln button, which stands for the natural logarithm (that is, log in basis e,) then you can press 125, ln, /, 5, ln, and get the desired result.

For bonus points, here is why the above equation holds:

  • Let ab = c. Remember that this sets b = log_a (c).
  • Take log_k of both sides of the first equation. We get: log_k (ab) = log_k (c)
  • Using the logarithmic identity log (xy) = y * log (x), we get b * log_k (a) = log_k (c)
  • Hence b = log_k (c) / log_k (a).
  • From the first step, we have b = log_a (c), hence log_a (c) = log_k (c) / log_k (a). QED.
Nealon answered 19/3, 2012 at 8:34 Comment(3)
Thank you very much, I'm giving it a try now...Lachellelaches
You're welcome. Just notice the typo I made when listing the operations in the calculator (wrote 25 instead of 5!)Nealon
is there not a log_x(y) button on the calculator?Estop

© 2022 - 2024 — McMap. All rights reserved.