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

A powered by B equals C - how to get A

Very stupid question, I know :) A powered by B equals C. If I know A and B, it's easy to compute C If I know A and C, it's also not so hard just by using logarithms But what if I have B and C, how to get A? If you could give an example is some JS, C…
shal
  • 291
0
votes
3 answers

Logarithms: Finding the exponent given a base & an argument

My question is this: In a logarithm, given a base and an argument, how do you derive the exponent (without counting, trial and error or educated guessing)? e.g. log2 (2048) = ? If: log() = e I would like to know the algebra/formula for deriving…
0
votes
1 answer

solving exponential equations giving the answer in the form $\log(bc)$

Sorry for not being clear with the form in the question. I am struggling with this question, and I'm not sure where to start. Do you change the $3^{2x}/3^x$ in log form? My teacher didn't explain this lesson quite well so I don't understand how to…
0
votes
1 answer

How to calculate the value of $10^{\log_{10}(-1)}$?

How to calculate the value of $10^{\log_{10}(-1)}$? Initially I assumed $10^{\log_{10}(-1)}=-1$ due to $10^{\log_{10}(x)}=x$. However, I'm unsure if this is true for negative numbers or only valid for $x>0$. Thank you
0
votes
3 answers

How to solve for $m$: $\frac{1}{2}=\left[1 - \left(\frac{1}{m}\right)^{(m^m)}\right]^{2n}$

The following function represents a probability. The left-hand side is arbitrary, let's call it $\frac12$. How to solve for $m$ where $m, n > 0$? $$\frac{1}{2}=\left[1 - \left(\frac{1}{m}\right)^{(m^m)}\right]^{2n}$$ In case it's relevant, this…
sttawm
  • 29
0
votes
0 answers

Is it possible to calculate logarithms?

I've seen many questions on Quora and other websites and it seems impossible to calculate logarithms, is this the case? Is it possible to calculate the log of any number with any given base? Or is literally all logarithm just picking and trying all…
0
votes
1 answer

Log rules with $\ln(a^{b^c})$

So the ln rule applies to $\ln(a^b)$ by converting it into $b\ln(a)$, but what about if there's a power applied to the $b$? Such as $\ln(a^{b^c})$. I'm sorry I can't format this. Does it become $b^c\ln(a)$ or $c(b\ln(a))$, where the higher power is…
0
votes
1 answer

What role does $1/\alpha$ play in the last integral?

If we examine the inverse function $f^{-1}=log_{10}$, the whole situation appears in a new light: $$\begin{align} log_{10}'(x)&=\frac1{f'\left(f^{-1}(x)\right)}\\ &=\frac1{\alpha\cdot f\left(f^{-1}(x)\right)}=\frac1{\alpha x} \end{align}$$ The…
Abysm
  • 9
0
votes
0 answers

How to justify taking absolute value log instead of normal log

I want to find the number of terms in the geometric sequence summation, where $a = 5,r = −3,S_n = −910$. After the hard math, I reach $T_n = -1215 = 5(-3)^{n-1}$, which can be solved for $n$. But this requires the step…
user71207
  • 1,543
0
votes
0 answers

If $\log_x y = \log_y x$, what is $xy$?

I have a question that I cannot solve. This mathematical problem has been taken from the book Mathematical Problem written by Faniye Alan and Ahmet Hançerlioğlu. $$\log_x y =\log_y x $$ $$ x\neq y; x \neq 1; y \neq 1$$ what is x * y? A)1/2 B)1 C)2…
0
votes
4 answers

Find the answer to this logarithm

Following is the problem: $$2\frac{\log\sqrt{27}+\log\sqrt{64}-\log\sqrt{343}}{\log144-\log49}$$ where $\log x = \log_{10}x$ My method: \begin{align*} 2\frac{\log27^{\frac{1}{2}}+\log64^{\frac{1}{2}}-\log343^{\frac{1}{2}}}{\log144-\log49} & =…
user948358
0
votes
1 answer

Adjust equation to accomodate x values < 1 in log10(x)

I have taken an equation from an article which was fitted on x being 1 (kg) at a minimum, the equation is as follows log10(y) = -0.619 + 0.812 * log10(x)^1.171 But now I would like to use the equation to calculate values of x when x<1, but if x<1…
0
votes
3 answers

$ x^x\ln x $ and $ x^2 \ln x $

Suppose we have an expression like $ \ln x^{x^{x}} $. We can write it as $ \ln x^{x^{x}} = x^x\ln x $. But this can also be written as: $$ \ln x^{x^{x}} = \ln t^x; \ where \ t = x^x, \\ \implies \ln t^x = x\ln t = x \ln x^x = x.x \ln x = x^2 \ln…
0
votes
1 answer

Why is this function valid for $x>1$?

The question is $$ 4^{\log_2(\ln(x))} = \ln(x)-\ln(x)^2+1$$ Upon simplifying we'd get \begin{align} &\phantom{{}\implies {}} 2\ln(x)^2-\ln(x)-1=0 \\ &\implies \ln(x)=1 \text{ or }\ln(x)={-1 \over 2} \\ &\implies x=e\text { or }…
0
votes
1 answer

Is there some reason why $\ln(x^2+x) - \ln x = \ln (x+1)$ would not always be true?

I ask because although I've learned in calculus class that it is a valid algebraic rule to work with logarithms, wolfram alpha doesn't unequivocally say that it is always true, which leaves me wondering if there is some condition I'm missing…