What is Logarithms: Definition and 257 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. J

    Solving Exponential Equations Using Logarithms

    Hello, The following problem is bothering me quite a bit. It is... Solve. 3 x 2^x = 12 The Unit this question is in is about solving exponential equations through expressing each side as a power of the same base, by taking a base (x) logarithm of each side or taking a base 10 logarithm...
  2. P

    Can Logarithms Simplify Exponential Equations?

    IS there a way to find x if given: 3^x - 3^(x-1) = 1000 I tried to take log [3^x - 3^(x-1)]/log[3] = log1000/log3 but then, x-x-1 = ...
  3. M

    N00b here and i got a question (logarithms)

    Okay. "Solve the exponential equation with base a algebraically. Approximate the result to three decimal places." 3^2x=80 (fyi, the answer is ln80/2ln3 = 1.994) Don't understand how to solve, please help!
  4. K

    Solving exponential equations using logarithms

    Hi, I have a couple of problems that involve solving exponential equations using logarithms. One of them I got an answer but I'm not positive whether I did it right, and one of them I have no idea... 3^(4logx)= 5 (4logx)log3=log5 logx=log5/4log3 logx=.698/1.91 logx=.365 10^.365=x...
  5. A

    How can we effectively introduce logarithms?

    Hi all, I wonder what is the best way to introduce logarithms when you're teaching. My "approach #1" is the one I consider the most natural: You introduce exponential functions as f(x) = bx, and ask what is the derivative. It turns out df/dx = lim(h->0) (bh-1)/h bx. Now, actually ln(b)...
  6. A

    Geometric Sequences and Logarithms

    I'm having trouble with these type of probles (where a negative log comes up): (All of this is solving without sigma notation) Find the number of terms in these geometric sequences and the sum of the numbers. 11, -22, 44,...,704 I know that a1 = 11, r = -2, and an = 704, so I did...
  7. anil

    Solve Logarithmic Equation: log(x-1) = log(x-2) - log(x+2)

    I need help on a lograrith HM: Solve for X: log(x-1)=log(x-2)-log(x+2) I got till here: log(x-1)=(log(x-2)/(x+2)) Donot know what to do after wards ***Hey if you could tell me the answer please tell me how you derived it. i want to understand the problem. And Base if course to the 10.
Back
Top