Solve Logarithmic Equation: \log_{2010} 2011x = \log_{2011} 2010x

  • Thread starter Thread starter mafagafo
  • Start date Start date
  • Tags Tags
    Logarithmic
AI Thread Summary
The logarithmic equation \log_{2010} 2011x = \log_{2011} 2010x can be simplified using properties of logarithms. By equating the two sides and manipulating the expression, it leads to the conclusion that \log x = -(\log 2010 + \log 2011). This results in the final solution x = 1/4042110. The discussion emphasizes the use of logarithmic identities to solve the equation effectively. The solution was confirmed by multiple participants, highlighting the collaborative nature of problem-solving in mathematics.
mafagafo
Messages
188
Reaction score
12

Homework Statement


\log_{2010} 2011x = \log_{2011} 2010x

The Attempt at a Solution


\log_{2010} 2011x = \log_{2011} 2010x
\frac{\log 2011x}{\log 2010} = \frac{\log 2010x}{\log 2011}
\frac{\log 2011x}{\log 2010} - \frac{\log 2010x}{\log 2011} = 0
\frac{\log 2011\log 2011x - \log 2010 \log 2010x}{\log 2010 \log 2011} = 0
\log 2011\log 2011x - \log 2010 \log 2010x = 0

What's next?

Answer should be x = 1/4042110
 
Physics news on Phys.org
mafagafo said:

Homework Statement


\log_{2010} 2011x = \log_{2011} 2010x

The Attempt at a Solution


\log_{2010} 2011x = \log_{2011} 2010x
\frac{\log 2011x}{\log 2010} = \frac{\log 2010x}{\log 2011}
\frac{\log 2011x}{\log 2010} - \frac{\log 2010x}{\log 2011} = 0
\frac{\log 2011\log 2011x - \log 2010 \log 2010x}{\log 2010 \log 2011} = 0
\log 2011\log 2011x - \log 2010 \log 2010x = 0

What's next?

Answer should be x = 1/4042110

Hi mafagafo!

Hint: Use log(a*b)=log(a)+log(b).
 
  • Like
Likes 1 person
\log 2011\log 2011x - \log 2010 \log 2010x = 0
\log 2011 (\log 2011 + \log x) - \log 2010 (\log 2010 + \log x) = 0
(\log 2011 )^2 + \log 2011 \log x - ((\log 2010 )^2 + \log 2010 \log x) = 0
(\log 2011 )^2 + \log 2011 \log x - (\log 2010 )^2 - \log 2010 \log x = 0
\log 2011 \log x - \log 2010 \log x = (\log 2010 )^2 - (\log 2011 )^2
\log x \cdot (\log 2011 - \log 2010) = (\log 2010 )^2 - (\log 2011 )^2
\log x = \frac{(\log 2010 - \log 2011)(\log 2010 + \log 2011)}{\log 2011 - \log 2010}
\log x = \frac{(\log 2010 - \log 2011)(\log 2010 + \log 2011)}{-(\log 2010 - \log 2011)}
\log x = - (\log 2010 + \log 2011) = - \log 4042110 = \log (4042110^{-1})
x = 4042110^{-1} = \frac{1}{4042110}

Thank you, Pranav-Arora.
 
Glad to help. :)
 
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