If the log is expressed with base 9 it is equal to:

  • Thread starter Thread starter Jaco Viljoen
  • Start date Start date
  • Tags Tags
    Base Log
AI Thread Summary
The discussion centers on converting the expression log3(x-3) - log1/3(x+1) into a logarithm with base 9. Participants clarify the steps needed to eliminate the fractions involved in the logarithmic expressions. There is a focus on using the property of logarithms that allows one to express log in different bases, specifically applying the formula logba = logca/logcb. Questions arise about the correct formatting of fractions in the context of logarithmic calculations. The conversation emphasizes understanding the underlying principles of logarithms rather than just following formulas.
Jaco Viljoen
Messages
160
Reaction score
9

Homework Statement


If log3(x-3)-log1/3(x+1) is expressed in terms of a logarithm with base 9, then it is equal to?

Homework Equations


logba=logca/logcb

The Attempt at a Solution


I know I need to get rid of the 1/2 by multiplying but can't remember how to apply it.

log3(x-3)-log1/3
=log9(x-3) / log93 - log9(x+1) / log91 / 3
= log9(x-3) / 1/2 - log9(x+1) / -1/2

Can someone tell me how to display fractions correctly?
Thank you.

Jaco
 
Last edited:
Physics news on Phys.org
Jaco Viljoen said:
log9(x+1) / log91 / 3
where'd you get that ##(x + 1)## i don't see it in the question..
Jaco Viljoen said:
log9(x-3) / 1/2 - log9(x+1) / -1/2
Well, you finished the hard part,
i might be wrong , but can't you just takr ##2## common and express the the 2 term expression in terms of ##log_9\frac{numerator}{denominator}##
Jaco Viljoen said:
Can someone tell me how to display fractions correctly?
if you're referring to typing like this..
$$\frac{log_9(x-3)}{\frac{1}{2}} - \frac{log_9(x+1)}{\frac{-1}{2}}$$this might help... go through this https://www.physicsforums.com/threads/physics-forums-faq-and-howto.617567/#post-3977517
 
Last edited:
  • Like
Likes Jaco Viljoen
Suraj M said:
where'd you get that ##(x + 1)## i don't see it in the question..
Its in the question, I struggle to read in the code, sorry about that

Suraj M said:
Well, you finished the hard part,
i might be wrong , but can't you just takr ##2## common and express the the 2 term expression in terms of ##log_9\frac{numerator}{denominator}##

This is what it feels like I should do, but I am not sure? would I add a 2 in from of the log?
Suraj M said:
if you're referring to typing like this..
$$\frac{log_9(x-3)}{\frac{1}{2}} - \frac{log_9(x+1)}{\frac{-1}{2}}$$this might help... go through this https://www.physicsforums.com/threads/physics-forums-faq-and-howto.617567/#post-3977517

Yes that's what I am referring to, Thank you.
 
Jaco Viljoen said:

Homework Statement


If log3(x-3)-log1/3(x+1) is expressed in terms of a logarithm with base 9, then it is equal to?

Homework Equations


logba=logca/logcb

The Attempt at a Solution


I know I need to get rid of the 1/2 by multiplying but can't remember how to apply it.

log3(x-3)-log1/3
⇒ log9(x-3) / log93 - log9(x+1) / log91 / 3
⇒ log9(x-3) / 1/2 - log9(x+1) / -1/2
The ⇒ means "implies", which isn't appropriate here. What you should have above is =. The expression on the first line is equal to the one on the second line, which in turn is equal to the one on the third line.

The formula you show as your relevant equation I don't keep in memory. Instead I derive it when I need it, which takes a little longer, but so be it.

Here's an example of how I would rewrite ##log_2(x + 5)## as a logarithm in base 4.
Let ##y = log_2(x + 5)##
Then ##x + 5 = 2^y## See comment 1 below.
Taking the log (base 4) of both sides, I get
##log_4(x + 5) = log_4(2^y)##
Or, ##log_4(x + 5) = y * log_4(2)##, using one of the properties of logs
Solving for y, I get
##y = \frac{log_4(x + 5)}{log_4(2)} = \frac{log_4(x + 5)}{1/2} = 2 * log_4(x + 5)## See comment 2 below
Then ##log_2(x + 5) = 2 * log_4(x + 5)##

1. I used the most important concept in logarithms; that a logarithm is an exponent on whatever the base happens to be. For example, ##log_2(x + 5)## means the exponent on 2 (the base) the results in x + 5.
2. In this step I replaced ##log_4(2)## with 1/2. ##log_4(2)## means the exponent on 4 that results in 2. In other words, ##4^? = 2##. The exponent has to be 1/2, since ##4^{1/2} = 2##.

Jaco Viljoen said:
Can someone tell me how to display fractions correctly?
 
  • Like
Likes Jaco Viljoen
Mark44 said:
Here's an example of how I would rewrite ##log_2(x + 5)## as a logarithm in base 4.
Let ##y = log_2(x + 5)##

Then ##x + 5 = 2^y## See comment 1 below.
Taking the log (base 4) of both sides, I get

##log_4(x + 5) = log_4(2^y)## Why is there log=log now?
Or, ##log_4(x + 5) = y * log_4(2)##, using one of the properties of logs
Solving for y, I get
##y = \frac{log_4(x + 5)}{log_4(2)} = \frac{log_4(x + 5)}{1/2}##
Is this not what I have done on mine?

Mark44 said:
##\frac{log_4(x + 5)}{1/2}= 2 * log_4(x + 5)##
Then ##log_2(x + 5) = 2 * log_4(x + 5)##

Could you explain the step above to me?*2 to remove the 1/2, but why does the 2 remain in front of the log?
Because this is what I want to do but I am not sure why...[/QUOTE]
 
Last edited:
Mark44 said:
Here's an example of how I would rewrite ##log_2(x + 5)## as a logarithm in base 4.
Let ##y = log_2(x + 5)##
Jaco Viljoen said:
how is there log=log now?
I don't know what you mean. What are you asking here?
Mark44 said:
Then ##x + 5 = 2^y## See comment 1 below.
Taking the log (base 4) of both sides, I get
##log_4(x + 5) = log_4(2^y)##
Or, ##log_4(x + 5) = y * log_4(2)##, using one of the properties of logs
Solving for y, I get
##y = \frac{log_4(x + 5)}{log_4(2)} = \frac{log_4(x + 5)}{1/2}##

Jaco Viljoen said:
Is this not what I have done on mine?
Yes, this is what you did. You said that you needed to get rid of the 1/2 by multiplying, but couldn't remember how to do it. I wasn't sure if you knew what you were doing, or were just following a cookbook formula that you might not remember or might remember incorrectly. What I wrote was an explanation of what should happen.
Mark44 said:
##\frac{log_4(x + 5)}{1/2}= 2 * log_4(x + 5)##
Then ##log_2(x + 5) = 2 * log_4(x + 5)##

Jaco Viljoen said:
Could you explain the step above to me?*2 to remove the 1/2, but why does the 2 remain in front of the log?
Because this is what I want to do but I am not sure why...
Divide by 1/2 is exactly the same as multiplying by the reciprocal of 1/2 -- in other words, the same as multiplying by 2.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top