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

Solve for the value of $x$: $2^x=-2x+11 $

Solve for the value of $x$: $$2^x=-2x+11 $$ So this is what I did so far: I took the log of both sides to obtain: $$ \log(2^x)=\log(-2x+11)$$ $$ x \log (2)=\log(-2x) \log (11)$$ but now i have a hard time isolating $x$ Any ideas?
kero
  • 1,814
0
votes
1 answer

Find all rational real numbers $x$ for which $\log_2(x^2 - 4x - 1)$ is a whole number.

Find all rational real numbers $x$ for which $\log_2(x^2 - 4x - 1)$ is a whole number. The results are supposed to be: $x_1 = 5$, $x_2 = -1$, $x_3 = 17/4$, $x_4= -1/4$.
A M
  • 13
0
votes
1 answer

What would be a general meaning of logarithm in real world? In physics? In geometry?

For example, we all know how enormous and wide spread the application of derivatives can be. Speed-acceleration, curve-tangent and so on. Any dynamic system has their particular examples. Is there a similar examples for logarithm? What comes to…
0
votes
2 answers

Analytically find the domain of a logarithmic function?

I'm taking pre-calc and I'm already falling behind this semester. I'm hoping someone could give me a simple explanation on how to solve these types of problems: $$f(x) = \log_5(4-x^2)$$ I have the answer, but I don't know how to get to it exactly.…
Faahmed
  • 233
0
votes
2 answers

how to simplify log base 2 and log base 4

How do I simplify the following expression: $$\log_2(2x+1) - 5\log_4(x^2) + 4\log_2(x)$$ That's it, please help me ok?
dramasea
  • 216
0
votes
2 answers

Is $\log^{-1}n = \frac{1}{\log n}$?

Is $\log^{-1}n = \frac{1}{\log n}$? I've encountered a solution to a problem where the above step was used. I can't determine the validity of the above line. I have thought a lot about it, but can't prove whether it is right or wrong. Please help?
0
votes
1 answer

$f(x) = \ln(x+1)$ transformation, transform it to $f(x) = g(x)\ln(x)$

$f(x) = \ln(x+1)$ Is there a way to transform the Equation above to a simpler one, that will include only $f(x) = g(x)\ln(x)$ kind of function?
Tom
  • 105
0
votes
2 answers

How to apply one of the laws of logarithms to rearrange an equation?

I want to rearrange the logarithm of a ratio shown in the paper here for figure 3 http://onlinelibrary.wiley.com/doi/10.1111/j.1469-7998.2006.00227.x/full It is shown as log10(corneal diameter/ axial length) = -0.22 But I want to get it in terms of…
adkane
  • 223
0
votes
1 answer

Log Scale Problem

I have a logarithmic scale of 0.3,1,4,20,110 which relates to 1,2,3,4,5 respectively. Now, I want to find out as to where the value 25 would lie on the scale above? And also, going the other way round, how would I find out as to what the value for…
0
votes
1 answer

Logarithm squared

What is the difference between $\log_2^2 x$ and $(\log_2 x)^2$? And what methods should be used for solving equations with the first case. For second I use u-substitution method in equations that have logarithm raised by different powers. For…
Nyklu
  • 31
0
votes
1 answer

How to solve logarithms equations

I've some problems with solving of those logarithms equations: 1) $\ln(x+1)\le x$ 2) $x^2-8\ln(x)=0$
0
votes
1 answer

Solve weird logarithmic equation

Solve in $\mathbb{R}$: $$\log_3 x^2 - 2\log_{-x} 9 = 2$$ First, I put the condition that $x < 0$. Then, I've rewritten $\log_3 x^2$ as $2\frac{\log_{-x} x}{\log_{-x} 3}$ and got the following equation: $$\log_{-x} \frac{x}{3} = \log_{-x}^2 9$$ Now I…
George R.
  • 2,833
0
votes
1 answer

Logarithmic Inequality and quadratic function

Prove that if $m$ satisfy inequality: $$\left (1+ \frac{1}{2m}\right) \log_k 3 - \log_k (27 + 3^\frac{1}{2m}) \le 2$$ where $k=\frac{1}{2}$, then $x^2 + mx + 1 > 0$ for every real number. I solved one $m_1=0$, but the other doesn't satisfy the…
0
votes
0 answers

Introduction to Logarithms and Natural Logs

I just got introduced to logarithms and natural logarithms (I've been learning this Precalculus stuff by myself) and it all seems very confusing to me. Logs are a simple way to find the power the base of an exponent is raised by to get the answer,…
Frank
  • 5,984
0
votes
4 answers

How to solve fancy natural log problems

These are three 'fancy' natural log problems my teacher gave. I call them fancy because of how he set them up. 1.$$10^x=e^{2x-1}$$ 2.$$\ln(x+5)-\ln(x-5)=4$$ 3.$$\ln(4-x^2)+\ln 4=\ln15$$ For the first one this is how I did…