1

How to evaluate this expression?

$$ \ 3^{\log_4 5} + 4^{\log_5 3} - 5^{\log_4 3} - 3^{\log_5 4} \ $$

Fghj
  • 1,471

1 Answers1

3

Very often when you encounter an expression like $g(x)^{f(x)}$ you would want to to rewrite it as $e^{f(x)\ln(g(x))}$.

Also, remember that $\log_a(b) = \frac{\ln(b)}{\ln(a)}$.

With that in mind: $3^{\log_4(5)} = e ^ { \frac{\ln(5) }{ \ln(4)} \ln(3) } $ and same is for $5^{\log_4(3)} = e ^ { \frac{\ln(3) }{ \ln(4)} \ln(5) } $ so they cancel each other.

Same is for other two summands. So the whole expression evaluates just to zero.

D. Dmitriy
  • 993
  • 4
  • 8