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

Two questions about logarithms

I have two questions about logarithms that have been bugging me for years: The first is regarding natural log. The domain of Ln(x) is (0, ∞). This makes sense since you can’t raise e to any power to get a negative number. However, I have seen the…
1
vote
3 answers

Solve $\log_a(\log_a x^n)$ if $n=a^2$ ; $x= e^2$

My brother challenged me to solve this problem. Trying since 2 days. I came up with $a^{a^y}= x^n$ assuming $y$ is $\log_a(\log_a x^n)$. There's no solution available on net as well. If someone can solve it, it would be of great help! Thanks Trial…
1
vote
2 answers

Find the range of a logarithmic function whose domain is all real numbers between 2 and 10 (exclusive).

$$h(x)=\log_{10}(x+1).$$ Shouldn't the range be all real numbers between $0.602$ and $1$ (inclusive)?
Husun
  • 87
1
vote
1 answer

How do I solve this logarithm problem?

I'm trying to solve this problem: If $\log_{27}(a)=b$, find $\log_{\sqrt[6]{a}}\sqrt{3}$ However, I'm unable to see any connection in those given information. How can I solve this logarithm?
Steve
  • 35
1
vote
0 answers

how to solve $\log (x+1) +3 = \frac{2}{x+2}$

From the Jan 17 NYS Algebra 2 Regents, a multiple choice question with seemingly no satisfying answer: "When $g(x) = \frac{2}{x+2}$ and $h(x) = \log (x+1)+3$ are graphed on the same set of axes, which coordinates best approximate their point of…
1
vote
3 answers

What is the intuitive reasoning behind the "change of base" formula in logarithms?

The "change of base" formula in logarithms is: I've seen and I understand each step of the proof, but somehow, when I see the formula as a whole, I fail to grasp it. Why is this true? How do I intuitively make sense of this?
WorldGov
  • 947
1
vote
1 answer

$ \log_{2} 6^{0.5x - 1/4} = 8 $

It is known that $$ \log_{2} 6^{0.5x - 1/4} = 8 $$ What is $32x$? Put the answer as an integer. Attempt : $$ 2^8 = 6^{0.5x - 1/4} \implies 2^{8 \times 64} 6^{16} =6^{32 x} $$ But I cannot seem to write power of 2 in form of power of six. How to…
Redsbefall
  • 4,845
1
vote
0 answers

Calculating the number of states in power of 10's

This is part of a problem that was assigned to me. It might seem elementary, but I need a hint on how to start this problem. I have 10 billion bits that can either be on or off at any time. Assuming that $$2^{10} \approx 10^3 $$ Calculate the…
FireStorm
  • 135
1
vote
3 answers

Why are there A and B scales on a slide rule?

Why do they usually put A and B scales next to each other on a slide rule? It's an almost universal construction but I can't think of a single calculation that would need sliding A and B scales next to each other. To me it makes more sense to put a…
1
vote
3 answers

Find logarithm fit to two points

Say I have an equation $f(x) = \log_b(ax+1)$, where $a$ and $b$ are constants. If I have two distinct points $(x_1,y_1)$ and $(x_2, y_2)$, where $x_2 > x_1$ and $y_2 > y_1$, how can I find values for $a$ and $b$ such that $f(x_1) = y_1$, and $f(x_2)…
Maurdekye
  • 307
1
vote
0 answers

Log return of two different timeseries

Lets say I have a single timeseries, the simple return would be T/T-1-1 the log return would be ln(T/T-1) But let's say I have two different time series, T and R The values are close, but still differ slightly. I normally create an adjusted time…
FinDev
  • 111
1
vote
2 answers

Equation with $x$ in a logarithm and exponent

Solve for $x$: $3 \log_{10}(x-15) = \left(\frac{1}{4}\right)^x$ I seem to get stuck when I get to logarithm of a logarithm or power of a power, graphing it and doing some guess and check on the calculator shows that $x$ should be just a bit above…
1
vote
1 answer

Solve $\log_3(x^2+2x+1)=\log_2(x^2+2x)$

Solve $\log_3(x^2+2x+1)=\log_2(x^2+2x)$ I have tried to do to as followed: $\log_3(x^2+2x+1)=\frac{\log_3(x^2+2x)}{\log_3(2)}$ $\iff\log_3(x^2+2x+1).\log_3(2)=\log_3(x^2+2x)$ Is it possible to proceed this way? Or should one approach this…
1
vote
2 answers

How do I go about finding the $log$ function that passes through 2 points?

In my example I have a point $P$: $P = (1,3)$ And another point $Q$ $Q = (8,8)$ I need to find a logarithmic function which passes through both $P$ and $Q$ and $y = 8$ when $x > 8$. I have no idea where to start. How can I go about finding such a…
1
vote
1 answer

Any idea how to solve this equation with summation within logarithm?

This is the equation: $$A\alpha\,e^{-\alpha t}+B\beta\,e^{-\beta t}=(A+B)\gamma\,e^{-\gamma t}$$ where $A$, $B$, $\alpha$, $\beta$ and $\gamma$ are all known constants. I would like to solving for $t$, and I don't know how to take care of the L.H.S.…