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

I need help in solving an exponential equation I've tried doing the following

$3^{x}\times8^{\frac{x}{x+2}}=6$ First I applied a logarithm with base 10 to both sides $\log{3^{x}\times8^{\frac{x}{x+2}}}=\log6$ $x\log3+\frac{x}{x+2}\log8=x\log6+2\log6$ $x^2\log3+x(2\log2-\log3)-2\log2=0$ How can I finish the problem without…
0
votes
0 answers

Logarithmic equation nonstandard.

$$\log_{7 }(6 ^x+1) =\log_{3 }(4^x-1) $$ How can I prove that $x=1$ is the only solution without derivatives? If anyone can give me a hint or some point to start from I would appreciate. I found a solution.We know that $4^x-1>0 \Leftrightarrow…
0
votes
4 answers

How to solving logarithm equation of $\log_{x}{\left(1+\frac{15}{x}\right)}=2\left(\log_{x}{(10)} -1\right) $

$$\log_{x}{\left(1+\frac{15}{x}\right)}=2\left(\log_{x}{(10)} -1\right) $$ My work so far is : Step 1 : I searching the definition term of $\log_{x}{\left(1+\frac{15}{x}\right)} $. For x as its base, $$x \neq 1$$ For x as its…
0
votes
1 answer

How to solve for v

I am trying to solve for v in this equation. $(v/g)(ksin\theta + v)(1 - e^{-gt/v}) - vt = 0$ EDIT: Does it help if I also have the fact that $((kvcos\theta)/g)(1-e^{-gt/v}) -x = 0$? Every variable except $v$ is known in both.
F J
  • 47
0
votes
2 answers

How to solve 3 variables problem with logarithm term

Given three equation $$\log{(2xy)} = (\log{(x)})(\log{(y)})$$ $$\log{(yz)} = (\log{(y)})(\log{(z)})$$ $$\log{(2zx)} = (\log{(z)})(\log{(x)})$$ Find the real solution of (x, y, z) What should I do to get the answer? and I think it's not possible that…
0
votes
2 answers

$\log_3(2x-1) + \log_3(x-1) < 1$

Become $\log_3(2x^2 -3x+1) < \log_3(3)$ At first i thought become $\log_3(2x^2 -3x+1) - \log_3(3) <0$ $\log_3\frac{2x^2-3x+1}{3}<0$ (EDIT : i make it $\frac{2x^2-3x+1}{3}<0$ $ 2x^2-3x+1 <0$ i guess its where i wrong?) But it is $2x^2-3x+1<3$ why the…
Dini
  • 1,391
0
votes
1 answer

Using a single function, how can I model a logarithmic-like increase followed by an exponential-like decay?

Using a single function, how can I model a logarithmic-like increase followed by an exponential-like decay? The transition will occur at some critical value, Tcrit. A graph of my experimental data is given below. Tcrit is approximately 475. enter…
0
votes
1 answer

Solving for k in $ \log_{5} x = k \cdot \log_{10} x$

If $ \log_{5} x = k \cdot \log_{10} x$ find the value of $k$ (rough approximation) without using calculator. what i did is: $ \log_{5} x = \log_{5}10 \cdot \log_{10}x$ $\therefore \:k = \log_{5}10 $ $\Rightarrow\: (1+4)^k = 10 $ $ 10 = (1+4)^k= 1+…
sakib
  • 175
0
votes
2 answers

Solving logarithm equation of $\log_{3}(5x-2)+\log_{3}(x)=4$

My work so far is $$\log_{3}(5x-2)+\log_{3}(x)=4$$ $$\log_{3}(5x-2)+\log_{3}(x)=\log_{3}(81)$$ $$\log_{3}\left(x(5x-2)\right)=\log_{3}(81)$$ $$5x^2-2x-81=0$$ Is it correct so far ? Thanks for your help and suggestion.
0
votes
1 answer

Re-arranging with natural logs to different powers

I am trying to rearrange the equation $$T=\frac{1}{A+B\cdot \ln(R)+C\cdot \ln(R)^3}$$ Where $A, B\space and\space C$ are constants and $R$ is the independent variable. I would like to get an equation where $T$ is the independent variable. I know the…
Asyu7
  • 69
0
votes
3 answers

Prove Identity involving logarithms and exponents

Can you give me some hints on how to solve the following identity? $a^{\ln(n)} = n^{\ln(a)}$
Baljeet
  • 103
0
votes
5 answers

Why can we calculate log (base 10) of any natural number?

I am curious to know the concept behind. Let's say y = 10^x So, y should be a number with zeroes but y is 10 multiplied to 10 x times. But this is not the case. For eg 10^3.5 = 3162.27766017 So, not a number ending with zeroes. I know the…
Sristy
  • 11
0
votes
2 answers

Algebraic solution to

The equation $$16^{x} = x^{2}$$ has an obvious solution of $x = -\dfrac{1}{2}$. However, I can't find algebraic solution to demonstrate this answer using logarithm and index laws. Any help is much appreciated.
DYBnor
  • 357
0
votes
1 answer

solve softplus for a base

Solve $$ y=\log_{b}\left(1+b^{x}\right) $$ or the equivalent $$ b^{y}-b^{x}=1 $$ for $ b $ if it helps, $b>0$ and $y>0$ This can model the value of a call option (ignoring time) as a function of the stock price with $$ x = StockPrice - StrikePrice…
0
votes
6 answers

How to find a base and exponent of a specific given number?

I came across this specific problem today in the class that what could be the base and exponent of $8192$ I know that it can be guessed that the base is $2$ and exponent is $13$ but I need a proper solution using algorithm. Your answers are…