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
3 answers

How to solve logs with decimal bases and arguments no calculator

For example, we have the following problem: $$\log_{1.06}4.1 = x \implies 1.06^x = 4.1$$ How can you solve for an approximate $x$ without using a calculator?
0
votes
1 answer

The logarithm of the sum of logarithms

I have the following situation: Now imagine that I do not know the numbers on either side of the $+$-sign, but I only know the corresponding logarithmic values. So the left side is $\approx -3.79$ and the right side is $ \approx -4.42$ (natural…
0
votes
1 answer

how to solve for $x$ : $x\ln(4c)= \ln (c)$ where $c$ is a fixed parameter.

How to solve $x \ln(4c)= \ln (c)$ for $x$? $c$ is a fixed parameter. How do you multiple values in $\ln/\log$ and put it outside?
0
votes
1 answer

I have an exam tomorrow and can't seem to solve this Logarithmic Equations question.

The question is "The solution of $2^{2x+3} = 2^{x+1} + 3$ can be expressed in the form $a + \log_2 (b)$ where $a,b$ are integers. Find the value of $a$ and $b$." I tried putting $\log_2$ on both sides but I couldn't do anything after that because…
0
votes
1 answer

If $\log_{72}144=a$. Compute $\log_{1001}501^{2019!}$

Surfing on the web i found a question that i think is bit interesting :0 The problem: If $\log_{72}144=a$. Compute $\log_{1001}501^{2019!}$ I tried to factorize $72, 144, 1001$ and $501$, but $1001=7*11*13$ and $501=3*167$, and i couldn't figure it…
0
votes
3 answers

How to simplify $\ln(t) = -7.5 + 1.5\ln(d)$

I am meant to make $d$ the subject and simplify this as much as possible: $$\ln(t) = -7.5 + 1.5\ln(d)$$ I originally had the answer as; $$\ln\left(d\right)=\frac{\ln\left(t\right)+7.5}{1.5}$$ But using $t = 1.9$, I get $5.427$ something instead of…
Anon
  • 141
  • 10
0
votes
1 answer

Determine scalability between two numbers

This may seem like basic math, but I'm trying to determine the relationship between the following sets of numbers to understand how they scale. I would like to write an equation to output y when given x, as follows: when x = 1366, y = 4.67 when x =…
0
votes
1 answer

How can I simplify this logarithmic expression

$lg\lceil \frac{n}{2} \rceil + 1$ How do I get rid of the ceiling? In order to lose the ceiling I add +1 and get the following expression which I don't know how to simplify $lg (\frac{n +1} {2}) + 1$. How do I proceed from here? I want to calculate…
Peter
  • 111
0
votes
0 answers

Can spigot algorithms be used to find first digits of large powers?

The most efficient method I currently know of to find the first digits of $a^b$ if a is not a power of 10 is the logarithmic multiplication method (that is, calculating $b*log_{10} a$ and extracting the fractional part). However, the person who…
Allam A.
  • 229
0
votes
2 answers

How to find the domain of this function $\ln(\ln^2 x)$

Trying to find the domain of this function. I know that $\ln x$ available while $x>0$, I didn't knew from where to continue, any help appreciated. i know that ln(x) available while x>0
Majd
  • 87
0
votes
1 answer

Find the product of the zeros of g.

Let g(x) = log5|2log3|. Find the product of the zeros of g. I did not understand how this function could have zeros as there is no unknown to calculate for. I'm also not sure what the purpose of the absolute value is for.
V11
  • 95
  • 2
  • 9
0
votes
2 answers

How can I solve a/b by removing log?

I have the below equation and need to simply find $ \frac{a}{b} $, but I am unsure how to get the logs over to the left side of the equation. Is it possible? $0.5 = \frac{\log(a)}{\log(b)}$ I understand that $ \frac{\log(a)}{\log(b)} = \log_b(a) $,…
NaN
  • 101
0
votes
1 answer

What is the solution to $ax^{2} - bxc^{\frac{1}{x}}+dc^{\frac{1}{x}} = 0$?

I'm trying to solve $$ax^{2} - bxc^{\frac{1}{x}}+dc^{\frac{1}{x}} = 0.$$ However, I'm apparently doing a silly mistake in the following procedure. May someone tell me what is wrong here? By applying logarithm operator to the equation, one…
user620996
0
votes
1 answer

Solving exponential equations using logarithms (where two things are being multipled together)

I am having trouble with the following problem, which is about solving exponential equations using logarithms with base 10: Initially, I thought I'd take the log of $2^x-1$ and $4^{2x+1}$ separately, and then multiply them. But that didn't work,…
T BC
  • 1
0
votes
0 answers

How to solve $\log _{2}x+\log\left( x-7\right) =3$?

I know this is a very easy question, but somehow I just cannot solve it. Can someone please help me out. Thanks in advance.
Kevin
  • 365
  • 1
  • 10