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

Help in applying logarithm

Can the expression $\log(\frac{x}{y^x}y^{(x-1)})$ be evaluated to equal $\log x - \log y^x +(x-1) \log y$ or $\log(xy^{-1})$? I am not sure which one is correct. This question is quite trivial but I am confused which answer is correct. In my…
SKM
  • 225
0
votes
0 answers

Distinct values of logarithm with base and value $\leq N$

I am trying to solve the following question: Consider the set $S_N=\{\log_a b | 2\leq a,b \leq N\}$. How many distinct values are there inside $S_N$? For example, $S_5={log_22,log_23,log_24,log_25,log_32,log_33,log_34,log_35,...,log_55}$ In which…
Gareth Ma
  • 792
0
votes
2 answers

Why are these two logs the same?

I did an integral and the answer on wolfram is $\frac{1}{5} ln{\frac{3}{2}} + ln{2}$ and it's equal to 0.77424 which is == to my answer which is $\frac{3}{5}(ln3 - ln1) + \frac{2}{5}(ln8-ln6)$ Why are these 2 answers the same? CAn someone help me…
Jwan622
  • 5,704
0
votes
5 answers

What are the exact steps to produce $k = \log_{3/2}n $ from $(\frac{2}{3})^kn = 1$?

What are the procedures to derive $k = \log_{3/2}n $ from $(\frac{2}{3})^kn = 1$? Is there a well-known formula?
eeee
  • 15
  • 2
0
votes
1 answer

$log_ab*log_ac$

I was trying to make the thing tighter, but I don’t know how to expand $log_ab*log_ac$. What should I do? Specific problem: ${ln(3)}^2$
0
votes
1 answer

The sum of the given series is?

$\log_42-\log_82+\log_{16}2-\log_{32}2+...$ In the given solution, the answer is given as $1-\ln2$. How do I arrive at this solution? Thank you!
0
votes
3 answers

The set of real values of $x$ satisfying the given equation are?

$\log_{\frac 12}(x^2-6x+12) \ge -2$. I am unable to understand the last two steps of the given solution. We observe that $0$ does not satisfy the inequality. If the given solution is incorrect, how do I arrive at the correct answer? Please post…
0
votes
2 answers

Algebra and exponential functions

Given $x^n=y$ where $n=y$, I have no problem finding $x$ if $y$ is known. Problem is getting $y$ when only the value of $x$ is known. Is there a way? At the moment I'm working with $x$ and $y$ values less than $1$. Thanks.
0
votes
2 answers

Exponents Linear algebra

$x^y=z $ Proof that $x^n/z=y$ I was calculating the cube root of $2$ by hand and when checking it out, I noticed its square is close to the value of logarithm of $3$ in base $2$. A little tweaking and I got the exact value for $n$ when $z$ is set at…
0
votes
1 answer

logarithmic functions and rules

I got a question about logarithm $\log(A)+\log(B)=\log(AB)$ $\log(A)-\log(B)=\log\frac{A}{B}$ I was reading on wikipedia on it and try to understand how the rule come about, but I can't understand. Can anyone help to understands it.
0
votes
3 answers

How to find x in $x^{\log _{2}x}>16$

$$x^{\log _{2} x}>16$$ What I have done is : Take log fo both sides Then I don't know to do what! Please help me if it is possible. Hint me about path through solving it.
0
votes
3 answers

logarithm of the product of non positives numbers

According to wikipedia: $${\displaystyle \ln(xy)=\ln x+\ln y\quad {\text{for }}\;x>0\;{\text{and }}\;y>0}$$ Does this formula also hold if say $x<0$ and $y>0$ ?
0
votes
0 answers

Logarithmic Function for Drop Rates in a Game

I'm a a Game Volunteer of a legacy game that the community does not let die yet, haha. As a community, we're encountering a problem when it comes to deciding what will be a good idea for a "pet" to actually increase drop rates in the game. The game…
0
votes
1 answer

Solving the system $\ln(xy)=4$ and $(\ln x)(\ln y)=-12$

If we have this system: $$\begin{align} \ln(xy) &=\phantom{-1}4 \\ (\ln x)(\ln y) &=-12 \end{align}$$ I know that $\ln(xy)= \ln x + \ln y$ to solve for $x$ and $y$, but what is $(\ln x)(\ln y)$? How can I solve this ?
R.Zee
  • 3
0
votes
1 answer

Using log laws to manipulate and simplify

I am reviewing this to teach this concept this year, and I have completely forgotten how to do these questions. Am I right in the fact that it needs to be some combination of multiplication, division and indices to reach 98 using 5 and 2? My…
Georgia F
  • 1
  • 1