Questions tagged [logarithms]

Questions related to real and complex logarithms.

The logarithm is generally defined to be an inverse function for the exponential. If $x > 0$ is a real number and $b > 0$, $b \ne 1$, then the base-$b$ logarithm is defined by

$$\log_b(x) = y \iff b^y = x$$

The most commonly used bases are base $10$ and $2$ (which frequently arises in computer science), and particularly base $e$. The natural logarithm $\ln$ is defined to be $\log_e$.

Alternatively, the natural logarithm can be defined to be a primitive of the function $$f(t) = \frac{1}{t}$$ subject to the condition that $\ln{1} = 0$.

In the study of complex numbers, the solutions $a$ of $e^{a} = z$ are called complex logarithms. This uniquely specifies the modulus of $a$, but not its argument; as such, we define the principal logarithm $\operatorname{Log}(re^{i\theta}) = \ln{r} + i \theta$, with the restriction $-\pi < \theta \le \pi$ (or alternatively, $0 \le \theta < 2\pi$). This leads to a branch cut, or discontinuity - alternatively, the complex logarithm can be viewed as a multi-valued function.

Reference: Logarithm.

This tag often goes along with .

10168 questions
44
votes
5 answers

Why must the base of a logarithm be a positive real number not equal to 1?

Why must the base of a logarithm be a positive real number not equal to 1? and why must $x$ be positive? Thanks.
42
votes
9 answers

Easy way to compute logarithms without a calculator?

I would need to be able to compute logarithms without using a calculator, just on paper. The result should be a fraction so it is the most accurate. For example I have seen this in math class calculated by one of my class mates without the help of…
41
votes
12 answers

Intuitive use of logarithms

I am trying to gain a more intuitive feeling for the use of logarithms. So, my questions: What do you use them for? Why were they invented? What are typical situations where one should think: "hey, let's take the $\log$!"? Thanks for the great…
Fabian
  • 535
34
votes
6 answers

What is the best way to calculate log without a calculator?

As the title states, I need to be able to calculate logs (base $10$) on paper without a calculator. For example, how would I calculate $\log(25)$?
Ogen
  • 2,255
  • 8
  • 31
  • 44
33
votes
5 answers

What is the point of logarithms? How are they used?

Why do you need logarithms? In what situations do you use them?
NickDelin
29
votes
5 answers

The difference between log and ln

$$\dfrac{1}{2}\ln(x+7)-(2 \ln x+3 \ln y)$$ Our professor lets us solve this, but I do not understand how $\ln$ works. He says it has same properties as $\log$, but I still don't get it. What's the difference between the two?
Zhianc
  • 401
27
votes
7 answers

log base 1 of 1

What is $\log(1)$ to the base of $1$? My teacher says it is $1$. I beg to differ, I think it can be all real numbers! i.e., $1^x = 1$, where $x\in \mathbb{R}$. So I was wondering where I have gone wrong.
Saurabh Raje
  • 1,007
25
votes
2 answers

Last $n$ digits of $a^b$

Last year I came acoss the following problem in a mathematics competition What are the last $2$ digits of $2012^{2012}$? $\ \ \ \ \ $(Ans: 56) I found the last two digits using the standard technique involving some modular arithmetic. Another…
25
votes
5 answers

Solving a logarithmic equation that has an exception to the power rule

Given the following: $$\log_3({x^2-3})^2=2$$ If I were to use the power rule, I would do: $$2\log_3({x^2-3})=2$$ $$\log_3({x^2-3})=1$$ $$3^1=x^2-3$$ $$3+3=x^2$$ $$x=\pm\sqrt6$$ Substituting back into the original equation, it is correct. However,…
john2546
  • 459
  • 5
  • 10
22
votes
2 answers

$\ln(x^2)$ vs $2\ln x$

These two are supposed to be equivalent because of the properties of logarithms, but the domains of $\ln(x^2)$ and $2\ln x$ seem different to me. For example, if I substitute $x=-1$ into the first, I get 0. But in the second, I get a non-real…
Reid
  • 489
22
votes
1 answer

On irrationality of natural logarithm

Is there any rational number $r$ such that ln (r) is rational as well? If so, what's the proof? If proofs are too lengthy to be cointained as an answer here, I would truly appreciated any easy-to-understand references to study them.
user231343
22
votes
2 answers

Can a logarithm have a function as a base?

For example is $\log_{\sin(x)}(3x)$ a ridiculous equation? I couldn't find an example on any page about logarithms that used a function on a base, but it seems that for an equation like $\sin(x)^{12x}$, the log's base would have to be the sine…
18
votes
5 answers

How do I find the base when Log is given

I'm trying to figure out how to calculate the base if: $$ \log_b 30 = 0.30290 $$ How do I find $b$ ? I've slaved over the Wikipedia page for logarithms, but I just don't get the mathematical notations. If someone could let me know the steps to find…
Michael
  • 261
17
votes
1 answer

Simplify log of log

Is it possible to simplify $\log_2(\log_2(x))$ to a single log of some base, and possibly some power or multiplier for x? Or some other way? Or anything that doesn't involve a double log?
17
votes
4 answers

How can I solve for $n$ in the equation $n \log n = C$?

Believe it or not, this isn't homework. It's been many years since grade school, and I'm trying to brush up on these things. But my intuition isn't helping me here.
1
2 3
99 100