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
1
vote
1 answer

Understanding a Set Theory Equation on Decoding a Linear value Into a Logarithmic value

I'm currently writing a series of equations into python code (I should note, for fun!) and am having trouble understanding this. From my ignorant perspective it looks like a set with a series of variables. The following equation encodes a 16-bit…
1
vote
1 answer

Find the rational values of $k$ for which $\sqrt[3]{\log_3(k)}=2^\frac23$

Find the rational values of $k$ for which $$\sqrt[3]{\log_3(k)}=2^\frac23$$ I have tried to write it as $$\left(\log_3k\right)^\frac13=2^\frac23$$ but I don't know if this is helpful or not. Thank you!
mat1
  • 131
1
vote
2 answers

Solution of $x$ for $(e^{-x}) -x = 0$?

This was my attempt to solve it: $(e^{-x}) - x = 0$ $e^{-x} = x$ $\ln(e^{-x}) = \ln(x)$ $-x\times \ln(e) = \ln(x)$ $-x = \ln(x)$ But I'm stuck, how can I obtain $x$?
John
  • 13
1
vote
2 answers

Solve for $x = 8\ln(x)$, with $x > 0$

There are 2 intersections between $f(x) = x$ and $g(x) = 8\ln(x)$. 1 I tried solve it by replacing the logarithm with an exponential: $$\begin{align*} 8\ln(x) = x \\ e^{8\ln(x)} = e^x \\ x^8 = e^x …
1
vote
1 answer

Does $\log (\frac{\log n}{\log \log n}) = \log \log n$?

What is $\log (\frac{\log n}{\log \log n})?$ The end result that I'm trying to reach is $\log \log n$. I'm not sure whether this is correct, because I found a rule that states that $\log (\frac{x}{y}) = \log x - \log y$, so according to…
mik493
  • 13
1
vote
3 answers

In the integration formula $\int dx/x = log x + c$, Is the log natural or log base 10?

In the integration formula $\int dx/x = log x + c$, Is the log natural or log base 10? The formula appears in many problems and i just got a problem wrong for apparently using the wrong log. Could you please enlighten me about the right log to be…
arvind
  • 178
1
vote
1 answer

Solving $x \ln(x) = (1+x) \ln(1+x) \ln\left(\ln(1+x)\right)$

I'm trying to find a familiar-looking solution for the following (there's a single solution >0, around 9.93): $x \ln(x) = (1+x) \ln(1+x) \ln\left(\ln(1+x)\right)$ Is there anything tractable to attack this problem? I am unable to come up with a…
kiv
  • 111
1
vote
1 answer

If $p$ is negative, is it true that $\ln(p^2) = 2\ln(p)$?

Suppose, $p$ is a real negative number. However, $p^2$ is positive. Now, $$\ln(p^2) = 2 \ln(p)\tag{1}$$ Question: Is $(1)$ valid to write?
1
vote
1 answer

Converting linear points of a sound wave into logarithmic ones

I have a graph of a sound wave in a linear display : I need to get a graph of the sound wave in logarithmic form, namely : The wave values are displayed in symmetrical mode. Here's what the wave display will look like without symmetric mode: The…
bbdd
  • 13
1
vote
3 answers

What does ($\ln x$) or ($\log x$) mean?

How does a logarithm followed by a variable read such as ($\ln x$) or ($\log x$). Is it $\log$ times $x$ or the $\log$ of $x$? I'm a little confused by this...?
Antonio
  • 497
1
vote
1 answer

Compute $\log(A_1 B_1 + \cdots+ A_n B_n)$, given $\log(A_1),\dots,\log(A_n)$

Compute $\log(A_1 B_1 + \cdots+ A_n B_n)$, given $\log(A_1),\dots,\log(A_n)$. The catch is one can't simply do $\log(\exp(\log(A_1))B_1 + \cdots+ \exp(\log(A_n))B_n)$. Why? Because $A_1$, ... $A_n$ are very small. Small enough that $\exp(\log(A_i))$…
1
vote
2 answers

Solve for variable inside and outside of a log

I came across this problem: $$ 0 = \ln(c_1 + c_2 \cdot x) + (c_3 + c_4 \cdot x)^{1/2} + c_5 $$ I simplified it down to: $$ 0 = \ln(c_1 + c_2 \cdot x) + c_3 \cdot x + c_4 $$ Is there a way to solve this analytically?
Danny B
  • 123
1
vote
2 answers

Why are $ a^{\log _{b} n} $ and $ n^{\log _{b} a} $ equivalent?

I am reading about master theorem and it says that the number of leaves is $a^{\log _{b} n}$, and this part I can understand. But then it immediately concludes that $$ a^{\log _{b} n} = n^{\log _{b} a} $$ which I am not getting. I verified that it…
Fazzolini
  • 1,223
1
vote
2 answers

Finding the number of positive integers $x$ such that $\log_{(x/9)}\left(\frac{x^2}{3}\right)<6+\log_{(3)}\left(\frac{9}{x}\right)$

Find the number of positive integers $x$, such that $$\log_{(x/9)}\left(\frac{x^2}{3}\right) < 6 + \log_{(3)}\left(\frac{9}{x}\right); 1≤x≤100, x≠9$$ Here's what I did: Using Base Changing Theorem, the inequality can be written…
1
vote
4 answers

Why does the base "b" not matter in the "change of base" logarithm equation?

I've recently started learning about logarithms and was just curious as to why the base "b" in the "change the base" formula doesn't matter, as in it doesn't matter what value you put in for it, it still yields the same answer. Also, why when taking…
JamesM
  • 175