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

How and why does $\ln (e^{0.023t}) = 0.023t$

How and why does $\ln (e^{0.023t}) = 0.023t$ I'm so confused.
Monica
  • 145
0
votes
1 answer

Conversion of bases with logarithms

The question says if $\log_6(2)$ is $a$ and $\log_5(3)$ is $b$, express $\log_5(2)$ in terms of $a$ and $b$. I have tried the change of base formula for $ab$ to no avail, can someone give me a hint to get started, and the solution, hidden behind a…
0
votes
2 answers

Help finding value of x in logarithms?

How to find the value of x in: $$10=8.4\log(0.3x+1)$$ so far I got : $$10=\log(0.3x+1)^{8.4}$$ $$10^{10}=(0.3x+1)^{8.4}$$ What should I do next?
Helena
  • 105
0
votes
2 answers

proof of logarithmic property $ a^{\log_{a}{b}}=b$

I don't know how to show that $\displaystyle a^{\log_{a}{b}}=b$ Can anyone give a hint?
Gregor
  • 708
0
votes
2 answers

Solve equation with logarithm base 10

I am going back to study log and unfortunately I don't know a lot. I need to solve this: $$ 100= 10\log_{10} \left(50/x\right) $$ I did the wrong calculation just moving stuff to the left, but I've been told is not right: $$\begin{align} 100…
jsab
  • 83
0
votes
3 answers

Compare two powers

how can I compare these powers: $3^{500}$ and $5^{300}$ What I did is: $\log_3(3^{500})$ and $\log_3(5^{300})$ So I have $500$ and $\log_3(5^{300})$ Now I do not know what to do. Thank you in advance!
wonderingdev
  • 1,761
0
votes
1 answer

How solve this $\log { { x }^{ \log _{ x }{ y } } } =\quad \frac { 5 }{ 2 } \\ x+y=6\\ $

How solve this logarithm equation $\log { { x }^{ \log _{ x }{ y } } } =\quad \frac { 5 }{ 2 } \\ x+y=6\\ $
0
votes
3 answers

Very basic question about logarithm

I don't fully understand why you need to solve it this way... $$x^25\log(2x+1)+9(-5)\log(2x+1)=0 $$ $$(x^2-9)5\log(2x+1)=0$$
0
votes
0 answers

Why can't the base of a logarithm be negative?

I understand why the base of a logarithm can't be 0 or 1, but why negative? What I found out is that when the base is negative we get imaginary results when the powers are rational numbers with odd denominators, for example: $$-2^{\frac{1}{2}}$$ is…
0
votes
2 answers

general formula for $\log_x(y)$ when $y$ is negative

I'm looking for a general formula for solving a problem of the form $\log_x(y)$ when $y<0$. It seems like the formula is $\frac{\ln(|y|)+\pi i}{\ln(x)}$, but I would like to know how this is derived, or a proof for it. I got this this from looking…
0
votes
6 answers

Logarithmus to simple subtraction - how?

I am learning for a math exam and have the following solution: $$ 0.01 = 0.5^n\\ n \cdot \log 0.5 = \log 0.01\\ n=\frac{\log 0.01}{\log 0.5} $$ OK, so far, so good. (I guess) But now, it gets weird: $$ n=\frac{\log 0.01}{\log…
0
votes
1 answer

Need help to solve this equation: log cosx(4) * log cos^2 x(2) =1

Equation: $\log \cos x(4) \times \log \cos^2 x(2) =1 $ *$\cos x, \cos^2 x$ - base $4,2$ -numbers $\cos x>0$ and not $1$ then $\cos x$ is in $(0;1)$ i've tried: if $\cos x=t$ then $\log t(4) \times \log t^2 (2) =1 ;$ $2\log t(2) \times \frac{1}{2}…
Ryuzaki
  • 89
0
votes
2 answers

Comparing two decibel values

For my son's science fair project, we are measuring wi-fi signal strength in decibels, a logarithmic scale. We want to determine the relative strength of two values. I think that a value of -60 is 10 times weaker than -50. We want to graph the…
Peter
  • 3
0
votes
2 answers

Calculating pOH

If [OH-]=10^-pOH and [OH-]= 0.003 then what does pOH equal? I know this is simple but I just can't figure out how to do this calculation. Any help would be appreciated.
jaykirby
  • 852
0
votes
2 answers

How do I calculate this logarithmic expression?

What I'm not sure about is the power of two above the logarithm. I just wanted to verify I'm calculating correctly Do I do these steps...? 1 - Take absolute value of variable AL 2 - Take log base 10 of result 1 3 - take result 2 squared 4 - take…
erotavlas
  • 119