1
$\begingroup$

How can I solve the following equation:

$2^{log_3 x}+x^{log_3 2}=4$

I don't want the final answer, I want to know how I can solve these kind of equations.

  • 0
    There isn't a way to solve all equations, but often you should start by writing everything you can as an exponent of the same base. In this case, notice what happens if you changed $2$ to $3^{\log_3 2}$ and $x$ to $3^{\log_3 x}$.2012-09-09

1 Answers 1

4

Put $x=3^y$

Simplify $2^{log_3 x}$ and $x^{log_3 2}$ as follows:

$log_3 x=log_3 3^y=ylog_3 3=y$

$x^{log_3 2}=(3^y)^{log_3 2}=(3^{log_32})^y=2^y$