Evaluating Limits: x Approach 0 & Beyond

doktorwho
Messages
181
Reaction score
6

Homework Statement


##\frac{e^x-1}{x}##
Evaluate the limit of the expression as x approaches 0.

Homework Equations


3. The Attempt at a Solution [/B]
The question i have is more theoretical. I was able to solve this problem by expanding the expression into the talyor polynomial at ##x=0##. I found that to be the easiest way to get to solution if tou asked to find a limit as x approaches 0. But my question is this:
If x approaches some constant could i do the same thing except evaluate at ##x=a##? And what about if x goes to infinity?
For example ##\frac{sinx}{x}## ##=0## as x goes to inifnity but when you try the expansion it doesnt. We can't then do that, so what would then be the easiest way?
 
Physics news on Phys.org
doktorwho said:
what would then be the easiest way
$$\left | {\sin x\over x } \right | \le {\left | {1\over x } \right | }$$
 
doktorwho said:
If x approaches some constant could i do the same thing except evaluate at ##x=a##?
Yes. It comes down to a coordinate shift: replace ##x-a## by ##y\ \ \ ## and take ##\ \displaystyle \lim_{y\downarrow 0}##
 
doktorwho said:

Homework Statement


##\frac{e^x-1}{x}##
Evaluate the limit of the expression as x approaches 0.

Homework Equations


3. The Attempt at a Solution [/B]
The question i have is more theoretical. I was able to solve this problem by expanding the expression into the talyor polynomial at ##x=0##. I found that to be the easiest way to get to solution if tou asked to find a limit as x approaches 0. But my question is this:
If x approaches some constant could i do the same thing except evaluate at ##x=a##? And what about if x goes to infinity?
For example ##\frac{sinx}{x}## ##=0## as x goes to inifnity but when you try the expansion it doesnt. We can't then do that, so what would then be the easiest way?

Do you mean you want to evaluate ##\lim_{x \to a} \sin(x)/x## for finite ##a > 0##? If so, just use "continuity": ##\sin(x)## is a continuous function, so ##\lim_{x \to a} \sin(x) = \sin(a)## for any finite ##a##, and
$$\lim_{x \to a} \frac{\sin(x)}{x} = \frac{\lim_{x \to a} \sin(x)}{\lim_{x \to a} x}$$
if both limits in the numerator and denominator exist and the denominator limit is not zero.

These are general properties that you should learn because they are used extensively.

As for the limit when ##x \to \infty##, the solution has already been suggested by BVU, but to expand on his/her answer: use the fact that ##-1 \leq \sin(x) \leq 1##, so for ##x>0## we have ##-1/x \leq \sin(x)/x \leq 1/x##. Now use the "Squeeze Theorem"; see, eg.,
https://en.wikipedia.org/wiki/Squeeze_theorem
or
http://www.sosmath.com/calculus/limcon/limcon03/limcon03.html
 
  • Like
Likes doktorwho
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