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

Could anyone help me to solve this problem

Honestly I've never been good with logarithms, they mess my head. In the equation; $$\log_{10}(ax)\log_{10}(bx)+1=0$$ with $a>0$, $b>0$ and $x>0$ This equation only has solutions when the ratio $b/a$ is in the interval $(0,m]$ or the interval…
Marco
  • 11
1
vote
1 answer

logarithm proof for $a^{log_a(b)}=b$

I have tried proving for $a^{log_a(b)}=b$ , but I feel is incorrect, so how can I prove this? I have proved it as follows: $log_aa^{log_a(b)}=log_ab$ $log_a(b)log_aa= log_ab$ $log_a(b)= log_ab$
Joe
  • 795
1
vote
1 answer

How do i solve $x - \log{(\frac{h - x}{x})} = 0$?

Im trying to solve this equation for $x$: $$x - \log{\Big(\frac{h - x}{x}\Big)} = 0$$ where $h$ is a constant. I've looked for some info, but I've only found on how to solve when the variables inside x and $\log{(x)}$ are the same, I've tried to do…
1
vote
3 answers

Can someone help explain how to simplify logs of different bases?

So, I have a question here: $\log_2 M + \log_3 N$ The goal is to simplify this as far as possible. I tried to do change of base, but that didn't really help. I thought of rearranging and manipulating it with the laws of log, namely the…
1
vote
1 answer

What happens in a log log graph at the origin where $x = 0$?

I'm using a publicly available textbook to revise some maths and learn a bit of basic astrophysics. The section on logarithms discusses power laws and log log graphs. It uses the following generalised example of $y = ax^k$ can be plotted as $\log y…
HighWater
  • 13
  • 3
1
vote
1 answer

Equation involving logarithm

I know that $$(577+408\sqrt{2})(577-408\sqrt{2})=577^2-2\cdot408^2=1$$ and I should use this fact to solve find $n$: $$x=\frac{\log n}{\log(577+408\sqrt{2}}$$ where $x$ is the greatest root of the…
mvfs314
  • 2,017
  • 15
  • 19
1
vote
3 answers

Solve this equation $\log_2x=\log_{5-x}3$

Solve this equation $$\displaystyle \log_2x=\log_{5-x}3$$ the answer is $x=2,x=3$ http://www.wolframalpha.com/input/?i=log_2%28x%29%3Dlog%285-x%2C3%29 Can you give me some hint
septimus
  • 163
1
vote
1 answer

Help by solving simple equation with logarithm.

I know I have to know it, but somehow I have difficulty with solving the logarithmic equations. In the script, I found one and can't go further. I would be glad if someone could just write me the between steps, how to come from this…
1
vote
3 answers

$ \log|x-4| -\log|3x-10| = \log\left|\frac{1}{x} \right| $ one formal way to say we won't choose all solutions in degree 2 equation

$$ \log|x-4| -\log|3x-10| = \log\left|\frac{1}{x} \right| $$ After applying some properties we have: $$ \log\left|\frac{x^2-4x}{3x-10}\right| = 0. $$ After applying some operations, this equation becomes: $$ x^2-7x+10 = 0\\ x=2 ;x=5. $$ The…
NIN
  • 135
1
vote
0 answers

Logarithmic questions, on scaling and geometric mean

I'm understanding logarithmic scales and have questions. The axis coordinate for a number $x$ on the scale is $log_{10}(x) = y$. This can then be used to create the tick marks where $x$ is the tick mark and $y$ is the coordinate on the scale as…
Nick
  • 1,071
1
vote
2 answers

Expanding exponents as opposed to solving logarithmically provides different answers. $10^{2t-3} = 7$

The solution should be simplified from the above $$10^{2t-3} = 7$$ by recognizing the equivalent logarithmic format $$\log(7) = 2t-3$$ which solves for $t$ as $$\frac{\log(7)+3}{2} = t$$ Where I'm having problems is I attempted to work the problem…
1
vote
3 answers

Find the value of $\left((\log_29)^2\right)^{1/\log_2(\log_29) }\times \left(\sqrt{7}\right)^{1/\log_47}$

The value of$\left((\log_29)^2\right)^{1/\log_2(\log_29) }\times \left(\sqrt{7}\right)^{1/\log_47}$. My approach : I am able to solve this part : $(\sqrt{7})^{1/\log_47}$ by changing base : $(\sqrt{7})^{1/\log_47} = (7)^{2\log_74} = 16$ But I am…
Sachin
  • 9,896
  • 16
  • 91
  • 182
1
vote
2 answers

simplifying equation with logs

I have the following equation: I would like to solve this for Ze. I have found the same equation expressed in terms of Ze in another paper: I can't get my head around how this works. This is my attempt: However, there is something about the last…
Emma
  • 123
1
vote
1 answer

Without calculus or integrals, how can you prove that the area under 1/x stays the same, if decomposed into increasingly large segments?

Can someone please elaborate the embolded sentence below? How can you prove that "the area under the curve stayed the same" without integrals? I'm going to go back in time to the development of the logarithm. The log was a way of performing…
user851668
1
vote
2 answers

Floor of log equation $S=\left(\lfloor\log_{10}(x)\rfloor+1\right)x - \frac{10^{\lfloor\log_{10}(x)\rfloor+1}-10}{9}$

I must find 'x' and I don't know how to solve the following equation. Does it have a solution? How can I solve it? $$ S=\left(\lfloor\log_{10}(x)\rfloor+1\right)x - \frac{10^{\lfloor\log_{10}(x)\rfloor+1}-10}{9} $$ $$S,x\in\mathbb N$$
Carlos
  • 11