Help needed with a specific epsilon-delta limit proof

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
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
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 [itex]-\sqrt[3]{1/M}[/itex] 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 :

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

So you want to use this statement :

[itex]\forall[/itex]M>0, [itex]\exists[/itex]δ>0 | 0 < |x-2| < δ [itex]\Rightarrow[/itex] f(x) < M

Start with f(x) < M and massage it to find a suitable δ.