What is Logarithm: Definition and 337 Discussions

In mathematics, the logarithm is the inverse function to exponentiation. That means the logarithm of a given number x is the exponent to which another fixed number, the base b, must be raised, to produce that number x. In the simplest case, the logarithm counts the number of occurrences of the same factor in repeated multiplication; e.g., since 1000 = 10 × 10 × 10 = 103, the "logarithm base 10" of 1000 is 3, or log10(1000) = 3. The logarithm of x to base b is denoted as logb(x), or without parentheses, logb x, or even without the explicit base, log x, when no confusion is possible, or when the base does not matter such as in big O notation.
More generally, exponentiation allows any positive real number as base to be raised to any real power, always producing a positive result, so logb(x) for any two positive real numbers b and x, where b is not equal to 1, is always a unique real number y. More explicitly, the defining relation between exponentiation and logarithm is:





log

b



(
x
)
=
y



{\displaystyle \log _{b}(x)=y\ }
exactly if





b

y


=
x



{\displaystyle \ b^{y}=x\ }
and




x
>
0


{\displaystyle \ x>0}
and




b
>
0


{\displaystyle \ b>0}
and




b

1


{\displaystyle \ b\neq 1}
.For example, log2 64 = 6, as 26 = 64.
The logarithm base 10 (that is b = 10) is called the decimal or common logarithm and is commonly used in science and engineering. The natural logarithm has the number e (that is b ≈ 2.718) as its base; its use is widespread in mathematics and physics, because of its simpler integral and derivative. The binary logarithm uses base 2 (that is b = 2) and is frequently used in computer science. Logarithms are examples of concave functions.Logarithms were introduced by John Napier in 1614 as a means of simplifying calculations. They were rapidly adopted by navigators, scientists, engineers, surveyors and others to perform high-accuracy computations more easily. Using logarithm tables, tedious multi-digit multiplication steps can be replaced by table look-ups and simpler addition. This is possible because of the fact—important in its own right—that the logarithm of a product is the sum of the logarithms of the factors:





log

b



(
x
y
)
=

log

b



x
+

log

b



y
,



{\displaystyle \log _{b}(xy)=\log _{b}x+\log _{b}y,\,}
provided that b, x and y are all positive and b ≠ 1. The slide rule, also based on logarithms, allows quick calculations without tables, but at lower precision.
The present-day notion of logarithms comes from Leonhard Euler, who connected them to the exponential function in the 18th century, and who also introduced the letter e as the base of natural logarithms.Logarithmic scales reduce wide-ranging quantities to tiny scopes. For example, the decibel (dB) is a unit used to express ratio as logarithms, mostly for signal power and amplitude (of which sound pressure is a common example). In chemistry, pH is a logarithmic measure for the acidity of an aqueous solution. Logarithms are commonplace in scientific formulae, and in measurements of the complexity of algorithms and of geometric objects called fractals. They help to describe frequency ratios of musical intervals, appear in formulas counting prime numbers or approximating factorials, inform some models in psychophysics, and can aid in forensic accounting.
In the same way as the logarithm reverses exponentiation, the complex logarithm is the inverse function of the exponential function, whether applied to real numbers or complex numbers. The modular discrete logarithm is another variant; it has uses in public-key cryptography.

View More On Wikipedia.org
  1. Gary Trinder

    Audio Crossover Frequency Equation....

    Can anyone verify or correct this equation to work out the crossover frequencies of a three tier sound system please? I never was the best in my physics classes... (Please find attached "Crossover Freq.dpf") And thank you in advance for your time. Sorry about the way i have had to write...
  2. J

    Proof of the logarithm product rule

    Homework Statement Prove that $$log_{b}(xy)=log_{b}x+log_{b}y.$$ Homework Equations Let $$b^{u}=x,b^{v}=y.$$ Then $$log_{b}x=u,log_{b}y=v.$$ The Attempt at a Solution I'm afraid I've been using circular reasoning to prove this. I can get this to a point where I have...
  3. Rectifier

    Logarithm problem that I'm stuck on

    The problem statement ln(x) = 5 -x Solve for x. The attempt at a solution ln x = 5 - x \\ e^{ln x} = e^{5 - x} \\ e^{ln x} = \frac{e^5}{e^x} \\ x e^x = e^5 Here is the place where I get stuck.
  4. Topolfractal

    In(x) Closed Form Formula: Does It Exist?

    Does there exist a closed form formula for in(x)?
  5. noowutah

    Isosceles triangle in information theory

    In Euclidean geometry (presumably also in non-Euclidean geometry), the part of the dissecting line that dissects the vertex angle and is inside the isosceles triangle is shorter than the legs of the isosceles triangle. Let ABC be an isosceles triangle with AB being the base. Then, for...
  6. T

    Negative logarithm within an equation problem?

    Hello, I know that a negative logarithm is undefined. But I am faced with an equation like this: -1 x (-2)^(n-1) = -16777216 I divided it by -1 to give (-2)^(n-1) = 16777216 And then took logs to get (n-1) log(-2) = log 16777216 Since I can't work out the log of a negative number, what do I...
  7. Chrono G. Xay

    Math Trouble in Physics Land: Logarithms

    Working on a personal music project, I would like to pull 'z' out of the logarithm below if I can help it, but am having trouble: It's a portion taken from this: Which evolved from... However, this is only the mathematical modeling of the object. The actual *physics* aspect...
  8. Jaco Viljoen

    Logarithm state the value of x for which the equation is defined

    Homework Statement Consider the equation: 3logx5+2logx2-log1/x2=3 a)State which values of x for which the equation is defined. b)Solve the equation for x. Homework EquationsThe Attempt at a Solution 3logx5+2logx2-log1/x2=3 =logx53+logx22-log1/x2=3 =logx125+logx4-log1/x2=3 =logx500-log1/x2=3...
  9. Euler2718

    Logarithm Depreciation Word Problem

    Homework Statement A vehicle purchase for $32,000 depreciates at a rate of 75% every 6 years. Another vehicle purchased for $16,000 depreciates at a rate of 50% every 4 years. Create an exponential function for each situation, and use the functions to algebraically determine the amount of time...
  10. Prof. 27

    Logarithm Issue. Unable to find answer sheet answer

    Homework Statement log39x4 - log3(3x)2 The answer sheet says that the answer is 0, but when I work the problem both ways I get: 2log3x Any ideas? Homework Equations logxy/z = logxy - logxz The Attempt at a Solution Formula Sheet 20-30 Minutes of Messing around with the problem
  11. evinda

    MHB Computation of discrete logarithm

    Hello! (Wave) The prime number $p=67$ is given. Show that $g=2$ is a generator of the group $\mathbb{Z}_p^{\star}$. Compute the discrete logarithm of $y=3$ as for the base $g$ with Shanks-algorithm. Compute the same discrete logarithm using the Pohlig–Hellman algorithm. That's what I...
  12. M

    How did John Napier invent his sliderule?

    First, I'll note this interesting thread: #4158384. However I unfortunately don't have privileges to post there so I'll start this new one. I'm trying to make my own sliderule. How did they do it? How did Napier invent his "bones?" A more particular question would be: If I make a table of...
  13. ichabodgrant

    Prove arcsin x for its logarithm form

    Homework Statement Given sin x = (eix - e-ix) / 2i, I want to prove that arcsin x = -i ln(ix + √1 - x2) Homework Equations I know about the Euler's formula and complex number. But I have never learned about complex logarithms. The Attempt at a Solution I try to use x = sin y. But it seems...
  14. D

    Solve Logarithm: Log3(2x+3)-log3(x-2)=3 | Step-by-Step Guide

    I need to solve log3(2x+3)-log3(x-2)=3 where 3 is the base. This is my attempt at a solution.. Log3(2x+3)-log3(x-2)=2 Log3(x-3/2)=2 Log3(x) - Log3(-3/2) = 2 Log3(x)-0.369=2 log3(x)=2.369 3^2.369=13.4 x=13.4 I plugged that into the original equation and I know it is not correct. Can anyone...
  15. Mr Davis 97

    Question on logarithmic differentiation and absolute value

    For the problem of differentiating ##y = x^5(3x-1)^3## using logarithmic differentiation, the solution provides the first step as rewriting the functions as ##\left |y \right | = \left | x \right |^5 \cdot \left | 3x-1 \right |^3##. This confuses me. First, how are we, mathematically, able to...
  16. Math Amateur

    MHB What is Stoll's definition of the natural logarithm function?

    I am reading Manfred Stoll's book: Introduction to Real Analysis. I need help with Stoll's definition of the natural logarithm function (page 234 -235) The relevant section of Stoll reads as follows: In this section we read: " ... ... To prove (a), consider the function L(ax), x \gt 0. By...
  17. B

    Maximum/minimum through logarithm

    Hi I seem to have run into a strange problem. Suppose one wishes to maximize/minimize the function ## f(x) = (x-4)^{2} ##. Clearly, this function has a minimum at x = 4. One could find the extremum by taking the derivative and setting to zero. One could also compute the logarithm of this...
  18. Fosheimdet

    Analyticity of the complex logarithm on the negative real axis

    A theorem in my textbook states the following: For every n=0,±1, ±2, --- the formula ln z=Ln z ± 2nπi defines a function, which is analytic, except at 0 and on the negative real axis, and has the derivative (ln z)'=1/z. I don't understand why the logarithm isn't analytic for negative real...
  19. B

    Calculating Complex Logarithms

    Hello everyone, I am asked to calculate ##\log (e^{1+2i})##, and I would appreciate it if someone could verify my calculation.. My textbook defines ##\log z## as ##\log z = \ln |z| + i \arg z##. ##\log (e^{1+2i}) = \ln |e^{1+2i}| + i \arg(e^{1+2i}) \iff## ##\log (e^{1 + 2i}) = \ln|e e^{2i}|...
  20. E

    MHB How to Simplify this Complex Logarithm Expression?

    1) $( \log_{a}\left({b}\right)+\log_{b}\left({a}\right)+2) (\log_{a}\left({b}\right)-\log_{ab}\left({b)}\right)* \log_{b}\left({a}\right)-1=$?
  21. E

    MHB What is the relationship between logarithms and simplifying expressions?

    (\sqrt{{\log_{n}\left({p}\right)} +\log_{p}\left({n}\right) +2} *(\log_{n}\left({p}\right)-\log_{np}\left({p}\right)) \sqrt{\log_{n}\left({p}\right)}
  22. E

    MHB How can I simplify this logarithm?

    \log_{2}\left({24}\right) / \log_{96}\left({2}\right) - \log_{2}\left({192}\right) /\log_{12}\left({2}\right)
  23. alyafey22

    MHB How Do You Integrate $\int^1_0 \log^2(1-x) \log^2(x) \, dx$?

    Solve the following $$\int^1_0 \log^2(1-x) \log^2(x) \, dx$$
  24. M

    Why you can’t take the logarithm of a negative number or of 0 ?

    hello why "you can’t take the logarithm of a negative number or of 0" ? thanks!
  25. alyafey22

    MHB How Does One Solve the Integral of Logarithmic Functions Over a Unit Interval?

    logarithm integral # (2) Solve the following \int^1_0 \frac{\log(1+x)\log(1-x)}{x}\,dx
  26. alyafey22

    MHB Evaluate Logarithm Integral from 0 to 1

    Evaluate the following $$ \int^1_0 \frac{\log(1-x)\log^2(x)}{x}dx$$
  27. J

    Logarithm differentiation + chain rule

    For this function y=\sqrt{2ln(x)+1} if I use the chain rule properly, should I be getting this answer? \frac{dy}{dx}=\frac{2}{x} \times \frac{1}{2} \times \frac{1}{\sqrt{2ln(x)+1}} My aim of doing this is to verify that \frac{dy}{dx}=\frac{1}{xy}
  28. J

    Solving equation involving a variable and its logarithm

    Can you suggest a general analytical solution to the following equation \ln(x^{3/2})-bx-c=0 where x is real positive variable and b and c are real positive constants.
  29. chisigma

    MHB Behavior of the logarithm function in the complex domain ....

    In...... it has beenshown in an elementary way that is ... $\displaystyle\int_{0}^{\infty}\frac{\ln x}{x^{2}+a^{2}}\ dx = \frac{\pi\ \ln a}{2\ a}\ (1)$The integral (1) isvery useful to shed light on the behavior of the logarithm functionin the complex field. Let's suppose we want to solve the...
  30. C

    MHB Using Logarithm Tables to find values in an old trig book

    Hi Everyone, I need some help using five-place table to find the value of this logarithm. $\log_{10}\left({0.002261}\right)$= $\log_{10}\left({2.261*10^{-3}}\right)$ I use the multiplication to sum rule for logarithms hence $(\log_{10}\left({2.261}\right)-3+10)-10$ N 0 1 2 220 34 242 262...
  31. F

    MHB Complex Logarithm: Analytic Function on $1<|z|<2$

    Is the complex logarithm an example of a function analytic on the domain $1<|z|<2$ such that it's derivative on the domain is $\frac{1}{z}$? Thanks
  32. T

    Derivative of Logarithm with trig

    Need to find derivative y = θ(sin(ln θ)) + cos(ln θ) My work θ(cos(ln θ))(1/θ) + sin(ln θ) + (-sin(ln θ)(1/θ)) (θcos(ln θ))/θ] + sin(ln θ) + ( (- sin(ln θ))/θ) cos(ln θ) + [θsin(ln θ) - sin(ln θ)]/ θ answer in book is 2cos(lnθ)
  33. A

    MHB Is it possible to avoid using the complex logarithm?

    Hello. Can someone please check if I did this correctly. Question and my attempt are as the attached.
  34. D

    Complex Analysis: Solving Logarithmic Equations and Limits

    Hello, I'm solving the problems given in previous exams, and there's this question: Homework Statement a/ Give the value of ln(i), ln(-i) and i^i b/ If zo=-1-i , what is the value of lim [ ln(zo+e)-ln(zo+i*e) ] when e-> 0 Same question with zo=1+i Homework Equations The...
  35. S

    MHB How Do You Prove the Logarithm Identity \frac{log_a n}{log_b n} = C?

    Given 3 constants a,b,c and 1 variable n \frac{log_a n}{log_b n} = C , Prove it! I know that: log_a n = \frac{log_b n}{log_b a} So for easier readability I let log_a n = \alpha log_b n = \beta log_b a = u So here is what I got.. \alpha = \frac{\beta}{u} <-- is my first formula and this...
  36. Saitama

    MHB Triangle and logarithm problem

    Problem: Given that $a,b$ and $c$ are the sides of $\Delta ABC$ such that $$z=\log_{2^a+2^{-a}} \left(4(ab+bc+ca)-(a+b+c)^2\right)$$ then $z$ has a real value if and only if A)a=b=2c B)3a=2b=c C)a-b=3c D)None of these Attempt: I am not sure where to start with this kind of problem. I wrote the...
  37. L

    MHB Help with calculus problem with logarithm base e

    I'm at one of those annoying stages where you know what the answer is, but you just can't seem to prove it... Would really appreciate some help with this one! The question is: What are the intervals where function f(x)=e2x-2ex is concave and convex respectively. I have derived f(x) to get...
  38. S

    MHB The Controversy Surrounding the Definition of Logarithm for Complex Numbers

    In the context of complex number, how to prove that 1. log i +log(-1+i) \neq log i(-1+i) 2. log i^2 =2log i
  39. anemone

    MHB Evaluate logarithm of a number

    Given that $0.375<\log_x 5<0.376$ $0.256<\log_x 3<0.257$ $0.161<\log_x 2<0.162$ evaluate $\lfloor \log_x 7^{100} \rfloor$.
  40. D

    Integral of a logarithm using residues

    Homework Statement Hey everyone, So here's the problem, nice and simple. I have to find the following integral: \int_{0}^{\infty} \frac{x^{p}ln(x)}{x^{2}+1}dx, 0<p<1Homework Equations The only thing relevant is the residue theorem: \oint_{c}f(z)=2\pi i \times sum of residues enclosed The...
  41. S

    Derivative of a Logarithm with a Variable Base

    Homework Statement Hello, I have to calculate the derivative of y = log_x (x+1) so I used the formula of the derivative of a n-base logarithm and I get y' = 1/((x+1)logx) but that's wrong, why ? Thanks Homework Equations log_a x = 1/(xlog(a))
  42. H

    Matrix Logarithm: Proving Continuity for Operator Norm < 1

    Homework Statement Hi, how can i show that the matrix logarithm log(I+A) is continuously differentiable on the set of matrices having operator norm less than 1. Homework Equations http://planetmath.org/matrixlogarithm The Attempt at a Solution i tried to compute the...
  43. C

    Logarithms: (log8(x))^2 vs log8(x)^2

    Hi, quick question. Is there a difference in notation when I say : (log8(x))^2 and log8(x)^2 Is it different or the same ? Thank you !
  44. C

    Power raised to a logarithm question

    Homework Statement Solve for x 7^log(base: 7) 3 = x Homework Equations The Attempt at a Solution Ans is 3 Can someone explain to me how to solve for powers raised to a log like this one?
  45. C

    What is the solution to 6^log x = 1/36?

    Homework Statement 6^log x=1/36 [b]2. Homework Equations Y=logcx The Attempt at a Solution How do u solve this? I know the 1/36 is the exponent. Usually the logs that u normally do is not in an exponent like this. The answer is 0.01. How did they get that?
  46. alyafey22

    MHB Logarithm and harmonic numbers

    I need to prove that H_n = \ln n + \gamma + \epsilon_n Using that \lim_{n \to \infty} H_n - \ln n = \gamma we conclude that \forall \, \epsilon > 0 \,\,\,\, \exists k \,\,\,\, such that \,\,\, \forall k \geq n \,\,\, the following holds |H_n - \ln n -\gamma | < \epsilon H_n <...
  47. A

    Logarithm Q: Is log(\frac{3}{5}) = \frac{log3}{log5}?

    Hello all, Am I right in assuming that log(\frac{3}{5}) = \frac{log3}{log5}? Thanks,
  48. P

    Solving Logarithm Inequality Log x ((x+3)/(x-1)) > Log x x

    Log x ((x+3)/(x-1) > Log x x ?? I've managed to find 4 conditions for this inequality: 1. -1 > x > 3 2. x > -3 3. x > 0 4. x ≠ 1 but I'm not sure how to write the solution. Is it " 0 < x & 1 < 0 < 3 " ? Thanks.
  49. P

    MHB Approximation and Logarithm Problem

    I just need some help with some basic questions I can't remember from a long time ago, just started up school again... 1) Given a function f(x) = (quadratic on top)/(quadratic on bottom) When at x=1, I am given a tangent line to the function f(x), and also given the equation of the tangent...
  50. T

    Application of Residue Theorem to Definite Integrals (Logarithm)

    I've been studying for a test and have been powering through the recommended problems and have stumbled upon a problem I just can't seem to figure out. $$\int_{0}^{\infty} \frac{logx}{1+x^{2}} dx$$ (Complex Variables, 2nd edition by Stephen D. Fisher; Exercise 17, Section 2.6; pg. 167)...
Back
Top