I am solving the problems in Michael Spivak's Calculus book. In the Prologue chapter, there is the following problem: $$x + 3^x < 4$$ I can solve this using graphical means, but not analytically. Is it possible to do the latter?
I can arrive at the solution as follows:
$$3^x < 4 - x$$
$$x < \log_3 (4-x)$$
I then draw the graphs of the functions $\log_3 (4-x)$ and $x$, and I can determine that $x$ needs to be smaller than 1 to be smaller than the $\log_3 (4-x)$.
How do I solve this purely analytically?

$x+3^{x}$ is a continuous strictly increasing function. Hence $\{x: x+3^{x}<4\}=(-\infty, t)$ where $t$ is the unique real number $t$ such that $t+3^{t}=4$. Note that $t=1$!