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
1 answer

Difference in number of digits required to express numbers in systems with a different base.

The equation for the number of digits required to express some number (N) given some base (b) is the following $\lceil{\log_{b}(N+1)}\rceil$ If we want to see the difference in number of digits required for varying bases then then our general…
1
vote
2 answers

If $(3x)^{\log 3}=(4y)^{\log 4}$ and $4^{\log x}=3^{\log y}$, then the values of x and y are

Now looking at this problem, one can simply tell that the values will be $\frac 13$ and $\frac 14$ for $x$ and $y$ respectively, since the terms will equate one. However, just out of curiosity, is there a way to actually solve it? I tried doing it,…
Aditya
  • 6,191
1
vote
1 answer

$\ln ab - \ln |b|$

$\ln ab - \ln |b| = $ Options: (a) $\ln a$ ;(b) $\ln|a|$ ;(c) $-\ln a$ ;(d) none of these. My attempt: $\ln a + \ln b - \ln |b| = \ln a + \ln {\frac{b}{|b|}}$. Now, $\frac{b}{|b|}=\pm1$, but it can't be $-1$ for log to be defined. So, it means…
aarbee
  • 8,246
1
vote
3 answers

Prove that $\log_217\log_{\frac15}2\log_3\frac15>2$

Prove that $\log_217\log_{\frac15}2\log_3\frac15>2$ I know that $\log_2 17>\log_216=4$. Don't know how to tinker with other factors.
aarbee
  • 8,246
1
vote
2 answers

Simplifying a Logarithmic Expression

This is a really, very simple question, but I've never been an extremely confident mathematician and I just want to make sure that my attempt was correct. Oh and this is homework incase you were thinking I'm trying to sneak answers. :) All…
1
vote
2 answers

Anti Logarithm Formula

Is there any formula to calculate anti logarithm just using simple calculator.. I already know how to calculate logarithm digit by digit exactly just like this What is the best way to calculate log without a calculator? But how to calculate the…
Evilangel
  • 13
  • 3
1
vote
2 answers

simplify (finite) logarithm $\ln(1+\ln(1+\ln(1+\ln(1+\ln(1+c)))))$

I'm wondering if there is a way to shorten the following formula: $$ y = \ln ( 1 + ( \ln ( 1 + ( \ln ( 1 + ( \ln ( 1 + ( \ln (1+c) )))))))), $$ where $c$ is a constant positive number. Update: I edited the title to make it clear that the number of…
d_air
  • 113
1
vote
1 answer

Solutions of a logarithmic equation.

Equation from Question: $$x^{(\log_3(x))^2 + \log_3(x^4)-3}=3^{2\log_3(x)}$$ The question states to find the number of solutions and the sum of integral solutions. The correct answer is 3 solutions of integral sum 4 Solution attempt According to…
1
vote
0 answers

Solve For Variable Inside Natural Log and Outside

So, the equation I have is more simplified on here compared to the one I have to solve but here it is: $$10 = 2 \cdot \dfrac{x+4}{5x} \cdot \ln\left(\dfrac{2x}{6}\right)$$ I am unfamiliar with how to solve for a variable that is inside a natural…
Shaun
  • 11
1
vote
3 answers

Solving Equations using logarithm

Here is a system of equations for which I am having difficulty solving: \begin{cases} a^{2x}.b^{3y}=m^5 \\ a^{3x}.b^{2y}=m^{10} \end{cases}
1
vote
1 answer

Express the logarithm of number 63 to the base 140 in terms of a,b and c

I'm solving logs question. And got stuck in this question. Given that $\log_2 3 = a$, $\log_3 5 = b$ and $\log_7 2 = c$, express the logarithm of number 63 to the base 140 in terms of a,b and c I've tried to sole it. But wasn't able to move after…
1
vote
1 answer

Finding the logarithm to the nearest integer without a calculator

If I want to find the nearest integer of $log_2(1,000,000,000)$ What I tried was to use the change of base rule for logarithms, using base 10 should simplify this…
1
vote
1 answer

How to solve the following logarithmic equation?

$$\log_2(x-5)=\log_5(2x+7)$$ Is there a way to solve this equation without drawing the graph and prove they "meet" in one point so the solution is unique? My first idea was to change their base according to the following formula: $$\log_b a =…
L731289
  • 361
1
vote
2 answers

how to solve nested logarithms

$$\log_{27}{8(\log_x{3})} = 1 $$ Please provide any quick method to solve this kind of problems. The above is just an example. Any better and tough examples with explanation could also be fine.
cdummy
  • 219
1
vote
1 answer

solving 3 unknown with 2 equations in Natural numbers

Iam trying to solve $a^b = f_1$ , $a^c = f_2$, I know the answer will get infinite set of answers. but can I solve it in Natural numbers , hence $a$, $b$, $c$, $f_1$, $f_2$ are natural numbers and $f_1$ and $f_2$ are known ?
Max
  • 13