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

Finding value of x in logarithms?

Q) Find the value of $x$ in $2 \log x + \log 5 = 2.69897$ So far I got: $$2 \log x + \log 5 = 2.69897$$ $$\Rightarrow \log x^2 + \log 5 = 2.69897 $$ $$\Rightarrow \log 5x^2 = 2.69897 $$ What should I do next? Note: In this question $\log(x)…
Helena
  • 105
1
vote
1 answer

How to prove this Logarithmic identity?

I am just learning logs, and can't get this one out ? How to prove that $$ \log_a (b) \cdot \log_b (c) = \log_a (c) $$ in the format : log [base]([argument]) thank you .
FutureSci
  • 247
  • 2
  • 9
1
vote
1 answer

How solve this logarithms equation

What relationship between a,b and c ?
1
vote
1 answer

Linear to semi-logarithmic scale

I've got some FFT results I want to draw with a log10 scale on the x axis. Let's call nBins the number of bins (window size / 2) nPixels the total number of pixels We will assume that the frequencies are between 20 Hz and 22050 Hz For each bin,…
Dinaiz
  • 63
1
vote
1 answer

Comparing logarithmic functions. Master Method

I'm learning the master method and am looking for help on how to best approach comparing two functions asymptotically. More specifically, I have: T(n) = 3T(n/5) + lg^2(n) and so by the Master method I am comparing n^(log_5(3)) with lg^2(n) I…
zzz2991
  • 419
1
vote
3 answers

How do I evaluate this logarithm expression: $10 \log_{10} (x/y) = -20$?

I think the answer for this is 0.01, but I'm not sure. Could someone explain the steps in solving the following for $(x/y)$: $$10 \log_{10} (x/y) = -20$$ I've tried putting $\frac{-20}{10 \log_{10}}$ in Wolfram Alpha, but the answer doesn't look…
ctote
  • 37
1
vote
6 answers

Why $\frac{\log(x)}{\log(y)}$ gives the same value as $\frac{\ln(x)}{\ln(y)}$

If $x=16384$ and $y=2$ $\ln(x)=9.704$ $\ln(y)=0.6931$ $\log(x)=4.2144$ $\log(y)=0.3010$ If we divide $\frac{\ln(x)}{\ln(y)}$ we get $14$ and same answer for $\frac{\log(x)}{\log(y)}$. So can anyone tell me the concept behind this? Why does dividing…
1
vote
1 answer

Is O(nlog(2,n)) in O(n^2 )?

Trying to do Big O proofs and I'm stuck on this proof. Need to prove if O(nlog(2,n)) is in O(n^2) After playing around with it I get log(2,n)/n <= c but I'm not too sure what to do after or how to conclude the proof
1
vote
2 answers

Solve the Logarithmic Equations for x, please.

This one is an exponential equation that I can't figure out.. $7^{x-2} = 5^{3-x}$ These two are logarithmic equations that I'm also having trouble with.. $\ln \sqrt[3]{x-6} = -2$ $\displaystyle\frac{1025}{7+e^{4x}} = 5$ These ones really stumped…
Jordan
  • 123
1
vote
2 answers

Find $x$ in $\log x^2 = (\log x)^2$

Find $x$ in $\log x^2 = (\log x)^2$. I couldn't find x.
1
vote
3 answers

find the domain of root of a logarithmic function

I'm a little confused about this question since output of a logarithmic function varies from $ -\infty $ to $\infty$ .I should find the domain of this function: $ y=\sqrt{\log_x(10-x^2)} $ . How can I find the interval that makes $\log_x(10-x^2)$…
1
vote
1 answer

Logarithmical equation with addition of powers

I just wonder how to solve the equation: $$ 3^x + 3 \times 9^x = 1200 $$ Mi first idea was to replace $ 9^x $ with $ 3^{2x} $. Then I can mutliply the powers: $$ 3^x + 3^{2x+1}= 1200 $$ But how to go on?
raufeisen
  • 115
1
vote
2 answers

Logarithm question

Alright, I'm helping a friend, but can't seem to be able to crack this question : If $\log_3 20 = a$, $\log_3 15 = b$ then how do we represent with a,b $\log_2 360$?
1
vote
1 answer

Finding $x$ in a logarithmic equation

If $\log_x(4x^{\log_5x}+5)=2\log_5x$, then find the value of $x$ I could proceed thus: $$\log_x(4x^{\log_5x}+5)=2\log_5x$$ $$\therefore \log_5(4x^{\log_5x}+5)=2(\log_5x)^2$$ Now, I don't know how to simplify this.
Tejas
  • 2,082
1
vote
2 answers

If $a²+b²=7ab$ where a and b are positive then show that $log(1/3(a+b))=1/2(log a +log b)$

Welcome sir, to the content of my question, please help me: If $a²+b²=7ab$ where a and b are positive then show that $log(1/3(a+b))=1/2(log a +log b)$