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
1
vote
1 answer

Logarithm, Just need help understanding what this question is asking. Not looking for an answer.

In my foundations of computing class, we were given a logarithm question which i don't quite understand. This is the question. Given the logarithmic table values of the numbers x and y are ax and ay respectively, and that antilog(ax) = x…
James
  • 13
1
vote
1 answer

Lambert W / Product log function?

I would like to solve this equation: $$n \cdot 2^n = 15000$$ And according to WolframAlpha $$n=\frac{W(15000\log(2))}{\log(2)}, \text{ where }\log\text{ is ln}$$ Which shows that I need to use the product log function $W$ which I tried looking up on…
Dacto
  • 125
1
vote
2 answers

How can I isolate for the $z$ exponent?

Can anyone help me with this math equation? Solve for $z$ $$P = \frac{e^z}{1 + e^z}$$ $$P(1 + e^z) = e^z$$ $$P + Pe^z = e^z$$ $$P = e^z - Pe^z$$ I've got this far, am I at least on the right track? Not sure exactly what to do next.
Jacob
  • 11
1
vote
1 answer

Could someone explain steps?

I am learining about logarithm equations, and i can´t seem to understand how to solve such an equation, could someone help? I must solve the equation/find $x$ for: $$2^{2x} - 3\cdot2^x - 10=0$$ The final answer should be $x=\dfrac{\log5}{\log2}$
1
vote
3 answers

Question regarding logarithms 2

What is $\ln(-1)$? And would there a taylor series for $$\ln\frac{1+x^m}{1-x^m}$$?
Jaider
  • 403
1
vote
2 answers

Steps to calculate $\log_2\, 0.667$

This could be a basic question. But I would like to know steps I should follow to calculate $\log_2\, 0.667$. EDIT In an answer I found it says $(0.038 \log_2 0.038) = -0.181$. How this calculation works? Is it $0.038 \log(0.038) / \log 2$ ?
1
vote
1 answer

Natural logarithm equation, beginner stage

I am learning about natural logarithms and this is the first equation i must solve: $$ 30 - 23 e^{-0.027x} > 20 $$ Could somebody explain what i should do to solve this and other equations like these? Thanks
1
vote
1 answer

Interesting problem in logarithms

I know this place isn't for math problems/homework, and believe me I've been trying for a long time to solve this problem (45 mins to 1 hour) and besides I think many would find this useful or at least interesting, so here it is : If $\log_6 15 =…
Ashkan
  • 105
1
vote
1 answer

How to normalize data in another scale?

Let $A$ be a set of values $\{a_1,a_2,a_3,a_4,a_5\}$ where $a_1 = 2$, $a_2 = 1$, $a_3 = 4$, $a_4 = 1$ and $a_5 = 2$, so, the $avg(A) = 2$. I'm looking for a normalization where the values below the average would be increased while the values over…
1
vote
2 answers

Simplifying Quadratic Equations In Logarithmic Form

$\log_{10}(x^2-x-7)=0.1$ $\log_{10}(x-8)=1-\log_{10}(x+1)$ $\log_{10}(x+9)=1+\log_{10}(x+1)-\log_{10}(x-2)$ Note: I solved them as follows: $x = 3, -2$ but the textbook i'm using said there was no solution for $x$ $x=-2, 9$ but the same textbook…
user200654
1
vote
2 answers

Solve the logarithmic equation by $x$

Solve the eqation for all real $x$: $\log_2(x^2+7)+\log_3(x+6)=6$. What I tried: $\log_2(x^2+7)=a$ and $\log_3(x+6)=b$, then $a+b=6$ and $2^a=3^{2b}-4\cdot3^{b+1}+43$. But the problem is $a$ and $b$ don't have to be integers... It is easy to show…
CryoDrakon
  • 3,392
1
vote
2 answers

properties of logarithms ln12-ln2=ln6

I checked wolframalpha and it says that ln12-ln2=ln6. How? i tried to do: ln12=ln(2*2*3) which may be 2ln(2*3) (which is probably wrong). I need help. EDIT: Ok, thanks. Actually i could have just searched logarithms properties on google(didn't think…
1
vote
1 answer

Solving $\ln$ divided by $\ln$.

I am having trouble figuring out how to calculate this. Thank you for your help. $$0.926 = \frac{\ln(1+0.8u)}{\ln(1+u)}$$ What does $u$ equal?
1
vote
1 answer

How do you simplify this logarithm?

$$\large\log\sqrt[3]{\frac{x^2y^5}{z}}$$ I think this is the answer, but I'm not positive:$$\frac{1}{3}\left((2\log{x}+5\log{y})-(\log{z})\right)$$
1
vote
3 answers

Solve for x in log question?

If $2^x$ (2 to the power of x) $= 100$, what is $x$? I got $100/\log2$. Is that correct? I know how I solved it but now I don't get how I did and why I did what I did. The choices were... $$2 / \log2;$$ $$10 / \log2 ; $$ $$50 / \log2 ; $$ $$100 /…
Tara
  • 29