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

How do you solve logarithmic equations like this one?

How do you solve $$3\log(x-15)=\left(\frac{1}{4}\right)^x?$$ The solution is approximately $16$. How would you solve a logarithmic equation with an solution approximately equal to a number without using a graphing calculator?
linksku
  • 41
1
vote
5 answers

Logarithm / exponential equation, not sure what to make of this, (simple)

Solve for $a:(2 \log_a x)(3 \log_{x^2} 4) = 3$ No idea how to approach this problem other than moving the 2 and the 3 into an exponent..
Kevin Li
  • 113
1
vote
2 answers

logarithms equation

Hello I have following problem: solve equation $\log{(x-5)^2}+\log{(x+6)^2}=2$ and I rewrited this equation as $2\log{(x-5)}+2\log{(x+6)}=\log{100} \implies 2(\log{(x-5)(x+6))=\log{100}} \implies \log{x^2+x-30}=\log10 \implies x^2+x-40=0 $ and I…
Mark
  • 403
  • 5
  • 13
1
vote
3 answers

Solving $\log(x+2) - \log(x) = 3$

I have work through the whole problem, but I cannot get passed the last step. The original equation was: $\log(x+2) - \log(x) = 3$ I worked it out to this: $\frac{x+2}{x} = 1000$. I know the answer is $\frac{2}{999}$ but I don't know how to get…
Chad
  • 385
  • 1
  • 4
  • 15
1
vote
1 answer

Logarithm question equation

I'm stuck on an equation : $$(\log_8 x)^2+2\log_8 x+1=0$$ I've played with it without any success. Any indications would be greatly appreciated... Thank you!
user108343
1
vote
2 answers

Simple function for damping (programming)

I'm programming a game and am looking to create a non-linear relationship between input and output, such that as the input increases, the output increases, but the higher the input value, the corresponding output increment is less and less. I've…
Tom Auger
  • 175
1
vote
2 answers

absolute value of logarithm

I have a problem with understand how function $2^{|\log_{1/2}x|}$ obtains values for the negative $x$ ? I thought that there is the assumption that $x>0$ but wolframalpha shows chart that for negative $x$ also obtains values. I tried to do it in…
Gregor
  • 11
1
vote
2 answers

How to solve log decimal

How do I solve? $$ x = \log_{10} 5$$ Until I understood until for now, it's same as: $$ 10^x = 5 $$ and $x$ will be a value $> 0$ and $< 1$ because if it's $1$, the value $= 10$ But someone is solving this with $$ y = 10^5 $$ By using this last…
1
vote
1 answer

How to solve $2^x = 36$

I need to solve $\log$ of $36$ in base $2$ The logarithm result $= x$. $$ \log_ 2 36 = x. $$ How do I determine value of $x$ in $$ 2^x=36 $$ I don't know how do it, since there's perfect square of this number.
1
vote
1 answer

How does $7\log(8x) = 7\ln8x$?

I was working on some math homework with a program called scientific notebook. I was check that I was writing something correctly. The original equation is $(\log(x^4)+\log(x^5))/\log(8x)=7$ I then converted it to $\log(x^{(4+5)})=7\log(8x)$ I was…
wolfcall
  • 401
1
vote
1 answer

What am I doing incorrectly; logarithms?

We have an increasing number of books on a bookshelf. Every year, 2 books are added and each book is twice as long as the previous book. At the beginning of 1935 the volume was 1 cm thick. We define the 'velocity of the front cover' as the thickness…
Phaptitude
  • 2,249
1
vote
1 answer

Solving $\log_x(x^2+4x)>-1$

I'm stuck looking for a solution for this. Any hint? $$ \log_x(x^2+4x) > -1 $$ It looks like $$ x^2+4x > 1/x $$ which I cannot solve.
Fra H
  • 177
1
vote
3 answers

trying to solve $2^x \equiv 9 \pmod{13}$

I'm trying to solve $$ 2^x \equiv 9 \pmod{13} $$ so I tried to define all numbers for $x$ which match this requirement and I came up with this equation: $$ \sqrt{\sin(((x)-13/2-9)*\pi/13)^2} $$ now i just want numbers 2^x and i changed it to $$…
wutzebaer
  • 147
  • 2
  • 10
1
vote
3 answers

Two possible answers for x

I was trying to solve a question on maxima-minima and I finally ended up getting this equation: $$\ln\Big(\frac{1}{x}\Big)=1$$ If I take anti-log on both sides I get $\frac{1}{x}=e$ and therefore $x=\frac{1}{e}$. But if I expand the log…
1
vote
1 answer

How to solve the log Equation

I tried to solve the Equation but unfortunately Whatever I try, I can't solve the Equation $$100^{\log x}=3x^3$$
Green Fire
  • 195
  • 5