Bunny-chan said:
Does it relate to Bernoulli's inequality?
Not really. With these ##\epsilon-\delta## proofs, you are trying to show something different from the sort of approximations you get with the Binomial Theorem or Taylor Series.
Let's take a simple example of the function ##x^2## and show that it is continuous at any point ##x_0 > 0##. It's relatively easy to take ##x_0 = 0## as a separate case. And, it's easy to show the case where ##x_0 < 0## once we have the case proved for ##x_0 > 0##.
So, let ##x_0 > 0## and let ##\epsilon > 0##
We start by looking at the difference ##|x^2 - x_0^2|##.
The first idea is to rewrite this as:
##|x^2 - x_0^2|= |x - x_0||x + x_0|##.
The next idea is to note that if we could find an upper bound for ##|x + x_0|## that would be very useful. The trick is to consider ##|x - x_0| < \frac{x_0}{2}##. (This is where we need ##x_0 > 0##.) Then we have:
##\frac{x_0}{2} < x < \frac{3x_0}{2}##
Hence ##|x + x_0| = x + x_0 < \frac{5x_0}{2}##
And ##|x^2 - x_0^2|= |x - x_0||x + x_0| < |x - x_0|\frac{5x_0}{2}##
Finally, if we take ##|x - x_0| < \epsilon \frac{2}{5x_0}##, then:
##|x^2 - x_0^2| < \epsilon##
Putting this altogether we have:
##|x - x_0| < min \lbrace \epsilon \frac{2}{5x_0}, \frac{x_0}{2} \rbrace \ \Rightarrow |x^2 - x_0^2| < \epsilon##
And this shows that ##x^2## is continuous at ##x_0 > 0##. Note that I didn't actually use the symbol ##\delta## at all. Some people don't like this, but I don't see that the symbol ##\delta## is necessary outside of the definition. You may like to think about this yourself.
Now, you may wish to try a function such as ##x^3##, ##\frac{1}{x^2}## or ##\frac{1}{x^3}##, which are gradually getting harder and trickier. I don't know what ones your professor has assigned you, but until you can do these ones, you will have to leave the harder ones. The one you started with is very hard - perhaps too hard.