2

Wolfram Alpha says the answer is zero. But how to find the value of $x - y$ when the bases aren't even same. I know that $K^{\log_K x}= x.$

Bill Dubuque
  • 272,048

3 Answers3

1

$x = 2^{log_5(7)} = 5^{log_5(2^{log_5(7)})} = 5^{log_5(7)log_5(2)}$

$ = 5^{log_5(2)log_5(7)} = 5^{log_5(7^{log_5(2)})} $

$ = 7^{log_5(2)} = y$


Another method

$x = 2^{log_5(7)} = 2^{\frac{ln(7)}{ln(5)}} = e^{ln(2^{(\frac{ln(7)}{ln(5)})})}$

$ = e^{{\frac{ln(2)ln(7)}{ln(5)}}} = e^{ln(7^{(\frac{ln(2)}{ln(5)})})}$

$ = 7^{\frac{ln(2)}{ln(5)}} = 7^{log_5(2)} = y$


Hence, $x = y$

$x-y = 0$

User 123
  • 303
1

You can show that $a^{\log_bc}=c^{\log_ba}$ for any positive $a$, $b$ and $c$. Indeed, $$a^{\log_b c}=\left(b^{\log_ba}\right)^{\log_b c}=\left(b^{\log_bc}\right)^{\log_b a}=c^{\log_ba}.$$

Zuy
  • 4,656
1

$\large x=2^\frac{\ln 7}{\ln 5}\qquad → \ln(x) = \left(\frac{\ln 7}{\ln 5}\right) (\ln 2)$
$\large y=7^\frac{\ln 2}{\ln 5}\qquad → \ln(y) = \left(\frac{\ln 2}{\ln 5}\right) (\ln 7)$

(x,y) have same log value, thus $\;x-y = x-x = 0$

albert chan
  • 2,114