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

Solving $(-\log x)^2$

I find this property of logarithms quite confusing. $$(-\log x)^2 = (\log x)^2$$ Can also be $$(-\log x)^2 = \Big(\log \big(\tfrac{1}{x}\big)\Big)^2$$ Which one is correct?
1
vote
1 answer

Solving logarithmic equation with different bases

$\log_2\left(x-5\right)=\log_5\left(2x+7\right)$ I have to solve this but my answer vary from x = 7, x = -9, x = 5/3 and I don't know why this happens. Here is my…
user473470
1
vote
0 answers

Simultaneous equations with logs

My aunt asked me the following question from a teenager she is tutoring: Given that $\alpha \log \beta + \beta \log \alpha = \frac{1}{5}$, and $\alpha \beta = 10$, what is the value of $\alpha + \beta$? I was able to derive that $\log \alpha +…
1
vote
5 answers

Solving an exponential with three different bases

$$2^x+4^x=8^x$$ Solve for $x$. I reduced the bases to $2$ and try to use logarithms but could not get passed the logarithm of an expression. When typing into online calculators they say there is no solution but graphing shows an answer.
1
vote
1 answer

(Claimed simple) reasoning with logarithms that I cannot follow.

Suppose $k \leq {c \times \log n}/{\log \log n}$ where $c$ is a constant. Then we have the following reasoning: $\log k^k = k \log k \leq (c \log n/\log \log n)(\log c + \log \log n)\leq (c+1)\log n$ The two steps here that seem like magic are: $k…
1
vote
2 answers

Number of digits in a base 3 number.

I get that the number of digits in a base $3$ number $x$ is found with $$ \big\lfloor\log_3(x)\big\rfloor + 1 $$ ($+1$ for the first digit being a scalar of $3^0$ not $3^1$) That being said, how do you know it's not…
1
vote
2 answers

how to solve the logarithmic equation which has both n and logn

How to solve this logarithmic equation? $8n^2 = 64n\log n$, ($\log n$ here is base 2) I have tried to convert it to $n-8\log n = 0$, but how to solve the latest?
1
vote
2 answers

If $\log_{10}15=a$ and $\log_{20}50=b$, express $\log_940$ in terms of $a$ and $b$.

I've done this so far: $$\log_940=\frac{\log_{10}40}{\log_{10}9}=\frac{1+\log_{10}4}{a+\log_{10}6-1}.$$ How do I proceed?
Sevdai
  • 11
1
vote
1 answer

Solve this equation, having problem with logarithm law?

$$5^x + 3= 8 - 3 \times 5^x$$ Could you please help me? I do not know how I can use the logarithm here. I basically tried to use different logarithm laws, but they are only for multiplication and not for addition.
ashold7
  • 167
1
vote
0 answers

Rearrange equation - To aid in the design of an extraction system

I'm having trouble rearranging the following equation to make $x$ the subject; $$ y = e^{\frac{t}{\sqrt[3]{x}}} + x$$ This equation is one formula used to calculate distance ($x$) between an extraction hood and an industrial process. Currently I…
Tomlan
  • 11
1
vote
1 answer

Sign when taking logarithm

$$F=\left({\frac 1\theta}\right)^n\cdot e^{\sum_1^n x_i/\theta}$$ Taking logarithm, get $$-n\ln\theta-\sum_1^n x_i/\theta$$ Why do we get a minus sign in the second expression before the summation?
metrix
  • 89
1
vote
2 answers

Simplifying a log expression

$$\log_a 0.5 + \log_a 4a - \log_a b - \log_a3b$$ My attempt : $\log_a (0.5 . 4a) - \log_a \frac{b}{3b} $ $ \log_a \frac{2a x 3b}{b} = \log_a 6a$ Why is my answer wrong ? According to the book , I'm suppose to get - $$ \log_a \frac{0.5 x 4a}{b x…
1
vote
1 answer

How do we prove the power property of logarithms, $\log_a(b^c)=c\log_ab$, by simplifying only one side of the equation?

I'm being required to prove the power property of logarithms, but in the same way that my teacher did in our precalc class two weeks ago (which I do not remember), which was by simplifying only a single side of the equation to be equal to the…
1
vote
1 answer

Better Understanding Logarithms

I am having a really hard time understanding logarithms. My trouble comes from the fact that you can rewrite an exponential function as a logarithm, but at the same time the inverse of that exponential function is also a logarithm. Firstly, what…
1
vote
3 answers

How to solve this logarithmic equation for $x$?

Given the following equation $$20 x \, \log_2(x) = 10^9$$ How to solve for $x$? I have tried to solve it, but I get something like $$20^{50000000 } = n^n$$ and I'm stuck there. Could you please give me step-by-step instructions? Thank you.