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
1 answer

How is this logarithm problem solved?

If $\dfrac{xy\log xy}{x+y} = \dfrac{yz\log yz}{y+z} = \dfrac{zx\log zx}{z+x}$ show that $x^x = y^y = z^z$. I tried equating to a constant $k$ and adding up I also tried adding up the numerators and denominators to find each ratio But still i am not…
sidt36
  • 261
0
votes
1 answer

Rewrite a Logarithm as a product of logarithms

Can anyone help me to understand this? $$\log_2 n = \log_2e \log n$$
Sam
  • 169
0
votes
2 answers

Proof of log 2 base 10 value

Is there a way to prove log 2 base 10 <= 0.301 other than verifying the value using a calculator? Please give a detailed explanation, if proof is possible.
wrik003
  • 33
0
votes
1 answer

How to solve the logarithmic equation $\ln(x + 4) = 6$?

I would like to learn the steps for solving this math problem. One of my classmates gave me this problem, and I need help solving it. $\ln(x+4)=6$
0
votes
1 answer

basic math problem relating to log thought my answer is not matching with the alternative

$1/2 \log c = 0.915$. Calculate $c$. It is a basic math problem but my answers are not matching with the alternatives. $1/2 \log c= c^{1/2}$ $ c^{1/2}= 0.915$ $c = 0.915 \times 0.915=0.83448$ but the answers is $0.15$.
0
votes
2 answers

Tricky Logarithmic inequality

I have tried proving this logarithmic inequality but I did not succeed. I tried to put every term on one side, I expanded and tried to use one of the properties of logarithms but the proof does not come out clearly mathematically. $$\log_2(x) \leq…
0
votes
1 answer

Is it possible to simplify $y=100x\cdot\log_{x+1} 2$ (Solved)

Is there any way to simplify the following equation, or any way to reconfigure it in a way that is possible to graph? $$y=100x\cdot \log_{x+1} 2$$
Sabks
  • 3
0
votes
2 answers

find $x$ from logarithm expression for $\log_{10}$ fraction

$$\log_{10} x = 0.5$$ I know if $\log_{10} x = 2$ then $x$ is $100$ but I don't know how to work out for a non obvious answer.
dagda1
  • 825
0
votes
2 answers

Can $\ln|\cos x|$ be written as $-\ln|\sec x|$? absolute function

$\ln|\cos x| = \ln|1/\sec x| = \ln|(\sec x)^{-1}|=-\ln|\sec x|$ Is what I am doing valid? Or is it not correct because of the absolute function?
0
votes
2 answers

Rules of logarithm

Can anyone help me figure out how to go from the first expression to the second? $$ \begin{equation} \ln D=u+\delta(e-p)+\gamma y-\sigma r \end{equation} $$ $$ \begin{equation} \pi \ \ln (D/Y)= \pi[u+\delta(e-p)+(\gamma -1) y-\sigma…
Alim Teacher
  • 1,261
0
votes
2 answers

For what values are these logarithms true?

For what values, x and y, are both these equations true? $$\frac {\log(x)}{\log(y)} = \frac 23$$ AND $$\frac xy = \frac 23$$ How would one solve this?
Ryan
  • 115
0
votes
1 answer

Solve equation with variable in the fraction of a logarithm

I really had a hard morning thinking about how to solve an equation for a variable while the variable we want to solve for is in the fraction of a natural algorithm. I have this particular equation: $$ v = u \cdot \ln\left( \frac{1}{1-\frac{x \cdot…
Lars
  • 61
0
votes
1 answer

How do I prove $\sum_{i=0}^{\log_3{n}}3^i = \frac{3n - 1}{2}$?

I started my data structures course at university and I came across with that equation, can someone explain me how I prove it please? $$\sum_{i=0}^{\log_3{n}}3^i = \frac{3n - 1}{2}$$ $$3^0+3^1+ ...+3^{\log_3 (n)} = \frac{3n-1}{2}$$ $$2(3^0+3^1+…
LiziPizi
  • 2,855
0
votes
3 answers

How to take log on this expression

I am solving exact differential equation, but I am stuck on the step on how to simplify this term or how to rewrite it. $e^{-2\ln{\sin{x}}}$
0
votes
2 answers

If $x > y$, can you prove $x \log y > y \log x$, $x \ge 1$ and $y \ge 1$

If $x > y$, can you prove $x \ \log y > y \log x$, where $x \ge 1$ and $y \ge 1$. I encountered this problem in a paper I read and somehow cannot prove it.