8

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$?

Peter Olson
  • 2,253
azazy
  • 91
  • 2
  • 1
    there is no nice method. The left hand side increases with (positive) $x,$ you can see that $x=4$ works, so that is it. If they replaced $90$ with either $89$ or $91$ you would be out of luck. – Will Jagy Oct 07 '14 at 01:46
  • Notice that for large x, the first term dominates the second, so the answer is approximately log3 of the right-hand side. – user541686 Oct 07 '14 at 07:23
  • Two people have already voted to close this question stating the reason: This question is missing context or other details. Perhaps you could mention where you encountered this equation or why you are interested in it. (I.e., add some context, so that the question will not be closed.) – Martin Sleziak Oct 07 '14 at 07:28

3 Answers3

3

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.

Deepak
  • 26,801
2

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$.

Laars Helenius
  • 7,965
  • 1
  • 23
  • 35
0

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!

Paul
  • 20,553