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

When does $8n\log_2(n) = 2n^2$

What is the most systematic way to do this problem? I used the definition of logarithms and brute force to find $n = 16$, but I feel as though that was the worst way possible.
darylnak
  • 475
1
vote
1 answer

How to calculate $\log_{2}(33554432)$?

I have been studying logarithms from my book. It is a very short chapter (just 5 pages) in the book. While I was studying it, a question hit my mind: if someone asks me $\log_2(8)$,I'd be able to say 3, if he asks me $\log_2(32)$, I'd be able to say…
1
vote
3 answers

Solving for $\log^*n$

I know the iterative logarithm can only produce 1 of 6 numbers. However, I don't really understand how to solve. Can someone please explain how to solve $\log^*n$ where $n$ is any number, lets say like 100. Would there be any difference for…
Adjit
  • 123
1
vote
2 answers

Logarithm-Based Sum

Find the value of $x$ satisfying $18^{4x-3}=(54\sqrt{2})^{3x-4}$. The given options are $2,6,3,4$. I don't know how to do this.
1
vote
1 answer

Maximise this equation (with 2 variables)

Question: How would one maximise $$ \small\frac{100!}{18!62!14!6!}…
1
vote
2 answers

Helping turning this into sum/difference logarithm?

Hey guys so i'm trying to turn this equation into it's sum/difference logarithm. However, the part that messes me up is turning the bottom of the fraction $$ \log\left(\frac{x^2 +2x+1}{x^2 -3x +2}\right)^2\;. $$ I think it will turn into…
1
vote
2 answers

Doubt on simplifying logarithms

here's another doubt (sorry I'm a logarithms newbie) Given: $\log_{10} 2 = a$ and $\log_{10} 3 = b$ Express $\log_{5} 10$ in terms of $a$ and $b$ I don't know from where to start yet. $2$ and $3$ doesn't seems to have much relation with…
aajjbb
  • 1,065
1
vote
1 answer

Simplification of an expression involving logs...

Suppose the expression $$ f(x,y,z) = 10 \ln^2(y + z) + 3 \ln^2(z (2 y + z)) - 3 \ln^2\left(1 - \frac{y^2}{x}\right) - \frac{42}{12}\ln^2(x) + $$ $$ {}+\frac{5}{6} \ln(y + z)+6 \ln(2 y + z) - 12 \ln(y + z) \ln(2 y + z) - 6 \ln(z (2 y + z)) +…
John Taylor
  • 1,755
  • 11
  • 18
1
vote
1 answer

Question regarding taking log of $1/a^2$

I'm really confused , should I use the rule which solves it as $$\ln\left(\frac 1{a^2}\right) = \ln (1) - \ln(a^2)$$ Or should I first put $\dfrac 1{a^2} = a^{-2}$ and then take the log which gives me the result $\ln(a^{-2})$ ? In the second…
1
vote
0 answers

What is a good algebra book to learn about logarithms?

I want to learn the basics of logarithms. I am not sure where to look. Can someone recommend a good algebra book to learn about logarithms?
KpaK
  • 29
1
vote
2 answers

Problem in applying $\log x \cdot\log y$ and $\log_a(a)$ in this question

$\log_5 (10)\cdot\log_{10} (15)\cdot \log_{15} (20)\cdot\log_{20} (25)$ I thought I could apply $\log_a(a)$ but I am not able to understand how.
1
vote
3 answers

Doubt in this question involving logarithm

If $\log2= 0.301$, then how many number of digits are in $2^{64}$? What I did: $$\log(2)^{64}=\log2^{64}=64\log2=64\log2=19.264$$ Number of digits comes out to be $5$. But answer is $20$? I have written $\log 2$ raise to the power $64$
1
vote
1 answer

How to evaluate this expression: $ \ 3^{\log_4 5} + 4^{\log_5 3} - 5^{\log_4 3} - 3^{\log_5 4} \ $

How to evaluate this expression? $$ \ 3^{\log_4 5} + 4^{\log_5 3} - 5^{\log_4 3} - 3^{\log_5 4} \ $$
Fghj
  • 1,471
1
vote
1 answer

How to simplify this expression using logarithms

I want to find the value of this expression in as simple way as possible. $$ \frac{1+ 2\log_3 2}{(1+ \log_3 2)^2}+ \log^2_6 2 $$ I simplified and I am stuck at $$ \frac{1+2\log_3 2+2\log_6 2+4\log_3 2×2\log_6 2}{1+4\log_3 2} $$
Fghj
  • 1,471
1
vote
2 answers

What is the value of $x$ in this equation using logarithms

I am new to logarithms and I need to find out the value(s) of $x$ in the below equation, preferably by logarithms. $$x^{\sqrt{x}} = (\sqrt{x})^x$$ Edit: What I had already done before asking this question is: I tried taking logarithm on both…
Fghj
  • 1,471