Find delta from a particular epsilon

  • Thread starter Thread starter la_med12
  • Start date Start date
  • Tags Tags
    Delta Epsilon
la_med12
Messages
4
Reaction score
0
I'm learning how to find delta from a particular epsilon. I'm not understanding a step in the solution for the problem listed below:

Here's the problem:
lim(x→3)x^2=9

Solution:
|x^2-9|<.05
-.05<x^2-9<.05
2.9916..<x<3.0083
2.9916..-3<x-3<3.0083..-3
-.0083..<x-3<.0083..
delta=.0083

I don't understand how:
8.95<x^2<9.05
calculates to:
2.9916..<x<3.0083..
Could someone please explain this to me.. in simple terms. Cheers!
 
Physics news on Phys.org
Take the square root of each member.
 
Ah.. I guess I was looking at it for so long that I overlooked the obvious. Thanks for the help!
 
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