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

A question in logarithm v2

If $x=1+log_a \,bc$, $y=1+log_b \, ca $ and $z=1+log_c \, ab $ , then prove that $xyz= xy+xz+yz $. My attempt:
0
votes
2 answers

Approximation of logarithmic expression

In the design of an electrical circuit, after solving some Laplace transforms (see stack exchange electrical engineering question here for full details), the following expression appears: $$ ratio =…
0
votes
1 answer

Divide equation by logarithm

I ran onto this problem when solving logarithmic equations. Task is solve equation in R: $x^{\log x - 3} = \frac{x}{1000}$ I understand that the correct solution is using substitution: $\log x^{\log{x} - 3} = \log \frac{x}{1000}$ $(\log {x} - 3)…
devWeSp
  • 39
0
votes
2 answers

How to solve a semi complicated log equation?

Quick question; I have the following formula: $$y = \left( 0.5 + \log_5(x)\right) \times \log\left(\frac x{10}\right) + 1$$ where $X$ is a player's experience in a game and $Y$ is the level of the player. Now what I need to do is reverse it and…
TheQ
  • 103
0
votes
3 answers

find $x$ : ${\log_3(\log_2 x)}=\log_2(\log_3x)$

find $x$ : $${\log_3(\log_2 x)}=\log_2(\log_3x)$$ My try : $$f(x):=\log_3 x \ \ , \ \ g(x):=\log_2x$$ $$g∘f: \{x\in D_f :f(x)\in D_g\}\to \mathbb{R}\\ g(f(x))=\log_2(\log_3x)$$ and : $$f∘g: \{x\in D_g:f(x)\in D_f\}\to…
Almot1960
  • 4,782
  • 16
  • 38
0
votes
1 answer

calculate X from the equation below?

2^(log(2x,x+2))+3^(log(2,x+3))=sqrt(-1-x) Can someone help me with this equation I don't know how to start Any hint would be appreciated Thank you!
user414790
0
votes
4 answers

A question on equation with logarithm involving different bases

Find the value of $x$ from the equation:$$\log_{(2x+5)}{(10x^2+29x+10)}=5-\log_{(5x+2)}{(4x^2+20x+25)}$$ This question seems bit tricky (especially because the bases of the log are different) and on first instance leaves clueless on how to proceed.…
user12345
  • 589
0
votes
1 answer

What, if anything, can be said about $\log(f(g(x))$

Given that you can restrict $f$ and $g$ to any form (convex, monotonic, etc.) what can be said about $\log(f(g(x)))$ (if anything)? For context: I am looking to consider replacing weight updates in neural network backpropagation with $\log$ weight…
Robert
  • 308
0
votes
0 answers

solve : $3^{\log_3 \sqrt{(x-1)}} < 3^{\log_3{(x-6)}} + 3 $

Prove That: $$ 3^{\log_3\sqrt {x-1}} <3^{\log_3{(x-6)}} + 3 $$ My Try At It: I first took the 3 common and then converted the whole question $$ 3^{\log_3\sqrt {(x-1)}} <3^{\log_3{(x-6)}} + 3 $$ into a logarithamic one but at the end I got stuck.…
0
votes
0 answers

Find $\frac{b}a$ if $a$ and $b$ are positive real numbers such that $\log_9(a)=\log_{15}(b)=\log_{25}(a+2b)$

Find $\frac{b}a$ if $a$ and $b$ are positive real numbers such that $\log_9(a)=\log_{15}(b)=\log_{25}(a+2b)$. How do I approach this? Do I necessarily need to solve for $a$ and $b$? I don't think so since the question simply asks for…
user406996
  • 663
  • 1
  • 5
  • 14
0
votes
1 answer

how to solve this logarithamic term? $a^{\log_{\frac1a}{\frac12}}$

the question : $$a^{\log_{\frac1a}{\frac12}}$$ relevant equation : $$a^ {\log_a(x)} = x$$ $$\log_{c^m} (y) =\frac1m \log_c{(y)}$$ my try at it : I first changed the base into a by multiplying the log part by $(-1)$. the answer was $a^{ -…
0
votes
1 answer

Solve inequality logarithm

I have a question about solving inequality logarithm with absolute x in it (attached in image). And i want to know if my work is right or not. Thanks.
0
votes
2 answers

can somebody prove $ a^{\log(a)^x} = x$

can somebody please prove that $$ a^{\log(a)^x} = x$$ it is written in my text book but I cant seem to get it Some examples if possible
bryan
  • 147
  • 1
  • 8
0
votes
1 answer

Find the minimum of $x-y$ among all ordered pairs of real numbers $(x, y)$, $x$ and $y$...

Find the minimum of $x-y$ among all ordered pairs of real numbers $(x, y)$, $x$ and $y$ between 0 and 1, where there exists a real number $a \neq 1$ such that $\log_{x}a + \log_{y}a = 4\log_{xy}a.$ If someone could please answer the above question,…
0
votes
2 answers

Solve exponential equation for x

I am stuck on solving $1000^x - 2 * 100^x = 3 * 10^x$ for x. I am sure I learned how to do that, but it is goooone. I have a result, symbolic and numeric, using Wolfram Alpha, but the step-by-step solution is not only available to pro users. I…
Ralf
  • 207