Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Logarithm Calculation with Windows 7 Calculator [closed]

Tags:

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?

like image 634
Kerim Atasoy Avatar asked Mar 19 '12 08:03

Kerim Atasoy


People also ask

How do I reset my calculator in Windows 7?

Reset the Calculator App Via System SettingsNavigate to Win Start Menu > PC Settings > Apps and select Apps & features. Scroll down on the right-hand side pane, click on the Calculator option, and then click Advanced options. In the next window, scroll down and press the Rest button.

How do you do log base on Microsoft calculator?

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.


1 Answers

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.
like image 172
Shay Avatar answered Sep 18 '22 12:09

Shay