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

Solving with logarithms

Solve $y = \left(\frac{10^x + 10^{-x}}{2}\right)$ for $x$ in terms of $y$. I tried taking the log of both sides and got $$\log(y) = \log(10^x + 10^{-x}) - \log(2)$$ Now I don't know what to do, please help?
1
vote
3 answers

Why is $\ln{(-1 \cdot(a-1))} \ne \ln{(-1)} +\ln{(a-1)}$

I am currently struggeling with a little logarithm problem. A basic rule of the logarithm is $$\ln(a\cdot b) = \ln(a) + \ln(b)$$ Now I have $$\ln{(-1 \cdot (a-1))}$$ which I formed to $$\ln{(-1)} + \ln{(a-1)}$$ But this seems not to be correct. I…
1
vote
1 answer

When I take the Log of both sides of an equation, should I only do it once?

Based on what I have learned, I am wondering how I should proceed with taking the Log of both sides of an equation when there is more than one term present on any given side. For example, is the following a valid move or do I need to combine the…
Ghost Koi
  • 129
1
vote
1 answer

Making equations into common bases

How would you make the equation $64\left(\frac 47\right)^{2x}=343$ so that it has a common base? I understand how to solve it using logs but could anyone show me how to solves it by making the numbers into common bases, thanks.
1
vote
1 answer

Is this log form simple enough?

$$\frac{3}{\ln{2}-12}$$ Is this form simplified enough? There is a number '$12$' below the fraction line, do i need to transform the $\log$ more to make it simpler? I wrote that in a college math exam
Saitama
  • 239
1
vote
4 answers

Proof the logaritmic identity

Please help me proving the basic logarithmic identity $\log_3 12=1+\log_5 4\cdot \log_6 5\cdot \log_3 6$
user39471
1
vote
3 answers

Struggling with logs. Could do with some help with method.

It's been a good few years since I've had to touch logs with my job, however today I found myself trying to calculate 570=a(1.5)^n for a theoretical pressure system. Something in my head from high school tells me that I need to use logs to solve…
Ctrl-alt-dlt
  • 113
  • 5
1
vote
1 answer

For what values of $a$ is $\log_a(n)$ is $Big$ $\Theta$ $(\log_2(n))$

I should end up with a range for $a$, but I end up with a single value for $a$ after evaluating $Big$ $O$ and $Big$ $\Omega$. Problem: Prove $\log_a(n)$ is $Big$ $\Theta$ $(\log_2(n))$. For which range of values of a is this true? UPDATE: My work…
Stone
  • 13
1
vote
4 answers

Need some hints for proving a logarithmic inequality.

$$\frac{\log_ax}{\log_{ab}x} + \frac{\log_b{x}}{\log_{bc}x} + \frac{\log_cx}{\log_{ac}x} \ge 6$$ Did as you suggested and got this, im stuck again: $$\log_ab + \log_bc + \log_ca \ge 3$$
oren revenge
  • 566
  • 4
  • 13
1
vote
1 answer

How do I solve logarithmic expressions that have different bases

My math teacher asked me to simplify the following expression to a single logarithm and then evaluate. $$\log_{5}125 + \log_{25}5 - 3\log(4)$$ The bases are different and I found it quite hard to express them as a single log. On my working out I…
1
vote
1 answer

$\log_3 0.095$, solve without calculator but with log table or $4$ figure table

Well I've tried equating to $x$ i.e. $$3^x =0.095,$$ then taking both side to $\log_{10}$, so we have $$\log_{10}3^x =\log_{10}0.095$$, then I crossed $x$ to the other side ,i.e., $$x\log_{10}3=\log_{10}0.095.$$ Then I divided both sides by…
1
vote
3 answers

$\displaystyle \log_a(3)=q$ & $\displaystyle \log_a(2)=p$ Express $log_a 72$ in terms of p & q

$\displaystyle \log_a(3)=q$ & $\displaystyle \log_a(2)=p$ Express $log_a 72$ in terms of p & q Currently I have tried nothing as I cannot even figure out where to begin a demonstration kindly will help much Many thanks :)
1
vote
3 answers

Prove that $\frac{x}{y} \leq \ln(y) - \ln(y - x)$

I am supposed to prove that $\frac{x}{y} \leq \ln(y) - \ln(y-x)$ for $x, y \in \mathbb{R}$ with $0 \leq x < y$. So I've been thinking about going with a case distinction. First is the obvious case for $x=0$. Then I thought about doing more case…
1
vote
1 answer

Properties of $\log^2(x)$

I have been trying to figure out the solution to a logarithm problem, and keep running into the equation $\\10\log^2_2(x) = x$. In so doing I've been trying to simplify $\log_2^2(x)$. What I have is $\log_2^2(x) = \log_2(x)\log_2(x) =…
1
vote
3 answers

Solving Logs different bases?

I do not understand how $\log_2(x) + \log_4(x) = \log_2({x^{3/2}})$ Where does $^{3/2}$ come from? Naming the rules and steps would be helpful.