3

Suppose I have the inequality $(\frac{A}{B})^X < (\frac{C}{D})\cdot(\frac{E}{F})^Y$ and I want X by itself.

Can I do this $X\cdot \log(\frac{A}{B}) < \log(\frac{C}{D})\cdot(Y\cdot \log(\frac{E}{F}))$? Am I breaking any rules on the right-hand side?

rash
  • 2,060
  • 1
  • 9
  • 28

3 Answers3

4

It should be $$X\log \left(\frac{A}{B}\right)=\log \left(\frac{C}{D}\right)+Y\log \left(\frac{E}{F}\right)$$ You did not break the log into addition as $\log xy =\log x +\log y$

rash
  • 2,060
  • 1
  • 9
  • 28
0

Yes!!! You need to apply the rule of addition for logarithmic functions.

Right hand side should be log(C / D) + (Y * log(E / F)).

0

One of the logarithm rules is $\log (ab)=\log a + \log b$. Therefore, on the right, it should be $\log (\frac{C}{D}) + Y \log (\frac{E}{F})$.

KingLogic
  • 1,441