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

Finding the inverse of a rational exponential function

I am having trouble finding the inverse of the following function: $$f(x)=\frac{5e^x}{9e^{x}-5}$$ I am able to get a fair ways through the problem and through the use of the rules of logarithms have reached this point: $$\ln{y}=5x-\ln{(9e^{x}…
Richard P
  • 751
  • 4
  • 18
1
vote
1 answer

Convert $e^x$ based expression to natural logarithm

The following expression called transient in Electronics, which allows you to calculate several variables such time, voltage, capacity, etc. This is a current time function without numbers, where A is a constant, t is a time variable and T as…
1
vote
1 answer

How do you usually solve an equation of the form $ax = b \ln x$?

Are there any other methods of solving equations of $ax = b \ln x $ form, or is iteration the only approach worth trying? (We now strictly suppose that $a, b \neq 0 $).
1
vote
2 answers

Solving a logarithmic equation with a mix of polynomials and logarithms

How can I solve the equation $\dfrac x9 = \log_2x$ ?
dev_nut
  • 161
  • 3
  • 11
1
vote
1 answer

How do slope and intercept change for a line when x and y are logged?

I have a linear equation y = mx + b that I obtained by fitting a line-of-best-fit to a series of data. How would I get the equivalent formula if I wanted to plot the same line using log-log axes? In other words, if the new formula is log(y) =…
1
vote
1 answer

Prove that $y^2 + ky + (k-2) = 0$

I am given that, $y=\log_{3}{x}$ and $\log_{3}{x} - \log_{x}{9}+\log{3^k} + k\log_{x}{3}=0$ I am asked to prove that $\boxed{y^2 + ky + (k-2) = 0}$ I assumed that $\log{3^k} = \log_{10}{3^k}$ After many tries of failing I got an equation which I…
1
vote
2 answers

Why is the property $\log x^k = k \log |x|$ always written as $\log x^k = k \log x$?

Why this property is always written without the module? I always find $\log x^k = k \log x$, but IMO the correct form (when $k$ is even) is $\log x^k = k\log |x|$. E.g. $\log(-100)^2 = 2 \log |-100| = 4\log10$ and not equal to $2 \log (-100)$ which…
1
vote
2 answers

Please Explain $\lg(T(N)) = 3 \lg N + \lg a$ is equivalent to $ T(N) = aN^3$

I'm reading Algorithms by Kevin Wayne and Robert Sedgewick. They state that: $\lg(T(N)) = 3 \lg N + \lg a $ (where $a$ is constant) is equivalent to $T(N) = aN^3$ I know that $\lg$ means a base $10$ logarithm and that $\lg(T(N))$ means the index…
Grokodile
  • 157
1
vote
3 answers

Can I transform tetration into power by logarithm?

So I was thinking about random maths when I couldn’t sleep last night, and I had an idea. You can simplify $\ln{(a^b)}$ into $b\ln{(a)}$, and $\ln{(ab)}$ into $\ln{(a)}+\ln{(b)}$. Observing this, it seems that $\ln$ turns power into multiplication,…
YesSpoon3
  • 188
1
vote
1 answer

Solving an exponential equation

Alright, here's the equation: $$‎1.08^x = 1.10^{x-1}$$ I know I need to use logarithms, but I can't figure how to do it. Thanks in advance!
1
vote
0 answers

Silly question about logarithmic properties

As I know following statements are correct: $a^{\log_bc} = (b^{\log_ba})^{\log_bc} = b^{\log_ba\log_bc} = (b^{\log_bc})^{\log_ba} = c^{\log_ba},$ $\log_aa^x = x,$ $\log_ab^c = c\log_ab.$ Then I don't get where is the mistake below: $ a^{\log_bc} =…
1
vote
2 answers

Explain this step in logarithms

I saw the following in a book: $$\log_{1/2}x \geq \log_{1/3}x$$ $$\Rightarrow \log_2x \geq \log_3x$$ Now, none of the properties I know deals with fractional bases. What's the justification behind this step?
ankush981
  • 2,033
1
vote
1 answer

Calculating Logarithms by repeated multiplication and division?

Ok, so I found this thing where they say you can find the digits of the common logarithm of a number n by taking n^10, seeing which two powers of ten the result is between and noting the lower one, then dividing by that lower power of ten to get the…
1
vote
1 answer

Problem regarding solving logarithm without a calculator

I have a question regarding the answer provided from this question, which is solving $\log$ without a calculator. This was one of the solutions and I am having a hard time understanding it. $$\log…
thom
  • 37
1
vote
1 answer

How to express in logarithmic form?

If $a^x=y$, we can write $x=\log_a y$, what can we write in logarithmic form for $1^5=1$?
Sofia
  • 31