I'm supposed to solve the equation $$3^x + 3^\sqrt x = 90$$
What steps do I need in order to get the solution $x=4$?
I'm supposed to solve the equation $$3^x + 3^\sqrt x = 90$$
What steps do I need in order to get the solution $x=4$?
There is in truth, no rigorous "algebraic" way to solve this.
The only real viable way is to "guess and check" or "spot" the integral solution. Alternatively, you can use iterative methods to approximate a solution, which will give you a value "very close" to $4$ - upon which you can test $4$ and find that it solves the equation exactly. You can then use curve sketching or some other means to show that it's the only solution as the function $f(x) = 3^x + 3^{\sqrt x}$ is strictly increasing.
Another way is by inspection. Since the left hand side is sums of powers of 3, can we write 90 as the sum of powers of 3?
Yes, $3^x+3^\sqrt{x}=90=81+9=3^4+3^2.$
Thus $x=4$.
I cannot find a better way then the following to solve it. We may using by observing that $x=4$ is the root of this equation and by observing that the function $f(x)= 3^x + 3^\sqrt x$ is an increasing function, which implies $x=4$ is the unique root.
May it helps!