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

Intersection of two exponential graphs

Setting the two equations equal yields $3^{2x}-3^x = 4*3^x$ Let $y=3^x$ Then we have $y^2-y=4y$ $y(y-5)=0$ $y=0,5$ $3^x = 0, 3^x =5$ $x\log 3 =0, \implies x=0$ and $x\log 3 = 5 \implies x = \frac{5}{\log 3}$ Is this correct? How can I tell which…
user130306
  • 1,890
0
votes
2 answers

questions on graphs of logarithms and exponentials

For this, if i take the log, I know that $\ln (4) > \ln(3)$ The question doesn't specify if $x>0$ but I will assume so. So I have $-x\ln(4) < -x\ln(3)$ So $g(x)=3^{-x}$ is the "bigger graph." my question is, how do i know which is the "bigger"…
user130306
  • 1,890
0
votes
1 answer

Logarithms and exponential

A Straight line is added to y=ln(2x+7) to obtain a solution of e^4x(2x+7)-e^9=0. Determine the equation of the straight line. Please help
Cate
  • 21
0
votes
3 answers

Find 'x' satisfying equation $4^{\log_{10} {x+1}} - 6^{\log_{10} x} - 2.3^{\log_{10} {x^2 +2}}$ = 0

The question is from logs Find 'x' satisfying equation $4^{\log_{10} {x+1}} - 6^{\log_{10} x} - 2.3^{\log_{10} {x^2 +2}}$ = 0 I've tried to solve it. I was trying to convert base 10 of logs to respective numbers. like 4 for first one 6 for second…
0
votes
1 answer

Simplify natural logarithm when there is a constant

Apologies for lack of latex. I am trying to simplify ln(x^2)+1 / ln(x) ln(x^2) + 1 / ln(x) = 2 * (ln(x)) + 1 / ln(x) = 2 + (1 / ln(x)) I understand we can get 2 ln(x) from ln(x^2). How did we get from step 2 to step 3?
Gen Tan
  • 171
0
votes
2 answers

Log variable base with variable

Looking for help with this equation. Trying to help boyfriends younger sister but answer is either all numbers or its impossible: $$ \log_x \left(x^5\right) = 5 $$
0
votes
0 answers

When $N^b (\log N)^c = 2^N$

What b and c should equal to, to say that this equation is correct(the base of log is 2): $$ N^b (\log N)^c = 2^N $$ *I'm a beginner in Math and need this to be done to go further. Would be nice if you gave me some explanation or links to…
0
votes
2 answers

exponents and logarithms question

Find the sum of all solutions to \begin{align*} (\log_2 x)(\log_3 x)(\log_4 x)(\log_5 x) &= (\log_2 x)(\log_3 x)(\log_4 x) + (\log_2 x)(\log_3 x)(\log_5 x) \\ &\quad + (\log_2 x)(\log_4 x)(\log_5 x) + (\log_3 x)(\log_4 x)(\log_5 x). \end{align*} I…
sumi
  • 329
0
votes
1 answer

Logarithmic pattern from 0 to 1 to calculate probability.

I'm sorry if this is badly explained, I'm really a computer programmer. I have 13 different variables all initially assigned to a integer of 0.5. thr = 0.5 act = 0.5 com = 0.5 I want to generate a function in which a user can input a number from…
0
votes
2 answers

Big O Hierarchy log log 16 less than 1

My lecture has given me a Big O hierarchy table that shows $1 \leq \log(\log(16))$. How is this possible given $\log(\log(16)) = 0.08066976367$? More specifically, $1 \leq log(log(n))$ for all $n\geq16$ Edit: adding this table to clarify my source
timv
  • 101
0
votes
1 answer

Equation $Q=kH^n$

Hello i have a maths problem i am trying to solve. I have nearly completed it. I am just stuck on the last bit, and looking for some help. My Question: Two quantities Q and H are believed to be related by the equation $Q= kH^n$. The values obtained…
0
votes
2 answers

Expressing $\log_{0.985} (0.1)$ only using $\ln$ and $\log_{10}$

How to express $\log_{0.985}(0.1)$ only using $\ln$ and $\log_{10}$ functions, if it is possible? Thanks in advance!
user635053
0
votes
2 answers

Why do some logarithmic equations have two solutions?

I was trying to find solutions for a high school math problem, but there was one thing I didn't quite understand. There is a logarithmic identity that says that $ln\:x^2=2\cdot ln \:x$ However, when solving an equation, the two different forms give…
Zack King
  • 129
0
votes
4 answers

How can I find $x$ from this logarithms equation?

Solve $\log_9x + \log_{81}3x = 1$
0
votes
2 answers

GCSE logarithmic problem - don't know base

There's a question in my iGCSE textbook that I don't know how to answer. I HAVE TRIED TO ANSWER IT! The question is: $$log(x)=\frac{10-x}{20}$$ I don't know what the base for the $log()$ is. Putting this question into Wolfram Alpha or other equation…
user653138