Squeeze Theorem/Limits Question. Answers don't match up.

  • Thread starter Thread starter fire9132
  • Start date Start date
  • Tags Tags
    Match
fire9132
Messages
5
Reaction score
0

Homework Statement



Evaluate using the Squeeze Theorem.
\lim_{x\rightarrow0} (2^{x} - 1) cos\frac{1}{x}

Homework Equations


The Attempt at a Solution



-1 ≤ cos\frac{1}{x} ≤ 1 \\<br /> 1 - 2^{x} ≤ (2^{x} -1)cos\frac{1}{x} ≤ 2^{x} - 1 \\<br /> 0 ≤ (2^{x} -1)cos\frac{1}{x} ≤ 0 \\<br /> ∴ \lim_{x\rightarrow0} (2^{x} - 1) cos\frac{1}{x} = 0

That's the solution I got and the solution that's in my textbook. But when I checked on wolframalpha, it says the limit does not exist.

Did I do something wrong and is my textbook wrong? or is it something conceptually that I don't understand about this? Is wolframalpha wrong?
Thanks :)
 
Physics news on Phys.org
fire9132 said:

Homework Statement



Evaluate using the Squeeze Theorem.
\lim_{x\rightarrow0} (2^{x} - 1) cos\frac{1}{x}

Homework Equations





The Attempt at a Solution



-1 ≤ cos\frac{1}{x} ≤ 1 \\<br /> 1 - 2^{x} ≤ (2^{x} -1)cos\frac{1}{x} ≤ 2^{x} - 1 \\<br /> 0 ≤ (2^{x} -1)cos\frac{1}{x} ≤ 0 \\<br /> ∴ \lim_{x\rightarrow0} (2^{x} - 1) cos\frac{1}{x} = 0

That's the solution I got and the solution that's in my textbook. But when I checked on wolframalpha, it says the limit does not exist.

Did I do something wrong and is my textbook wrong? or is it something conceptually that I don't understand about this? Is wolframalpha wrong?
Thanks :)

It's possible that you inadvertently entered something different into wolfram. Your answer is correct.
 
fire9132 said:
-1 ≤ cos\frac{1}{x} ≤ 1 \\<br /> 1 - 2^{x} ≤ (2^{x} -1)cos\frac{1}{x} ≤ 2^{x} - 1 \\<br /> 0 ≤ (2^{x} -1)cos\frac{1}{x} ≤ 0 \\
You are correct that the limit is zero, but your reasoning has some flaws. The last line is clearly not correct, for it is equivalent to
$$(2^x - 1)\cos\left(\frac{1}{x}\right) = 0$$
which is not true for all ##x##. The previous line is correct, but only if ##2^x - 1 \geq 0##.

It's somewhat easier to work with absolute values:
$$\left|\cos\left(\frac{1}{x}\right)\right| \leq 1$$
Now multiply both sides by ##|2^x - 1|## and see what you can conclude.
 
fire9132 said:
1 - 2^{x} ≤ (2^{x} -1)cos\frac{1}{x} ≤ 2^{x} - 1 \\


for x < 0, this statement is false.
 
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