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

Find number of digits of a number in another base

How can I solve this question: Given that $\log 3$ is about $0.48$, approximately how many digits are in the number $10^{150}$ if it were written in base $3$. Thanks!
0
votes
3 answers

Logarithmic function and $x$

Hi I was wondering why in a logarithm $x$ cannot be a negative number, since for the inverse graph I drew the $x$ values are only positive. In the question it asks why the first four points of the exponential function are imaginary in the…
maria
  • 33
0
votes
1 answer

Solving for $x$ using $\ln$

I have an equation as follows: $\ln(a)x + \ln(b) (1 - x) = \ln(c)$ I'd like to solve for $x$, but I think what I've come up with is wrong $\ln\left(\frac{a}{b}\right)x + \ln(b) = \ln(c)$ $\ln\left(\frac{a}{b}\right)x = ln\left(\frac{c}{b}\right)$ $x…
0
votes
1 answer

Given $10^3=1000,10^4=10000,2^{10}=1024,2^{11}=2048,2^{12}=4096,2^{13}=8192$,what are the largest $a$and smallest $b$ such that $a < \log_{10} 2 < b$

If one uses only the information $10^3=1000,10^4=10000,2^{10}=1024,2^{11}=2048,2^{12}=4096,2^{13}=8192$,what are the largest $a$ and smallest $b$ such that one can prove $a < \log_{10} 2 < b$ I am kind of clueless about this one. It's not clear…
Mr. Y
  • 2,637
0
votes
2 answers

Question about expressing logarithms

If logb (a) = m and logy (b) = c, then find loga (y) in terms of variable c and m This is what I have so far logb (a) = log a / log b logy (b) = log b / log y =(log a / log b)(log b / log y) = log a / log y = logy (a) I don't know what to do from…
0
votes
2 answers

In Need of Logarithms Simplification Exercises

I am very interested in mathematics, however, finding nowhere near wanted information in school sometimes I go and learn something by myself. Just like this time. I decided to learn more about logarithms as they always picked my interest, even…
Zyberg
  • 381
0
votes
2 answers

Need help with expressing this logarithm

Express $log_3(a^2 + \sqrt{b})$ in terms of m and k where $m = log_{3}a$ $k = log_{3}b$ Given this information I made $a = 3^m$ $b = 3^k$ Therefore = $log_{3} ((3^m)^2 + (3^k))^{\frac{1}{2}}$ = $log_{3} (3^{2m} + 3^{\frac{k}{2}})$ I don't know if…
0
votes
3 answers

Solving a log equation for two variables

Goal is to find both $\beta$ and $\omega$. I already have the answer here, but I'm confused as to how to get it. $\log_6 250 - \log_\beta 2 = 3 \log_\beta \omega$ This is what I did: $\log_6 250 = \log_\beta \omega^3 + \log_\beta 2$ $\log_6 250 =…
0
votes
2 answers

System of Equations involving Logarithmic Function

Solving a piecewise defined function for real solutions: $x+y=65$ $\log_{2}{x} + \log_{4}{y} = 3$ So far I've changed $\log_{4}{y}$ in terms of base $2$ and then plugged that into the second equation. However, I've ended up with something like $y…
0
votes
1 answer

Solve for $x$ correct to two significant figures, the equation: $4^{2x+1}.5^{x-2}=6^{1-x}$ (Conflicting answer with book)

Solve for $x$ correct to two significant figures, the equation: $4^{2x+1}.5^{x-2}=6^{1-x}$ (Conflicting answer with book) My method: $4^{2x}.4.5^{x}.5^{-2}=6.6^{-x} \Rightarrow \frac{4^{2x}.5^{x}}{25}=\frac{6.6^{-x}}{4} \Rightarrow…
0
votes
0 answers

What happens if you apply the "logarithm of a product" property to a negative number?

We know that $\log_a xy=\log_a x + \log_a y$ and that logarithms of negative numbers are undefined. But what happens if we try to apply this property to let's say $-5$? $\log_a-1*5=\log_a-1+\log_a5$ After that we can infinitely apply the same…
Michael
  • 113
  • 5
0
votes
1 answer

$\log(xe^{2\pi i})=$?

I am confused about the differences of the properties of natural log in complex analysis and in real region. This question might be a bit stupid, but any answers or explanations of the log properties will be appreciated. The question…
Lazer
  • 307
0
votes
3 answers

How do I calculate the following logarithm?

Say I'd like to calculate the following logarithm: $$log_{0,1}{\sqrt {10}\over 100}$$ Using the logarithm rules, I do it this way: $${log_{1\over 10} {\sqrt {10}}} - {log_{1\over 10} {100}}$$ $$={{1\over2}log_{1\over10} {10}} + log_{1\over…
Cesare
  • 1,471
0
votes
1 answer

Finding log base when given only a graph

I have the function f(x)=log_bx is shown as a graph and the only two points are (5,1) and it's asking me to find the base of the logarithmic function.
0
votes
2 answers

How do I solve an exponential equation using Natural Log.

I understand how to solve a problem such as $6^{2x+3}=11$ by using natural log, but the question thats tripping me up is $3^{1-x}=7^x$. Mathway and Wolfram Alpha tells me what the answer is, but I cant seem to reproduce that answer. Any help? The…
Alec
  • 1
  • 1
  • 1
1 2 3
99
100