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
3
votes
2 answers

logarithm equation with scalar on right hand side

$\log_7 (x^2-1) - \log_7 (x-1) = 2$ $\log_7 49 = 2$ => $\log_7 (x^2-1) - \log_7 (x-1) = \log_7 49$ => $\frac{(x^2-1)}{x-1} = 49$ => $x^2 -1 = 49(x -1)$ => $x^2 -1 = 49x -49$ => $x^2 - 49x + 48 = 0$ The answer in the book is 48 so I'm obviously doing…
dagda1
  • 825
3
votes
1 answer

Is there a simple way for natural logs be calculated by hand?

Why are natural logs not calculated by hand often? Is it too difficult to get a accurate answer without a calculator?
3
votes
4 answers

Better to memorize logarithm rules? And how?

Do people good at math totally memorize these logarithm rules below? If so, are there good mnemonics for this? I'm bad at math and I only memorize these rules really vaguely by rote, thus when needed, I'm not sure if I remembered them correctly. So…
stacko
  • 259
3
votes
5 answers

Solve for $x$, correct to two significant figures, the equation: $4^{x}-2^{x+1}-3=0$

Solve for $x$, correct to two significant figures, the equation: $$4^{x}-2^{x+1}-3=0$$ My answer: $x\log4=\log3+(x+1)\log2 \Rightarrow 0.602x-0.301x=0.477+0.301 \Rightarrow x = 2.6$ (Conflicting with book answer) Answer in book: $x=1.6$
3
votes
3 answers

Why does $b^{\log_bx} = x$?

Why does $b^{\log_bx} = x$? Can someone break this down by showing me the steps as to why this is true?
3
votes
1 answer

Deriving a formula

I'm not sure whether I should post this on the chemistry stack exchange or the mathematics since it mainly consists of mathematical knowledge but also has some chemistry terms in it. Note: I am not that good at math but I gave it a try. Essentially…
3
votes
1 answer

Solution of this logarithmic equation

How to solve this equation $\log_{\sqrt{5}}x.\sqrt{\log_x{5\sqrt{5}}+\log_{\sqrt{5}}{5\sqrt{5}}}=-\sqrt{6}$ I dont know where to start this equation from. Converting log into powers even is not possible. Please help.
3
votes
1 answer

Relation between number of digits of a number and its logarithm?

I found a couple of questions where, for example, they ask you to calculate the number of digits in $18^{200}$ and only the value of $\log 18$ is given. Can anyone tell me a way?
3
votes
2 answers

What is $\text{log}(-x)$?

I am having some confusion in regards to the log based value of a negative number. I know that this is said to be undefined, though I accidentally entered in '$\log(-x)$' instead of '$\log(x)$' via a graphing application, and it actually graphed a…
user2901512
  • 2,080
3
votes
1 answer

$\ln r+\ln q=kr$ Isolating $r$

A problem I'm working on requires me to solve $\ln r+\ln q=kr$ for $r$. I've tried using the Lambert $W$ function, but I'm not sure how to do it. Is there method, technique or known solution, that would help me approach this problem?
3
votes
2 answers

Simplify $n^{\log\log n / \log n}$

I am interested in solving logarithmic expressions but I cannot do this. what does this expression simplify to? $$n^{\log \log n/\log n}$$
vani
  • 31
3
votes
8 answers

Solution of an exponential equation

Probably very simple question. Why the solution of $$1=n(1-a)^{t}$$ in terms of $t$ is equal to: $$t=\frac{\ln n}{\ln \frac{1}{1-a}}$$
Johan
  • 251
3
votes
1 answer

The domain of $f(x)= \log(x) + \log(y)$ Vs the domain of $g(x) = \log(xy)$

Let: $f(x) = \log(x) + \log(y)$ and $g(x) = \log(xy)$ As we know: $\log(xy) = \log(x) + \log(y)$, so I figure that $f(x) = f(g)$ The domain of $f(x)$ is : $x>0$ and $y>0$. And the domain of $g(x)$ is: $x>0$ and $y>0$ or $x<0$ and $y<0$. Why are the…
Mike
  • 133
3
votes
3 answers

Logarithmic Equation: Solve for $x$

$$\log_{3x}81 = 2$$ How would I go about solving this? This is what I tried: $$\log_{3x}81 = 2$$ $$\frac{\log81}{\log 3 + \log x }= 2$$ Where do I go from here? If I isolate $\log x$ on one side, how do I get rid of the log?
McB
  • 1,077
2
votes
5 answers

Textbook clarification: $\log = \ln$

Textbook reads: All logarithms are natural logarithms: $\log = \ln$. Does this mean $n\log(n) = n\ln(n)$?