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

Getting rid off the logarithms in an equation to simplify

ok, I'm having trouble solving for equations when logarithms are involved. I know a little bit about logarithm rules but in equations I'm lost. example: $$\frac{1}{b}\ln{y}=\frac{1}{a}\ln{x}+c$$ I can take $b$ to the other…
0
votes
1 answer

how to find the inside value of logarithm?

I m doing sums in chemistry of first order reaction. In it, 0.521 = log(0.3/C) Then how to find the value of c?? The value is c= 0.09
0
votes
1 answer

Can someone help me out with this question about logs? please

$$3^{2x}-2^{2y}=17$$ Find $x+y$. Here is what I did so far: Let $m=3^{2x}$ and let $n=2^{2y}$ $x=\frac{\log_3m}{2}$ , $y=\frac{\log_2n}2$ $$x+y= \frac{\log_3m+\log_2n}{2} $$ x+y= (base(3)17+n)+(base(2)n)/2 don't know what to…
0
votes
1 answer

How to write Kelvin equation in a different way

My question is about the Kelvin equation which is as follows: $$\ln(e/e_s) = \frac{2\cdot\sigma}{n\cdot k\cdot T\cdot r} $$ Keep in mind that the $e$ in $\ln(e/e_s)$ is not the constant $\mathrm{e}$. I know that: $$\frac{e}{e_s} =…
0
votes
2 answers

Domain of logarithmic function

We have a logarithmic function $f(x) = \log_3[(x-2)(x-3)]$. In order to determine a domain of this function we have to solve an equation $(x - 2)(x - 3) > 0$. The result is a range $(-\infty, 2) \cup (3, +\infty)$. But now we can transform this…
tdudzik
  • 471
0
votes
2 answers

Is there a way to simplify $a\log(b) +\log(c)$?

Very simply: $$a\log(b) +\log(c)$$ The coefficient on the first term is throwing me off.
0
votes
1 answer

Determine logarithm versus known values of $ a,b$

We know $\log_{30}(3)=a, \log_{30}(5)=b.$ How to determine $\log_{30}(16)$?
Sh.AAb
  • 13
0
votes
1 answer

Is $\log (t^2 (l/c)) = \log (t^2) \log (l/c)$?

I'm new in this forum want to ask a beginner question about logarithm: Is $\log (t^2 (l/c)) = \log (t^2) \log (l/c)$?
0
votes
1 answer

Converting equation to slope-intercept form

It's been awhile since I've worked problems like these and I am a bit hazy on some of the rules. I was hoping someone could show me how these are solved so that I can make sure I'm on the right path: Equations: $$Y=\dfrac a x + \dfrac 1…
user311236
0
votes
1 answer

Does $\log_2 \sqrt[4]4$ exist?

Tomorrow I have an exam about graphics and log operations. Our teacher gave us a paper with exercises to practice and one of the exercises is: $\log_2 \sqrt[4]4$ I couldn't find the solution. My private teacher helped me but he didn't find the…
spund3
  • 103
0
votes
1 answer

Logarithm and Exponent Relation

Let I have an equation $\mathcal{p} = 3^n*I$ where $I\in\{0,1,2\}$ then can I find out $I$ using $\log$ ?. Assuming $n$ is unknown. And only $p$ is shared to you.
Bill
  • 3
  • 2
0
votes
3 answers

How to express $\log_3(2^x)$ using $\log_{10}$? And how to evaluate $4^{\log_4y}$?

How to express $\log_3(2^x)$ using $\log_{10}$? And how to evaluate $4^{\log_4y}$?
0
votes
3 answers

Find $n$ in $n \log_2 n = c$

I'm trying to find the value for $n$ in the following equation. $$n \log_2 n = c$$ what is $n$? thanks, Tim
Tim
  • 3
0
votes
1 answer

Why does $\ln(1+\frac{3}{n^2}+o(\frac{1}{n^2}))=\frac{3}{n^2}+o(\frac{1}{n^2})$?

In order to show that a series converges, I want to show that $\sum\ln(\frac{v_{n+1}}{v_n})$ Which led me to the following first part of the equation, but I didn't achieved to solve it so I looked in tha answer book for the second part wich I didn't…
0
votes
1 answer

Solving logarithmic equation, different bases

What number do I need to multiply both sides with? I have worked for an hour on this but it is the first time I am using this website so it is impossible for me to write what I have already done. If you can give me tips on how to solve it I would…
1 2 3
99
100