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

Values of a for which equation $\log_ax = \lvert x+1 \rvert + \lvert x-5 \rvert$ has a unique solution

\begin{equation*} \log_ax = \lvert x+1 \rvert + \lvert x-5 \rvert. \end{equation*} I don't even know how to approach this one, any hints would be amazing. I tried separating into two cases, where $05$. The first pretty much limits a…
John Doe
  • 1,080
2
votes
1 answer

Is this manipulation with logs allowed?

$$\left( \frac{6}{7} \right) ^n < \frac{1}{65}$$ The answer is, by looking at which way the sign should be round: $$n > \log_\frac{6}{7}{\left(\frac{1}{65}\right)} \implies n>\frac {\log{\frac{1}{65}}}{\log{\frac{6}{7}}}$$ However if I try to solve…
2
votes
1 answer

Where to write the power with a logarithmic function?

This might be a simple question, but where would I write the power if I had a logarithmic function? Instinctively I would write it as $\log^y(x)$. But I'm not sure if this is correct. Should I be writing $(\log(x))^y$ instead? Thanks for the help!
Qub1
  • 123
2
votes
2 answers

Solving a problem involving $\log$ function

If $$a = \log_23 , b = \log_52$$ then what is $\log45$ ? (I have to define $\log45$ using $a$ and $b$) What I did : $$\log45 = 2\log3 + \log5$$ $$\log45 = \log2\left(2a + \frac1{b}\right)$$ Stuck here. Please help me
2
votes
3 answers

Solving an equaiton which includes $log$ as both base and exponent

Q: If $$9x = x^{\log_3x}$$ then what is $x$ ? I can't solve it. I have tried to use identities in my book but i think they are useless for this question. I need a hint
2
votes
2 answers

given that ${\log_9 p} = {\log_{12} q} = \log_{16}(p+q)$ find the value of $q/p$

This is not homework, it's just a brain teaser which I can't solve, just some hints should be sufficient, I know that from this we get: $$ (1/4)\log_2(p+q) = (1/2)\log_3 p = \frac{\log_3 q}{1+2\log_3 2} $$ now I'd like to combine these quantities…
Holymonk
  • 191
2
votes
1 answer

Wondering if anyone knows how to prove this $y =(\log 2)^{y}$

A value of $y=.5295431$ does satisfy the equation $$ y = (\log 2)^{y}$$ But I havn't seen any ways to prove it. $\log$ is base $10$ and $\ln$ is $\log$ to the base $e$ Note: I would like to see a proof
Kirthi Raman
  • 7,564
  • 2
  • 36
  • 60
2
votes
1 answer

The position of significant digits and Logarithms relationship.....

I am unable to solve the following question as i don't understand what the relationship is between significant figures and Logarithms. Q-If $\log_{10}(7)= 0.8451$ then the position of the first significant figure of $7^{-20}$. The answer is the…
geek101
  • 1,143
2
votes
2 answers

Properties of natural logarithm

$\ln( n + 1 ) - \ln( n ) > \frac 1{n+1}$ Is this statement true? I tried to show by $$\ln( n+1 /n)\implies 1+ 1/n > 0, \quad n >1$$ That is all I could get to so...
Socre
  • 559
2
votes
2 answers

How can I apply log laws here?

Solve for $x$: $$ 2^{2x+1} - (17)2^x + 8 = 0 $$ I have the answers: -1, 3 I tried a few different transformations, but couldn't get a clear answer. I suspect that I am overlooking a property of log that would be useful. Edit: using a u…
stariz77
  • 1,701
2
votes
1 answer

Practical use for non-integer logarithmic bases

Are there practical uses (ie: in engineering, applied sciences, chemistry, IT, etc) for using non-integer bases? From other questions on the topic, I see that it's just another way of representing numbers, but does this ever come up in practical…
Cloud
  • 137
2
votes
1 answer

what is the application of log(x) where x is negative number

what is the application of log(x) where x is negative number? Anyone knows real usecase?
P K
  • 1,121
2
votes
3 answers

Logarithms explained simply

Sorry for the trivial question. If I have the expression $\log(5)$, and the base is $10$, what operation is being performed on the number $5$, in words? For example, I know that exponents work (say $5^3$) by taking a number and multiplying it by…
2
votes
4 answers

How to solve $4x-\log(x) = 0$

I have a problem solving this equation: $4x-\log(x) = 0$. I can't seem to get this equation to a simpler form featuring $\log$s only or getting rid of the $\log$. Is there a way to solve it without the Lambert-W function?
haunted85
  • 1,418
2
votes
0 answers

Taking logs multiple times

Is there a formule to calculate (log (log ( log ... log n))) assume all the base to be the same (b)? I was not able to find one on wikipedia.