Mastering Limits: Proving f(x) = x^3 --> -8 as x --> -2 | Step-by-Step Guide

  • Thread starter Thread starter elle
  • Start date Start date
  • Tags Tags
    Limit Proof
elle
Messages
91
Reaction score
0
Hi,

I'm currently working on a proof problem and I'm just totally clueless on what I've been asked to prove.

The question is:

Define the real valued function f by f(x) = x^3 and prove that f(x) --> -8 as x --> -2. [ use the epsilon and delta definition of a limit ]

So far this is my attempt but I'm stuck where I'm trying to find epsilon. I'm not even sure my attempt is even correct :frown: Can someone help? Thanks in advance!

http://www.tinypic.com/view/?pic=n49nqv"
 
Last edited by a moderator:
Physics news on Phys.org
Now you are looking for a \delta in terms of \epsilon, such that:
If 0 < |x - (-2)| = |x + 2| < \delta then |x ^ 3 - (-8)| < \epsilon, for some given \epsilon > 0, right?
Now work backward, assume that:
x ^ 3 - (-8) &lt; \epsilon, we will try to rearrange it to make it look like: |x + 2| < something, and then we can let \delta = \mbox{something}, and finish our proof. Do you get it?
|x ^ 3 + 8| &lt; \epsilon, you need |x + 2|, so let's factor it.
\Leftrightarrow |x ^ 3 + 2 ^ 3| &lt; \epsilon
\Leftrightarrow |(x + 2) (x ^ 2 - 2x + 4)| &lt; \epsilon
\Leftrightarrow |x + 2| \times |x ^ 2 - 2x + 4| &lt; \epsilon, everything is positive, divide both sides by |x2 - 2x + 4|
\Leftrightarrow |x + 2| &lt; \frac{\epsilon}{|x ^ 2 - 2x + 4|} = \frac{\epsilon}{|(x - 1) ^ 2 + 3|} &lt; \mbox{what ?}.
Can you go from here? :smile:
 
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...
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