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

Is swapping numerator and denominator allowed during log base conversion?

Assuming we have an expression $\frac{\log_2 e}{\log_2 n}$ which we want to simplify. My first way to do this would be applying the log rules: $\log_n e$ But this is hardly simpler. Ideally we'd like to have a constant base, so: $\log_2 e =…
AdHominem
  • 153
2
votes
2 answers

Logarithm contradiction

What is wrong with this reasoning? $\ln(4)=\ln((-2)^2)=2\ln(-2)$ We can obvisouly work out $\ln(4)$, but we can't with $\ln(-2)$. The reason I am asking is because I have a situation in another problem where I arrived to something similiar to…
Dylan Zammit
  • 1,218
2
votes
3 answers

solving logarithmic equation $\left(\frac{\log x}{2}\right)^{(\log^2x + \log x^2 - 2)} = \log \sqrt{x}$

Solve for $x$ $$\left(\frac{\log x}{2}\right)^{(\log^2x + \log x^2 - 2)} = \log \sqrt{x} $$
Raknos13
  • 572
2
votes
1 answer

Composition of logarithm functions

I am a little confused about composition of logarithms, I am given $f(x)=5^{2+5x}$ and $g(x)=\log_5 x$ and I am supposed to find $f(g(x))$. Here is what I have done so far, $$5^{2+5(\log_5 x)}$$ $$5^{2+5\log_x 5}$$ I am stuck on this step because I…
Kot
  • 3,273
2
votes
2 answers

Finding the inverse of a log problem

I have a homework problem that I am struggling to understand. The problem is Find a formula for the inverse function $f^ {-1}$ of the function $f$. $$f(x)=\log_{2x}3$$ Here is my attempt at solving this problem. $$y=\log_{2x}3$$ $$2x…
Kot
  • 3,273
2
votes
4 answers

Using logarithmic identities to solve $\log x - 1 = -\log (x-9)$

Could someone take a look at the following and give me a breakdown for this log equation? I'm stuck... Solve for $x$: $$\log x - 1 = -\log (x-9)$$ Many thanks
BoB
  • 21
2
votes
2 answers

cancelations and logarithms

When faced with the problem of multiplying fractions, for example $$ \frac 5 2 \cdot \frac 8 3\cdot \frac{9}{35} $$ we know that we can permute the numerators, or equivalently, permute the denominators, getting $$ \frac{5}{35}\cdot\frac 8 2 \cdot…
2
votes
1 answer

Prove that $a\sqrt{\log_{a}b}=b\sqrt{\log_{b}a}$.

To prove $a\sqrt{\log_{a}b}=b\sqrt{\log_{b}a}$. I take $y=a\sqrt{\log_{a}b}$ $\Rightarrow y^{2}=a^{2}\log_{a}b$ $\Rightarrow \bigg(\dfrac{y}{a}\bigg)^{2}=\log_{a}b$ $\Rightarrow a^{\big(\frac{y}{a}\big)^{2}}=b$, then I don't understand how to…
2
votes
1 answer

Finding the Inverse of a Logarithmic Function with a Quadratic Argument

$f(x)=\log_2(x^2-3x-4)$ Find $f^{-1}(x)$ My approach: $y=\log_2(x^2-3x-4)$ $x=\log_2(y^2-3y-4)$ $2^x=y^2-3y-4$ $2^x+4=y(y-3)$ This is where I am stuck in my attempt on the problem.
Hiro
  • 55
2
votes
2 answers

Are fractional exponents considered logarithms?

Say I have a number with a fractional exponent, $10^{\frac{1}{3}}$. Could this number be considered a logarithm, even though it is not written as $10^{0.\overline{3}}$?
Daniel
  • 1,335
2
votes
1 answer

Simplifications with logarithms and square roots

I am confused about an approximation that I see in a paper on the quadratic sieve. I have the following result (given from prior calculations): $\log u \approx \frac{1}{2}(\log ( \log X))$, where $u$ and $X$ can be seen as variables. From this, the…
Sasha
  • 463
2
votes
1 answer

Are natural logs, natural in any sense?

are natural logarithms of a number natural in any sense? Why are they called natural when the base is e and common when the base is 10?
RedHelmet
  • 429
2
votes
3 answers

Converting logarithms between bases

I saw very often that: $$\log_{10}(x) = \frac{\ln(x)}{\ln(10)}$$ So I assume it's true for every base: $$\log_{a}(x) = \frac{\ln(x)}{\ln(a)}$$ But, is the following statement true? $$\log_{a}(x) = \frac{\log_n(x)}{\log_n(10)}$$ Where $n$ is an…
PearlSek
  • 171
  • 1
  • 2
  • 11
2
votes
1 answer

How to solve this equation using logarithms?

I have to solve for all real values of $x$. $(5+2\sqrt6)^{x^2-3}+(5-2\sqrt6)^{x^2-3}=10$ I tried to take $\log_{10}$ on both sides but could not do this. How do I do this?Thanks for any hint or answer!!
Soham
  • 9,990
2
votes
2 answers

Question on logarithm Exponentiation

I know it's not the best title but I had no idea how to be specific about it. Basically what I'm looking for is a rule that states how $$\log^2(a^{f(x)})$$ works. Does it become $$f(x)\log^2(a)$$ or $$f^2(x)\log^2(a)$$? Thanks for your time :)