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

Logarithms "real life" usage for multiplication of 2 numbers

In an effort to finally get to grips with logarithms (I had one related post today) I am looking for "real life" applications. Here is what I have found, and it astonishes me - they say that logarithms are great for multiplying two "big" numbers. Of…
Vitale
  • 349
6
votes
5 answers

Logarithmic equation proof

How do I prove that this statement is true? $$\frac{1}{\log(\log(n))} \ge \frac{1}{\log(\log(n+1))}$$ I only have this. $$\log(\log(n+1)) \ge \log(\log(n))$$ Sorry for such a stupid question, but I've forgotten almost everything about logarithmic…
Speedding
  • 357
6
votes
2 answers

Solving $\ln(x^2+1)+1 = \ln(x^2+4)$

This is a homework question, but I've tried as hard as I can. Let me walk you through what I've done so far. $$\ln(x^2+1)+1 = \ln(x^2+4)$$ $$\ln(x^2+4) - \ln(x^2+1) = 1$$ $$\ln\left(\frac{x^2+4}{x^2+1}\right) = 1$$ Now, this is where I'm kind of…
tereskopu
  • 219
6
votes
4 answers

Multiplying two logarithms

I've searched for some answer already, but couldn't find any solution to this problem. Apparently, there's no rule for the product of two logarithms. How would I then find the exact solution of this problem? $$ \log(x) = \log(100x) \, \log(2) $$
P.Yntema
  • 171
6
votes
2 answers

Can $\log(x)\log(y)$ be reduced?

I'm currently taking Pre-Calc and am learning about logs. I know that $\log(xy) = \log(x) + \log(y)$, but can $\log(x)\log(y)$ be reduced further?
liam923
  • 211
6
votes
2 answers

Sum of logs in the form of $1\log1 +2\log2 +\ldots +n\log n$

I am working on an algorithm to calculate the median of the current input stream of numbers. I am using the following method (I know it is not the best but I need to calculate its complexity). Sort the numbers received until now Return the middle…
Viraj
  • 163
6
votes
1 answer

$\log{(a+b)} = \log{(a)} ♤ \log{(b)} $

Is there any operator ♤ such that the above operation is true for any numbers a, b, and a+b such that they make good logarithmands (their logs are defined)? I am guessing that if ♤ exists, then it is unique (at lest for such values); can you give a…
6
votes
4 answers

Basic Logarithm Equation

$\log_2(x) = \log_x(2) $ Using the change of base theorem: $\dfrac{\log(x)}{\log(2)} = \dfrac{\log(2)}{\log(x)}$ Multiplied the denominators on both sides: $\log(x)\log(x) = \log(2)\log(2)$ I kind of get stuck here. I know that you can't take the…
6
votes
1 answer

$\log^2 (x^2) + \log (x-1) = 0$

I'm trying to solve the equation $\log^2 (x^2) + \log (x-1) = 0$ but all I could do is to show that $1 < x < 2$. Wolfram Alpha says that $x = 1.508554...$, this is good, but I really want to write $x$ with some explicit expression, not numerical…
Integral
  • 6,554
5
votes
1 answer

Solutions for this logarithmic equation.

For which values of $k$ does the equation $\log_a(kx+3)+\log_a(x+1)=\log_a(2x+1)$ have one or more solutions in $x$? The logarithmic functions must have the restriction that the argument is greater than zero (i.e. no complex numbers allowed). That…
5
votes
3 answers

How to calculate anti-log using calculator?

I have a calculator that does not have antilog function. All it has is log to base 10 and natural log functions. I was wondering if it is possible to calculate antilog using the log to base 10 function. Can this be done ? I am only concerned about…
5
votes
4 answers

Lower bound for logarithm?

Given a real $c$ such that $1 < c$, is there any known and direct lower bound, other than $0$, for $(\ln c)$, i.e., $A < \ln c$? Thanks
Mai09el
  • 829
  • 1
  • 8
  • 10
5
votes
3 answers

logarithmic function between two points

I need to find the logarithmic curve between two points $$A(0,5),\quad B(180,9)$$ We know that the formula for logarithmic function is: $\;f(x) = \log(x)\,\;$so $$ 5 = \log(0),\quad 9 = \log(180)$$ But that's impossible because $\log(0)$ is…
Kahel
  • 187
5
votes
3 answers

Find the value of $x$ such that $2^x=10$

Given that $\log 5 = 0.7$ (to one decimal place), find the value of $x$ such that $2^x = 10$ (again to one decimal place) I don't know what to do with the information that $10^{0.7} = 5$. Why is this information useful?
Phaptitude
  • 2,249
5
votes
2 answers

Numbers of a mathematic "sounding board" for approximate multiplication

Totten's "Strategos" Volume 2, page 16, plate VIII contains a depiction of a "sounding board for approximate multiplication". This is made from a disk with a pointer that is spun around and "clicks" as it passes the numbers on the outer edge.…
Trish
  • 222