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

Which choice is equal to $\log_{a}(\sqrt{\frac{a^3}{b}})$ for all a,b>0?

I don't understand how can I reach the correct alternative ("None of the above is valid for all a,b>0), is there anybody whose understood could explain me? (a) $\frac{1}{2}[\ln(3)-\log_a(b)]$ (b) $\sqrt{\ln(3)-\log_a(b)}$ (c)…
TDL
  • 21
2
votes
0 answers

Why is log₁ undefined when O(log₁ n) can be possibly equated to O(n)

Forgive my ignorance here. I am referring to logarithm base 1 which is undefined (https://arbital.com/p/log_base_1/) I am learning the time complexity in programming and logarithm in mathematics. Logarithm base 2 of 32 is 5, and if I correlate that…
nohup
  • 121
2
votes
2 answers

How to solve equations involving $\log x$ and $x$

Can $x=8\log_2x$ ($x$ real) be solved analytically (i.e., without a calculator)?
jack
  • 113
2
votes
3 answers

Why is $\frac{\log(y)}{\log(x)} = \log_{x}(y)$?

My question is in the title. Why is: $$\frac{\log(y)}{\log(x)} = \log_{x}(y)$$ I realize this was something I learned perhaps in middle school, but until my interest in more analytical math, I had never thought about the proof for it.
2
votes
1 answer

If $p=\log_63$ and $q=\log_65$, what is $\log_{45}12?$

If $p=\log_63$ and $q=\log_65$, what is $\log_{45}12?$ My try: We can write $\log_{45}12$ as $$\log_{45}12=\dfrac{\log_612}{\log_645}=\dfrac{\log_63+\log_64}{\log_65+\log_69}=\dfrac{\log_63+2\log_62}{\log_65+2\log_63}$$ How do I find $\log_62$ with…
2
votes
0 answers

Multiplying logarithms: Is it possible?

What would the method be to multiply logarithms? Is that possible? Background: My professor assigned us a few problems to be worked on over half a month or so. One of these involved algebraically solving for a variable using a given equation in…
2
votes
0 answers

Find $x$ if $\log_ax=5\log_am+\frac12\left[\log_a(m+n)+\frac13\log_a(m-n)-\log_am-\log_an\right]$

Find $x$ if $$\log_ax=5\log_am+\dfrac12\left[\log_a(m+n)+\dfrac13\log_a(m-n)-\log_am-\log_an\right]$$ The idea is to write the RHS as $\log_a T$, right? Then we will have $\log_ax=\log_aT\Rightarrow x=T$. The RHS is…
2
votes
1 answer

Indices, surds and logarithms equation

Can we use indices or using logarithms is better ? $$\dfrac{5^x-5^{-x}}{2} = 3$$ Solve $x$ correct to $4$ decimal places.
Izziani
  • 21
2
votes
2 answers

$\log_{49}({x^2})=\log_{2}({5x-8})$

I need help with this problem. $$\log_{49}({x^2})=\log_{2}({5x-8})$$ I've tried doing this: $$\log_{7}({x})=\log_{2}({5x-8})$$ $$\frac{\log x}{\log7}=\frac{\log (5x-8)}{\log2}$$ $$\log2 \log x=\log(5x-8)\log7$$ $$\frac{\log(5x-8)}{\log…
Tyrcnex
  • 572
2
votes
2 answers

Confused with natural logarithms

How can we solve the following natural logarithms? I'm confused with this stuff: $\ln(x+1) - \ln x = \ln 3$ $\ln(x+1) + \ln x = \ln 2$
jaykirby
  • 852
2
votes
1 answer

Logarithm Raised to a Power of a Logarithm $(\log n)^{\log n}$.

I am trying to understand how $(\log n)^{\log n} $ is equivalent to $ n^{\log\log n} $ with respect to how it is derived and the associated logarithm properties/rules that make this possible. There is a solution located here which appears to be…
Kris
  • 23
2
votes
4 answers

What log law justifies $(\lg n)^{\lg n} = n^{\lg \lg n}$?

I was reading the solution to 3.2-4 on this blog (cropped image pasted here) notice the person says $\frac{(\lg n)^{\lg n}}{n} = \frac{n^{\lg \lg n}}{n}$ What log law justifies that? Also, is it correct that it's an error to where they simplify…
mring
  • 239
2
votes
1 answer

How do I simplify $2^{\sum_{i=1}^n k \,log(i)}$?

I am trying to simplify the following term: $$2^{\sum_{i=1}^n k \,log(i)}$$ So far I have only been able to come up with the following step: $$2^{\sum_{i=1}^n k \,log(i)}$$ $$= 2^{\sum_{i=1}^n \,log(i^k)}$$ $$= 2^{\sum_{i=1}^n \,log(i^k)}$$ What…
2
votes
1 answer

Solving for $m$ in $Q = \log(m) \left( m - 1/m \right)$?

Working on a problem related to effect size, I get this relation where $$ Q = \log(m) \left(m - \frac{1}{m} \right) $$ The domain of $m$ is $]0, \infty[$. For a given Q, whenever I find a $m = m^*$ satisfying the equality, the equality is also…
2
votes
3 answers

$x = 2^{\log_57}$ and $y = 7^{\log_52}$ find $x - y$

Wolfram Alpha says the answer is zero. But how to find the value of $x - y$ when the bases aren't even same. I know that $K^{\log_K x}= x.$