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

Why does this problem have one less root for x?

Problem statement (Problem $6$): This is my work below: The answer of $x$ is $2$ and $8$. but my answer is $1$/ $\sqrt{3}$ and it is a credible answer if you solve it. Why is this happening?
2
votes
5 answers

Why $2^{n\log_2n}=n^n$?

I couldn't find any answer on the internet so I came here, I'm trying to understand how $2^{n\log_2n}=n^n$ I know that $n^n=e^{\ln{n^n}}=e^{n\ln{n}}$ So far I've got $2^{n\log_2n}=2^{\log_2{n^n}}=2^{\frac{\ln{n^n}}{\ln2}}$ Then I'm stuck, I'm not…
2
votes
1 answer

Deriving a power equation from a log-log line equation

I have a log-log plot of my data (see below) The equation of the line was determined to be: $5.26 + x0.7089$ If I wanted to convert this into a power equation would the correct way be: $ ln(y) = A + B ln(x) $ Taking the antilog of both sides will…
Harpal
  • 155
2
votes
4 answers

Rewriting $(\log_{11}5)/(\log_{11} 15)$

I'm struggling with this can anyone tell me the solution of this? $$ \frac{\log_{11}{5}}{\log_{11}{15}} $$ A) $\log_{11}{15}$ B) $\log_{11}{5}$ C) $\log_{5}{15}$ D) $\log_{15}{5}$
2
votes
2 answers

how to solve this equation using logarithms

for the equation : $ 3^{x^2} + 3^x = 90 $ my solution was : $3^{x^2} + 3 ^x = 3^{2^2} + 3^2$ so $x=2$ but i want to know if there is any solution by using logarithms ? when using wolframAlpha th solution was $ x= -2.02356 $ or $x = 2 $ but How ?
2
votes
2 answers

changing equation to logarithmic form and solving it

$$3^{x+1} = 3000$$ How do I solve this? I know we use logarithms but I do not remember how to solve this kind of problem. I am guessing that I need to change the problem into log form. but how? $$\log_3{(x+1)} = 3 + \log_{10} 3$$ what do I do next?
shnisaka
  • 213
2
votes
2 answers

Vernier scale on logarithmic scale

I know that a vernier scale can be used to accurately read a linear scale, such as in vernier calipers. I'm wondering if there is a way the methods behind a vernier scale could be adapted for usage with a non-linear scale, such as a logarithmic…
Void Star
  • 2,555
2
votes
2 answers

Prove $\lfloor \log_2(n) \rfloor + 1 = \lceil \log_2(n+1) \rceil $

This is a question a lecturer gave me. I'm more than willing to come up with the answer. But I feel I'm missing something in logs. I know the rules, $\log(ab) = \log(a) + \log(b)$ but that's all I have. What should I read, look up to come up with…
Irwin
  • 203
2
votes
3 answers

How to show that $- \log_b x = \log_{\frac{1}{b}} x$

I saw the following log rule and have been struggling to show it's true, using the change of base rule. Any hints for proving it would be much appreciated. $- \log_b x = \log_{\frac{1}{b}} x$ I get as far as showing that $- \log_b x = \log_b…
2
votes
1 answer

Proving logarithmic inequalities

I need to prove that $$\frac {x-1}{x} \leq \ln x $$ using only logarithmic properties and the fact that $x-1\geq \ln x$ I've been twisting and turning the inequality for a while now. I tried this; starting from what we're trying to prove, and…
2
votes
3 answers

Logarithmic problem

If $\log_{16} 15 =a$ and $\log_{12} 18 =b$, then show that $$\log_{25} 24 = \frac{5-b}{16a-8ab-4b+2}.$$
2
votes
1 answer

Given, $\log_{10}2=0.30103$ ,then find the number of digits in $2^{56}$

I know basics of logarithm. I encountered this problem in my maths book.I don't know how to find number of digits in the problem. Please help me.
user424799
2
votes
3 answers

How to prove that $2< e <4$ by the definition of logarithm?

I have already read one similar question on this topic but I can't use Riemann sums to prove that as instead is done here. The only thing I can use is the definition of $ln(x) = \int^x_1\frac1tdt$ and the known properties of logarithm (i.e. $ln(xy)…
2
votes
1 answer

Can one compute $\log(-8)/\log(-2)$?

Since the definition of a logarithm is : $$y=\log_a x\hspace{0.1cm}\Rightarrow\hspace{0.1cm} x=a^y$$ Suppose we have : $$(-8)=(-2)^3$$ Does this mean it is equivalent to: $$\frac{\log(-8)}{\log(-2)}=3$$ ?
2
votes
1 answer

How do I approach this Logarithm Problem?

I need to extract a real number I do not know from a chart of commodities prices that is presented in logarithmic form. I have a real number from a more recent date that I can use as comparison, but I don't have the foggiest idea how to use that to…
Quinn
  • 21