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

Log expression gives two answers based on how you think about it

when you have the expression $\log( -x)$ base $3$, isn't that undefined, because you can't raise 3 to any power which will give you a negative value? I am supposed to graph this expression and from the transformation of functions, this makes sense…
0
votes
2 answers

How to solve this logarithmic equation for x

How can the following equation solved for x? $\ln(x) - \ln(1-x) = \ln(1-y) - \ln(1-z) - \ln(v)$ I assume it simplifies to: $\frac{x}{1-x} = \frac{1-y}{(1-z)*v} $ I have tried to solve this by factorizing the terms, but it does not lead anywhere. Any…
EtoAls
  • 103
0
votes
4 answers

Logarithm question involving different base

Calculate the values of $z$ for which $\log_3 z = 4\log_z3$.
0
votes
4 answers

On the pH scale, each unit change in pH represents a tenfold increase in acidity or alkalinity.

Trying to solve similar type equation to this. On the pH scale, each unit change in pH represents a tenfold increase in acidity or alkalinity. According to the diagram, vinegar is how many times as acidic as pure water?
user73122
  • 781
  • 3
  • 20
  • 39
0
votes
1 answer

explaining logarithmic and exponential differentiation without invoking e

Is there a way to explain the differentiation of logarithmic and exponential functions without invoking the assumption that e exists? Is the existence of e necessary to differentiate these functions?
charlie_sar
  • 181
  • 2
0
votes
2 answers

Logarithmic equation. Need to know if i am teaching right

Two of my friends is studying for a test. They asked me about a simple question. But they told me that i was wrong on a question. I could be wrong. But i need you guys to make sure that they learn the right stuff. So if i was right. I then can tell…
0
votes
2 answers

Solve a simple equation with log in it

I'm stuck with solving this equation, $$2 \log x = \log 9 $$ This is how far I made it: \begin{align} \log x &= \log 4,5 \\ x &= ? \end{align} I'm a beginner at logarithms so I appreciate ways to solve it and not just an answer.
0
votes
1 answer

Equation involving logarithms

So I've been stuck with this equation - $\log_{\frac{x}{2}}(x^2) - 14\log_{16x}(x^3) + 40\log_{4x}(\sqrt{x}) = 0$. I was thinking of using identities such as $\log_{a}(x) = \frac{\log_{b}(x)}{\log_{b}(a)}$ but that didn't simplify much. Do you have…
0
votes
0 answers

log function errors on my part?

Almost embarassed, but I cannot seem to get the same answer that is posted here...I keep getting .922, yet posted answer is .83. can someone help me out here? I am told the answer to the equation below is 0.8310, yet every permutation I try to put…
0
votes
1 answer

Show: $\log(1-\frac{1}{n}) + \epsilon > - \frac{1}{n}$ for all but finitely many $n$

I am trying to show that, for $\epsilon > 0$, we have $\log(1-\frac{1}{n}) + \epsilon > - \frac{1}{n}$ for all but finitely many $n$. I was thinking about using Borel-Cantelli lemma but I don't know where I should start. I would appreciate any…
Mathick
  • 178
0
votes
1 answer

Find maximum of the function $f(x)=log_{2}^{4}x+12log_{2}^{2}x \cdot log_{2}(\frac{8}{x}) $ on interval $\left [ 1,64 \right ] $

In solution it writes that we can write this function in this form??? $$f(x)=(log_{2}^{2}x-6log_{2}x)^{2} $$ And that quadratic function in brackets has minimum -9 for x=8 Anyway can someone explain me this?
0
votes
2 answers

Why using Napierian logarithm gives me the same result of doing properties?

I wanted to change the base of this logarithm $\log_432$ from 4 to 2 so it could be easier to solve. Using some properties I get 2.5 as a result. However I was told that if I use $\frac{\ln 32}{\ln 4}$ I get the same result. Can someone explain me…
0
votes
0 answers

Solving logarithmic equation without calculator

I was wondering if it possible to correctly determine the solution for the following logarithmic equation to precision of one decimal point without a graphical calculator: $$30\log_{10}(t)+t-72=0$$ Thank you
gordor
  • 1
0
votes
2 answers

How to address logarithms with different bases

Quick question. How would you simplify : $$2^{Log_4(x)}$$ Thank ya!
0
votes
1 answer

Solving $\cos(3\pi x) = \frac12\log_7 x$

I came across a high school math question which asks to find how many real numbers $x$ satisfy the equation $$\cos(3\pi x) = \frac12\log_7 x$$ I have no clue how to solve it with both $\cos$ and $\log$ coexist in an equation. I used an online…