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

Simplifying a logarithmic expression. Exponent Rules?

Is there any way to simplify the following expression for $x$? $$ 0=\ln(ae^{bx} + ce^{dx}) $$ Thank you.
0
votes
0 answers

Simplify the logorithmic expression

I have the following equation describing frictional losses in a pipe for fluid flow. $$ \frac{1}{f} = -2 \cdot \log_{10}\bigg(\frac{\frac{r}{2 \cdot r_w}}{3.7} + \frac{2.51}{\text{Re}\cdot \sqrt{f}}\bigg) $$ In the above equation $$r, r_w$$ are…
SPa
  • 1
0
votes
1 answer

Log product with exponent becomes equal to summation

I have a question regarding logarithm rules. Could anyone please explain how does equation (3) derived from equation (2)? I am especially confused regarding the product of $log$ and $exp()$ changed to summation. Thank you for your help.
dkssud
  • 25
0
votes
0 answers

Please explain : logβα logγβ = logγα log operation formula proof

$ \log_\beta \alpha \log_\gamma \beta = \log_\gamma \alpha$ proof is given here -in 链式 section proof from wiki I cannot find this formula's english name(it is not about derivative as its name suggests)nor any version with further explaination except…
Blue
  • 1
  • 1
0
votes
1 answer

Proof for the logarithmic reciprocal property

I was wondering if anyone has a proof for the logarithmic reciprocal property: $\frac{1}{log_a(b)}=log_b(a)$ Thanks in advance, I sat down and tried to prove it myself but I couldn't do it and I haven't found any proof for this specific property…
0
votes
1 answer

logarithm in basis $x$ is it always equal to 1?

Is the logarithm function $ y = \log_{x} (x) $ always '1' for $x > 0$, this is equal to the implicit function $ x=x^{y} $ so $ y=1$
Jose Garcia
  • 8,506
0
votes
1 answer

Understanding properties of logarithms in exponenets

I stumbled across this weird graph while working with logarithms, specifically I found that for $x\geq0$, $4^{\log_2 x}=x^2$. I've been trying to understand why this is the case for a while now, but can't find a generalization of this phenomenon. I…
0
votes
0 answers

log rule when a contant is in the formula

Can we say that $log \;k2^{k-1}$ is the same as $k *log \;2^{k-1}$ ? where $k$ is a constant ?
Cav
  • 37
0
votes
0 answers

Logarithm Solution Doubt

I am getting two real solutions to this question, but the answer key says there is only one. Could anyone please say why one solution got rejected? $$9^{\log _3\left(\log _e\left(x\right)\right)}=\log _e\left(x\right)-\left(\log…
0
votes
0 answers

Let $u = \frac{1}{\log (x)}$. If $u \to 0$. Then find the value of $x$.

Let $u = \frac{1}{\log (x)}$. If $u \to 0$. Then find the value of $x$. My attempt: $u = \frac{1}{\log (x)}$. When $u\to0$ then $0 = \frac{1}{\log (x)} \implies (\log x)^{-1} = 0 \implies (0)^{-1} = \log (x)\implies \log (x) = 0 \implies x = e^0…
0
votes
0 answers

The equation $x^{\log(y)} = y^{\log(x)}$: does this result have a widely-used name in the literature

it is trivial to show that the following holds (just take logs of both sides). $$x^{\log(y)} = y^{\log(x)}$$ I've forgotten some maths but I believe this is the first time I see this property. Is there a name for it?
s5s
  • 507
  • 4
  • 14
0
votes
1 answer

How do I find the answer to the final part of these log questions?

I have posted this question previously however I am asking now specifically for question (d) (im stuck) I know this is very basic stuff but I don't know how to find the answer to question (d) in this. The previous parts to this question are below…
0
votes
1 answer

Proof of the alternative definition of the iterated logarithm

Today I've learned the formal definition of the iterated logarithm. $$ \log^*_b n:= \min\{i \in \mathbb N:\log^{(i)}_b n \leq 1\} \\ \log_b^{(1)} n := \log_b n \\ \log^{(i + 1)}_b n:= \log^{(i )}_b \log _b n \\ $$ Could somebody show me how to prove…
0
votes
1 answer

Logarithmic of addition/substraction

I know that log has this product rule: $$\ln (9\cdot x)=\ln 9+\ln x$$ then what about $\ln(9 + x)$? Could that be simplified further?
Chen
  • 165
0
votes
1 answer

What is the role of the subscript $z$ in "$\log\dfrac{x}{z^9}$"?

I was doing my trigonometry readiness assessment for a class when this question popped up. I tried searching a description of the z's placement but I couldn't find anything that seemed right. It doesn't look like it's in the right place to be the…
Nat
  • 1