Wednesday, September 16, 2015

soft question - Unexpected examples of natural logarithm

Quite often, mathematics students become surprised by the fact that for a mathematician, the term “logarithm” and the expression log nearly always mean natural logarithm instead of the common logarithm. Because of that, I have been gathering examples of problems whose statement have nothing to do with logarithms (or the exponential function), but whose solution does involve natural logarithms. The goal is, of course, to make the students see how natural the natural logarithms really are. Here are some of these problems:




  1. The sum of the series 112+1314+ is log2.

  2. If x(0,+), then limnn(nx1)=logx.

  3. What's the average distance from a point of a square with the side of length 1 to the center of the square? The question is ambiguous. Is the square a line or a two-dimensional region? In the first case, the answer is 14(2+log(1+2)); in the second case, the answer is smaller (of course): 16(2+log(1+2)).

  4. The length of an arc of a parabola can be expressed using logarithms.

  5. The area below an arc of the hyperbola y=1x (and above the x-axis) can be expressed using natural logarithms.

  6. Suppose that there is an urn with n different coupons, from which coupons are being collected, equally likely, with replacement. How many coupons do you expect you need to draw (with replacement) before having drawn each coupon at least once? The answer is about nlog(n)+γn+12, where γ is the Euler–Mascheroni constant.


  7. For each nN, let Pp(n) be the number of primitive Pythagorean triples whose perimeter is smaller than n. Then Pp(n)nlog2π2. (By the way, this is also an unexpected use of π.)



Could you please suggest some more?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...