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

logarithm of a product VS its expanded form

let $f(x) = \log{x} + \log{(x - 2)}$ let $g(x) = \log{(x^{2} - 2x)}$ if $f(x) = g(x)$ then why in the RHS, x can be -1 and in the LHS not ? There's a restriction that i do not know to when its valid to expand the logarithm of a product ?
2
votes
2 answers

Log Power Rule with a Power Raised to a Power

I understand that the power rule for logarithms indicate that $\log(x^y)=y\cdot\log(x)$, but how about for $\log(x^{y^z})$? Does this equal $y^z\log(x)$ or $yz\cdot\log(x)$ to follow the power rule? Explanation for both viewpoints: The option…
2
votes
4 answers

Solving $(x-2)^{x^2-6x+8} >1$

Solving this equation: $(x-2)^{x^2-6x+8} >1$, by taking log on base $(x-2)$ both the sides, I get the solution as $x>4$. My work: Let $(x-2)>0$ $$(x-2)(x-4)\log_{(x-2)} (x-2) > \log_{(x-2)} 1 =0\implies x<2, or, x>4$$ But this doesn't appear to be…
2
votes
2 answers

Logarithm algebra question

The question says: Given $\log_n(9)=x$ and $\log_n(4)=y$, find $\log_n(12)$. I'm just really stuck on how to work this out.
Lily
  • 23
2
votes
3 answers

Properties of Logarithms (evaluate)

use $\log 4= 0.602$ and $\log 12=1.079$ to evaluate the logarithm $\log 3$ I'm very confused on how I will evaluate this one I've tried other things but I'm not sure
QuantumPi
  • 323
2
votes
1 answer

Natural logarithm

Can someone please suggest how one proves: $(1+2x)\ln(1+\frac{1}{x}) -2 >0$ where $x>0$. I plotted the function in a program and the inequality should be correct.
Dan
  • 23
2
votes
2 answers

Number of digits in a number (i.e. log), based solely on the known number of digits in a different base?

I'm in a weird situation, with a cryptography system I'm working on. I have very large binary integers, non-negative, thousands of bits long. I cannot compute the actual value of the number (too big), but I DO know exactly how many bits are…
poly
  • 23
2
votes
3 answers

To prove the logarithm laws with differentiation, why did James Stewart commence with a as a positive constant, rather than y as a positive number?

Kindly see the green underline. Why didn't Stewart just commence with $y$ as a positive number? Why define $a$ as "a positive constant", then in the last line replace "a by any [positive] number y"? I know that the domain of logarithms is {positive…
user851668
2
votes
1 answer

Solving an equation when the unknown is both a term and exponent

I'm taking a course (algorithms) and the instructor assigns us problems from the CLRS Introduction to Algorithms 3rd edition. We aren't marked on the problems, they are just given as exercises. Exercise 1.2-3 asks: at what value of n will an…
ThaDon
  • 173
2
votes
2 answers

Logarithm approximation

I saw on https://math.stackexchange.com/a/2382470/432488 the following approximation: $\ln(x) \approx a x^{1/a}-a$, which is good for large value of $a$. Where does it come from?
ketherok
  • 133
2
votes
4 answers

Common logarithm word problem

Each time a ray of light passes through a glass plate, it loses $\frac{1}{10}$ of its intensity. How many pieces of similar glass plates are needed to make the light intensity less than $\frac{1}{3}$ of its original value? Let $x$ be the original…
AYA
  • 578
2
votes
3 answers

What to do with exponent with different base in denominator?

I‘m struggling right now with a equation. The equation is $$\frac{2^{(5x)}}{7^{(x+2)}} = 10.$$ The solution should be $4.076$ but I don‘t know how to solve this equation. I came to the conclusion that I can simplify the equation so it‘s…
2
votes
1 answer

Solve $\left(v^{\log _b\left(a-m\right)}+m\right)^z+m^z=a-m$

While constructing some exponential curve, I have been trying to solve the following: $$\left(v^{\log_{b}\left(a-m\right)}+m\right)^{z}+m-m^{z}=a$$ for $z$. I have tried using WolframAlpha, but it was unable to get any answer for $z$ within the…
2
votes
3 answers

Converting logarithm to decimal form

I apologize if this is a poorly formatted question, but i really need some help here... I am trying to solve the following problem: $4\ln^3$ When I input this into my calculator, I get $4.3944$. However, when i input it into mathway, I get $5.0136$,…
2
votes
1 answer

how to find the value of $\log_3 7$

Can I ask how to compute $\log_3 7$, using the changing the base of logarithm.
dramasea
  • 216