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

Finding the inverse of a natural log

How would I find the inverse of $$\ln(8x-64)?$$ I've tried put $8x-64$ as the power to the base of $e$, I don't know what to do from there on, thanks in advance
Samir
  • 125
0
votes
3 answers

Is there a logarithm function through this three given points?

I've got the task to find a logarithm function which contains the following points: $$\begin{align*} A&(5 \mid 4)\\ B&(3\mid6)\\ C&(2\mid8.5) \end{align*} $$ Now I need to find the logarithm function. My idea was to use $f(x)=a\cdot \log(x-b)+c$ and…
Sam
  • 167
0
votes
1 answer

What is natural logarithm of this expression?

What is natural logarithm of this expression? $y = 4*[x^9*x^6]$ Is it $\ln(y) = 4 * [ 9\ln(x) + 6\ln(x)]$ or $\ln(y) = \ln(4) + 9\ln(x) + 6\ln(x)$
Syeda
  • 125
0
votes
1 answer

Simple logarithm properties proof

I was reading a school algebra book about logarithm function (on $\mathbb{R}^+$). There were several properties without proof. So I decided to prove 2 of them myself. The first property: $log_a(x\cdot y) = log_ax + log_ay$ Proof By definition of…
user4035
  • 351
0
votes
1 answer

How should I express one $\log$ in terms of others?

Can someone please help me with this logarithmic question? I know it’s easy, but I need to refresh my memory on how to do it. If $X=\log2$ and $Y=\log3$, express $\log0.6$ in terms of $X$ and $Y$ (assume all logs have a base of $10$).
0
votes
2 answers

How to solve this natural logarithms problem?

How do I take natural logarithm of the following? $A - (Be^{-xy})$
0
votes
1 answer

Solving logarithms with different bases?

How would I go about getting an exact value for a question like: $\log_8 4$ I know that $8^{2/3} = 4$ but how would I get that from the question?
0
votes
4 answers

Solving for x in a equation involving natural logarithms

How would I solve for x in this equation here: $$\ln(x)+\ln(1/x+1)=3$$ I realize that the answer is $e^3-1$, but I am not sure as to how to get it. Any input is appreciated.
Iceandele
  • 215
0
votes
1 answer

Basic demonstration concerning the natural logarithm...

Recently saw a question that asked me to show that $\ln\left(\sqrt{2} - 1\right) = - \ln\left(\sqrt{2} + 1\right)$. How can I demonstrate that the LHS equals the RHS?
0
votes
1 answer

Determine the largest size of $n$

If function $f(n) = \lg n$ (log of $n$ to base $2$), and assuming that the algorithm to solve the problem takes $f(n)$ microseconds, what is the largest size of $n$ that can be solved in $1$ sec.? To process $32$ items, it would take $5$…
Yogendra
  • 103
0
votes
3 answers

If $\ln a+\ln b=\ln c$, is $a+b=c$?

I'm going to rephrase this because I seem to be confusing people. If I have $a+b=c$ I can say $\ln a+\ln b=\ln c$ But if I have $\ln a+\ln b=\ln c$ I can't say $a+b=c$ Why?
0
votes
2 answers

Converting to logarithm

What logarithm rule can convert: $$\left(\frac n4\right)^i = 1$$ to: $$i = log_4(n)$$ When I view cheat-sheets for logarithm rules, I only see conversions where both sides of the equation have log in it. Thank you.
user84756
  • 275
0
votes
1 answer

Given that ${\log_{10} 2}\approx {0.3010}$. Find the number of digits in $5^{44}$

In a ΜAΘ contest from 1991, I found this problem in my problem book. I know how to solve problems like this, and I know how to solve it if the problem tells me to find the digits in $2^{44}$, but $5^{44}$ makes me think about the problem like…
0
votes
2 answers

Logarithmic equation: $\log_2 (\frac{x+1}{x^2+2} )= x^2-2x-1$

Find every real numbers x so that $\log_2 (\frac{x+1}{x^2+2} )= x^2-2x-1$ Of course $x=${$0$,$2$} are solutions. Because $x^2-2x-1$ is strictly increasing from $[1,\infty )$ and $\log_2 (\frac{x+1}{x^2+2} )$ is decreasing in that interval ,$2$, is…
0
votes
1 answer

Is there a series for the common (base-10) logarithm of 3?

Is there an infinite series for the base-10 logarithm of 3 ($0.47712125471966243...$) that does not involve any irrational numbers? Bonus points if it involves the powers of 3, for a reason I will mention later. We do have the following series for…
Allam A.
  • 229