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

Is $\ln(x^{p(x)}) = p(x) \ln(x)$?

I am trying to prove that: $x^{\frac{\ln(\ln(x))}{\ln(x)}} = \ln(x)$ My "solution": $e^{\ln\left(x^{\frac{\ln(\ln(x))}{\ln(x)}}\right)} = e^{\frac{\ln(\ln(x))}{\ln(x)} \ln(x)} = e^{\ln(\ln(x))} = \ln(x)$ Is the first step valid, i.e is…
4
votes
1 answer

Proof of Ramanujan's identity

I'm having trouble understanding Ramanujan's formula from his proof of Bertrand's postulate, namely: $$ \ln \lfloor x\rfloor!=\sum_{k=1}^{\infty}\psi\left(\frac{x}{k}\right) $$ where $ \ln x = \log_ex$. Could someone explain me step by step, how to…
4
votes
1 answer

If $ \log \log x =1$, then is it true that $e^e =x$?

I worked out this question, and I wanted to see if my understanding of the concepts involved is sound. Solve for $x$ $$\ln(\ln(x))=1$$ $$e^1=\ln(x)$$ $$e^e=x$$ Since any number raised to $1$ is just itself, the final answer could be expressed as…
Kurt
  • 613
4
votes
5 answers

Solving logarithmic equations including x

Let $$\log_3(x-2) = 6 - x$$ It's obvious drawing the graphs of the two functions that the only solution is $x=5$. But this is not really a proof, rather than observation. How do you prove it algebraically?
Rayhunter
  • 837
4
votes
2 answers

Can all logarithm problems be solved algebraically?

Trying to solve $\log_2(x-1)=\log_3(x+1)$ and can't seem to get it algebraically. Tried changing bases, moving things around, but can't seem to crack it.
3
votes
2 answers

How can I approximate the logarithm of the sum?

Consider $\alpha = \log a$ and $\beta = \log b$, $b>a$. Are there formulas for approximating $\gamma = \log (a+b)$? What about $\theta = \log (a-b)$? If it makes it easier, assume that $|\alpha| \gg 300$ so the obvious solution $\gamma = \log…
badp
  • 1,256
3
votes
1 answer

Solve $x\log x=y$

I have the following equation, $x\log x=y$. Is it possible to solve $x$ in terms of $y$. I think it is not possible but I am not sure.
3
votes
2 answers

Why does $\lim_{x\rightarrow\infty} x-x^{\frac{1}{x}^{\frac{1}{x}}}-\log^2x=0?$

Why does $$\lim_{x\rightarrow\infty} x-x^{\frac{1}{x}^{\frac{1}{x}}}-\log^2x=0?$$ Moreover, why is $$x-x^{\frac{1}{x}^{\frac{1}{x}}}\approx\log^2 x?$$
martin
  • 8,998
3
votes
2 answers

Is it correct? $n^{(\log\,x)} = x^ {(\log\,n)} $?

Is it correct? $$n^{(\log\,x)} = x^ {(\log\,n)} $$ Can you proof and describe that, for any base? Please explain completely. Thank you.
3
votes
1 answer

$e$ and natural logarithms

How would you solve $6xe^{2x}+3e^{2x}=0$ for $x$ I tried: $\ln(e^{2x})=\ln(1/6x+3)$ $2x=\ln(1)-\ln(6x+3)$ $2x=-\ln(6x+3)$ but then I am stuck there. What am I missing?
ADGB
  • 140
3
votes
1 answer

Upper bound of natural logarithm

I was playing looking for a good upper bound of natural logarithm and I found that $$\ln x \le x^{1/e}$$ apparently works: Can someone give me a formal proof of this inequality?
3
votes
3 answers

Logarithm base transformation

I am trying to solve a problem which, I think, revolves around base transformation of logarithms. It goes like this: $\log_5\,{\log_6\,{\frac{6x-1}{x+1}}} < \log_\frac{1}{5}\,{\log_\frac{1}{6}\,{\frac{x+1}{6x-1}}}$ I tried transforming "first"…
3
votes
2 answers

How to solve if I have ln on both sides of equation?

I thought this would be a common problem but googling hasn't helped. If I have $\ln(ex)=\ln(y) $ what the next step to solve for $y$?
3
votes
0 answers

Exercise concerning logarithms....

I have such a problem: find all the values of real parameter "a", for which the following inequality is true for any "x" that belongs to R. I will show you my solution, and please can you verify whether it's right and comment . Thank you very much! …
wonderingdev
  • 1,761
3
votes
3 answers

Solving ${\sqrt2}^{\,x} = {\sqrt3}^{\,x}$

I am studying logarithms and exponents. I am not sure how to go about solving this problem. I seem too keep going in circles using the rules of log and exp. $$(\sqrt{2})^x = (\sqrt{3})^x$$
user2809114
  • 165
  • 10