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
0
votes
2 answers

I need to prove that the strict concavity of the logarithm function for positive x and y implies that $- \ln(x) \geq 1 - \ln(y) - (x/y)$

So I want to prove that the strict concavity of the logarithm function implies $- \ln(x) \geq 1 - \ln(y) - (x/y)$, for positive x and y. The definition I found of strict concavity is: $ \ln((1-\alpha)x + \alpha y) \geq (1-\alpha) \ln(x) + \alpha…
0
votes
1 answer

Is $2^{log(n^2)}$ = $\Omega (\sqrt{n^3}) $?

$$\text{Is }\;2^{log(n^2)} = \Omega (\sqrt{n^3}) \;?$$ If I take $n = 1$, I would get $1 = 1$, and if I'd take $n = 2$, I would get $1.52 = 2.82$. Is that enough to prove that the statement is wrong?
user608796
0
votes
0 answers

Find a simplified expression without logarithms

If $2^x=3$, find a simplified expression for $\log_2 3^x$ that does not involve logarithms. I've actually never done logarithms so someone please help me with this.
J. DOEE
  • 337
  • 3
  • 7
0
votes
2 answers

Is $\log(100 \cdot 10^x)$ the same as $\log_{10}(100 \cdot 10^x)$?

I just learned about logarithms, and my question is: Is $\log(100 \cdot 10^x)$ the same as $\log_{10}(100 \cdot 10^x)$? If so, why?
Hilmar
  • 3
0
votes
0 answers

How to solve $k^x = x!$ exactly

For the sake of simplicity let's take $k = 51$, how do I proceed without applying the Sterling's log approximation. I'm looking for a way to find an exact answer. Thank you.
0
votes
4 answers

Understanding Logarithms

I’m currently in my senior year of high school and we just started on the topic of logs, when doing textbook work I encountered a problem and I am confused on where I’m going wrong. Could any body help? $$2^x+1 = 3^x-1 \implies x\log2 + \log2 =…
Krytec
  • 3
  • 1
  • 4
0
votes
2 answers

Why does does $2\ln(x) = \frac{\ln(x)}{5}$?

According to Google calculator, $2\ln(x) = \frac{\ln(x)}{5}$ for many values of $x$. As I remember my logarithm rules, I don't understand why this should be. Can anyone explain?
user61316
0
votes
1 answer

When is x +/- and when is it just positive when solving logarithms

I have two similar questions that I've solved to the best of my ability. The first question is log2(9)=2 9 = x^2 √9=x 3=x The second one is log(x^2)-15 = 1 x^2-15=10 x^2 = 25 √25=x +/-5 = x My question is, why is one of them just a positive for the…
0
votes
4 answers

Using log table to solve a division problem

Given $187,000,000,000 \div 0.00000000453$, we can put our givens in scientific notation, i.e. $1.87 \times 10^{11} \div 4.53 \times 10^{-9}$. Now we can take the log and use the log table: $11.2718 \div -8.3439$ (after using log table). Now I'm…
K Math
  • 1,245
  • 1
  • 11
  • 21
0
votes
2 answers

Using log tables for exponential solutions

I understand how to use a log table to solve something such as $\log(0.00000000453)$ where we would put $(0.000000453)$ into scientific notation, $4.53 \times 10^{-9}$. Then we can use the log table to find the mantissa of the log, which is…
K Math
  • 1,245
  • 1
  • 11
  • 21
0
votes
3 answers

Natural Logarithmic Equation, why is my answer invalid?

$(\ln(x) - 1)^2 = 4$ My approach was to root both sides: $\ln(x) - 1 = 2 $ $\therefore e^2 = x - 1$ $\therefore x = e^2 + 1$ The answers are $e^3$ and $e^{-1}$ that are found from expanding the parens. I was wondering if someone could please help…
0
votes
0 answers

Difference between $\log (x^2)$ and $2\log x$

Isn't $\log x^m$ same as $m\cdot \log x$? But the domain of let's say $\log x^2$ is negative infinity to positive infinity... on the other hand $2\log x$ is defined only for $x>0$ So given these two functions under what domain are these two…
Rahul
  • 21
0
votes
0 answers

What is the cost of manufacturing per item?

A firm estimates that the total revenue, $R$, in dollars, received from the sale of $q$ items (in thousands of items) is $R = 100000 \log(1+1000q^{2}).$ The manufacturing cost $C$, in dollars, of making $q$ thousand items is $C = 50000q.$ What is…
0
votes
1 answer

Define function based on asymptotes and intercept

I'm looking for a function with the following characteristics: Vertical asymptote at $0$ (i.e. function never touches negative $x$-values) Horizontal asymptote at $7$ (i.e. function never results in $y$-values larger than $7$) $x$-intercept at…
Berbatov
  • 103
0
votes
2 answers

Simplifying/Finding the natural log of two terms without logarithm laws.

If there's a natural log of two terms, which I cannot simplify with the laws of logarithms, how should I simplify it? e.g. $\ln(e^{6x} + 17)$ The full equation could be something like this: $$\ln(e^{2x}) + \ln(e^{6x} +17) = \ln(50).$$ I know that…