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

Simplify $x^\frac{1}{(\log_a x)}$

Simplify $x^\frac{1}{(\log_a x)}$ The solution in my textbook is the following: Since $\log_a (x^\frac{1}{(\log_a x)}) = \frac{1}{\log_a x}$ $\log_a x = 1$, therefore $x^\frac{1}{(\log_a x)} = a^1 = a.$ I understand the law used in the first line…
Mango164
  • 129
2
votes
3 answers

Stuck on a log equation

I am having trouble figuring out how I can solve this log: $$6 \log(x^2+1)-x=0$$ The steps i've thought to take so far are as follows: step 1: subtract the right most x to the other side of the equation: $$6 \log(x^2+1) = x$$ step 2: divide by…
Matt
  • 1,123
2
votes
5 answers

Simplifying $ \log_{e^2}(e^{4a}+ae^{4a}) $

Problem Simplify logaritm: $$ \log_{e^2}(e^{4a}+ae^{4a}) $$ preferably in a way that end result contains only natural logarithm. Attempt to solve I know few computational rules about logarithms: $$ \log_a(xy) = \log_a(x)+\log_a(y) $$ $$…
Tuki
  • 2,237
2
votes
2 answers

How do I simplify $\frac{\log_7 32}{\log_7 8\cdot\sqrt2}$?

So far I have got $\log_7 2^5 - \log_7 2^3 + \log_7 2^{1/2}$ and am unable to proceed. Am I, on the right track so far? and how do I proceed? thank you!
2
votes
4 answers

Is there a way to work out $x$ if for example $a^x=b$

So say you had $5^x=25$ where $x$ is obviously $2$, how would you work $x$ out if the question wasn't obvious? edit: What if the question was something like $a^x=-1$ (where $a$ is any number). PS to all the maths elitists out there: Feel free to…
Yaya
  • 33
2
votes
2 answers

Prove that $\log_8(9)+\log_9(10)+\log(11)<2\log_2(3)$

Original title had a typo, third term of the LHS is $\log(11)$. Prove that $\log_8(9)+\log_9(10)+\log(11)<2\log_2(3)$ I am kind of frustrated with this simple problem. How do you prove this without using a calculator. I know that both LHS and RHS…
2
votes
3 answers

The quadratic equation is giving me error can you please help me locate where I am wrong

Question. Solve $$\log(x-3) + \log (x-4) - \log(x-5)=0.$$ Attempt. I got $$x^2-8x+17=0.$$ $$\log(x-3)(x-4)/(x-5)=0$$ $$\log(x^2-4x-3x+12)/x-5=0$$ $$x^2-7x+12= 10^0 (x-5)$$ $$x^2-7x-x+12+5=0$$ $$x^2-8x+17=0$$ Hi guys update: apparently the answer…
2
votes
1 answer

Horizontal line segments and logarithmic functions

We have the functions $$f(x)= \log_2(x+3), \quad\text{ and }\quad g(x)= 1 + \log_{1/2}(x)$$ Find for which values of $q$ the graphs cut of a line segment of $2$ of the line $y=q$. (because of my poor English, here is a picture to illustrate what I…
2
votes
1 answer

Creating the equation of a logarithmic graph given an asymptote and two intercepts

There was a question that I came across that I was unable to answer.. Find the equation to a logarithmic equation with an asymptote at $x=-5$ and containing the $X$-intercept $X=e-5$ and $Y$-intercept $Y=\log_e\dfrac{25}{e^2}$. I understand that…
S.Ban
  • 41
2
votes
1 answer

Does the number meet the condition of the equation?

I needed to replace a solution in the equation, to see if it was correct. The two solutions of this equation: $log_5{(x+3)} + log_5{(12x + 1)} = 3$, are: {${\frac{-61}{12}, 2}$} The solution $2$, satisfy the equation, but with $\frac{-61}{12}$ is…
ESCM
  • 3,161
2
votes
1 answer

If $\log_{30}3=a,\log_{30}5=b$ then show what $\log_{30}8$ is

If $\log_{30}3=a,\log_{30}5=b$ then show what $\log_{30}8$ is. I am having trouble trying to get 8 to be some sequence with 5,30,3. Any hints?
2
votes
3 answers

Logarithm curves intersection number

$y=\log (x)$ and $y=\frac{1}{x}$ are drawn in a plane. Try and find number of times they intersect for values of $x$ greater than 1. I equated the two values of $y$. $$\log (x) = \frac{1}{x}$$ $$\log(x)^x=1$$ $$x^x=e$$ Then what?
2
votes
2 answers

Which is the right result(s) of this logarithmic equation?

I came across this equation in my textbook and I have 3 methods to solve it, all giving me different answers so I hope you can help me understand which of these is the right one. $$\ln (x^2) -1 = 0$$ 1. My textbook says to factor the equation as:…
2
votes
1 answer

How to write $\log_{15} 81$ in terms of $A$, if $A$ is equal to $\log_{15} 5$?

At first it seemed really simple but I've been stuck with this exercise for many minutes, I've tried a lot of things but I just get nowhere, would someone be kind enough to give me a hint? The answer is $4(1-A)$ but to me that doesn't really make…
2
votes
3 answers

Does $2 \log(-1) = 0$?

It occurred to me, following the rule of logarithms, that $a\log(b)=\log(b^a)$ Thus $2 \log(-1) = \log((-1)^2) = \log(1) = 0$
user528250