Finding the Limit of a Function: Sin(x)/x as x->0

  • Thread starter Thread starter negation
  • Start date Start date
  • Tags Tags
    Function Limit
negation
Messages
817
Reaction score
0
Suppose I want to find the limit of a function g(x) as lim x-> 0

f(x) =< g(x) =<h(x)

My problem is selecting an upper and lower bound.

Suppose I have to find lim x->0 sin(x)/x

I know that sin(x) have a lower bound of -1 and upper bound of 1.

How should I further take this to solve the problem?
 
Physics news on Phys.org
negation said:
Suppose I want to find the limit of a function g(x) as lim x-> 0

f(x) =< g(x) =<h(x)

My problem is selecting an upper and lower bound.

Suppose I have to find lim x->0 sin(x)/x

I know that sin(x) have a lower bound of -1 and upper bound of 1.

How should I further take this to solve the problem?

Using your crude bounds, you can conclude that the limit of sin(x)/x lies between -∞ and +∞, if the limit exists at all. I think you will agree that this information is not very useful. Actually, you can improve it to lying between 0 and +∞, but that is not a whole lot better.

The limit is 100% standard, and appears in every calculus textbook and in many on-line calculus notes/tutorials.
 
negation said:
Suppose I want to find the limit of a function g(x) as lim x-> 0

f(x) =< g(x) =<h(x)

My problem is selecting an upper and lower bound.

Suppose I have to find lim x->0 sin(x)/x

I know that sin(x) have a lower bound of -1 and upper bound of 1.

How should I further take this to solve the problem?

In practise one requires that \lim_{x \to 0} f(x) = \lim_{x \to 0} h(x) for the squeeze therorem to be any use. However this problem is best solved by observing that
<br /> \lim_{x \to 0} \frac{\sin(x)}{x}<br />
is, if it exists, equal by definition to \sin&#039;(0). If you already know by other methods (such as by formally defining \sin x to be the solution of f&#039;&#039; + f = 0 which satisfies f(0) = 0 and f&#039;(0) = 1) that \sin&#039;(0) = 1 then you're done, but otherwise you will have to proceed by looking at a suitable right-angled triangle and claiming that \sin x \approx x for |x| sufficiently small.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top