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

Question Regarding Logs specifically logs with $x$s involved

$$\log(5x + 5) = 2\log(x + 1)$$ Thats the original question. So far I have gotten. $$\log(5x + 5) = \log(x + 1)^2$$ I am not looking for the answer maybe just a hint in the right direction. Thanks!
0
votes
1 answer

Is this application of log power removal wrong when theres a negative?

Suppose someone said to you: $$\forall x \in \mathbb{Z}^+, log((-x)^2) = 2 \cdot log(-x)$$ Is this statement correct or incorrect to make since x is in $\mathbb{N}$? Should it be stated as equal to: $2 \cdot log(x)$? Is there any possible way the…
Water
  • 183
0
votes
1 answer

$a*b = k*a^b$, solve for b?

I was working on an open ended math puzzle and I ended up with this equation. Is there a way to solve for it analytically without graphing? I got stuck on trying to figure out how to find $b$ if $b$ times a constant $c$ is equal to $a$ times itself…
msun
  • 13
0
votes
2 answers

Comparing functions that have logs in exponents

I'm not that familiar with logs in general so not sure how to handle when say comparing two functions to see which one would grow slower / faster $$n^{\log\log n}$$ to this... $$(\log n)^{\log n}$$ Anyone able to help clarify? Just not sure what I…
pad11
  • 103
0
votes
1 answer

Graph of x^y = 5

can we have a graph where y = log base x (5) ? or x^y = 5 ? When I draw this graph out it has a horizontal asymptote at x = 0 on the right end, and it has values in the negative x-axis from -5 < x < -1 Edit : I'm just picking up graphs of…
0
votes
2 answers

Why does $(\log n)^{\log n} = \Omega(n^{10})$?

Why does $(\log n)^{\log n} = \Omega(n^{10})$? In other words, show that $(\log n)^{\log n} \ge c\cdot n^{10})$ for some constant $c>0$. I'm not sure how to prove it, how can I write $(\log n)^{\log n}$ in a simpler way?
0
votes
3 answers

Logarithm property needs an explanation

So here's the property: (Excuse the spacing, I'm just trying to make it clearer) $\log_a{x} = \log_{10} {x} / \log_{10} {a}$ What I don't understand is WHY it's correct, can someone please give me some proof/explanation? Thank you so much for your…
0
votes
1 answer

Exponent to logarithm conversion

So I came across this notation: cn^(3/2) is Θ(n^(log_4(8))) = Θ(n^(3/2)) here: http://www.cs.cornell.edu/courses/cs3110/2014sp/recitations/24/using-the-substitution-and-master-method.html (under "Examples for the master method") Why is n^(3/2) ==…
bkoodaa
  • 729
0
votes
2 answers

What is the rule called where $e^{\ln {x}}=x$?

I have seen this rule $$e^{\ln {x}}=x$$ used in a lot of Youtube videos, but I can't seem to find an explanation of how it works... (Line 4) https://gyazo.com/a84a2b6cb38f30a07e0d73aca1456642
0
votes
3 answers

Why is $ \frac12 \cdot (\ln 4)^2 = 2 \cdot(\ln 2)^2 $?

Why are these equal? Can somebody explain? $$ \frac12 \cdot (\ln 4)^2 = 2 \cdot(\ln 2)^2 $$
Bert VdB
  • 111
0
votes
3 answers

What is $a^{(\log_ab)^2}$?

Can the following expression be further simplified: $$a^{(\log_ab)^2}?$$ I know for example that $$a^{\log_ab^2}=b^2.$$
user46234
0
votes
1 answer

Solving for a variable using a logarithm with a base not 10?

So I have this expression: $C=Ba^{(t/D)}-k$ and I'm asked to solve for $t$ using a logarithm with base a $log_{a}$. So far, I've gotten ${((C+k)/B)} = a^{(t/D)}$. How do I move forward?
0
votes
1 answer

Find the Minimum of $x-y$

Find the minimum of $x-y$ among all ordered pairs of real numbers $(x, y)$, $x$ and $y$ between 0 and 1, where there exists a real number $a \neq 1$ such that $$\log_{x}a + \log_{y}a = 4\log_{xy}a.$$ Umm, I have no idea. I don't think any…
user359548
0
votes
3 answers

Logarithms equality

I'm trying to understand a "subproof" of the divisor Master Theorem (Cormen et al., Introduction to Algorithms, page 99), and in some point they state: $$\Large a^{\log_b n} = n^{\log_b a}$$ where $a\geq 1$, $b > 1$ and $n = b^i$, for some $i$. That…
JnxF
  • 1,277
0
votes
2 answers

Logarithmic equation's solution

I'm unable to solve this equation further. Could someone have a shot at it and try to solve it and explain it to me please? The equation is $$2\log_{2}(\log_{2}(x))-\log_{2}(\log_{2}2\cdot 2^{0.5}x)=1.$$ I am trying to learn the general rule for…
Ujjwal
  • 165
  • 9