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
7 answers

Log with $\sqrt x$ base

I'd like to know how this simplification happened: $$\frac{1}{2}\log _{\sqrt{2}}\left(x-2\right)=\log _2\left(x-2\right)$$ $$ \begin{array}{l} \color{red}{2 \log _{2} x+\log _{\frac{1}{2}}(1-\sqrt{x})=\frac{1}{2} \log _{\sqrt{2}}(x-2 \sqrt{x}+2)…
Prestyy
  • 107
3
votes
2 answers

The Logarithm of Subtraction of two variables

What is the result of this expression , It should mention that the log is natural logarithm. $$ \log\left(\exp(-x) - \exp(-y)\right) $$ Could we use the formula which mentioned in wikipedia about logarithmic identities? $$ \log_{b}(a -c) = \log_b a…
ben
  • 47
3
votes
2 answers

Quote from Genius

In Genius Season 1 Episode 1 at 9:00, Young Albert Einstein defies his teacher by solving the equation on board and states Natural log of constant multiplied by x equals natural log of one plus v squared. And since v equals y over x. That gives us…
mathnoob123
  • 1,373
3
votes
3 answers

Getting to grips with simple logarithmic equations

Please, help me to understand my mistakes, and the logic, so I can once and for all understand and remember nuances - they do seem to slip away as the time passes; I thought this topic is clear to me, but, well, I see it's not. There are two…
Vitale
  • 349
3
votes
1 answer

How to compare logarithms with different bases?

I need to know how i should compare logarithms with different bases Eg: $\log_4 1/15$ $\log_3 (1/2)$ $\log_5(1/30)$ Witch is greater? I need valid reasoning and proof if possible! Thanks.
shadi
  • 35
3
votes
3 answers

Simple log equality

I just can't remember how to justify the following: The question would be how would we derive to the equality above starting from 3^log(4)n. Thanks.
dud3
  • 221
3
votes
2 answers

How do I solve this cyclic logarithmic equation?

$$5^{\log_2 x}+2x^{\log_5 2}=15$$ I have also noticed, that logarithmic terms are cyclic and tried to express one as y to make it easier, but still had no luck solving it. Any help?
3
votes
4 answers

If $\log _b a\cdot\log_c a +\log _a b\cdot\log_c b+\log _a c\cdot\log_b c=3$ then find the value of $abc$

If $\log _b a\cdot\log_c a +\log _a b\cdot\log_c b+\log _a c\cdot\log_b c=3$ and $a,b,c$ are different positive real numbers not equal to 1, then find the value of $abc$. I tried to simplify this by different methods like using the identity…
oshhh
  • 2,632
3
votes
4 answers

Show that ln x grows slower for $x \rightarrow \infty$ than every positive $x^α$

I have to prove that the logarithmus $\ln x$ grows slower for $x \rightarrow \infty$ than every positive $x^α$ ($α>0$). This is my approach: If $\displaystyle\lim\limits_{x \rightarrow \infty}{ \frac{f(x)}{g(x)}} = 0$ then $f(x)$ grows slower than…
Bernhard
  • 168
3
votes
5 answers

Proof $\log_b a\cdot\log_c b\cdot\log_a c=1$,

Please help me proof $\log_b a\cdot\log_c b\cdot\log_a c=1$, where $a,b,c$ positive number different for 1.
user39471
3
votes
4 answers

Vessels received by the brother monarch

An eastern monarch sends 10.000 golden vessels to a brother monarch, whose kingdom is many days march distant. The gift is carried on camels. Each merchant who supplies camels for some part of the journey, demands as commissions 10% of what passes…
sakisk
  • 347
3
votes
2 answers

How does this logarithm transformation works?

I am reading this page about logarithm: http://www.andrews.edu/~calkins/math/webtexts/numb17.htm And saw this piece of transformation: $$\log_b(\frac{2x^2 + 2x}{12}) = 0$$ Take exponents of both sides, yielding: $$\frac{x^2 + x}{6}=…
Bill Yang
  • 133
3
votes
4 answers

How to prove $O(\log n)$ is true for a binary search algorithm?

I have already looked at the answer here. I'm trying to understand how the poster got: f(n) = O(1) = O(nlogba) So far I have O(1) = T(n) - T(n/2). How is it that this became O(nlogba) ? EDIT: After looking at the theorem, I'm also unsure how…
Ci3
  • 169
3
votes
5 answers

Simplifying logarithms and changing base

I have been asked to find the value of $8^{\log_{2} 5}$ I understand that I could proceed to turn this into $\log_{8} x = \log_{2} 5$ Where do I go from there? I assumed changing both to the same base, but I'm not sure how to do so or what to do…
Spica
  • 291
3
votes
4 answers

If $\log 0.318 = x$ and $\log 0.317 = y$, can $\log 0.319$ be expressed in terms of $x$ and $y$?

If $\log 0.318 = x$ and $\log 0.317 = y$, can $\log 0.319$ be expressed in terms of $x$ and $y$ ? Is there any way or we have to find $\log 0.319$ using log tables only? I'm not getting any expression in $x, y$ which will represent $\log…
TheApe
  • 553