1

Here's the formula: $$ x^{\ln \left( 3 \right)}-3^{\ln \left( x \right)}$$

I know it's equal to $0$ because I've tried different values for $x$, but how do I solve it, how do I simplify it to $0$?

n00b
  • 151
  • Go here $\longrightarrow$ https://math.stackexchange.com/questions/320116/logarithm-proof-problem-a-log-b-c-c-log-b-a and substitue $b = e$. – Mr Pie Mar 04 '18 at 00:04

4 Answers4

7

First $$ x^{\ln(3)}=e^{\ln(3)\ln(x)} $$ And $$ 3^{\ln(x)}=e^{\ln(x)\ln(3)} $$

So yes it values $0$.

Atmos
  • 7,369
6

Hint: For any positive real number $r$, $r=e^{\ln (r)}$. Apply this now to $r=x$ and $r=3$.

Barry Cipra
  • 79,832
3

Hint: use the fact that $a^x=e^{x\ln a}$ for $a>0$.

Barry Cipra
  • 79,832
2

Note that for positive values of $x$,$$ x^{\ln \left( 3 \right)}=3^{\ln \left( x \right)}= e^{ln(3).ln(x)}$$

Therefore, $$ x^{\ln \left( 3 \right)}-3^{\ln \left( x \right)}=0$$

  • 2
    You are initially assuming the answer equals $0$. Why? –  Mar 04 '18 at 00:01
  • @idk Because making an assumption is a good first step of proving statements (especially by contra-diction). For example, we may not know if $\sqrt 2$ is rational, or irrational. So, we assume $\sqrt 2 = p/q$ and where does this lead us? – Mr Pie Mar 04 '18 at 00:07
  • 1
    @user477343 What you are believing is incorrect. Here, you have to prove $a-b=0$, and the answer is assuming $a-b=0$ to prove $a-b=0$. In the case of $\sqrt 2$, you are assuming the OPPOSITE of what is correct to prove what is correct. –  Mar 04 '18 at 00:30
  • @idk ahhh I see... thank you for letting me know :) – Mr Pie Mar 04 '18 at 01:09