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

Logarithmic sums

If $x^2+y^2-3xy=0$, and $x>y$, then find $\log (x-y)$ base $xy$. Please help me out. I am trying it but can't do it.. help me. How to do the sum? I tried solving the equation first but the answer is not coming
0
votes
1 answer

Find the value of x in log

If $\log_{\sqrt 8} \,⁡x=\frac {10}3$, then find the value of $x$. I get the intermediate step of $2 ^ {10/9}$ but in the answers it says $2^5$. How?
Sdfasdf
  • 21
0
votes
1 answer

Understanding log numbers in standard terms

How do I convert these numbers to regular terms 8.26 (1.24) log and 9.12 (0.64) log (source "results" section of https://www.ncbi.nlm.nih.gov/pubmed/25760553)?
g491
  • 103
0
votes
2 answers

Yet another logarithm multiplication doubt

I'm here again, now with a doubt on multiplication on logarithms, I have the expression: $(\log_5 2 + \log_5 3 \cdot\log_3 4) \cdot \log_2 5$ I've evaluated it to: $$\left(\log_5 6 \cdot \dfrac{\log_5 4}{\log_5 3}\right) \cdot \dfrac{1}{\log_5…
aajjbb
  • 1,065
0
votes
2 answers

Exponential equation problems

How should I solve the following equation: $2_{}^{2x}-2{}^{2x+1}=3$
Ayoub Rossi
  • 365
  • 1
  • 13
0
votes
1 answer

$x^x=2$ how do you solve?

Is this possible to solve algebraically? I couldn't figure out a way and got approximately 1.5591... and I couldn't see any relationship between that number and any other logarithmic numbers. Is this possible to solve without just guessing and…
user460386
0
votes
1 answer

$\sum_{k=1}^n \frac{1}{(\log_x 2^k )*\log_x (2^k*2))}=\frac{4n}{n+1} $

Let $f:(0,1)\rightarrow \mathbb{R}$, $f$ being the following function: $$f(x)=\sum_{k=1}^n \frac{1}{(\log_x 2^k )\log_x (2^{k+1}))}$$ The goal is to find $x$ such that: $$f(x)=\frac{4n}{n+1}$$ This looks and definitely is really simple, and yet I…
Alexander
  • 563
0
votes
2 answers

Doubt on Logarithms multiplication

today I'm in doubt on calculating the follow expression $\log_4 3 * \log_9 32$ Changing all to base 4: Working on: $\log_4 3 * \dfrac{\log_4 32}{\log_4 9}$ Ending with: $\log_4 3 * \dfrac{2 + \log_4 2}{2*\log_4 3}$ There's a way to simplify it more…
aajjbb
  • 1,065
0
votes
5 answers

Why does $Ce^x = e^{x + \ln(C)}$?

This is probably very simple but I can't figure out why $Ce^x = e^{x + \ln C}$ for some constant $C$?
0
votes
1 answer

How to transform equation and leave X alone

i need to transform this equation and leave x alone on the left, y and z bot on the right. like x = ... . Is it possible to do it? y and z are my variables. Also prefer $\pi$ to remain same if possible. $$y = z\Bigg(0.5 -…
Ergec
  • 125
0
votes
3 answers

Property of a logarithmic function

Is $x^{log(y)}$ equal to $y^{log(x)}$? If yes then how? I read it as a general property of logarithmic functions but could not understand how is it true.
0
votes
1 answer

Algebraic Solution to an equation

What is the algebraic solution to this equation $x^2+2^x-2=0$ I know the numeric solution using graphing which is $\{-1.258,0.653\}$ NB. It's graph looks like parabola Also what is the algebraic solution to this equation $x^2-2^x=0$ I know the…
0
votes
1 answer

What is solution of this logarithmic equation

I am new to logarithms. I've tried to solve this but I couldn't. Below is the equation, $$ 5^{\log x} - 3^{\log(x) -1} = 3^{\log(x) +1} - 5 ^{\log(x) -1} $$ Base of $ \log $ is $10$. What I had done: $$5^{\log x} + 5^{\log(x) -1} = 3^{\log(x) +1} +…
Fghj
  • 1,471
0
votes
2 answers

What is solution of this equation

I am new to logarithms, I am confused what to do when any constant is raised to a power such as $ 1+ \log x $ . As in this equation, $$9^{1+\log x} - 3^{1+\log x} -210 = 0$$ While I try to take log on both sides, things get messy. All the logs have…
Fghj
  • 1,471
0
votes
3 answers

How to solve this equation $ \sqrt{\log_{10}(-x)} = \log_{10}\sqrt{x^2} $

I am new to logarithms, I have the following equation $ \ \sqrt{\log_{10}(-x)} = \log_{10}\sqrt{x^2} \ $ I tried by squaring both sides, which yielded me $ \ \log_{10}(-x) = ( \log_{10}\vert x \vert )^2 \ $ So, $ \ \log_{10}(-x) = ( \log_{10}\vert x…
Fghj
  • 1,471