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
2
votes
2 answers

Which one is greater

I don't know how to compare logarithmic expressions. Which is greater? $ \log_23 \ or \log_\frac{1}{2}5 \ $ I can, of course compare using calculator but I need the steps to compare using pen and paper. I need a way that works on any question. so as…
Fghj
  • 1,471
2
votes
2 answers

How to find $x$ of this equation

I am a beginner to logarithms. By using logarithms, in this equation, I want to find the value of $x$: $$ \ 3^x = 4^{x-1} \ $$ I am using 10 as base of logarithm. And I want $x$ in terms of $\log2$ and $\log3$, as far as possible.
Fghj
  • 1,471
2
votes
1 answer

How to solve $ \log_8[\log_4(2x+1)] = \log_{27} 3$ for $x$?

I'm stuck on this question. $$\log_8[\log_4(2x+1)] = \log_{27} 3$$ What I did was to manipulate the inner $\log_4$ to get $\log_8[\frac{\log_2(2x+1)}{\log_2 4}] = \frac{1}{3}$ Then manipulating the outer $\log_8$ to become $\frac{\log_2 8}{\log_2…
2
votes
2 answers

Ease multiplication with log

It is said that John Napier (1550-1617) and Joost Buergi (1552-1632) both were frustrated by the time spent multiplying numbers together. That's why they came up with the idea to replace multiplication by addition using logarithms. As an example i…
2
votes
2 answers

If $\log_{12}18=a$, then what is $\log_{24}16$?

If $\log_{12}18=a$, then what is $\log_{24}16$? I was solving this and couldn't reach the result.
Iti Shree
  • 1,476
2
votes
3 answers

How can I solve $5^{2x} + 4(5^x) - 5 = 0$?

This is a math problem I'm currently working on. $$5^{2x} + 4(5^x) - 5 = 0$$ I've used logarithm to try solve the problem. Here's what I've done so far: \begin{align}5^{2x} + 4(5^x) - 5 &= 0\\ 5^{2x} + 5^x &= \frac{5}{4}\\ \log_5{2x} + \log_5{x} &=…
2
votes
3 answers

Exponents and Logarithms

I'm lost on how to solve this for z. Can anyone help? $\left(7^\left(-2z\right)\right)^\left(7-z\right) = 49^\left(-12\right)$
bkildow
  • 123
2
votes
3 answers

Proof that the difference between log values don't depend on log base

In my company every f=Friday we play a game, where someone asks a question that has a numerical answer (normally they are natural integers, but can be any real number) and coworkers have to guess. The closest to the answer is the one who wins. We…
2
votes
2 answers

Solve the equation: $12^{r-1}=7r$

$12^{r-1}=7r$. I teach an Algebra 2 class, and I came across this question in one of their homework sets on logarithms. Surely this is a typo and should read $12^{r-1}=7$. I'm not sure how to solve it the other way around. Could anyone point me…
MathGuy
  • 1,237
2
votes
2 answers

What is a logarithm of a number with a negative base?

Say I have $$\log_{-2}x$$How would I evaluate this? I am not against complex results or formulas, I just am curious. Edit: There must be an answer, as $$\log_{-2}4=2$$
user406613
2
votes
1 answer

How to solve a logarithm?

I'm stumble upon the following logarithm expression. What is the value of $x$ in it? $$\log_x (x^5) = 5$$
2
votes
2 answers

How do you derive the uncommon properties of logarithmic function?

I understand the deviation of the basic log laws such as the product,quotient,base change however how do you prove the following laws? $\log_ba=\frac{1}{log_ab}$ Secondly how do you express a negative log in exponential form for example convert…
coderhk
  • 285
  • 2
  • 11
2
votes
2 answers

Solve for $x$ in the equation $e^x = 2x $

All I can see so far is: $\ln{e^x} = \ln{2x}$ -> $ x = ln{2x} $ How can I solve for x?
Elizabeth
  • 149
2
votes
2 answers

log through point with starting tangent

I'm trying to create a logarithmic function that goes through the origin, has a slope of 1 at the y-intercept, and goes through an arbitrary point below the line y=x. How should I go about solving for that function? I've worked out that all…
lolwel21
  • 21
  • 1
2
votes
4 answers

Logs question: Given that $\log_a(x) = 2(\log_a(k)-\log_a(2))$, showing that $k^2-4x=0$

Logs question: Given that $\log_a(x) = 2(\log_a(k)-\log_a(2))$, showing that $k^2-4x=0$. Thanks in advance. EDIT: Managed to solve it. $\ log_a(x) = 2log_a(k)-2log_a(2)$ $\ log_a(x) = log_a(k^2)-log_a(4)$ $\ log_a(x) = log_a(k^2 / 4)$ $\ x =…
Cicada
  • 35
  • 3