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

How did john Napier make log table

I was just checking the log table and then suddenly It came to my mind that how were log tables made before calculators/computers how did john Napier calculate so precisely the values of $\log(2),\log(5),\log(7)$ etc . Is it even possible as I…
5
votes
3 answers

Solve $6^{x+8} = 4^{x-1}$

I tried doing $log_6\left(6^{x+8}\right) = log_6{4^{x-1}}$ I got stuck, and I don't think that was the right route.
5
votes
2 answers

If $\log_{12}54=a$ then $ \log_{6}12=?$

I am given $$\log_{12}54=a$$ So what will be value of $ \log_{6}12?$ I used base changing theorem and wrote expression as $$\frac{\log_{6}54}{ \log_{6}12} =a$$ And then $$ \frac{1+\log_{6}9}{ a} = \log_{6}12$$ now what to do?
Tesla
  • 2,126
5
votes
1 answer

Does $\log_a b = \log_\sqrt a \sqrt b$ can be a basic logarithm law?

Does the following equation is true for all $ a,b\in{\mathbb R}$? $$\log_a b = \log_\sqrt a \sqrt b$$ I have tried to proove this, and I didnt find any contradiction. Is it true? EDIT Thanks guys for the answers. I've just found a different proof…
Eminem
  • 334
5
votes
3 answers

$\log_{10}(1+10^{-n})<10^{-n}$?

In a paper I was reading, this inequality: $$\log_{10}(1+10^{-n})<10^{-n}$$ came up with no explanation for why it's true. Does anyone have a proof for why this holds? Is there some basic logarithm property I'm missing?
4
votes
2 answers

Prove that a logarithm is irrational

I’m stuck with the following problem: Prove that $\log_{2} 3 \in \mathbb{R} - \mathbb{Q} $ . Thanks in advance!
4
votes
3 answers

Mechanic method to draw a logarithmic spiral?

I'm in the need to draw (more like to use a wood router to carve a groove) a logarithmic spiral in a piece of wood. So, I got a router that is attached to a stick, I draw a circle by rotating the stick around a center.. but, I need to increase the…
Artemix
  • 203
4
votes
2 answers

Name for a Logarithm Identity/Property

I came across a neat logarithm fact today: $\large n^{\log_bx} = x^{\log_bn}$ One simple proof is: $\large \log_bx\cdot \log_bn=\log_bx\cdot \log_bn$ $\large \Rightarrow \log_bx^{log_bn}=log_bn^{log_bx}$ $\large \Rightarrow…
MathStudent
  • 1,352
  • 11
  • 22
4
votes
2 answers

Extra Payment Mortgage Calculator

Mortgage formula I'm using: $$M = P \left(i + \frac{i}{(1+i)^n-1}\right)$$ where $M =$ payment amount, $P =$ principle balance, $i =$ term interest rate, and $n =$ number of terms. But now I'm trying to solve for $n$ and get stuck trying to fix the…
Phil Tune
  • 163
  • 5
4
votes
2 answers

Where is the mistake in this logarithmic equation?

The problem is: Given this equation find the possible values of $x$. $$\log_{2}\left ( \frac{x+2}{x-1} \right )+\log_{2}\left [ (x+2)(x-1) \right ]=2$$ First I defined the domain of the function. The denominator $x-1$ must not be zero:…
Pedro
  • 335
4
votes
5 answers

What are logarithms?

I have heard of logarithms, and done very little research at all. From that little bit of research I found out its in algebra 2. Sadly to say, I'm going into 9th grade, but yet I'm learning [calculus!?] and I don't know what a logarithm is! I find…
AMDG
  • 217
4
votes
8 answers

How to calculate $\ln(x)$

I know only to calculate $\ln()$ using a calculator, but is there a way to calculate it without calculator: for example: $\ln(4)= ??$ as far as I know the only way to do so is to draw the graph of $ln$ but it primarily depends on values from…
Mohammad
  • 357
4
votes
1 answer

How do I find the decimal part of the answer of a logarithm problem

This isn't a homework question, just something I'm curious about, but you can treat it that way if you like. I have been trying to solve logarithm problems with decimal answer. For example log base 2 of 6 : $$ \log_2 6 = 2.584962500721156 $$ Another…
4
votes
1 answer

Solve for: $2\log_3\left(x^2-4\right)+3\sqrt{\log_3\left(x+2\right)^2}-\log_3\left(x-2\right)^2\leq4$

Solve for: $$2\log_3\left(x^2-4\right)+3\sqrt{\log_3\left(x+2\right)^2}-\log_3\left(x-2\right)^2\leq4$$ My try: $2\log_3\left(x^2-4\right)+3\sqrt{\log_3\left(x+2\right)^2}-\log_3\left(x-2\right)^2\leq4\\\Leftrightarrow…
4
votes
1 answer

How did my professor change this logarithm into the next one?

Logarithms are a weak point for me and I'm curious how my professor went from the following logarithm to the next one. How are they equal? $$ 3^{\log_4 n} = n^{\log_4 3} $$ And does that mean I can change $2^{\log_2{n}}$ to $n^{\log_2{2}}$?
Doug Smith
  • 1,015