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

Principal Value of Logarithm Log(z1/z2)=Log(z1)-Log(z2) holds?

the question is whether $$ \log\left(\frac{z_1}{z_2}\right)=\log(z_1) - \log(z_2) $$ holds for any non-zero complex numbers $z_1$ and $z_2$. Here, $\log$ is the principal value of the logarithm, with definition $$ \log(z) = \ln|z| + i…
TilManG4
  • 67
  • 6
0
votes
1 answer

What can be said about $a^{\lfloor \log_ab \rfloor}$?

I am looking for formulas similar to classical logarithmic identities: $$a^{\log_ab}=b$$ $$a^{\log_cb}=b^{\log_ca}$$ involving floor or ceiling functions. I need to evaluate the following expressions: $$a^{\lfloor \log_ab \rfloor}$$ $$a^{\lceil…
R. S.
  • 84
0
votes
0 answers

Finding coordinate on line on log-log graph with gradient in dB/decade

I have an image of a plot showing peak-to-peak velocity (mm/s) against frequency (Hz) on a log-log scale. The curve is defined by an accompanying sentence to the effect of "The amplitude is $x$ between $a$ Hz and $b$ Hz. The curves decrease below…
0
votes
0 answers

Trying to understand a proof

For $x \in (0,1]$, Since $$\lim\limits_{x\to0} \frac{\Big|\ln\frac{1}{x}\Big|^k}{\frac{1}{x}}=0 \text{ for }k>1$$ Why is it true that $\exists x\in (0,b]$ such that $\Big|\ln\frac{1}{x}\Big|^k \leq \frac{1}{x}$ and $0
0
votes
1 answer

Do logarithms ever produce rational numbers?

The title is a little nonsensical (so feel free to edit as you see fit) Logb(n) where n is a power of b produces a rational number; for example; Log2(8) = 3 But, Log2(3) = 1.5849625007211561814537389439478165087598144076924810604557526545... Thus,…
0
votes
0 answers

Solving inequalities with $x$ as a term and $x$ as an exponent

I am trying to find the values of $x$ which satisfy the inequality: $$x + 3^x < 4$$ I can approach the problem by setting the LHS equal to 4, and could proceed if I only had the term with $x$ as an exponent by taking logs, but the extra $x$ term…
tom894
  • 247
0
votes
0 answers

Question Regarding Logarithm

Sir I have an Equation $X^9 - X^3 = 24$. I solved it using Algebra, and the answer is $X = 1.44$ OR $\sqrt[3]{3}$. This is an Exponential Equation. Can this Equation be Solved using Logarithm ? If yes, then can you show me the steps, Hint, Clue ?
Nitin
  • 1
0
votes
3 answers

Can someone help me solve for x and y

Given $$ \left\{ \begin{array}{ll} x^4 y^3 &= e^{52} \\ \dfrac{x^3}{y^4} &= e^{14} \\ \end{array} \right. $$
user1152316
0
votes
1 answer

Hard Logarithm Problem: $\left(\log _{10}\left(x\right)\right)^{\log _{10}\left(\log _{10}\left(x\right)\right)} = 10000$

$\left(\log _{10}\left(x\right)\right)^{\log _{10}\left(\log _{10}\left(x\right)\right)} = 10000$ Solve for $x$. What I did first was to set $u = \log_{10} x$ and then try to solve for $u$. However, I got stuck a bit after will simplification and…
0
votes
0 answers

Question about ln and modulus function

Say we had some equation $x$ = $y$, we can conclude that $|x| = |y|$, for definite, but if we started with $|x| = |y|$, we cannot go and say $x=y$, as there's the possibility that $x=-y$. This is true, I think. Now let's look at another situation,…
Nav Bhatthal
  • 1,057
0
votes
1 answer

Why did the same log expression gave different equations and different roots$?$

Find the number of possible values of $x$ if $$\log_2(3-x)+\log_{\frac12}\left(\frac{\sin\frac{9\pi}{4}}{5-x}\right)=\cos\frac{11\pi }{3}-\log_{\frac12}(x+7)$$ $$\log_2(3-x)+\log_{\frac12}\left(\frac{\sin\frac{9\pi}{4}}{5-x}\right)=\cos\frac{11\pi…
0
votes
1 answer

$x^2(\log_{10}(x))^5=100$ : solution of this equation

I needed help with the equation in the title, the base of $\log$ is $10$ I have tried the substitution of $x^2$ as $100$ and gotten $x= 10$ but I do not know how to solve it algebraically.
0
votes
2 answers

Question about solving logarithmic equations

When I solved the following logarithmic equation: log_2(2x)+log_2(x)=5 I got the answers x = -4 and x = 4, and evaluated each of these for extraneous solutions. When I plugged in both the negative and the positive solutions, I found that only the…
0
votes
0 answers

How do I solve the following log equation?

Solve: $$x^x = \ln x + 1$$ There should be only one solution, $ x=1$, but I cannot prove it.
0
votes
2 answers

How many times divided by 2 until reach value 1

I am looking for a formula which will tell me how many times I must divide a number $(n)$ by $2$ until its value is less than or equal to $1$. For example, for $n=30$ $(30,15,7.5,3.25,1.75,0.875)$ would yield $5$ (number of times divided by…
TSG
  • 111