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

If $f(x)=\frac{2^{2x}+2^{-x}}{2^{x}-2^{-x}}$ then evaluate $f(\log_2(3))$

If $$f(x)=\frac{2^{2x}+2^{-x}}{2^{x}-2^{-x}}$$ Then evaluate $f(\log_2(3))$. Can someone help me to understand the calculation? I figured out that the result is $7/2$ but I have problems solving by hand. I know that $2\uparrow…
user163990
0
votes
2 answers

Question on solving a Logarithmic equation

$\ln(x+3)^{\frac{1}{2}} + \ln (4x-3)^{\frac{1}{2}} = \ln (5)$ So I understand that in order to solve this log function, I would have to square the square roots to simplify the equation. But how does the number $e$ come into play?
0
votes
1 answer

A^N - B^N = C, A,B,C are known, solve for N

As title says: $$A^N - B^N = C,$$ $A,B,C$ are known, solve for $N$. This is substracted from a bigger formula where this N is one of the parameters to be calculated. I have tried it with: $$X = A^Y \Rightarrow Y=\frac{\log(X)}{\log(A)}.$$ But…
0
votes
1 answer

Logarithm multiplication property error, can't figure out why.

I know there is a mistake and where it is but I can't figure out why. Equation: $$ 3+2(12^{x+1}) = 291 $$ From here I do: $$ 2(12^{x+1}) = 291-3\\ 2(12^{x+1}) = 288\\ $$ Then I take the natural logarithms on both sides; $$ \ln(2*12^{x+1}) =…
0
votes
1 answer

Graphing natural logarithms

I don't know how to obtain the graph of these functions. Could someone please help me? I know what the graph of ln looks like, but other then that I don't know where to go. Thank you for any help $$\lim_{x\to -2^+} \ln(x + 2)$$ $$\lim_{x\to 0} …
0
votes
1 answer

Solving $1/n^{\lg (n)}$

I am struggling with logarithms and their computation when it comes to computing time complexity. I have a simple complexity: $\frac{1}{n^{\lg (n)}}$, where the logarithm base is 2. How can I reduce this to some simplier form? I know that the answer…
Smajl
  • 686
0
votes
2 answers

Simple Logarithmic Question

I have the following equation: $\log(S_n) = \log(u)[2T-n]\,\,$ I was just wondering how $S_n = u^{2T-n}$ is then obtained? Thank You
0
votes
2 answers

what's the relationship with log(sum) and sum(log)?

hi I'm a little confused about the log(sum) function and sum(log) function. In special, what's the relationship between these two terms? $$ -\log \sum_{i}a_i\sum_i b_i $$ $$ -\sum_i\log(a_i+b_i) $$ thanks for the comment from @hardmath. here is the…
Factfat
  • 23
0
votes
2 answers

Dealing with Logarithms. $\log(b^x + a) = \log(c)$

What methods/techniques are available to solve for x in the following type of situation: $$ \log(b ^x+a)=\log( c ) $$ The only log methods I have been exposed to are using the power laws and bring x out, which you cannot do in this case. Thanks for…
user2321
  • 699
0
votes
2 answers

Calculating dB output from this example

This is my extra credit assignment so don't tell me answers, but please guide me how I should do this. I need to learn. Question states: Determine the power output of the receiver in watts and in the appropriate measure of dB let: Pin = 2W diagram:…
0
votes
3 answers

Logarithmic equations with different bases

I had problems understanding how to solve $$ 6^{-\log_{6}^2} $$ Any help would be much appreciated. Thanks!
foo
  • 183
0
votes
1 answer

solving equation (indices/logarithms)

I don't really understand the Logarithms concept when it comes to question with ln or log with base e.for example question like this: 1.solve the equation $$x^4\mathrm{e}^{-2\ln(x)}=18-3x$$
Mirra
  • 3
  • 1
0
votes
1 answer

What is the minimum degree of x so that it is greater than or equal to ln(x)?

I was thinking of this question and couldn't find it anywhere. I was trying to find a solution by finding the maximum of the function $f(x) = \frac{ln(ln(x))}{ln(x)}$, yet I'm not sure if that's gonna work. Thanks in advance.
Pure
  • 28
0
votes
2 answers

Proof the expession $\log_{12}{18}\times\log_{24}{54} + 5(\log_{12}{18}-\log_{24}{54})=1$

I am trying to proof the following expression (without a calculator of course). $\log_{12}{18}\times\log_{24}{54} + 5(\log_{12}{18}-\log_{24}{54})=1$ I know this isn't a difficult task but it's just killing me. I have tried many things, among which…
0
votes
1 answer

Is there a property for log(n)/n?

I found a small exercise which I couldn't figure what to do, so I found a solution. Then I tried to understand it and everything went well until I got to this part: $$\frac{1}{8} = \frac{\log(n)}{n}$$ Then it just skipped and say that the answer was…
Ant100
  • 103
  • 1
  • 4