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

Show that $(\ln a)^k \neq k \ln a $

I have a question that I am not sure how to answer: Show that $(\ln a)^k \neq k \ln a $
1
vote
0 answers

Fisher Transform: Use of the natural logarithm of negative number. How is it possible?

I have the following equation, from http://www.mesasoftware.com/Papers/USING%20THE%20FISHER%20TRANSFORM.pdf Because the parameters inside the log are (1+x)/(1-x), the output is always negative when x > 1. But natural logarithms are only valid for…
Julien L
  • 111
1
vote
1 answer

prove logarithmic inequality for N>1200

For N > 1200 how can i prove that 3.09N/Log(N) + 1 <= 1.7(2N+1)/Log(2N+1) (sorry, could not figure out how to put the 'less than or equal' symbol there, tried \leq)
Andre
  • 91
0
votes
1 answer

Efficient ways to evaluate an integral with a logarithm

Is the approximation in terms of series for the logarithm $$\log(z)= \sum_{n=0}^{\infty}\frac{2}{2n+1}\Bigl(\frac{z-1}{z+1}\Bigr)^{2n+1} $$ a good approximation if I replace this series inside the integral $$ \int_{a}^{\infty}f(z)\log(z)\,\mathrm…
Jose Garcia
  • 8,506
0
votes
1 answer

Find all odd numbers $n$ such that $q= \frac{\ln(3n+1)}{6\ln(2)}$ is also an odd number.

Find all odd numbers $n$ such that $$ q= \dfrac{\ln(3n+1)}{6\ln(2)}$$ is also an odd number.
DER
  • 3,011
0
votes
1 answer

How to seperate out a variable from a log

I have: $$20\ln(1 + r/4) = \ln(4/3)$$ I'm trying to solve for $r$. Now if it was just $\ln(r/4)$, it would be easy: $\ln(r) - \ln(4)$, but in this case with a $1 + $ in front, I'm a little confused how to get the $r$ out of there. This is part of a…
0
votes
1 answer

What is $log( b,a)$ according to google?

I expected that $log(b, a)$ represents $log_ba$. However this is not what google calculates for you if you type that into the search bar. For example, google says $log(4,2) \approx 0.62324929039$. What is it calculating in this case?
MVTC
  • 607
0
votes
1 answer

How to solve: $x^22^{x+1} + 2^{|x-3|+2} = x^22^{|x-3|+4} + 2^{x-1}$

Any help would be appreciated. :) I tried splitting the equation about $x=3$, but the terms $x^2$ and $2^x$ Together in the equation(s) are troubling me. I don't know why I'm unable to apply the property $log_ax=\frac1{log_xa}$
0
votes
3 answers

Logarithm Equation+ Modulus function

Please help me in answering the following question Find the number of real values of $x$ satisfying the equation: $$\Large \left| 3 -x \right|^{ \log_7(x^2) - 7\log_x (49)} = (3-x)^3$$ I am able to get the answer as $1$ but the correct answer is…
Rebooting
  • 205
0
votes
3 answers

How to solve $2\ln(x) = \sqrt{x}$ ? ln = natural logarithm

I used Microsoft Mathematics and it says $x$ is approximately $2.04\dots$ but, how do you prove it? Edit: I'm sorry if I wasn't clear enough with my question. I don't want to prove that two roots exist. What I would like is a way to find the…
0
votes
2 answers

How to determine the value of a variable in a equation with powers

I'm completely rusty on this How would be the way of determing the value of x in something like this $\ 100 = \frac{50}{(1 + x)^a} + \frac{50}{(1 + x)^b} + \frac{50}{(1 + x)^c}$ a, b, c are known but are fractions themselves so I put just these…
mitomed
  • 117
0
votes
2 answers

proof - proving a proposition involving logarithms is true or false

I'm looking at my textbook and I'm not sure how to solve this to prove whether it's true or not. (there exists x in the real)(3^x = x^2 ) Any help would be good. Thank you.
0
votes
4 answers

Solve $\ln(x)+\ln(x-1)=0$ for $x$

Solve the following equation for x; $$\ln(x)+\ln(x-1)=0$$ What I did is the following but I'm pretty sure its wrong.. $$\ln(x)+\ln(x-1)=0$$ $$\ln(x)=-\ln(x-1)$$ $$e^{\ln(x)}=e^{-\ln(x-1))}$$ $$x=-x-1$$ $$2x=-1$$ $$x=-\frac{1}{2}$$
sparta93
  • 177
0
votes
1 answer

Calculate log of number less than raised to power

I want to calculate the value of 0.9 raised to power 17.I am using the log method. 17 * log(0.9).Am I doing this correctly?
Ron
  • 111
0
votes
1 answer

If the following numbers are put in order from smallest to largest then which of the numbers will be the middle number on the list?

If the following numbers are put in order from smallest to largest then which of the numbers will be the middle number on the list? A. $4\log(3)$ B. $0.5\log(144)$ C. $\log(4)+\log(5)$ D. $\log(4)−\log(5)$ E. $\log(5−4)$ D is the lowest (<0) and…
user163990