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

Simplify the following expression: $ \frac{(a^3-1)(b^3-1)-1}{ba(a+b)} \;, $ given that $\log(a+b) = \log(ab)$ for $a,b > 0$.

I am a beginner to logarithms, and I need to know how to simplify the following expression: $$ \dfrac{(a^3-1)(b^3-1)-1}{ba(a+b)} \;, $$ given that $\log(a+b) = \log(ab)$ for $a,b > 0$.
Fghj
  • 1,471
0
votes
2 answers

What is the value of this expression

If $ \log_p q + \log_q r + \log_r p = 0 $ Then what is the value of, $$(\log_p q)^3 + (\log_q r)^3 + (\log_r p)^3$$ given that $p,q,r \neq 1$ A. It is odd prime B. It is even prime C. Odd composite D. Irrational I have tried using the identity…
Fghj
  • 1,471
0
votes
3 answers

What is the value of $x$ in this equation

I want to find the value of $x$ in this equation, by using logarithms. $ \ 18^{4x-3} = (54 \sqrt{2})^{3x-4} \ $
Fghj
  • 1,471
0
votes
3 answers

What is the value of this logarithmic expression

I am new to logarithms, and I need to find out the value this expression. $ \ Given, \\x=\sqrt{log_{11}7}\\y=\sqrt{log_711} \\find : e^{y \ln{7} -x \ln{11}} $
Fghj
  • 1,471
0
votes
1 answer

What is solution of this expression

I am new to logarithms, and I need to find out the solution set of this expression. $$x^{\log_a x} = (a^\pi)^{(\log_a x)^3} \\ a \in \mathbb{N} , a>0 ,a \neq 1$$
Fghj
  • 1,471
0
votes
3 answers

How can $\log{x^p} = p\log{x}$ be an identity?

Consider $\log(x-3)^2$ and $2\log(x-3)$. The second expression defines a function that is the same as the branch of the function that is defined by the first expression for $x>3$. That function is not defined for $x<3$. How then it is the case that…
LearningMath
  • 1,201
0
votes
2 answers

Proving question for Logarithm

$\log_2 x + \log_x 2 + 2$ in the form of $\frac{(a+b)^2}{a}$
0
votes
1 answer

Solve: $x^3=0.5625$

Solve: $x^3=0.5625$ $$x^3=0.5625/\log_3$$ $$\log_3x^3=\log_3 0.5625$$ $$3\log_3 x=\log_3 0.5625$$ $$\log_3 x=\frac{\log_3 0.5625}{3}$$ How to evaluate $\log_3 0.5625$? How to change basis in logarithms for simplicity? For example, if we have $\log_3…
0
votes
3 answers

Properties of Natural Logarithm $\ln(x^a)=a\ln x $

prove by using $\ln x = \int_1^{x} dt/t$ and without using Derivative: $$\ln(x^a)=a\ln x \ \ \ \ x\in \mathbb{R}^+ , a \in \mathbb{R}$$ My Try : $$\ln (x^a) = \int_1^{x^a} dt/t =$$ Now how ?
Almot1960
  • 4,782
  • 16
  • 38
0
votes
1 answer

How many payments require to pay off half of this 20 year loan?

Ian Desrosiers buys a house for \$285000. He pays \$60000 down and takes out a mortgage at 6.5% on the balance. P.S. So, using the formula I found out the monthly payments which are \$1677.54. Then the book has the following formula for remaining…
0
votes
1 answer

why $ ⌊log_2N⌋ <=log_{3/2}N$

Can anyone prove: $ ⌊log_2N⌋ <=log_{3/2}N$ This question comes from the Binary Tree height calculation. If the number of element in a binary tree is N, the height of the tree is the floor of $ log_2N $ which is smaller than $log_{3/2}N$. video…
Di Wang
  • 511
0
votes
3 answers

Finding x using logarithms

$$x^{1/3} - 4x^{-1/3}= 3$$ I dont quite understand what to do with the 4 in the term 4x so that I can rewrite the two terms with the same base. Also since there are two terms how do i solve this? I'm supposed to find x
0
votes
1 answer

How to solve the circled question?

I always face problem in solving such questions. Can you please explain the approach to solve such questions.And please give full explanation for this question(https://i.stack.imgur.com/kJ1hY.jpg)
0
votes
5 answers

Proof of a logarithm

$$-\ln(x-\sqrt{x^2-1})=\ln(x+\sqrt{x^2-1})$$ I'm having issues showing that the left hand side equals the right. I think I'm missing some sort of easy issue but I'm overlooking it. Going backwards on the left-hand side isn't working for me. How…
0
votes
1 answer

is N logv2(N) the same as N log N?

In one place I'm reading the performance of a heapsort is N log₂(N) and in another it says N log N Are they the same?
Alex R
  • 1