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 doubt ...

I know that log of a negative number is not possible but, $\log(-5)^2$ is possible. Therefore $\log(-5)^2=2\log(-5)$ but $\log(-5)$ is not possible but $log$ of $-5$ square is possible ....can anyone explain this? Thanks
paril
  • 11
1
vote
2 answers

Simplifying logarithm question

Without worrying about the background, I have a question that asks to solve for n. Pardon my formatting, but it seems understandable this way for the time being until I edit it: $$4n^2 = 256 \log_2n$$ I'm not looking for the answer (it's 16), but I…
1
vote
1 answer

Logarithm problem

If $a^x=b^y$, then how come $x\log a=y\log b$ holds? Can anyone show me how this is with all steps and necessary logarithm formula?
Soham
  • 9,990
1
vote
1 answer

Proof of $\log^x{x} > x^{\sqrt{x}}$ for big $n$

How can I prove, that $$\log^x{x} > x^{\sqrt{x}}$$ for big $n$ ? I tried to logarithm those expressions, deduct them, somehow estimate the values but no luck. After few tries, I ended up with expression, where I need to prove that $\log{n}$ grows…
1
vote
1 answer

Simplifying Logs

Simplify: $$\frac{\log a + \log b - \log c}{\log d^2}$$ Using the basic properties of logs, the numerator should simplify to $\log (ab/c)$, if I'm not mistaken. The denominator $\log d^2 = 2 \log d$ but I don't know where to go from there. Can it be…
Lulu Uy
  • 395
1
vote
2 answers

Dividing logarithms without using a calculator

The problem I have is: $\log16+\log25-\log36\over{\log10-\log3}$ (log is base 10 here) I have the answer as 2 but no idea how to reach it.. I need to work this out without the use of a calculator but I can't get my head round it. I know that…
Ordered
  • 53
1
vote
3 answers

Solve this equation: $\log_3(3-2\cdot3^{x+1})=2+2x$

Solve this equation: $\log_3(3-2\cdot3^{x+1})=2+2x$. I put $(2+2x)^3=3-2\cdot3^{x+1}$. But I don't know how to go on.
era
  • 79
1
vote
1 answer

A problem with logarithms

If $\log(a+b+c)=\log(a) + \log(b) + \log(c)$, prove that $$\log\left(\frac{2a}{1-a^2} +\frac{2b}{1-b^2} +\frac{2c}{1-c^2}\right) = \log\left(\frac{2a}{1-a^2}\right)+ \log\left(\frac{2b}{1-b^2}\right)+\log\left(\frac{2c}{1-c^2}\right) $$
1
vote
4 answers

A rational number which is 50 times its own logarithm to the base 10 is?

This question is from Advanced problems in mathematics for jee . I got it as a challenging question. I tried it in this way 50 log x base 10 = x But there seemed no solution for it as per my level. **Please don't do it based on option. I want…
1
vote
1 answer

Unable to solve logarithm question

Given $$\dfrac{a(b+c-a)}{\log a}=\dfrac{b(c+a-b)}{\log b}=\dfrac{c(a+b-c)}{\log c}$$ To prove: $$a^bb^a=b^cc^b=c^aa^c$$ What i tried is $$\log (a^z)=a(b+c-a)$$ and similarly for other two. I am unable to break this down further! please help!
Max Payne
  • 3,447
1
vote
4 answers

Prove that $\log_a(b)=\log(b)/\log(a)$

Prove that $$\log_a(b)=\log(b)/\log(a)$$ I don't know how to solve it, but I need to prove it so solve a problem.
seda
  • 93
1
vote
1 answer

Minimum value of function $f(x)=x+\log_2(2^{x+2}-5+2^{-x+2})$ out of 5 options

Minimum value of function $f(x)=x+\log_2(2^{x+2}-5+2^{-x+2})$ out of 5 options A : $\log_2(1/2)$ B : $\log_2(41/16)$ C : $39/16$ D : $\log_2(4.5)$ E : $\log_2(39/16)$ I just... don't know how to approach this.
John Doe
  • 1,080
1
vote
1 answer

Is $1 + \lg i = \lg(i + i)$?

I've been studying Sedgewick's "Algorithms" book and in proof of one proposition he writes the following: the property is preserved because $1 + \lg i = \lg(i + i) \le \lg(i + j) = \lg k$ I cannot wrap my brain around the first part of this…
Piotr
  • 165
1
vote
0 answers

Why does this equality hold

let $P0,P1 \leq0$ $s.t$ $P0+P1=1$ (I am not sure if this assumption is required to prove the following equality. But for my application this holds). How does following hold…
NAASI
  • 997
1
vote
2 answers

What is this equation?

I ran across this equation for use in web code here and am desperately wanting to know if any portion of it or the whole thing is a standard equation somewhere. This is the best I could do mathematically. I'm sorry if the symbols aren't correct.