Help needed with a specific epsilon-delta limit proof

sergey90
Messages
10
Reaction score
0

Homework Statement



limit[1/(x-2)^3]=-inf as x->2

Homework Equations





The Attempt at a Solution


2-delta<x<2 1/(x-2)^3 < M
-delta<x-2<0 (x-2)^3>1/M
(-delta)^3<(x-2)^3<0

=>(-delta)^3=1/M=>-delta=croot(1/M)=>delta=-croot(1/M) ...huh? how could delta be negative?
 
Physics news on Phys.org
I have no idea what you just did.

What are these three equations?? What is M??
 
its the epsilon delta proof for infinite limits. Its just how they are proved generally. M is any negative number
 
I still have no idea what you did, sorry. I can see delta's and M's and stuff, but I have no idea what you're doing.

Can you write in words what you're doing between every step? Write what you want to prove. Just write some text to guide the reader.

Also, if M is negative, then -\sqrt[3]{1/M} is positive...
 
sergey90 said:

Homework Statement



limit[1/(x-2)^3]=-inf as x->2

Homework Equations





The Attempt at a Solution


2-delta<x<2 1/(x-2)^3 < M
-delta<x-2<0 (x-2)^3>1/M
(-delta)^3<(x-2)^3<0

=>(-delta)^3=1/M=>-delta=croot(1/M)=>delta=-croot(1/M) ...huh? how could delta be negative?

You want to prove :

lim_{x→2} \frac{1}{(x-2)^3} = -∞

So you want to use this statement :

\forallM>0, \existsδ>0 | 0 < |x-2| < δ \Rightarrow f(x) < M

Start with f(x) < M and massage it to find a suitable δ.
 
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