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

How to write in $2^x=5$ in logarithmic form?

How do I write: $$2^x = 5$$ In a logarithmic form? I've looked for a solution for some time now, so I decided to try here.
1
vote
1 answer

Can log 1 to the base 1 be any number?

If log 1 to the base 1 can be any number. So we can invent a new mathematical idea called the "any". If log 1(1) = "that idea", so is that wrong?
1
vote
2 answers

Can you solve for x for the equation $25+2^{\log_{10} x}=x$?

Solve for $x$ : $$25+2^{\log_{10} x}=x$$ My work Well, I could not figure out an algebraic solution to this problem. $$25+2^{\log_{10} x}=x \implies 5^2+x^{\log_{10} 2}=x$$ $$\implies x^{\log_{10}2}-x-25=0$$ which does not seem to be solved…
user730361
1
vote
1 answer

$(\log_23) ^ x + (\log_35) ^ x = 2 (\log_34) ^ x$

So, I have encountered this equation and I do not know how to solve it. $$(\log_23) ^ x + (\log_35) ^ x = 2 (\log_34) ^ x$$ My first idea was dividing the equation by $\log_34$ and getting into something like $\left(\frac{\log_23}{\log_34}\right)^ x…
andu eu
  • 941
1
vote
1 answer

Is there an algebraic way to solve this equation?

Is there an algebraic trick using some change of variable or properties of exponent or logarithms to solve the following equation algebraically for $x\in \mathbb{R}$? $\log_{\frac{1}{4}}(x)=(\frac{1}{4})^x$
user13892
  • 231
1
vote
3 answers

How to rearrange $p =e^x/(1+e^x)$ to $x = \ln(p/(1-p))$

I am somehow not able to get my head around this: I want to rearrange this to x: $$p =\frac{e^x}{1+e^x}$$ The solution is $x = \ln(p/(1-p))$ But i am not able to rearrange it by myself, because i struggle with the constant 1. [1]…
4sens
  • 21
1
vote
1 answer

Solve equation $log_{\frac{1}{2}}\left | x \right |=\frac{1}{4}\left ( \left | x-2 \right |+\left | x+2 \right | \right )$

Solve equation $log_{\frac{1}{2}}\left | x \right |=\frac{1}{4}\left ( \left | x-2 \right |+\left | x+2 \right | \right )$ I tried solving 4 separate cases 1.) $x< -2$ 2.) $x\in[ \,-2,0\rangle$ 3.) $x\in[ \,0,2\rangle$ 4.) $x\geqslant2$ But I dont…
1
vote
1 answer

Is it wrong to state that $\log(0) = -\infty$?

wolframalpha.com states that $\log(0) = -\infty$ According to this QA as well as this website by the university of Minnesota $\log(0)$ is not defined. On the other hand, the definition on wikipedia states nothing about zero. And a paper I am…
lucidbrot
  • 262
1
vote
1 answer

Quick question on natural log

I was reading my math book and got confused by this $$\ln \left(\sqrt 2 -1\right)=\ln\left( \frac{1}{\sqrt 2 +1}\right) =-\ln \left(\sqrt 2 +1\right)$$ How do they get this equality in the hyperlink above? I don't know how to find this except by…
1
vote
1 answer

Standard way to represent logarithms

What is the best/most correct way to represent the logarithm of a number? Example: $$-3 \log⁡2+5 \log⁡175+2 \log⁡7429+3 \log⁡34749$$ Just leave it the way it was calculated $$-3 \log⁡2+5 \log⁡175+2 \log⁡7429+3 \log⁡34749$$ As a single $\log$ $$\log…
1
vote
3 answers

How do we solve the equation $2^{x^2-3}=x^{-1/3}$ algebraically?

This question was from Khan Academy and, even though Sal solved it through graphing, I want to know how it can be solved algebraically. Here are the steps that I have…
1
vote
3 answers

How to solve this equation involving natural log

I have $2$ related questions: I know value of $\ln(x) / \ln(y)$, say it is $v$, how can I find value of $x/y$? If $\ln(x) = v_1$ and $\ln(y) = v_2$ , what is $x/y$ ? Thanks for your help. Apologies if these are very basic questions.
rnso
  • 143
1
vote
1 answer

Struggling To Follow How to Convert expression to Logarithmic Form | Binary Search Problem

I am reading "Problem Solving with Algorithms and Data Structures using Python" and the author is currently explaining the relation between comparisons and the Approximate Number of Items Left in an Ordered List. I am struggling to perform the…
1
vote
2 answers

Equation with Logarithm

I want to solve the following equation: $$3^x3^{x-1} = 243.$$ My approach is the following: $3^{2x-1} = 243$ then: $(2x-1)\cdot\log3 = \log 243$ and then: $x = (\frac{\log243}{\log3}+1)/2$ Is this correct?
user66280
1
vote
1 answer

what is "log-average"?

It was mentioned in pLSA paper that perplexity refers to the log-averaged inverse probability on unseen data. Can any one give me the exact formula for calculating perplexity
Learner
  • 2,696