Prove the given problem that involves limits

chwala
Gold Member
Messages
2,825
Reaction score
413
Homework Statement
This is my own question (set by me).

##f(x)=x^3+2x^2-4x-8## Prove that

$$\lim_{x→ 2} f(x) =0 $$
Relevant Equations
uniform continuity.
I am self-learning analysis.

My steps are as follows,
For any ##ε>0##, there is a ##\delta>0## such that, ##|(x^3+2x^2-4x-8) -0|<ε## when ##0 < |x-2|<\delta##

Let ##\delta≤1## then ##1<x<3, x≠2##.
##|(x^3-2x^2-4x-8) -0|=|(x-2)(x+2)^2|=|x-2||(x+2)^2| <\delta |(x+2)^2|<19\delta##
Taking ##\delta## as ##1## or ##\dfrac{ε}{19}## whichever is smaller. Then we have, ##|(x^3+2x^2-4x-8) -0|<ε## whenever ##0 < |x-2|<\delta##.

insight is welcome.
 
Last edited:
Physics news on Phys.org
Where did the factor of 19 come from?
 
I noted that,

##|x^2+2x+4|## is bounded by ##[7,19]##.
 
chwala said:
I noted that,

##|x^2+2x+4|## is bounded by ##[7,19]##.
##(x+2)^2 = x^2 + 4x + 4##, which is clearly bounded by 25 when ##1 < x < 3##.
 
PeroK said:
##(x+2)^2 = x^2 + 4x + 4##, which is clearly bounded by 25 when ##1 < x < 3##.
Ah... i made a mistake. Noted.


Then the last part changes to,

Let ##\delta≤1## then ##1<x<3, x≠2##.
##|(x^3-2x^2-4x-8) -0|=|(x-2)(x+2)^2|=|x-2||(x+2)^2| <\delta |(x+2)^2|<25\delta##
Taking ##\delta## as ##1## or ##\dfrac{ε}{25}## whichever is smaller. Then we have, ##|(x^3+2x^2-4x-8) -0|<ε## whenever ##0 < |x-2|<\delta##.
 
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