Logarithm Calculation with Windows 7 Calculator [closed]

帅比萌擦擦* 提交于 2019-12-03 14:58:52

问题


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?


回答1:


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.


来源:https://stackoverflow.com/questions/9766988/logarithm-calculation-with-windows-7-calculator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!