X + 3^x < 4 ? Spivak got me on Chap. 1

  • Thread starter Thread starter dotman
  • Start date Start date
  • Tags Tags
    Spivak
dotman
Messages
127
Reaction score
0
Must be something missing from my repertoire-- Spivak got me in Chapter 1! :-)

Trying to find all x that satisfy:

x + 3^x &lt; 4

I've tried everything I can think of. Here are a few lines I've run down, to no avail:

x + 3^x &lt; 4 \Rightarrow e^{x+3^x} &lt; e^4 \Rightarrow e^x \cdot e^{3^{x }}&lt; e^4 \Rightarrow e^x \cdot e^{e^{x ln 3}} &lt; e^4 , and its more complicated.

x + 3^x &lt; 4 \Rightarrow 3^x &lt; 4 - x \Rightarrow x \cdot ln 3 &lt; ln (4-x), and I'm unsure how to usefully proceed.

What I thought to be most promising was:

x + 3^x &lt; 4 \Rightarrow x + e^{x ln 3} &lt; 4, unsure how to proceed.

Does x + e^{ax} = b have a general solution for x? What am I missing? I'm beginning to wonder if I should make some general arguments based around all e^x being positive, or some such thing, after some manipulation.
 
Physics news on Phys.org
First notice if x decreases, x + 3x decreases. Then you just need to find where you get equality, and it's everything less than that point
 
Yeah, I see qualitatively that that is the case. The problem is, I don't see how to solve for the exact value-- x + 3^x = 4 is no easier for me.

I'm certain I could come up with the solution numerically in no time, but then, I'd still have this knowledge gap :P

Thanks!
 
Try guessing. x=0? x=2? Hmm ...
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top