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 do you calculate this?

$$e^x+3e^{-x}=4 $$please can you show me how to ln this or something?
1
vote
2 answers

Easy question about logarithms

Why is it true that $a^{\log_{b}n} = n^{\log_{b}a}$
Peter
  • 121
1
vote
1 answer

How to get the value of the sum of logarithms?

I have this statement: Find the value of $\frac{1}{log_abc+1} + \frac{1}{log_bca+1} + \frac{1}{log_cab+1}, \{a,b,c\} > 0. abc, \{a,b,c\} \neq 1$ My attempt was: $\frac{1}{log_abc+1} + \frac{1}{log_bca+1} + \frac{1}{log_cab+1} = \sum^{cyc}…
ESCM
  • 3,161
1
vote
1 answer

What would be the set of all solutions satisfying this logarithmic equation?

The question is as follows:- Find the set of all solutions for the equation: $$\log_3x \log_4x\log_5x=\log_3x \log_4x+\log_4x \log_5x+\log_3x \log_5x$$ (I) $\{1\}$ (II) $\{1,60\}$ (III) $\{1,5,10,60\}$ (IV) None I can see that $x=1$ would be a…
Techie5879
  • 1,454
1
vote
2 answers

what is result $\sqrt{n} \log_2 n/n $?

what is result following forlmula? $\sqrt{n} \log_2 n/n $ I saw in a book that achieve(get) to $ \sqrt{n} / \log_2 n$ i mean $\sqrt{n} \log_2 n/n = \sqrt{n} / \log_2 n $ but how to get this result? in the book writen that $\sqrt{n} \log_2 n$ has…
Michael
  • 37
1
vote
3 answers

Finding $n^{th}$ root using logarithms

The following is the question I'm stuck at: Find the seventh root of 0.00324, having given that $$\log 44092388 = 7.6443636$$ Now my approach was as follows: Let $$x=(0.00324)^\frac {1}{7}$$ $$\Rightarrow \frac {1}{7}( \log 324 -5)=\log…
user690654
1
vote
2 answers

Need help to solving the logarithm equation of $\frac{1}{\log_{2x-1}{(x)}} + \frac {1}{\log_{x+6}{(x)}}=1+\frac{1}{\log_{x+10}{(x)}}$

$$\frac{1}{\log_{2x-1}{(x)}} + \frac {1}{\log_{x+6}{(x)}}=1+\frac{1}{\log_{x+10}{(x)}}$$ What should i do for the first step ? Is it like $\frac{1}{A}+\frac{1}{B}$ then i simplify into $\frac{A+B}{AB}$ ? I need your help or hint to solving this…
1
vote
3 answers

Need suggestion to solving logarithm equation of $ \log(\log(x+3))+\log(2) =\log(\log(16x)) $

$$ \log(\log(x+3))+\log(2) =\log(\log(16x)) $$ My work so far is : Step 1: I using the property of $\log(a)+\log(b)=\log(a\times b)$. Where $a=\log(x+3)$ and $ b = 2$ $$ \log(2\times \log(x+3))=\log(\log(16x)) $$ Step 2 : I applying anti…
1
vote
3 answers

Log of e raised to an exponent

I have a textbook which states the following: $y=e^{(-\lambda x)}$ it then takes the log of both sides and comes up with: $log \ y = - \lambda x$ Why is the right side what it is? Shouldn't it be: $log \ y = (- \lambda x)(log \ e)$ ?
1
vote
4 answers

Root of exponential equation

I am trying to find the roots of the equation $$ e^{x} -\cos x = 0. $$ Used the Lambert W function to arrive at $$ x = W(x\cos x), $$ but I don't know how to proceed from there to get the explicit roots. Any help is much welcome
DYBnor
  • 357
1
vote
1 answer

Solve for $x$: $\frac{1}{\log(x+2)^2}+\frac{1}{\log(x-2)^2} = \frac{5}{12}.$

Solve for $x$: $$\frac{1}{\log\big((x+2)^2\big)}+\frac{1}{\log\big((x-2)^2\big)} = \frac{5}{12}.$$ My Attempt: \begin{align*} & \frac{1}{\log(x+2)^2}+\frac{1}{\log(x-2)^2} = \frac{5}{12} \\ \implies &\> \frac{1}{2\log(x+2)}+\frac{1}{2\log(x-2)} =…
abcdmath
  • 1,933
1
vote
0 answers

A book states that $\ln(2e^2)$ is the same as $\ln(2\cdot 2^2)=\ln8$. Why?

In a book it states $\ln(2e^2)$ is the same as $\ln(2\cdot 2^2)=\ln8$. When I reduce the expression $\ln(2e^2)$, I get the result $\ln2+2$. This seems right, since you use logarithm rule $\log(ab)=\log a+\log b$, so you get $$\ln 2+\ln e^2=\ln…
1
vote
2 answers

Finding the coefficient of $ x^n $ in the expansion of $ { ({\ log_e (1+x) })^2 } $

I've been trying to find the coefficient of $x^n$ in the expansion of $ { ({\log_e (1+x) })^2 } $.I wrote out the expansion of $ { ({\log_e (1+x) })^2 } $ explicitly and tried to generalize the terms involving $x^n$, but...so far no luck. Is there…
1
vote
2 answers

Solving $3^x + 4^x = 15$

I'm trying to solve the problem, but I didn't get the way to do it: $$3^x + 4^x = 15$$ I tried the $\ln$-way, but it didn't help. I'm wondering how to find $x$ in this case
1
vote
2 answers

$\frac{\log_25\cdot\log_65 + \log_35\cdot\log_65}{\log_25\cdot\log_35}$

I see that every elements has 5 on them. So, i make $\log_25$ into $\frac{1}{\log_52}$, $\frac{1}{\log_52\cdot\log_56\cdot\log_56} + \frac{1}{\log_53\cdot\log_56\cdot\log_56}$ I simplify it i get $({\log_65})^2$ Is it right ? But i cannot evaluate…
Dini
  • 1,391