How Do You Estimate Logarithms Using Basic Logarithmic Properties?

  • Thread starter Thread starter k3r0
  • Start date Start date
  • Tags Tags
    Estimate
AI Thread Summary
To estimate logarithms, the discussion utilizes basic logarithmic properties such as log(ab) = log(a) + log(b) and log(a^n) = nlog(a). Log(4) and log(8) are calculated as log(2) + log(2) and log(2) + log(2) + log(2), respectively. Log(6) is estimated using log(2) + log(∏), while log(5) is approximated through linear interpolation between log(4) and log(6). The final calculations suggest log(5) can also be derived from log(10) - log(2). The discussion emphasizes the importance of using these properties for efficient logarithmic estimation.
k3r0
Messages
15
Reaction score
0

Homework Statement


Given that log(2) is roughly 0.30 and log(∏) is roughly 0.5, estimate the values of log(4), log(5), log(6) and log(8).


Homework Equations


log(ab)=log(a)+log(b)
log(a/b)=log(a)-log(b)
log(a^n)=nlog(a)


The Attempt at a Solution


I found log(4) and log(8) using log(2)+log(2) [+log(2)], and i estimated log(6) using log(2)+log(∏), but i don't know how to get to log(5).
 
Physics news on Phys.org
hi k3r0! :smile:

hint: log(125) ? :wink:
 
My guess, assuming there isn't a mistake in the problem statement, is that they want you to use linear interpolation. log(5) ≈ (1/2)(log(4) + log(6)). This would be the average (or mean) of the two log values.
 
Mark44 said:
My guess, assuming there isn't a mistake in the problem statement, is that they want you to use linear interpolation. log(5) ≈ (1/2)(log(4) + log(6)). This would be the average (or mean) of the two log values.

Thanks a lot, that method never crossed my mind. I spent about half an hour being irritated at that question, haha.

Thanks!
 
another hint: what is \pi^2 equal to?
 
  • Like
Likes 1 person
log(5)=log(10)-log(2) = 1 - log(2) = 0.7
 
Back
Top