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

Evaluate this logarithm:

If ${\mathrm{\log_{10}x}}^{\mathrm{}_{}}$ = a and ${\mathrm{\log_{10}y}}^{\mathrm{}_{}}$ = c Express: ${\mathrm{Log}10}^{\mathrm{}_{}}($$\frac{\mathrm{100x^3 * y^-1/2}}{\mathrm{y^2}_{}})$$ $ in terms of a and c. =…
Utsav
  • 389
1
vote
6 answers

If $47^x = 8$ and $376^y = 128$ , find $\frac{3}{x}-\frac{7}{y}$

What I know: $x={\log_{47}8}$ and $y=\log_{376}128$ How do I do this without using a calculator?
1
vote
2 answers

How many Digits are there in $2020^{2020}$

How many digits are there in $2020 ^{2020} $ ? In solution, I first factorized the given number to be $202^{2020}\times10^{2020}$ This made it sufficient to calculate the total digit number of $202^{2020}$ and then add $2020$ digits (for the zeroes…
1
vote
1 answer

How is $\ a^{\log_nb} = b^{\log_na} $?

How is $\ a^{\log_nb} = b^{\log_na} $ ? I know this is likely a trivial identity but I don't see how the statements are equivalent. I came across this equivalence in Chapter 4.4 of Introduction to Algorithms, CLRS
Anthony O
  • 363
1
vote
1 answer

Simple way of doing logarithms without a calculator

I'm a Year 12 Specialist Mathematics student currently studying logarithms. In class we constantly use the calculators for logarithms. does any-body have a simple way of doing logarithms without a calculator or log-book? For instance a simple one…
Sam Stone
  • 11
  • 4
1
vote
2 answers

constant to the $\log(n)$ equals $n$ to $\log(\text{constant})$

Could someone explain to me why $$x^{\log(n)} = n^{\log(x)}$$ in simple terms? I tried to simply take the $log$ of both sides but it doesn't work out or simplify.
Zhinkk
  • 121
  • 3
1
vote
5 answers

If $P=log_{x}xy $ and $Q=log_{y}xy$, then how is $P+Q=PQ$?

If $P$ and $Q$ have different bases for the log, how do we prove $P+Q=PQ$?
user405925
  • 343
  • 3
  • 13
1
vote
1 answer

Trying to get x from a ln function

I'm having some problems in obtaining $x$ from this example $y=0,1001\cdot \ln(x)+0,3691$. After some aptempts I got: $$e^{((y-0,3691)/0,1001)}=x$$ Is this even close to the correct result?
Mr Whozz
  • 11
  • 1
1
vote
3 answers

logarithmic problem university entrance test

I have a question regarding logarithm topic, this has bothered me for days and I could not figure things out. Here's the problem: If $ \log_{2n}\ 2016 \ = \log_n 504\sqrt{2} $, then $n^6$ must be equal to... I have figured several way out but still…
1
vote
2 answers

Quick Logs question - Use $\log_{24} 12$ to find $\log_{24} 2$

Full Question is: Given that $\log_{24} 12 =0.782$, find the value of $\log_{24} 2$ . How do I / should I set this out as well, formally?
Cicada
  • 35
  • 3
1
vote
1 answer

How solve the given logarithmic problem

Let $$\log_{12}(18) = a$$ Then $$\log_{24}(16)$$ is equal to what in terms of a?
1
vote
3 answers

proof $\lfloor\log n\rfloor !$ is an exponential function?

Can anyone prove that $\lfloor\log n\rfloor !$ is an exponential function? I've tried a lot but i didn't find anything relating to the solution except e number that i guess it can help.
sajjad
  • 29
  • 4
1
vote
2 answers

Solving for x $\ln{(-4x-2)}-\ln{(-4x)} = \ln{(4)}$

I am trying to solve for x: $$\ln{(-4x-2)}-\ln{(-4x)} = \ln{(4)}$$ My attempt $$\ln{\left(\frac{-4x-2}{-4x}\right)} = \ln{(4)}$$ $$\frac{4x+2}{4x} = 4$$ $$4x+2 = 16x$$ $$2 = 12x$$ $$x = \frac{1}{6}.$$ Why does my solution not work? Is there even a…
1
vote
1 answer

Does $n^{log4n}$ grow faster than a polynomial?

I was wondering if it is easy to prove. My thoughts $$2^{logn^{log(4n)}} = 2^{log(4n)logn} = (4n)^{logn}$$ which is not polynomial. Is that correct?
Samu
  • 31
1
vote
1 answer

Finding the roots of the following equation

$$v(t) = u\ln\left({\frac{m_0}{m_0-\alpha t}}\right)-gt $$ Is the typical equation for the velocity of a rocket under gravity, with no air drag. Now I want to solve it, but I have no idea how to solve it for $v(t) = 0$. Clearly one solution is…
Euler_Salter
  • 5,153